@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*---------------------------------------------------------
BreakPoint
----------------------------------------------------------*/
/*---------------------------------------------------------
color
----------------------------------------------------------*/
/*---------------------------------------------------------
BrakePoint
----------------------------------------------------------*/
.header {
  /*========= ナビゲーションのためのCSS ===============*/
  /*リストのレイアウト設定*/
  /*========= ボタンのためのCSS ===============*/
  /*×に変化*/
}
.header .list__content_bloc.left ul li a,
.header .list__content_bloc.right ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none; /* デフォルトの下線を消去 */
  border-bottom: 1px solid transparent; /* 透明な下線を追加 */
  transition: border-color 0.5s ease; /* 色の変化をゆっくりと */
}
.header .list__content_bloc.left ul li a:hover,
.header .list__content_bloc.right ul li a:hover {
  border-bottom-color: #F8B62B; /* ホバー時に色を変更 */
}
.header .navigation {
  position: fixed;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1009;
  justify-content: space-between;
  background: #F8F8F2;
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (max-width: 870px) {
  .header .navigation {
    height: 60px;
  }
}
.header .navigation-list {
  display: flex;
  align-items: center;
  margin: 0 25px;
}
.header .navigation-list li {
  margin: 0 25px;
  font-size: 14px;
}
.header .navigation-list .li-border {
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  padding: 0 40px;
}
@media screen and (max-width: 870px) {
  .header .navigation-list {
    display: none;
  }
}
.header .navigation .navigation {
  transition: background 0.3s ease, color 0.3s ease, border-bottom 0.3s ease;
}
.header .navigation .logo {
  margin: 0 50px;
  position: relative;
  z-index: 0;
  height: auto;
  width: 90px;
  line-height: 1;
}
@media screen and (max-width: 390px) {
  .header .navigation .logo {
    position: relative;
    z-index: 0;
    width: 75px;
    margin: 0 20px;
    height: 15px;
  }
}
@media screen and (max-width: 390px) {
  .header .navigation .logo img {
    height: auto;
    position: absolute;
    z-index: 0;
  }
}
.header .navigation .line {
  font-size: 12px;
  color: #fff;
  padding: 1px 12px;
  border: #fff 1px solid;
  border-radius: 20px;
}
.header #g-nav {
  position: fixed;
  z-index: 1008;
  width: 100%;
  height: 100vh;
  background: #FDFAF4;
  transition: opacity 0.6s, visibility 0.6s;
  opacity: 0; /* 初期状態では透明 */
  visibility: hidden; /* 初期状態では非表示 */
}
@media screen and (max-width: 390px) {
  .header #g-nav {
    overflow: auto;
  }
}
.header #g-nav.panelactive {
  opacity: 1; /* アクティブ時は不透明 */
  visibility: visible; /* アクティブ時は表示 */
}
.header .menu-ctn {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header .menu-ctn img {
  width: 100%;
  height: 35%;
  object-fit: cover;
}
.header .menu-ctn .menu-btn {
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 870px) {
  .header .menu-ctn .menu-btn {
    padding: 0 50px;
  }
}
@media screen and (max-width: 390px) {
  .header .menu-ctn .menu-btn {
    padding: 0 20px;
  }
}
.header .menu-ctn .menu-btn ul {
  width: 100%;
  font-weight: 600;
  margin-top: 20px;
}
.header .menu-ctn .menu-btn ul li {
  font-size: 18px;
}
.header .menu-ctn .menu-btn ul li a {
  text-align: left;
}
.header .menu-ctn .menu-btn ul .policy {
  font-size: 14px;
  color: #666666;
}
.header .menu-ctn .menu-btn .button-like {
  width: 100%;
  height: 33px;
  border-bottom: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none; /* ボタンのデフォルトの背景を削除 */
  padding: 0; /* ボタンのデフォルトのパディングを削除 */
  position: relative; /* 絶対位置指定のための基準点 */
  overflow: hidden; /* はみ出した内容を隠す */
  margin-top: 25px;
  margin-bottom: 86px;
}
.header .menu-ctn .menu-btn .button-like .contact-link {
  font-size: 14px;
}
.header .menu-ctn .menu-btn .button-like .contact-link img {
  width: 5px;
}
.header .menu-ctn .menu-btn .button-like::after {
  content: "";
  background-image: url("background/arrow.png"); /* 矢印画像のパスを確認 */
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 20% auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  z-index: 1;
}
.header .menu-ctn .menu-btn .logo-btn {
  width: 33%;
}
.header #g-nav li {
  list-style: none;
  text-align: center;
}
.header #g-nav li a {
  color: #3E3A39;
  text-decoration: none;
  padding: 9px 0px;
  display: block;
  letter-spacing: 0.1em;
}
.header .openbtn {
  position: fixed;
  z-index: 9999;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: none;
}
.header .openbtn img {
  width: 10%;
  margin-top: 10px;
}
@media screen and (max-width: 390px) {
  .header .openbtn {
    height: 50px;
    width: 65px;
    right: 10px;
  }
}
@media screen and (max-width: 870px) {
  .header .openbtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
}
.header .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 10px;
  height: 2px;
  border-radius: 2px;
  width: 50px;
  background: #fff;
  background-size: cover;
}
@media screen and (max-width: 390px) {
  .header .openbtn span {
    width: 27px;
  }
}
.header .openbtn span:nth-of-type(1) {
  top: 15px;
}
.header .openbtn span:nth-of-type(2) {
  top: 30px;
}
@media screen and (max-width: 390px) {
  .header .openbtn span:nth-of-type(2) {
    top: 27px;
  }
}
.header .openbtn span:nth-of-type(3) {
  top: 45px;
}
@media screen and (max-width: 390px) {
  .header .openbtn span:nth-of-type(3) {
    top: 39px;
  }
}
.header .openbtn.active p {
  color: #fff;
}
.header .openbtn.active span:nth-of-type(1) {
  top: 21px;
  right: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
  background: #333;
}
.header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header .openbtn.active span:nth-of-type(3) {
  top: 33px;
  right: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
  background: #333;
}

.inner {
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 390px) {
  .inner {
    width: calc(100% - 40px);
  }
}

/* フェードインアニメーション用のCSS */
.fadeIn1 {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.anime1 {
  opacity: 1;
}

/* フェードインアニメーション用のCSS */
.fadeOut1 {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.anime2 {
  opacity: 0;
}

.foot__content_bloc.center ul li a,
.foot__content_bloc.right ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none; /* デフォルトの下線を消去 */
  border-bottom: 1px solid transparent; /* 透明な下線を追加 */
  transition: border-color 0.5s ease; /* 色の変化をゆっくりと */
}

.foot__content_bloc.center ul li a:hover,
.foot__content_bloc.right ul li a:hover {
  border-bottom-color: #F8B62B; /* ホバー時に色を変更 */
}

footer .links {
  background: #F8F8F2;
  height: 366px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 390px) {
  footer .links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
  }
}
footer .links-left, footer .links-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .links-left p, footer .links-right p {
  font-size: 12px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
footer .links-left h3, footer .links-right h3 {
  font-size: 24px;
}
footer .links-left .button-like, footer .links-right .button-like {
  width: 281px;
  height: 33px;
  text-align: left;
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
footer .links-left .button-like::after, footer .links-right .button-like::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
  transition: width 0.5s ease-in-out;
}
footer .links-left .button-like:hover::after, footer .links-right .button-like:hover::after {
  width: 0;
}
footer .links-left .button-like .contact-link, footer .links-right .button-like .contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}
footer .links-left .button-like .contact-link img, footer .links-right .button-like .contact-link img {
  width: 5px;
  margin-right: 10px;
  transition: transform 0.3s ease; /* アニメーションのスムーズな遷移を設定 */
}
footer .links-left .button-like .contact-link:hover img, footer .links-right .button-like .contact-link:hover img {
  transform: translateX(5px); /* ホバー時に5px右に移動 */
}
footer .links-left {
  border-right: 1px #C2C2C2 solid;
}
@media screen and (max-width: 390px) {
  footer .links-left {
    border-right: none;
  }
}
footer .links-left .button-like {
  margin-top: 50px;
}
footer .links-left .button-like .contact-link img {
  width: 5px;
  transition: transform 0.3s ease; /* アニメーションのスムーズな遷移を設定 */
}
footer .links-left .button-like .contact-link:hover img {
  transform: translateX(5px); /* ホバー時に5px右に移動 */
}
footer .links-left .button-like:last-child {
  margin-top: 20px;
}
@media screen and (max-width: 390px) {
  footer .links-right {
    padding-top: 80px;
  }
}
footer .links-right .button-like {
  margin-top: 75px;
}
footer .links-right .button-like .contact-link img {
  width: 5px;
  transition: transform 0.3s ease; /* アニメーションのスムーズな遷移を設定 */
}
footer .links-right .button-like .contact-link:hover img {
  transform: translateX(5px); /* ホバー時に5px右に移動 */
}
footer .top-footer .contact-content-left-link-l a,
footer .top-footer .contact-content-left-link-r a {
  font-size: 10px;
}
footer .top-footer .contact-content-left-link-l a span,
footer .top-footer .contact-content-left-link-r a span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
footer .contact {
  background: #FFFFFF;
  text-align: center;
  padding: 60px 0 50px 0;
  height: auto;
}
@media screen and (max-width: 390px) {
  footer .contact {
    padding: 60px 0 33px 0;
  }
}
footer .contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 390px) {
  footer .contact-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .contact-content-left {
  text-align: left;
}
footer .contact-content-left-link {
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
}
footer .contact-content-left-link-r li {
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 390px) {
  footer .contact-content-left-link-r li {
    margin-bottom: 20px;
  }
}
footer .contact-content-left-link-l {
  margin-right: 56px;
}
footer .contact-content-left-link-l li {
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 390px) {
  footer .contact-content-left-link-l li {
    margin-bottom: 20px;
  }
}
footer .contact-content-left .privacy {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}
@media screen and (max-width: 390px) {
  footer .contact-content-left .privacy {
    margin-top: 10px;
  }
}
footer .contact-content-left .back {
  margin-top: 77px;
  overflow: auto; /* clearfix */
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  footer .contact-content-left .back {
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 40px;
  }
}
footer .contact-content-left .back::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  margin-right: 8px;
  background-image: url("background/up-arrow.png");
  background-size: cover;
  background-position: center;
  float: left;
}
footer .contact-content-right {
  text-align: right;
}
@media screen and (max-width: 390px) {
  footer .contact-content-right {
    text-align: left;
  }
}
footer .contact-content-right .email {
  margin-top: 62px;
}
@media screen and (max-width: 390px) {
  footer .contact-content-right .email {
    margin-top: 40px;
  }
}
footer .contact-content-right .email span {
  font-size: 12px;
  color: #A9A9A9;
  margin-bottom: 10px;
}
footer .contact-content-right .email p {
  font-size: 14px;
  text-decoration: underline;
}
footer .contact-content-right .address {
  margin-top: 35px;
  margin-bottom: 67px;
}
@media screen and (max-width: 390px) {
  footer .contact-content-right .address {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
footer .contact-content-right .address span {
  font-size: 12px;
  color: #A9A9A9;
  margin-bottom: 10px;
}
footer .contact-content-right .address p {
  font-size: 14px;
  text-decoration: underline;
}
footer .contact-content-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1060px) {
  footer .contact-content-foot {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
}
footer .contact-content-foot small {
  font-size: 80%;
}
@media screen and (max-width: 390px) {
  footer .contact-content-foot small {
    font-size: 10px;
    margin-bottom: 40px;
  }
}
footer .contact-content-foot img {
  width: 105px;
}
footer .contact h2 {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1060px) {
  footer .contact h2 {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 390px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 390px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 390px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 390px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
.b-contact {
  padding: 115px 0 52px 0 !important;
}
@media screen and (max-width: 390px) {
  .b-contact {
    padding: 0 0 20px 0 !important;
    border-bottom: #C2C2C2 1px solid;
    border-bottom: unset;
    width: calc(100% - 40px) !important;
  }
}

.contact {
  /* チェックボックスのベーススタイル */
  /* チェックされたときのスタイル */
  /* チェックボックスのチェックマークのスタイル */
  /* ラジオボタンのベーススタイル */
  /* ラジオボタンが選択されたときのスタイル */
  /* ラジオボタンの内部の円（選択されたときに表示） */
  /* プレースホルダーの色を設定 */
  /* 入力されたテキストの色を設定 */
}
.contact .wpcf7-form .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  height: 12px;
  width: 12px;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 2px 0.5rem;
  outline: none;
  border: 1px solid #c2c2c2; /* 青色のボーダー */
  border-radius: 5%; /* 角を少し丸める */
  background: transparent;
}
.contact .wpcf7-form .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #c2c2c2; /* 青色の背景 */
  border-color: #c2c2c2; /* ボーダーも青色に */
}
.contact .wpcf7-form .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact .wpcf7-form .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  height: 12px;
  width: 12px;
  cursor: pointer;
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border: 1px solid #c2c2c2; /* ボーダー色 */
  border-radius: 50%; /* 完全な円形 */
  background: transparent;
}
.contact .wpcf7-form .wpcf7-list-item input[type=radio]:checked {
  background-color: #c2c2c2; /* 背景色 */
  border-color: #c2c2c2; /* ボーダー色 */
}
.contact .wpcf7-form .wpcf7-list-item input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white; /* 内部の円の色 */
}
.contact .item {
  font-weight: bold;
  font-size: 14px;
}
.contact-text {
  width: 1080px;
  margin: 60px auto;
  font-size: 14px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .contact-text {
    width: 100%;
    padding: 0 20px;
    margin: 40px auto;
  }
}
.contact .contents {
  border-bottom: #C2C2C2 1px solid;
}
@media screen and (max-width: 390px) {
  .contact .contents {
    padding: 0 20px;
  }
}
.contact .contents_form {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 120px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .contact .contents_form {
    width: 100%;
  }
}
.contact .contents_form .items {
  padding-top: 15px;
}
.contact .contents_form #step1 {
  display: flex;
  flex-direction: column;
}
.contact .contents_form #step1 .flex {
  display: flex;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step1 .flex {
    flex-direction: column;
  }
}
.contact .contents_form #step1 .flex .items {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 298px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step1 .flex .items {
    width: 100%;
  }
}
.contact .contents_form #step1 .flex .items .mast {
  font-size: 10px;
  color: #ED6B6B;
}
.contact .contents_form #step1 .flex .text {
  margin-left: 68px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step1 .flex .text {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .contents_form #step1 .flex .text .custom-checkbox {
  display: flex;
  flex-direction: column;
}
.contact .contents_form #step1 .flex .text .custom-checkbox .wpcf7-list-item {
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step1 .flex .text .custom-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.contact .contents_form #step1 .button {
  text-align: center;
  padding: 10px 20px;
  border-bottom: #3E3A39 1px solid;
  position: relative;
  padding-right: 100px;
  float: inline-end;
  margin: 60px 257px 0 0;
}
.contact .contents_form #step1 .button::before {
  background-image: url("background/arrow.png");
  background-size: contain;
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 9px;
}
.contact .contents_form #step2 {
  display: flex;
  flex-direction: column;
}
.contact .contents_form #step2 .flex {
  display: flex;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .flex {
    flex-direction: column;
  }
}
.contact .contents_form #step2 .flex .items {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 298px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .flex .items {
    width: 100%;
  }
}
.contact .contents_form #step2 .flex .items .mast {
  font-size: 10px;
  color: #ED6B6B;
}
.contact .contents_form #step2 .flex .text {
  margin-left: 68px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .flex .text {
    margin-left: 0px;
  }
}
.contact .contents_form #step2 .flex .text p {
  font-size: 14px;
}
.contact .contents_form #step2 .flex .text .custom-checkbox {
  display: flex;
  flex-direction: column;
}
.contact .contents_form #step2 .flex .text .custom-checkbox .wpcf7-list-item {
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .flex .text .custom-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.contact .contents_form #step2 .select-flex {
  display: flex;
  padding-bottom: 60px;
  border-bottom: #C2C2C2 1px solid;
  align-items: baseline;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .select-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0px;
  }
}
.contact .contents_form #step2 .select-flex .items {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 298px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .select-flex .items {
    width: 100%;
  }
}
.contact .contents_form #step2 .select-flex .items .mast {
  font-size: 10px;
  color: #ED6B6B;
}
.contact .contents_form #step2 .select-flex .text {
  margin-left: 68px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .select-flex .text {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .contents_form #step2 .select-flex .text p {
  font-size: 14px;
}
.contact .contents_form #step2 .select-flex .text .custom-checkbox {
  display: flex;
  flex-direction: column;
}
.contact .contents_form #step2 .select-flex .text .custom-checkbox .wpcf7-list-item {
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .select-flex .text .custom-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.contact .contents_form #step2 .fast_form {
  margin-top: 60px;
}
.contact .contents_form #step2 .fast_form .radio .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.contact .contents_form #step2 .fast_form .radio .wpcf7-radio .wpcf7-list-item {
  margin-left: 68px;
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .fast_form .radio .wpcf7-radio .wpcf7-list-item {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .contents_form #step2 .fast_form .corporation_form .flex .text {
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .fast_form .corporation_form .flex .text {
    width: 100%;
  }
}
.contact .contents_form #step2 .fast_form .address-flex {
  display: flex;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .fast_form .address-flex {
    flex-direction: column;
  }
}
.contact .contents_form #step2 .fast_form .address-flex .items {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 298px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .fast_form .address-flex .items {
    width: 100%;
  }
}
.contact .contents_form #step2 .fast_form .address-flex .items .mast {
  font-size: 10px;
  color: #ED6B6B;
}
.contact .contents_form #step2 .fast_form .address-flex .texts .text {
  margin-left: 68px;
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .fast_form .address-flex .texts .text {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .contents_form #step2 .fast_form .flex .text {
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step2 .fast_form .flex .text {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .contents_form .selected-flex {
  display: flex;
}
@media screen and (max-width: 390px) {
  .contact .contents_form .selected-flex {
    flex-direction: column;
  }
}
.contact .contents_form .selected-flex .items {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 298px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form .selected-flex .items {
    width: 100%;
  }
}
.contact .contents_form .selected-flex .items .mast {
  font-size: 10px;
  color: #ED6B6B;
}
.contact .contents_form .selected-flex .text {
  margin-left: 68px;
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form .selected-flex .text {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .contents_form .second_form {
  margin-top: 41px;
}
.contact .contents_form .second_form .ttl {
  font-size: 14px;
  color: #3E3A39;
  margin-bottom: 60px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form .second_form .ttl {
    margin-bottom: 30px;
  }
}
.contact .contents_form .second_form-input {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 390px) {
  .contact .contents_form .second_form-input {
    flex-direction: column;
  }
}
.contact .contents_form .second_form-input-t {
  width: 298px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form .second_form-input-t {
    width: 100%;
    margin-top: 30px;
  }
}
.contact .contents_form .second_form-input-f {
  width: 714px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form .second_form-input-f {
    width: 100%;
  }
}
.contact .contents_form .second_form-input-f .flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact .contents_form .second_form-input-f .flex .text {
  margin: 0 !important;
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form .second_form-input-f .flex .text {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .contents_form .second_form-input-f .flex .text textarea {
  width: 100%;
}
.contact .contents_form .second_form-input-f .selected-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact .contents_form .second_form-input-f .selected-flex .items {
  width: 100%;
}
.contact .contents_form .second_form-input-f .selected-flex .text {
  margin: 0 !important;
}
.contact .contents_form #step3 {
  display: flex;
  flex-direction: column;
}
.contact .contents_form #step3 .flex {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .flex {
    flex-direction: column;
  }
}
.contact .contents_form #step3 .flex .items {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 298px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .flex .items {
    width: 100%;
  }
}
.contact .contents_form #step3 .flex .items .mast {
  font-size: 10px;
  color: #ED6B6B;
}
.contact .contents_form #step3 .flex .text {
  margin-left: 68px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .flex .text {
    margin-left: 0px;
  }
}
.contact .contents_form #step3 .flex .text p {
  font-size: 14px;
}
.contact .contents_form #step3 .flex .text .custom-checkbox {
  display: flex;
  flex-direction: column;
}
.contact .contents_form #step3 .flex .text .custom-checkbox .wpcf7-list-item {
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .flex .text .custom-checkbox .wpcf7-list-item {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .contents_form #step3 .select-flex {
  display: flex;
  padding-bottom: 60px;
  border-bottom: #C2C2C2 1px solid;
  align-items: baseline;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .select-flex {
    flex-direction: column;
    padding-bottom: 0px;
  }
}
.contact .contents_form #step3 .select-flex .items {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 298px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .select-flex .items {
    width: 100%;
  }
}
.contact .contents_form #step3 .select-flex .items .mast {
  font-size: 10px;
  color: #ED6B6B;
}
.contact .contents_form #step3 .select-flex .text {
  margin-left: 68px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .select-flex .text {
    margin-left: 0px;
  }
}
.contact .contents_form #step3 .select-flex .text p {
  font-size: 14px;
}
.contact .contents_form #step3 .select-flex .text .custom-checkbox {
  display: flex;
  flex-direction: column;
}
.contact .contents_form #step3 .select-flex .text .custom-checkbox .wpcf7-list-item {
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .select-flex .text .custom-checkbox .wpcf7-list-item {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .contents_form #step3 .fast_form {
  margin-top: 60px;
}
.contact .contents_form #step3 .fast_form .radio .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.contact .contents_form #step3 .fast_form .radio .wpcf7-radio .wpcf7-list-item {
  margin-left: 68px;
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .fast_form .radio .wpcf7-radio .wpcf7-list-item {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .contents_form #step3 .fast_form .corporation_form .flex .text {
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .fast_form .corporation_form .flex .text {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .contents_form #step3 .fast_form .address-flex {
  display: flex;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .fast_form .address-flex {
    flex-direction: column;
  }
}
.contact .contents_form #step3 .fast_form .address-flex .items {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 298px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .fast_form .address-flex .items {
    width: 100%;
  }
}
.contact .contents_form #step3 .fast_form .address-flex .items .mast {
  font-size: 10px;
  color: #ED6B6B;
}
.contact .contents_form #step3 .fast_form .address-flex .texts .text {
  margin-left: 68px;
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .fast_form .address-flex .texts .text {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .contents_form #step3 .fast_form .flex .text {
  padding: 15px 20px;
  border-bottom: #C2C2C2 1px solid;
  width: 714px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .contact .contents_form #step3 .fast_form .flex .text {
    width: 100%;
  }
}
.contact .contents_form #step3 .step2-flex {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.contact .second_form-input-t {
  font-weight: bold;
}
.contact input {
  width: 100%;
}
.contact .agreement-text {
  margin: 0 auto;
  margin: 41px 0 58px 0;
  font-size: 14px;
}
.contact .step2-flex {
  display: flex;
  flex-direction: column;
}
.contact .button-posi {
  display: flex;
  justify-content: flex-end;
  margin-right: 200px;
  margin-top: 60px;
}
@media screen and (max-width: 390px) {
  .contact .button-posi {
    justify-content: center;
    margin-right: 0px;
  }
}
.contact .button-like {
  width: 281px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none; /* ボタンのデフォルトの背景を削除 */
  padding: 0; /* ボタンのデフォルトのパディングを削除 */
  position: relative; /* 絶対位置指定のための基準点 */
  overflow: hidden; /* はみ出した内容を隠す */
  /* ホバー時のアニメーション追加 */
}
@media screen and (max-width: 390px) {
  .contact .button-like {
    width: 200px;
  }
}
.contact .button-like:hover {
  transition: border-bottom 0.5s ease-in-out; /* アニメーションの速度とタイプ */
}
.contact .button-like::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; /* 初期状態で幅を100%に設定 */
  height: 1px;
  background-color: #666666;
  transition: left 0.5s ease-in-out; /* アニメーションの速度とタイプ */
}
.contact .button-like:hover::before {
  left: 100%; /* ホバー時にleftを100%にする */
}
.contact .button-like:hover::after {
  transform: translateX(5px); /* ホバー時に5px右に移動 */
}
.contact .button-like::after {
  content: "";
  background-image: url("background/arrow.png"); /* 矢印画像のパスを確認 */
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 20% auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  z-index: 1;
  transition: transform 0.3s ease; /* アニメーションのスムーズな遷移を設定 */
}
.contact .wpcf7-spinner {
  display: none;
}
.contact .wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C2C2C2; /* プレースホルダーの色 */
}
.contact .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #C2C2C2; /* プレースホルダーの色 */
}
.contact .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #C2C2C2; /* プレースホルダーの色 */
}
.contact .wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
  color: #C2C2C2; /* プレースホルダーの色 */
}
.contact .wpcf7-form-control {
  color: #3E3A39; /* 入力テキストの色 */
  width: 100%;
}
.contact .btn {
  height: 33px;
  width: 281px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 390px) {
  .contact .btn {
    width: 200px;
  }
}
.contact .wpcf7-list-item {
  margin: 0px 10px 0 0;
}
.contact #design-request,
.contact #design-request-conf {
  padding: 15px 20px;
}
.contact .agre-text {
  padding: 15px 20px;
}
.contact .kome {
  color: #666666;
  font-size: 12px;
}

.thanksyou {
  width: 100%;
  margin: 0 auto;
  padding: 60px 100px 120px 100px;
  display: block;
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (max-width: 390px) {
  .thanksyou {
    padding: 60px 20px 120px 20px;
  }
}

.thanksyou-content {
  background-color: #F8F8F2;
  height: 543px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.thanksyou-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.thanksyou-content-img {
  width: 772px;
  height: 221px;
  background: #fff;
}
@media screen and (max-width: 390px) {
  .thanksyou-content-img {
    width: 304px;
    height: 221px;
  }
}
.thanksyou-content-img img {
  object-fit: cover;
}
.thanksyou-content p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.thanksyou-content .button-like {
  margin-top: 40px;
  width: 281px;
  height: 33px;
  text-align: left;
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.thanksyou-content .button-like::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
  transition: width 0.5s ease-in-out;
}
.thanksyou-content .button-like:hover::after {
  width: 0;
}
.thanksyou-content .button-like .contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}
.thanksyou-content .button-like .contact-link img {
  width: 5px;
  margin-right: 10px;
  transition: transform 0.3s ease; /* アニメーションのスムーズな遷移を設定 */
}
.thanksyou-content .button-like .contact-link:hover img {
  transform: translateX(5px); /* ホバー時に5px右に移動 */
}

@media screen and (max-width: 390px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
main {
  overflow: hidden;
}

.about_mv {
  height: 500px;
  width: 100%;
  margin-top: 70px;
}
.about_mv .image-overlay {
  display: inline-block; /* または必要に応じて 'block' */
}
.about_mv .image-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* 透過した黒色 */
  z-index: 1;
  height: 500px;
  margin-top: 70px;
}
.about_mv picture {
  position: absolute;
  z-index: -1;
  width: auto;
  min-width: 100%;
  height: 500px;
  top: 0;
}
.about_mv picture img {
  margin-top: 70px;
  z-index: -1;
  position: relative;
  min-width: 100%;
  width: auto;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about_mv .b-about {
  display: flex;
  flex-direction: row;
}
.about_mv .common__breadcrumbs {
  z-index: 2;
  position: relative;
  width: calc(100% - 100px);
  padding: 0;
}
@media screen and (max-width: 390px) {
  .about_mv .common__breadcrumbs {
    width: calc(100% - 40px);
    padding: 0;
    margin-bottom: 0;
  }
}
.about_mv .common__breadcrumbs-list:nth-last-child(1) {
  color: #C2C2C2;
}
.about_mv .common__breadcrumbs-list a {
  color: #666666;
}
.about_mv-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 1080px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 390px) {
  .about_mv-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 40px);
    position: relative;
    top: -30px;
  }
}
.about_mv-text-left {
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 390px) {
  .about_mv-text-left {
    width: 100%;
  }
}
.about_mv-text-left h2 {
  font-size: 32px;
  letter-spacing: 3px;
  font-family: "yu-gothic-pr6n", sans-serif;
  margin-bottom: 40px;
}
.about_mv-text-left p {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 3px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .about_mv-text-left p {
    letter-spacing: 2px;
  }
}
.about_mv-text-left .t-magin {
  margin-bottom: 20px;
}
.about_mv-text-left img {
  margin-top: 45px;
  width: 74.45px;
  float: left;
}
.about_mv-text-right {
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 390px) {
  .about_mv-text-right {
    width: unset;
    margin-top: 30px;
  }
}
.about_mv-text-right img {
  width: 74.45px;
  float: right;
}

.about_background {
  background: #F8F8F2;
}

.about_contents {
  padding-top: 99px;
}
.about_contents h3 {
  font-size: 32px;
  letter-spacing: 0.96px;
}
.about_contents p {
  font-size: 14px;
  width: 486px;
  letter-spacing: 0.03rem;
  letter-spacing: 0.48px;
  line-height: 30px;
}
@media screen and (max-width: 390px) {
  .about_contents p {
    width: 100%;
  }
}
.about_contents-concept {
  width: 1080px;
  margin: 0 auto;
  padding: 120px 0 110px 0;
  border-top: 1px solid #C2C2C2;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 390px) {
  .about_contents-concept {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px 20px 72px;
    border-top: unset;
  }
}
@media screen and (max-width: 390px) {
  .about_contents-concept .concept-txt {
    border-top: 1px solid #C2C2C2;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.about_contents-concept .concept-txt h3 {
  font-size: 32px;
  letter-spacing: 0.96px;
  padding-bottom: 30px;
}
.about_contents-concept .concept-txt p {
  font-size: 14px;
  width: 486px;
  letter-spacing: 0.03rem;
  letter-spacing: 0.48px;
  line-height: 30px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .about_contents-concept .concept-txt p {
    width: 100%;
  }
}
.about_contents-concept .concept-img {
  width: 531px;
  height: 316px;
  background: #666666;
}
@media screen and (max-width: 390px) {
  .about_contents-concept .concept-img {
    width: 100%;
    height: 208px;
  }
}
.about_contents-philosophy {
  width: 1080px;
  padding: 128px 0 92px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 390px) {
  .about_contents-philosophy {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 77px 20px;
  }
}
.about_contents-philosophy .philosophy-txt p {
  font-size: 14px;
  width: 531px;
  letter-spacing: 0.03rem;
  letter-spacing: 0.48px;
  line-height: 30px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .about_contents-philosophy .philosophy-txt p {
    width: 100%;
  }
}
.about_contents-philosophy .philosophy-about h3 {
  font-size: 32px;
}
.about_contents-philosophy .philosophy-about p {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 270px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .about_contents-philosophy .philosophy-about p {
    height: auto;
    margin: 40px 0;
  }
}
.about_contents-greeting {
  width: 1080px;
  padding: 133px 0 80px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 390px) {
  .about_contents-greeting {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 390px) {
  .about_contents-greeting .greeting-txt {
    margin-bottom: 30px;
  }
}
.about_contents-greeting .greeting-txt h3 {
  font-size: 32px;
}
@media screen and (max-width: 390px) {
  .about_contents-greeting .greeting-txt h3 {
    margin-bottom: 30px;
  }
}
.about_contents-greeting .greeting-txt p {
  font-size: 14px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.about_contents-greeting .greeting-img {
  width: 456px;
  height: 496px;
  background: #666666;
}
@media screen and (max-width: 390px) {
  .about_contents-greeting .greeting-img {
    width: 100%;
    height: 461px;
  }
}
.about_contents-service {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 390px) {
  .about_contents-service {
    padding: 0 20px;
    width: 100%;
  }
}
.about_contents-service .service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  margin: 40px 0 70px 0;
}
@media screen and (max-width: 390px) {
  .about_contents-service .service-grid {
    display: flex;
    flex-direction: column;
    margin: 40px 0 15px 0;
  }
}
.about_contents-service h3 {
  font-size: 32px;
}
.about_contents-service .service-box h4 {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
.about_contents-service .service-box .ttl {
  font-size: 18px;
  padding: 20px 0 10px;
  width: 100%;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.about_contents-service .service-box .txt {
  font-size: 14px;
  margin-bottom: 45px;
  width: 100%;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .about_contents-service .service-box .txt {
    width: 100%;
  }
}
.about_contents-service .service-box img {
  width: 530px;
  height: 300px;
}
@media screen and (max-width: 390px) {
  .about_contents-service .service-box img {
    width: 100%;
    height: 198px;
  }
}
.about_contents-service .service-box-m1 h4 {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
.about_contents-service .service-box-m1 .ttl {
  font-size: 18px;
  padding: 20px 0 10px;
  width: 100%;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.about_contents-service .service-box-m1 .txt {
  font-size: 14px;
  margin-bottom: 45px;
  width: 100%;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .about_contents-service .service-box-m1 .txt {
    width: 100%;
  }
}
.about_contents-service .service-box-m1 img {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 390px) {
  .about_contents-service .service-box-m1 img {
    width: 100%;
    height: 198px;
  }
}

@media screen and (max-width: 390px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
main #design {
  width: 100%;
  height: 161vw;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
main #design h1 {
  position: absolute;
  top: 100px;
  left: 50px;
  font-size: 14px;
  width: 530px;
  letter-spacing: 2px;
  z-index: 2;
  line-height: 2;
  visibility: hidden;
}
main #design .top-base {
  position: absolute;
  width: 100%;
  height: 161vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main #design .top-base {
    width: 99%;
  }
}
main #design .top-base li {
  position: absolute;
  width: 100%;
  height: 161vw;
}
main #design .top-base li img {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
main #design .top-plant {
  position: absolute;
  width: 100%;
  height: 161vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main #design .top-plant {
    width: 99%;
  }
}
main #design .top-plant li {
  position: relative;
}
main #design .top-plant li:nth-child(1) {
  left: 58.5vw;
  top: 14.8vw;
  width: 41.67%;
}
@media screen and (max-width: 1439px) {
  main #design .top-plant li:nth-child(1) {
    left: 58.2vw;
    top: 14.5vw;
  }
}
main #design .top-plant li:nth-child(2) {
  left: -1vw;
  top: -10.5vw;
  width: 44%;
}
@media screen and (max-width: 1439px) {
  main #design .top-plant li:nth-child(2) {
    left: -1vw;
    top: -10.3vw;
  }
}
main #design .top-plant li:nth-child(3) {
  left: 58.4vw;
  top: -22.8vw;
  width: 42%;
}
@media screen and (max-width: 1439px) {
  main #design .top-plant li:nth-child(3) {
    left: 58vw;
    top: -22.2vw;
  }
}
main #design .top-plant li:nth-child(4) {
  left: -1.2vw;
  top: -80vw;
  width: 50.07%;
}
@media screen and (max-width: 1439px) {
  main #design .top-plant li:nth-child(4) {
    left: -1.3vw;
    top: -79.6vw;
  }
}
main #design .top-plant li img {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
main #design .top-home {
  position: absolute;
  width: 100%;
  height: 161vw;
  overflow: hidden;
}
main #design .top-home .home-position {
  position: absolute;
  opacity: 0;
}
main #design .top-home .home-position:nth-child(1) {
  left: 133rem;
  top: 40rem;
  width: 6.4%;
}
@media screen and (max-width: 1439px) {
  main #design .top-home .home-position:nth-child(1) {
    left: 71rem;
    top: 21rem;
  }
}
main #design .top-home .home-position:nth-child(2) {
  left: 86.1rem;
  top: 59.2rem;
  width: 16%;
}
@media screen and (max-width: 1439px) {
  main #design .top-home .home-position:nth-child(2) {
    left: 45.8rem;
    top: 31.5rem;
  }
}
main #design .top-home .home-position:nth-child(3) {
  left: 120.8rem;
  top: 76.6rem;
  width: 17%;
}
@media screen and (max-width: 1439px) {
  main #design .top-home .home-position:nth-child(3) {
    left: 64.1rem;
    top: 40.6rem;
  }
}
main #design .top-home .home-position:nth-child(4) {
  left: 86.9rem;
  top: 100.8rem;
  width: 17.8%;
}
@media screen and (max-width: 1439px) {
  main #design .top-home .home-position:nth-child(4) {
    left: 46rem;
    top: 53.5rem;
  }
}
main #design .top-home .home-position:nth-child(5) {
  left: -7.9rem;
  top: 90.6rem;
  width: 27.2%;
}
@media screen and (max-width: 1439px) {
  main #design .top-home .home-position:nth-child(5) {
    left: -4rem;
    top: 48.2rem;
  }
}
main #design .top-home .home-position:nth-child(6) {
  left: 41.5rem;
  top: 130.6rem;
  width: 18.5%;
}
@media screen and (max-width: 1439px) {
  main #design .top-home .home-position:nth-child(6) {
    left: 22rem;
    top: 69.5rem;
  }
}
main #design .top-home .home-position:nth-child(7) {
  left: 119rem;
  top: 126.8rem;
  width: 19.2%;
}
@media screen and (max-width: 1439px) {
  main #design .top-home .home-position:nth-child(7) {
    left: 63.5rem;
    top: 67.5rem;
    width: 19%;
  }
}
main #design .top-home .home-position:nth-child(8) {
  left: 86rem;
  top: 152.8rem;
  width: 16.3%;
}
@media screen and (max-width: 1439px) {
  main #design .top-home .home-position:nth-child(8) {
    left: 45.8rem;
    top: 81.3rem;
  }
}
main #design .top-home .home-position:nth-child(9) {
  left: 4.3rem;
  top: 146rem;
  width: 35.2%;
}
@media screen and (max-width: 1439px) {
  main #design .top-home .home-position:nth-child(9) {
    left: 2.3rem;
    top: 77.7rem;
  }
}
main #design .top-home .home-position:nth-child(10) {
  left: 35.3rem;
  top: 96.8rem;
  width: 11.4%;
}
@media screen and (max-width: 1439px) {
  main #design .top-home .home-position:nth-child(10) {
    left: 18.8rem;
    top: 51.3rem;
  }
}
main #design .top-home .home-position:nth-child(11) {
  left: 43.3rem;
  top: 191.7rem;
  width: 27.4%;
}
@media screen and (max-width: 1439px) {
  main #design .top-home .home-position:nth-child(11) {
    left: 22.5rem;
    top: 102.5rem;
  }
}
main #design .top-home .home-position:nth-child(12) {
  right: 12.3rem;
  top: 193rem;
  width: 7.4%;
}
@media screen and (max-width: 1439px) {
  main #design .top-home .home-position:nth-child(12) {
    right: 6.3rem;
    top: 103rem;
  }
}
main #design .top-home .home-position .post .bf {
  width: 100%;
}
main #design .top-home .home-position .post .af {
  width: 100%;
}
main #design .top-home .home-position .home01 .bf {
  width: 100%;
}
main #design .top-home .home-position .home01 .af {
  width: 100%;
}
main #design .top-home .home-position .home03 .bf {
  width: 100%;
}
main #design .top-home .home-position .home03 .af {
  width: 100%;
}
main #design .top-home .home-position .home04 .bf {
  width: 100%;
}
main #design .top-home .home-position .home04 .af {
  width: 100%;
}
main #design .top-home .home-position .home05 .bf {
  width: 100%;
}
main #design .top-home .home-position .home05 .af {
  width: 100%;
}
main #design .top-home .home-position .image {
  width: 100%;
}
main #design .top-home .home-position .image p {
  text-align: center;
  vertical-align: middle;
  z-index: 2;
  position: relative;
  top: 51%;
  left: 50%;
  transform: translate(-50%, 315%);
  font-size: 20px;
  padding: 5px 40px;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 30px;
  background: #F8F8F2;
  font-size: 14px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
main #design .top-home .home-position .image p::after {
  content: "";
  background-image: url("background/arrow.png"); /* 矢印画像のパスを確認 */
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 21% auto;
  position: absolute;
  top: 0px;
  right: 10px;
  width: 30px;
  height: 100%;
  z-index: 1;
  transition: right 0.3s ease; /* 右に移動するアニメーションをスムーズに */
}
main #design .top-home .home-position .image p:hover::after {
  right: 5px; /* ホバー時に右に5px移動 */
}
main #design .top-home .home-position .image .a {
  position: absolute;
  top: -150px;
  left: 0%;
  font-family: "Montserrat", sans-serif;
}
main #design .top-home .home-position .image .b {
  position: absolute;
  top: 5px;
  left: 30%;
  transform: translate(-13%, 14%);
}
main #design .top-home .home-position .image .c {
  position: absolute;
  top: 10px;
  left: 37%;
  transform: translate(-13%, 70%);
}
main #design .top-home .home-position .image .d {
  position: absolute;
  top: 5px;
  left: 33%;
  transform: translate(-13%, 70%);
}
main #design .top-home .home-position .image .e {
  position: absolute;
  top: 130px;
  left: 45%;
  transform: translate(-13%, 100%);
}
main #design .top-home .home-position .image .f {
  position: absolute;
  top: -12px;
  left: 12%;
  transform: translate(-13%, 100%);
}
main #design .top-home .home-position .image .g {
  position: absolute;
  top: 23px;
  left: 33%;
  transform: translate(-13%, 100%);
}
main #design .top-home .home-position .image .h {
  position: absolute;
  top: 0px;
  left: 25%;
  transform: translate(-13%, 100%);
}
main #design .top-home .home-position .image .i {
  position: absolute;
  top: 50px;
  left: 23%;
  transform: translate(-13%, 100%);
}
main #design .top-home .home-position .image .j {
  position: absolute;
  top: -12px;
  left: 12%;
  transform: translate(-13%, 100%);
}
main #design .top-home .home-position .image .k {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(100%, 350%);
  font-family: "Montserrat", sans-serif;
}
main #design .top-home .home-position .image .k:last-child::after {
  content: none; /* 最後の要素の矢印画像を非表示にする */
  font-family: "Montserrat", sans-serif;
}
main #design .top-home .home-position .image .l {
  position: absolute;
  top: 40px;
  left: 0px;
  transform: translate(-13%, 100%);
  width: 170px;
  font-family: "Montserrat", sans-serif;
}
main #design .top-home .home-position .home-btn img {
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  position: absolute;
  top: 0;
  right: 0;
}
main #design .top-home .home-position .home-btn .bf {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
main #design .top-home .home-position .home-btn .af {
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
main #design .top-home .home-position .home-btn:hover {
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
main #design .top-home .home-position .home-btn:hover .bf {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
main #design .top-home .home-position .home-btn:hover .af {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
main #design .top-clown {
  position: absolute;
  width: 100%;
  height: 161vw;
  overflow: hidden;
  z-index: -1;
}
main #design .top-clown li {
  position: relative;
  z-index: 1;
}
main #design .top-clown li img {
  opacity: 0;
  animation: float 5s ease-in-out infinite;
  transition: opacity 1s ease-in-out;
}
main #design .top-clown li:nth-child(1) {
  left: 72.8rem;
  top: -4.1rem;
  width: 25%;
}
@media screen and (max-width: 1439px) {
  main #design .top-clown li:nth-child(1) {
    left: 37.8rem;
    top: -0.1rem;
  }
}
main #design .top-clown li:nth-child(1) img {
  animation-delay: calc(var(--random-delay) * 1s);
}
main #design .top-clown li:nth-child(2) {
  left: 67.8rem;
  top: 25.9rem;
  width: 35%;
}
@media screen and (max-width: 1439px) {
  main #design .top-clown li:nth-child(2) {
    left: 34.8rem;
    top: 11.9rem;
  }
}
main #design .top-clown li:nth-child(2) img {
  animation-delay: calc(var(--random-delay) * 1.2s);
}
main #design .top-clown li:nth-child(3) {
  left: -18rem;
  top: 8.9rem;
  width: 35%;
}
@media screen and (max-width: 1439px) {
  main #design .top-clown li:nth-child(3) {
    left: -10rem;
    top: 1.9rem;
  }
}
main #design .top-clown li:nth-child(3) img {
  animation-delay: calc(var(--random-delay) * 0.8s);
}
main #design .top-clown li:nth-child(4) {
  left: 113.8rem;
  top: 17.9rem;
  width: 26%;
}
@media screen and (max-width: 1439px) {
  main #design .top-clown li:nth-child(4) {
    left: 60.8rem;
    top: 7.9rem;
  }
}
main #design .top-clown li:nth-child(4) img {
  animation-delay: calc(var(--random-delay) * 1.5s);
}
main #design .top-clown li:nth-child(5) {
  left: -12.2rem;
  top: 69.9rem;
  width: 35%;
}
@media screen and (max-width: 1439px) {
  main #design .top-clown li:nth-child(5) {
    left: -7.2rem;
    top: 47.9rem;
  }
}
main #design .top-clown li:nth-child(5) img {
  animation-delay: calc(var(--random-delay) * 0.5s);
}
main #design .top-clown li:nth-child(6) {
  left: 114.8rem;
  top: 42.9rem;
  width: 30%;
}
@media screen and (max-width: 1439px) {
  main #design .top-clown li:nth-child(6) {
    left: 60.8rem;
    top: 21.9rem;
  }
}
main #design .top-clown li:nth-child(6) img {
  animation-delay: calc(var(--random-delay) * 1.1s);
}
main #design .top-clown li:nth-child(7) {
  left: 36.8rem;
  top: 56.9rem;
  width: 35%;
}
@media screen and (max-width: 1439px) {
  main #design .top-clown li:nth-child(7) {
    left: 21.8rem;
    top: 27.9rem;
  }
}
main #design .top-clown li:nth-child(7) img {
  animation-delay: calc(var(--random-delay) * 0.9s);
}
main #design .top-clown li:nth-child(8) {
  left: 86.8rem;
  top: -83.1rem;
  width: 3%;
}
@media screen and (max-width: 1439px) {
  main #design .top-clown li:nth-child(8) {
    left: 45.8rem;
    top: -44.1rem;
  }
}
main #design .top-clown li:nth-child(8) img {
  animation-delay: calc(var(--random-delay) * 0.9s);
}
main #design .top-clown li:nth-child(9) {
  left: 55.8rem;
  top: -4.1rem;
  width: 3%;
}
@media screen and (max-width: 1439px) {
  main #design .top-clown li:nth-child(9) {
    left: 28.8rem;
    top: -4.5rem;
  }
}
main #design .top-clown li:nth-child(9) img {
  animation-delay: calc(var(--random-delay) * 0.9s);
}
main #design .top-clown li:nth-child(10) {
  left: 76.8rem;
  top: -151rem;
  width: 4%;
}
@media screen and (max-width: 1439px) {
  main #design .top-clown li:nth-child(10) {
    left: 40.8rem;
    top: -80rem;
  }
}
main #design .top-clown li:nth-child(10) img {
  animation-delay: calc(var(--random-delay) * 0.9s);
}
main #design .top-clown li:nth-child(11) {
  left: 76.8rem;
  top: -92rem;
  width: 4%;
}
@media screen and (max-width: 1439px) {
  main #design .top-clown li:nth-child(11) {
    left: 40.8rem;
    top: -49rem;
  }
}
main #design .top-clown li:nth-child(11) img {
  animation-delay: calc(var(--random-delay) * 0.9s);
}
main #design .top-clown li:nth-child(12) {
  left: 102.8rem;
  top: 36rem;
  width: 4%;
}
@media screen and (max-width: 1439px) {
  main #design .top-clown li:nth-child(12) {
    left: 53.8rem;
    top: 19.5rem;
  }
}
main #design .top-clown li:nth-child(12) img {
  animation-delay: calc(var(--random-delay) * 0.9s);
}
@keyframes float {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
}
main .design {
  animation: sway-background 10s infinite ease-in-out;
}
main #design::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 161vw;
  background-image: url(background/design.png);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 1;
  opacity: 0; /* 初期状態の透明度を0に設定 */
  animation: TopfadeIn 2s ease forwards; /* 2秒かけてフェードイン */
}
@keyframes TopfadeIn {
  to {
    opacity: 1; /* 最終的な透明度を1に設定 */
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 390px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 390px) {
  .sp {
    display: block;
  }
}

main #design-sp {
  width: 100%;
  height: 570vw;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 390px) {
  main #design-sp {
    margin-top: 60px;
  }
}
main #design-sp h1 {
  position: absolute;
  top: 100px;
  left: 50px;
  font-size: 14px;
  width: 530px;
  letter-spacing: 2px;
  z-index: 2;
  line-height: 2;
  visibility: hidden;
}
@media screen and (max-width: 390px) {
  main #design-sp h1 {
    width: 100%;
    left: 0px;
    padding: 0 20px;
    letter-spacing: 0.1px;
  }
}
main #design-sp .top-base {
  position: absolute;
  width: 100%;
  height: 570vw;
  overflow: hidden;
}
main #design-sp .top-base li {
  position: absolute;
  width: 100%;
  height: 570vw;
}
main #design-sp .top-base li img {
  opacity: 1;
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
main #design-sp .top-plant {
  position: absolute;
  width: 100%;
  height: 570vw;
  overflow: hidden;
}
main #design-sp .top-plant li {
  position: relative;
}
main #design-sp .top-plant li:nth-child(1) {
  left: -2.3vw;
  top: 39.61vw;
  width: 104.67%;
}
main #design-sp .top-plant li:nth-child(2) {
  left: 31.9vw;
  top: -22.39vw;
  width: 70%;
}
main #design-sp .top-plant li:nth-child(3) {
  left: -7vw;
  top: -19.2vw;
  width: 109.85%;
}
main #design-sp .top-plant li:nth-child(4) {
  left: -2.3vw;
  top: -15.3vw;
  width: 104.07%;
}
main #design-sp .top-plant li img {
  opacity: 1;
}
main #design-sp .top-home {
  position: absolute;
  width: 100%;
  height: 570vw;
  overflow: hidden;
}
main #design-sp .top-home .home-position-sp {
  position: absolute;
  opacity: 0;
}
main #design-sp .top-home .home-position-sp:nth-child(1) {
  left: 31rem;
  top: 26.5rem;
  width: 18.4%;
}
main #design-sp .top-home .home-position-sp:nth-child(2) {
  left: 0.8rem;
  top: 39.7rem;
  width: 38.5%;
}
main #design-sp .top-home .home-position-sp:nth-child(3) {
  left: 23rem;
  top: 50.7rem;
  width: 42%;
}
main #design-sp .top-home .home-position-sp:nth-child(4) {
  left: 0rem;
  top: 66rem;
  width: 46.5%;
}
main #design-sp .top-home .home-position-sp:nth-child(5) {
  left: -7rem;
  top: 120rem;
  width: 70.2%;
}
main #design-sp .top-home .home-position-sp:nth-child(6) {
  left: 24.5rem;
  top: 146rem;
  width: 48.5%;
}
main #design-sp .top-home .home-position-sp:nth-child(7) {
  left: 21.7rem;
  top: 84rem;
  width: 48.2%;
}
main #design-sp .top-home .home-position-sp:nth-child(8) {
  left: 0.5rem;
  top: 101.5rem;
  width: 40%;
}
main #design-sp .top-home .home-position-sp:nth-child(9) {
  left: 0.3rem;
  top: 156.6rem;
  width: 90.8%;
}
main #design-sp .top-home .home-position-sp:nth-child(10) {
  left: 21.3rem;
  top: 124.4rem;
  width: 29.4%;
}
main #design-sp .top-home .home-position-sp:nth-child(11) {
  left: 26rem;
  top: 185rem;
  width: 70.7%;
}
main #design-sp .top-home .home-position-sp .post .bf {
  width: 100%;
}
main #design-sp .top-home .home-position-sp .post .af {
  width: 100%;
}
main #design-sp .top-home .home-position-sp .home01 .bf {
  width: 100%;
}
main #design-sp .top-home .home-position-sp .home01 .af {
  width: 100%;
}
main #design-sp .top-home .home-position-sp .home03 .bf {
  width: 100%;
}
main #design-sp .top-home .home-position-sp .home03 .af {
  width: 100%;
}
main #design-sp .top-home .home-position-sp .home04 .bf {
  width: 100%;
}
main #design-sp .top-home .home-position-sp .home04 .af {
  width: 100%;
}
main #design-sp .top-home .home-position-sp .home05 .bf {
  width: 100%;
}
main #design-sp .top-home .home-position-sp .home05 .af {
  width: 100%;
}
main #design-sp .top-home .home-position-sp .image {
  width: 100%;
}
main #design-sp .top-home .home-position-sp .image p {
  text-align: center;
  vertical-align: middle;
  z-index: 2;
  position: relative;
  top: 51%;
  left: 50%;
  transform: translate(-50%, 315%);
  font-size: 20px;
  padding: 5px 40px;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 30px;
  background: #F8F8F2;
  font-size: 14px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  main #design-sp .top-home .home-position-sp .image p {
    padding: 2px 25px;
  }
}
main #design-sp .top-home .home-position-sp .image p::after {
  content: "";
  background-image: url("background/arrow.png"); /* 矢印画像のパスを確認 */
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 20% auto;
  position: absolute;
  top: -1px;
  right: 0px;
  width: 25px;
  height: 100%;
  z-index: 1;
  transition: right 0.3s ease; /* 右に移動するアニメーションをスムーズに */
}
main #design-sp .top-home .home-position-sp .image p:hover::after {
  right: 5px; /* ホバー時に右に5px移動 */
}
main #design-sp .top-home .home-position-sp .image .a {
  position: absolute;
  top: -135px;
  left: -25%;
  font-family: "Montserrat", sans-serif;
}
main #design-sp .top-home .home-position-sp .image .b {
  position: absolute;
  top: 5px;
  left: 20%;
  width: 86%;
  transform: translate(-13%, 14%);
}
main #design-sp .top-home .home-position-sp .image .c {
  position: absolute;
  top: -2px;
  left: 18%;
  width: 72%;
  transform: translate(-13%, 70%);
}
main #design-sp .top-home .home-position-sp .image .d {
  position: absolute;
  top: -3px;
  left: 28%;
  width: 63%;
  transform: translate(-13%, 70%);
}
main #design-sp .top-home .home-position-sp .image .e {
  position: absolute;
  top: 80px;
  left: 43%;
  width: 63%;
  transform: translate(-13%, 0%);
}
main #design-sp .top-home .home-position-sp .image .f {
  position: absolute;
  top: -12px;
  left: 12%;
  width: 63%;
  transform: translate(-38%, 18%);
}
main #design-sp .top-home .home-position-sp .image .g {
  position: absolute;
  top: 19px;
  left: 18%;
  width: 70%;
  transform: translate(-13%, 15%);
}
main #design-sp .top-home .home-position-sp .image .h {
  position: absolute;
  top: 0px;
  left: 22%;
  width: 84%;
  transform: translate(-13%, -54%);
}
main #design-sp .top-home .home-position-sp .image .i {
  position: absolute;
  top: 32px;
  left: 20%;
  width: 34%;
  transform: translate(-13%, 0%);
}
main #design-sp .top-home .home-position-sp .image .j {
  position: absolute;
  top: -12px;
  left: 12%;
  width: 100%;
  transform: translate(-13%, 100%);
}
main #design-sp .top-home .home-position-sp .image .k {
  position: absolute;
  top: 0%;
  left: -19%;
  width: 56%;
  transform: translate(0%, 171%);
  font-family: "Montserrat", sans-serif;
}
main #design-sp .top-home .home-position-sp .image .k:last-child::after {
  content: none; /* 最後の要素の矢印画像を非表示にする */
}
main #design-sp .top-home .home-position-sp .home-btn img {
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  position: absolute;
  top: 0;
  right: 0;
}
main #design-sp .top-home .home-position-sp .home-btn .bf {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
main #design-sp .top-home .home-position-sp .home-btn .af {
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
main #design-sp .top-home .home-position-sp .home-btn:hover {
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
main #design-sp .top-home .home-position-sp .home-btn:hover .bf {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
main #design-sp .top-home .home-position-sp .home-btn:hover .af {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
main #design-sp .top-clown {
  position: absolute;
  width: 100%;
  height: 570vw;
  overflow: hidden;
  z-index: -1;
}
main #design-sp .top-clown li {
  position: relative;
  z-index: 1;
}
main #design-sp .top-clown li img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
main #design-sp .top-clown li:nth-child(1) {
  left: -6.2rem;
  top: 32.9rem;
  width: 74%;
}
main #design-sp .top-clown li:nth-child(1) img {
  animation-delay: calc(var(--random-delay) * 1s);
}
main #design-sp .top-clown li:nth-child(2) {
  left: -12.2rem;
  top: 84.9rem;
  width: 81%;
}
main #design-sp .top-clown li:nth-child(2) img {
  animation-delay: calc(var(--random-delay) * 1.2s);
}
main #design-sp .top-clown li:nth-child(3) {
  left: 18.8rem;
  top: 27.9rem;
  width: 81%;
}
main #design-sp .top-clown li:nth-child(3) img {
  animation-delay: calc(var(--random-delay) * 0.8s);
}
main #design-sp .top-clown li:nth-child(4) {
  left: -9.2rem;
  top: 121.9rem;
  width: 85%;
}
main #design-sp .top-clown li:nth-child(4) img {
  animation-delay: calc(var(--random-delay) * 1.5s);
}
main #design-sp .top-clown li:nth-child(5) {
  left: 19.8rem;
  top: 46.9rem;
  width: 74%;
}
main #design-sp .top-clown li:nth-child(5) img {
  animation-delay: calc(var(--random-delay) * 0.5s);
}
main #design-sp .top-clown li:nth-child(6) {
  left: 1.8rem;
  top: -19.1rem;
  width: 9%;
}
main #design-sp .top-clown li:nth-child(6) img {
  animation-delay: calc(var(--random-delay) * 1.1s);
}
@keyframes float {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}
main #design-sp .top-clown li img {
  animation: float 5s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
}
main .top-home .home-position-sp,
main .top-home .home-position {
  opacity: 0;
  transform: translateY(-50px);
}
main .design-sp {
  animation: sway-background 10s infinite ease-in-out;
}
main #design-sp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 570vw;
  background-image: url(background/design-sp.png);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 1;
  opacity: 0; /* 初期状態の透明度を0に設定 */
  animation: TopfadeIn 2s ease forwards; /* 2秒かけてフェードイン */
  margin-top: 60px;
}
@keyframes TopfadeIn {
  to {
    opacity: 1; /* 最終的な透明度を1に設定 */
  }
}

.b-works {
  padding: 0 20px;
}

.categorys {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #C2C2C2;
  /* 黒色の1pxの線を下部に追加 */
  width: 340px;
  margin: 0 50px 60px;
}
@media screen and (max-width: 390px) {
  .categorys {
    margin: 0 20px 60px 20px;
  }
}
.categorys select {
  width: 100%;
  font-size: 16px;
}
.categorys select option {
  font-size: 16px;
}
.categorys select option span {
  font-size: 12px;
  color: #C2C2C2;
  font-size: 10px;
}
.categorys h3 {
  color: #C2C2C2;
  margin-left: 10px;
  font-size: 16px;
}
.categorys img {
  width: 5px;
  transform: rotate(90deg);
  margin-right: 10px;
}

.swiper-slide {
  width: 100%; /* スライダーの幅を親要素に合わせる */
  height: 0; /* 高さを初期化 */
  padding-top: 29%; /* 338 / 469 * 100 = 約72.07% */
  position: relative; /* 子要素の位置調整の基準点 */
}
@media screen and (max-width: 769px) {
  .swiper-slide {
    padding-top: 65%;
  }
}
@media screen and (max-width: 390px) {
  .swiper-slide {
    padding-top: 0;
    height: 215px; /* 高さを初期化 */
  }
}
.swiper-slide img {
  position: absolute; /* 親要素に対して絶対位置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, 90% 0, 100% 15%, 100% 100%, 0 100%);
}
@media screen and (max-width: 390px) {
  .swiper-slide img {
    height: 215px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 最初のphoto-sectionに適用されるスタイル */
.photo-section {
  padding-top: 20px;
}

/* 2つ目以降のphoto-sectionに適用されるスタイル */
.photo-section {
  position: relative;
  overflow: hidden;
}
.photo-section::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #C2C2C2;
  transition: width 0.5s ease-in-out;
}
.photo-section:last-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #C2C2C2;
  transition: width 0.5s ease-in-out;
}
.photo-section::before {
  top: 0;
}
.photo-section::after {
  bottom: 0;
}
.photo-section.show-border::before, .photo-section.show-border::after {
  width: 100%;
}

.swiper-slide {
  opacity: 0;
  /* 初期状態で非表示 */
  transition: opacity 1s ease-out;
  /* トランジションを設定 */
}

.swiper-pagination {
  display: none;
  /* ページネーションを非表示にする */
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: unset;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button {
  width: 240px;
  display: flex;
  flex-direction: row;
  height: auto;
}
@media screen and (max-width: 390px) {
  .swiper-button {
    width: 160px;
  }
}

/* 前のボタンのスタイル */
.swiper-button-prev {
  left: -15px;
  /* 右端からの位置 */
  top: 10px;
  /* 下端からの位置 */
  z-index: 10;
  /* スライダーの上に表示 */
  background: url("background/prev-bf.png") no-repeat center center;
  /* アイコン画像 */
  background-size: contain;
  width: 120px;
  /* 幅 */
  height: 50px;
  /* 高さ */
  cursor: pointer;
  /* カーソルをポインターに */
  transition: background-image 0.3s ease; /* 背景画像の変更にアニメーションを適用 */
}
@media screen and (max-width: 390px) {
  .swiper-button-prev {
    width: 74.4px;
    left: 0px;
  }
}

.swiper-button-prev:hover {
  transition: background-image 0.3s ease; /* 背景画像の変更にアニメーションを適用 */
  background-image: url("background/prev-af.png"); /* ホバー時の背景画像 */
}

/* 次のボタンのスタイル */
.swiper-button-next {
  right: 0px;
  /* 右端からの位置 */
  top: 10px;
  /* 下端からの位置 */
  z-index: 10;
  /* スライダーの上に表示 */
  background: url("background/next-bf.png") no-repeat center center;
  /* アイコン画像 */
  background-size: contain;
  width: 120px;
  /* 幅 */
  height: 50px;
  /* 高さ */
  cursor: pointer;
  /* カーソルをポインターに */
  transition: background-image 0.3s ease; /* 背景画像の変更にアニメーションを適用 */
}
@media screen and (max-width: 390px) {
  .swiper-button-next {
    width: 74.4px;
    left: 10px;
  }
}

.swiper-button-next:hover {
  transition: background-image 0.3s ease; /* 背景画像の変更にアニメーションを適用 */
  background-image: url("background/next-af.png"); /* ホバー時の背景画像 */
}

.photo-section-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 390px) {
  .photo-section-text {
    height: 70px;
  }
}
.photo-section-text-pn {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 390px) {
  .photo-section-text-pn {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
  }
}
.photo-section-text-pn p {
  margin-right: 25px;
  font-size: 12px;
  color: #C2C2C2;
}
@media screen and (max-width: 390px) {
  .photo-section-text-pn p {
    margin-right: 0px;
  }
}
.photo-section-text-pn p span {
  margin: 0 25px;
  width: 35px;
  display: inline-block;
}
@media screen and (max-width: 390px) {
  .photo-section-text-pn p span {
    margin: 0 50px 0 0;
  }
}
.photo-section-text .flex-pn {
  display: flex;
  align-items: center;
  height: 80px;
}

.photo-ttl {
  list-style: none;
  font-size: 12px;
  color: #666666;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .photo-ttl {
    margin-bottom: 20px;
  }
}
.photo-ttl a {
  display: inline-block;
  text-decoration: none;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
}
.photo-ttl a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: transform 0.3s ease, background-color 0.3s;
  transform: scaleX(0);
  transform-origin: left;
}
.photo-ttl a:hover, .photo-ttl a.current {
  color: #666666;
}
.photo-ttl a:hover::after, .photo-ttl a.current::after {
  background-color: #666666;
  transform: scaleX(1);
}

.photo .slick-arrow {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FDFAF4;
  border: 1px solid #333;
  font-size: 0;
  position: absolute;
  top: 320px;
  z-index: 1;
}
@media screen and (max-width: 390px) {
  .photo .slick-arrow {
    width: 80px;
    height: 80px;
  }
}
.photo .slick-arrow::before {
  content: "";
  display: block;
}
.photo .slick-next {
  left: 0%;
}
.photo .slick-prev {
  left: 0%;
}
.photo .slick-next::before {
  background-image: url("background/arrowb.png");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: center;
  transform: rotate(180deg);
  /* 画像を180度回転させる */
  height: 59px;
}
.photo .slick-prev::before {
  background-image: url("background/arrowb.png");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: center;
  height: 60px;
}

.works_mv {
  height: 480px;
  margin-top: 70px;
  width: 100%;
}
@media screen and (max-width: 390px) {
  .works_mv {
    width: 100vw;
    height: 100vw;
    margin-top: 60px;
  }
}
.works_mv picture img {
  min-width: 100%;
  width: auto;
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 390px) {
  .works_mv picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.works_pictures .common__breadcrumbs {
  align-items: center;
  margin: 40px auto 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 390px) {
  .works_pictures .common__breadcrumbs {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.works_pictures .common__breadcrumbs h2 {
  font-size: unset;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.works_pictures .common__breadcrumbs h2 p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
.works_pictures .common__breadcrumbs h2 a {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
}
.works_pictures-comment {
  font-size: 12px;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .works_pictures-comment {
    margin-top: 32px;
    margin-bottom: 40px;
    line-height: 2;
  }
}
.works_pictures-contents {
  padding-top: 60px;
  border-top: #C2C2C2 1px solid;
}
@media screen and (max-width: 390px) {
  .works_pictures-contents {
    padding-top: 52px;
  }
}
.works_pictures-contents .contents-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.works_pictures-contents .contents-img img {
  width: 100%;
  object-fit: cover;
}
.works_pictures-status {
  display: flex;
  margin: 50px 0 60px 0;
}
@media screen and (max-width: 390px) {
  .works_pictures-status {
    flex-direction: column;
  }
}
.works_pictures-status dl {
  width: 30.303030303%;
  margin-right: 65px;
}
@media screen and (max-width: 390px) {
  .works_pictures-status dl {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
.works_pictures-status dl h3 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #C2C2C2;
}
.works_pictures-status dl .status-list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 10px;
  border-bottom: 1px solid #C2C2C2;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.works_pictures-status dl .status-list dt {
  font-size: 12px;
}
.works_pictures-status dl .status-list dd {
  font-size: 12px;
}

.photo {
  padding-bottom: 120px;
}
@media screen and (max-width: 390px) {
  .photo {
    padding-bottom: 60px;
  }
}
.photo h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 390px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
main {
  overflow: hidden;
}

.b-members {
  flex-direction: row-reverse !important;
  padding: 115px 0 52px 0 !important;
}
@media screen and (max-width: 390px) {
  .b-members {
    width: 100%;
    padding: 0 20px !important;
    border-bottom: unset;
    flex-direction: column-reverse !important;
  }
}
.b-members-btm {
  width: calc(100% - 100px);
  margin: 0 auto 120px;
}
@media screen and (max-width: 390px) {
  .b-members-btm {
    width: calc(100% - 40px);
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 390px) {
  .b-members::after {
    height: 0 !important;
  }
}

.inner {
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 390px) {
  .inner {
    width: calc(100% - 40px);
  }
}

.members {
  margin: 0 50px;
}
@media screen and (max-width: 390px) {
  .members {
    padding: 0 20px;
    margin: unset;
  }
}

.members_introduction {
  width: 1080px;
  margin: 0px auto 0px;
}
@media screen and (max-width: 390px) {
  .members_introduction {
    width: 100%;
  }
}
.members_introduction-box {
  display: flex;
  gap: 70px;
  padding: 60px 0 60px 0;
}
@media screen and (max-width: 1080px) {
  .members_introduction-box {
    flex-direction: column;
    padding: 40px 0 40px 0;
    gap: 40px;
  }
  .members_introduction-box:first-child {
    border-top: #C2C2C2 1px solid;
  }
}
.members_introduction-box:last-child {
  border-bottom: unset;
}
.members_introduction-box:last-child::after {
  height: 0 !important;
}
.members_introduction-box p {
  font-size: 14px;
  letter-spacing: 0.7px;
}
.members_introduction-box .box-left {
  width: 486px;
}
@media screen and (max-width: 390px) {
  .members_introduction-box .box-left {
    width: 100%;
  }
}
.members_introduction-box .box-left .post {
  color: #C2C2C2;
}
.members_introduction-box .box-left .name-sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 19px 0 16px 0;
}
.members_introduction-box .box-left .name-sns .name {
  font-size: 24px;
  font-weight: bold;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.members_introduction-box .box-left .name-sns .sns img {
  width: 19px;
  margin-left: 20px;
}
.members_introduction-box .box-left .furigana {
  color: #C2C2C2;
}
.members_introduction-box .box-left .ttl {
  color: #C2C2C2;
  margin: 28px 0 9px 0;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.members_introduction-box .box-left .txt {
  color: #666666;
  line-height: 30px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.members_introduction-box .box-left .prof {
  color: #C2C2C2;
  margin: 23px 0 14px 0;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.members_introduction-box .box-left ul li {
  color: #666666;
  line-height: 30px;
  display: flex;
  align-items: baseline;
  font-size: 14px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.members_introduction-box .box-left ul li p {
  letter-spacing: 0.7px;
}
@media screen and (max-width: 390px) {
  .members_introduction-box .box-left ul li p {
    white-space: nowrap;
  }
}
.members_introduction-box .box-left ul li span {
  margin-left: 14px;
  letter-spacing: 0.7px;
  line-height: 1.2;
}
@media screen and (max-width: 390px) {
  .members_introduction-box .box-left ul li span {
    margin-left: 10px;
  }
}
.members_introduction-box .box-right {
  width: 497px;
}
@media screen and (max-width: 390px) {
  .members_introduction-box .box-right {
    width: 100%;
  }
}
.members_introduction-box .box-right .image {
  height: 525px;
  background: #333333;
}
@media screen and (max-width: 390px) {
  .members_introduction-box .box-right .image {
    width: 100%;
    height: 331px;
  }
}
.members_introduction-box .box-right .image img {
  height: 525px;
  object-fit: cover;
  width: auto;
}
@media screen and (max-width: 390px) {
  .members_introduction-box .box-right .image img {
    width: 100%;
    height: 331px;
  }
}
.members_introduction-box .box-right .text {
  margin-top: 50px;
  line-height: 30px;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .members_introduction-box .box-right .text {
    margin-top: 0px;
  }
}

@media screen and (max-width: 390px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
main {
  overflow: hidden;
}

.b-infomation {
  flex-direction: row-reverse !important;
  padding: 115px 0 52px 0 !important;
}
@media screen and (max-width: 390px) {
  .b-infomation {
    width: 100%;
    padding: 0 20px !important;
    border-bottom: unset;
    flex-direction: column-reverse !important;
  }
}
.b-infomation-btm {
  width: calc(100% - 100px);
  margin: 0 auto 120px;
}
@media screen and (max-width: 390px) {
  .b-infomation::after {
    height: 0 !important;
  }
}

.inner {
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 390px) {
  .inner {
    width: calc(100% - 40px);
  }
}

.infomation {
  margin: 0 50px;
}
@media screen and (max-width: 390px) {
  .infomation {
    width: 100%;
    padding: 0 20px;
    margin: unset;
  }
}

.infomation_info {
  width: 470px;
  margin: 0 auto;
  padding: 50px 0;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .infomation_info {
    width: 100%;
    border-top: #C2C2C2 1px solid;
  }
}
.infomation_info-list {
  display: flex;
  padding: 23px 0;
}
.infomation_info-list dt {
  width: 20%;
  font-size: 14px;
  letter-spacing: 0.14px;
}
@media screen and (max-width: 390px) {
  .infomation_info-list dt {
    width: 25%;
  }
}
.infomation_info-list dd {
  width: 80%;
  font-size: 14px;
  letter-spacing: 0.14px;
}
@media screen and (max-width: 390px) {
  .infomation_info-list dd {
    width: 75%;
  }
}

@media screen and (max-width: 390px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
main {
  overflow: hidden;
}

.b-privacypolicy {
  padding: 115px 0 52px 0 !important;
}
@media screen and (max-width: 390px) {
  .b-privacypolicy {
    padding: 0 0 20px 0 !important;
    border-bottom: #C2C2C2 1px solid;
    border-bottom: unset;
    width: calc(100% - 40px) !important;
  }
}

.b-infomation-btm {
  width: 100%;
  border-bottom: #C2C2C2 1px solid;
}
@media screen and (max-width: 390px) {
  .b-infomation-btm {
    margin: 0;
  }
}

.inner {
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 390px) {
  .inner {
    width: calc(100% - 40px);
  }
}

.privacypolicy {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 100px 120px 100px;
  display: block;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 390px) {
  .privacypolicy {
    padding: 20px 20px 80px 20px;
    width: 100%;
  }
}
.privacypolicy .text {
  margin-bottom: 40px;
  font-size: 14px;
}

.privacypolicy-text {
  margin-bottom: 40px;
}
.privacypolicy-text h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.privacypolicy-text p {
  font-size: 14px;
}
.privacypolicy-text li {
  margin-left: 20px;
  font-size: 14px;
  list-style-type: disc; /* リストアイテムに点を付ける */
}
.privacypolicy-text li::marker {
  font-size: 10px; /* マーカーのサイズを大きくする */
  color: black; /* マーカーの色を指定 */
}

.trans {
  display: inline-flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-around; /* 水平方向の中央揃え */
  width: 290px;
  position: relative;
  z-index: 1;
  height: 70px;
  border-radius: 34px;
  border: solid 1px #F8B62B;
  font-size: 16px;
  font-weight: bold;
  color: #F8B62B;
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 390px) {
  .trans {
    width: 290px;
  }
}
.trans .be {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.trans .af {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.trans .arrow {
  position: relative;
  width: 12px;
  height: 12px;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.trans .arrow .af,
.trans .arrow .be {
  position: absolute;
}

.trans:hover {
  background: #F8B62B;
  color: #fff;
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.trans:hover .be {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.trans:hover .af {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.black {
  display: inline-flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-around; /* 水平方向の中央揃え */
  width: 290px;
  position: relative;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  height: 70px;
  border-radius: 34px;
  border: solid 1px #333333;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 390px) {
  .black {
    width: 290px;
  }
}
.black .be {
  opacity: 1;
  transform: rotate(180deg); /* 180度回転 */
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.black .af {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.black .arrow {
  position: relative;
  width: 12px;
  height: 12px;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.black .arrow .af,
.black .arrow .be {
  position: absolute;
}

.black:hover {
  background: #F8B62B;
  border: solid 1px #F8B62B;
  color: #fff;
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.black:hover .be {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.black:hover .af {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.flame {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 2.9;
  color: #3E3A39;
}

.flame::before {
  content: "";
  background-image: url(background/subtractbf.png); /* 通常時の背景画像 */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: background-image 0.3s ease; /* 背景画像の変更にアニメーションを適用 */
}

.flame:hover {
  color: #fff; /* ホバー時の文字色を白に設定 */
  transition: background-image 0.3s ease; /* 背景画像の変更にアニメーションを適用 */
}

.flame:hover::before {
  background-image: url(background/subtractaf.png); /* ホバー時の背景画像 */
}

main {
  /* 右下から */
}
main .common__breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background: rgba(255, 255, 255, 0);
  color: #333333;
  padding: 9px 0 8px;
  width: calc(100% - 100px);
  margin: 70px auto 0;
  padding: 115px 0 0 0;
}
@media screen and (max-width: 390px) {
  main .common__breadcrumbs {
    width: 100%;
    padding: 0 20px;
    margin-top: 60px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
}
main .common__breadcrumbs-lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
main .common__breadcrumbs-list {
  font-size: 14px;
  white-space: nowrap;
}
main .common__breadcrumbs-list:not(:first-child) {
  padding-left: 26px;
  color: #333333;
  position: relative;
}
main .common__breadcrumbs-list:not(:first-child)::before {
  background-image: url("background/arrow.png");
  background-size: contain;
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 9px;
}
main .common__breadcrumbs h2 {
  font-size: 42px;
  font-weight: 400;
}
@media screen and (max-width: 390px) {
  main .common__breadcrumbs h2 {
    font-size: 30px;
    margin-top: 42px;
  }
}
main .fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
main .fadeUp.show {
  opacity: 1;
  transform: translateY(0);
}
main .swiper-backface-hidden {
  opacity: 0;
  transform: translateX(20px); /* 初期位置を右に設定 */
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
main .swiper-backface-hidden.show {
  opacity: 1;
  transform: translateX(0); /* 元の位置に戻る */
}
main .fadeRight {
  opacity: 0;
  transform: translateX(20px); /* 初期位置を右に設定 */
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
main .fadeRight.show {
  opacity: 1;
  transform: translateX(0); /* 元の位置に戻る */
}
main .fadeInFromBottomRight {
  opacity: 0;
  transform: translate(20px, 20px); /* 右下からの初期位置 */
  transition: opacity 0.9s ease-in-out, transform 1s ease-in-out;
}
main .fadeInFromBottomRight.show {
  opacity: 1;
  transform: translate(0, 0); /* 元の位置に戻る */
}
main .animate {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
main .animate.show {
  opacity: 1;
}
main .border-btm {
  position: relative;
  overflow: hidden;
}
main .border-btm::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #C2C2C2;
  transition: width 0.5s ease-in-out;
}
main .border-btm::after {
  bottom: 0;
}
main .border-btm.show-border::after {
  width: 100%;
}
main .border-top {
  position: relative;
  overflow: hidden;
}
main .border-top::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #C2C2C2;
  transition: width 0.5s ease-in-out;
}
main .border-top::before {
  top: 0;
}
main .border-top.show-border::before {
  width: 100%;
}
main .yu-gothic {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: bold;
  color: #C2C2C2 !important;
}
main .montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #C2C2C2 !important;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.75;
  --min-size: 14;
  --max-size: 14;
  font-size: var(--clamp-size);
  color: #333333;
}

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

html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
@media (max-width: 390px) {
  html {
    font-size: 2.6923076923vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

.zen-old mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}/*# sourceMappingURL=style.css.map */