@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 .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: 53px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1009;
  margin-top: 26px;
}
@media screen and (max-width: 600px) {
  .header .navigation {
    margin-top: 20px;
  }
}
.header .navigation .logo {
  margin: 0 25px;
  position: relative;
  z-index: 0;
  height: 54.49px;
  width: 358.19px;
}
@media screen and (max-width: 600px) {
  .header .navigation .logo {
    position: relative;
    z-index: 0;
    width: 286.45px;
    margin: 0 18px;
  }
}
.header .navigation .logo img {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .header .navigation .logo img {
    width: 100%;
    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 {
  /*========= ナビゲーションのためのCSS ===============*/
}
.header #g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 1008;
  /*ナビのスタート位置と形状*/
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #FDFAF4;
  /*動き*/
  transition: all 0.6s;
  display: block;
}
@media screen and (max-width: 600px) {
  .header #g-nav {
    overflow: auto;
  }
}
.header #g-nav .list {
  width: 60%;
  height: 100%;
  float: left;
}
@media screen and (max-width: 600px) {
  .header #g-nav .list {
    width: 100%;
  }
  .header #g-nav .list .navlogo {
    width: 202px;
  }
  .header #g-nav .list .navlogo img {
    width: 202px;
    z-index: 9999;
  }
}
.header #g-nav .list__content {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding-top: 20vh;
}
@media screen and (max-width: 600px) {
  .header #g-nav .list__content {
    padding-top: 103px;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.header #g-nav .list__content_bloc {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .header #g-nav .list__content_bloc {
    width: calc(100% - 36px);
  }
}
.header #g-nav .list__content_bloc .navbtn {
  margin: 10px 0;
}
.header #g-nav .list__content_bloc .navbtn:nth-child(2) {
  margin: 40px 0 10px 0;
}
.header #g-nav .list__content_bloc .logo {
  width: 331px;
}
.header #g-nav .list__content_bloc .dial {
  width: 331px;
  margin-bottom: 20px;
}
.header #g-nav .list__content_bloc h3 {
  font-size: 16px;
  margin: 29px 0 10px 0;
}
.header #g-nav .list__content_bloc p {
  font-size: 16px;
}
.header #g-nav .list__content_bloc ul {
  width: 263px;
}
@media screen and (max-width: 600px) {
  .header #g-nav .list__content_bloc ul {
    width: 100%;
    margin-bottom: 0px;
  }
}
.header #g-nav .list__content_bloc ul li:nth-child(1) {
  border-top: 1px solid #C8C8C8;
}
.header #g-nav .list__content_bloc ul li {
  padding: 26px 0 26px 10px;
  border-bottom: 1px solid #C8C8C8;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.header #g-nav .list__content_bloc ul li a {
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
}
.header #g-nav .list__content_bloc ul li .plan01 {
  font-size: 14px;
  font-weight: bold;
  margin-left: 2px;
}
.header #g-nav .list__content_bloc ul li .plan01::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #fff;
  margin-bottom: 5px;
  margin-right: 4px;
}
@media screen and (max-width: 600px) {
  .header #g-nav .list__content_bloc ul li .plan01::before {
    background: #333;
  }
}
.header #g-nav .list__content_bloc ul {
  margin-bottom: 20px;
}
.header #g-nav .list__content .left {
  display: flex;
  justify-content: right;
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .header #g-nav .list__content .left {
    margin-right: 0px;
  }
}
.header #g-nav .list__content .right {
  display: flex;
  flex-direction: column;
  align-items: left;
}
@media screen and (max-width: 600px) {
  .header #g-nav .list__content .right {
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .header #g-nav .list__content .right ul li:nth-child(1) {
    border-top: 0px solid #C8C8C8;
  }
}
.header #g-nav .list__content .right .black {
  width: 263px;
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  .header #g-nav .list__content .right .black {
    width: 290px;
  }
}
.header #g-nav .list__content .right .orange {
  width: 263px;
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  .header #g-nav .list__content .right .orange {
    width: 290px;
  }
}
.header #g-nav .list__content .right span {
  margin-top: 10px;
  font-size: 16px;
  color: #898989;
}
.header #g-nav .list__bottom {
  width: 566px;
  height: 87px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header #g-nav .list__bottom img {
  height: 51px;
}
.header #g-nav .list__bottom p {
  font-size: 10px;
  margin: 0 15px;
}
.header #g-nav .contact {
  width: 40%;
  height: 100%;
  float: right;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .header #g-nav .contact {
    display: none;
  }
}
.header #g-nav .contact_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20vh;
}
.header #g-nav .contact_contents p {
  font-size: 25px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0px 0 60px 0;
  letter-spacing: 7px;
}
.header #g-nav .contact_contents .orange {
  display: inline-flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-around; /* 水平方向の中央揃え */
  width: 290px;
  height: 70px;
  border-radius: 34px;
  font-size: 16px;
  font-weight: bold;
  background: #F8B62B;
  color: #fff;
}
.header #g-nav .contact_contents .orange .be {
  opacity: 1;
}
.header #g-nav .contact_contents .orange .af {
  opacity: 0;
}
.header #g-nav .contact_contents .orange .arrow {
  position: relative;
  width: 12px;
  height: 12px;
}
.header #g-nav .contact_contents .orange .arrow .af,
.header #g-nav .contact_contents .orange .arrow .be {
  position: absolute;
}
.header #g-nav .contact_contents .orange:hover {
  border: solid 1px #F8B62B;
  color: #F8B62B;
  background: rgba(248, 182, 43, 0);
}
.header #g-nav .contact_contents .orange:hover .be {
  opacity: 0;
}
.header #g-nav .contact_contents .orange:hover .af {
  opacity: 1;
  transform: rotate(0deg); /* 180度回転 */
}
.header {
  /*アクティブクラスがついたら位置を0に*/
}
.header #g-nav.panelactive {
  right: 0;
}
@media screen and (max-width: 600px) {
  .header #g-nav.panelactive {
    z-index: 1000;
  }
}
.header {
  /*ナビゲーションの縦スクロール*/
}
.header .spnavbtn {
  z-index: 999;
  padding: 15px;
  right: 52%;
  height: auto; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header .spnavbtn img {
  width: 100%;
}
.header .spnavbtn .map {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.header .spnavbtn .map a {
  text-decoration: underline;
  color: #fff;
}
.header .spnavbtn .button .arrow {
  border-radius: 30px;
  padding: 15px;
  background: #fff;
  margin-right: 15px;
  width: 40px;
  height: 40px;
}
.header .spnavbtn .button .official {
  border-radius: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  width: 100%;
  margin-top: 10px;
  height: 60px;
}
.header .spnavbtn .button .official .line {
  width: 30px;
  margin-left: 15px;
}
.header .spnavbtn .button .tel {
  border-radius: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  width: 100%;
  margin-top: 10px;
  height: 60px;
}
.header .spnavbtn .button .tel .tell {
  width: 26px;
  margin-left: 15px;
}
.header .spnavbtn .button .tel p {
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.header .spnavbtn .button .tel p span {
  font-size: 22px;
  font-weight: bold;
}
.header {
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
  /*========= ボタンのためのCSS ===============*/
}
.header .openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 22px;
  right: 10px;
  cursor: pointer;
  width: 75px;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .header .openbtn {
    height: 50px;
    width: 65px;
    top: 15px;
    right: 8px;
  }
}
.header {
  /*×に変化*/
}
.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: 600px) {
  .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: 600px) {
  .header .openbtn span:nth-of-type(2) {
    top: 27px;
  }
}
.header .openbtn span:nth-of-type(3) {
  top: 45px;
}
@media screen and (max-width: 600px) {
  .header .openbtn span:nth-of-type(3) {
    top: 39px;
  }
}
.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;
}

.about .header {
  /*×に変化*/
}
.about .header .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 10px;
  height: 2px;
  border-radius: 2px;
  width: 50px;
  background: #333;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .about .header .openbtn span {
    width: 38px;
  }
}
.about .header .navigation {
  position: fixed;
  height: 88px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1009;
  margin-top: 26px;
}
@media screen and (max-width: 600px) {
  .about .header .navigation {
    height: 53px;
    margin-top: 20px;
  }
}
.about .header .navigation .logo {
  margin: 0 25px;
}
.about .header .navigation .logo img {
  width: 327px;
}
.about .header .navigation .line {
  font-size: 12px;
  color: #fff;
  padding: 1px 12px;
  border: #fff 1px solid;
  border-radius: 20px;
}

.header-all {
  /*×に変化*/
}
.header-all .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 10px;
  height: 2px;
  border-radius: 2px;
  width: 50px;
  background: #333;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .header-all .openbtn span {
    width: 27px;
  }
}
.header-all .grn span {
  background-image: url("background/ttl-wave.png");
  background: #333;
}
.header-all .navigation {
  position: fixed;
  height: 57px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1009;
  margin-top: 26px;
}
@media screen and (max-width: 600px) {
  .header-all .navigation {
    height: 53px;
    margin-top: 20px;
  }
}
.header-all .navigation .logo {
  margin: 0 25px;
}
.header-all .navigation .logo img {
  width: auto;
}
.header-all .navigation .line {
  font-size: 12px;
  color: #fff;
  padding: 1px 12px;
  border: #fff 1px solid;
  border-radius: 20px;
}

/* フェードインアニメーション用の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 .contact {
  background: #FDFAF4;
  text-align: center;
  padding: 58px 0 66px 0;
  height: auto;
}
footer .contact h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 1060px) {
  footer .contact h2 {
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
  }
}
footer .contact p {
  font-size: 14px;
  margin: 25px auto 35px;
}
@media screen and (max-width: 1060px) {
  footer .contact p {
    font-size: 16px;
    padding: 0 18px;
    letter-spacing: -1.5px;
    margin: 18px auto 17px;
  }
}
footer .contact a {
  margin: 0 25px;
  border: 1px solid #333333;
}
@media screen and (max-width: 600px) {
  footer .contact a {
    margin: 8px 25px;
  }
}
footer .foot {
  background: #F5ECDC;
  padding-bottom: 85px;
}
@media screen and (max-width: 600px) {
  footer .foot {
    padding-bottom: 60px;
  }
}
footer .foot__content {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 0;
}
@media screen and (max-width: 1060px) {
  footer .foot__content {
    width: 100%;
    padding: 100px 18px;
  }
}
@media screen and (max-width: 600px) {
  footer .foot__content {
    width: 100%;
    padding: 43px 25px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
footer .foot__content_bloc {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  footer .foot__content_bloc {
    width: 100%;
  }
}
footer .foot__content_bloc .logo {
  width: 206.37px;
}
footer .foot__content_bloc .dial {
  width: 331px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  footer .foot__content_bloc .dial {
    margin-top: 20px;
  }
}
footer .foot__content_bloc h3 {
  font-size: 16px;
  margin: 29px 0 10px 0;
}
footer .foot__content_bloc p {
  font-size: 16px;
}
footer .foot__content_bloc ul {
  width: 263px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  footer .foot__content_bloc ul {
    width: 100%;
    margin-bottom: 0px;
  }
}
footer .foot__content_bloc ul li:nth-child(1) {
  border-top: 1px solid #C8C8C8;
}
footer .foot__content_bloc ul li {
  padding: 26px 0 26px 10px;
  border-bottom: 1px solid #C8C8C8;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
footer .foot__content_bloc ul li a {
  font-size: 20px;
  font-weight: bold;
}
footer .foot__content_bloc ul li .plan01 {
  font-size: 14px;
  font-weight: bold;
  margin-left: 2px;
}
footer .foot__content_bloc ul li .plan01::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #fff;
  margin-bottom: 5px;
  margin-right: 4px;
}
footer .foot__content .center {
  display: flex;
  justify-content: center;
}
footer .foot__content .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .foot__content .right ul {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  footer .foot__content .right ul li:nth-child(1) {
    border-top: 0px solid #C8C8C8;
  }
}
footer .foot__content .right .black {
  width: 263px;
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  footer .foot__content .right .black {
    width: 290px;
  }
}
footer .foot__content .right .orange {
  margin: 10px 0;
}
@media screen and (max-width: 1060px) {
  footer .foot__content .right .orange {
    width: 263px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  footer .foot__content .right .orange {
    margin: 10px 0;
    width: 290px;
  }
}
footer .foot__content .right span {
  margin-top: 10px;
  font-size: 16px;
  color: #898989;
}
footer .floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #D0830B;
  z-index: 999;
}
footer .floating-banner {
  max-width: 1280px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #fff;
  line-height: 0.8;
}
@media screen and (max-width: 1060px) {
  footer .floating-banner {
    width: 100%;
    padding: 0 25px;
    height: 70px;
    gap: 20px;
  }
}
footer .floating-banner img {
  height: 70px;
  width: auto;
}
@media screen and (max-width: 1060px) {
  footer .floating-banner img {
    height: 50px;
  }
}
footer .floating-banner p {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1060px) {
  footer .floating-banner p {
    font-size: 18px;
  }
}
footer .floating-banner a:nth-child(2) {
  border-right: #fff 1px solid;
  border-left: #fff 1px solid;
  padding: 0 40px;
}
@media screen and (max-width: 1060px) {
  footer .floating-banner a:nth-child(2) {
    padding: 0 20px;
  }
}
footer .floating-banner span {
  font-size: 14px;
  letter-spacing: -2px;
}
@media screen and (max-width: 1060px) {
  footer .floating-banner span {
    font-size: 10px;
  }
}
footer .floating_sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #D0830B;
  z-index: 999;
}
footer .floating_sp-banner {
  width: 1280px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  line-height: 0.8;
}
@media screen and (max-width: 1060px) {
  footer .floating_sp-banner {
    width: 100%;
    padding: 0 25px;
    height: 80px;
  }
}
footer .floating_sp-banner img {
  height: 70px;
  width: auto;
}
@media screen and (max-width: 1060px) {
  footer .floating_sp-banner img {
    height: 30px;
    margin-bottom: 15px;
  }
}
footer .floating_sp-banner p {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1060px) {
  footer .floating_sp-banner p {
    font-size: 18px;
  }
}
footer .floating_sp-banner a {
  width: 50%;
  text-align: center;
}
footer .floating_sp-banner a:nth-child(2) {
  border-left: #fff 1px solid;
}
footer .floating_sp-banner span {
  font-size: 14px;
  letter-spacing: -2px;
}
@media screen and (max-width: 1060px) {
  footer .floating_sp-banner span {
    font-size: 16px;
    font-weight: bold;
  }
}

.common .links {
  height: 350px;
  display: flex;
}
@media screen and (max-width: 600px) {
  .common .links {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
.common .links_box {
  position: relative;
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .common .links_box {
    width: 100%;
    height: 250px;
  }
}
.common .links_box-img {
  height: 350px;
  object-fit: cover;
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  */
}
.common .links_box-p {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.0156862745);
}
.common .links_box-p-btn {
  width: 58px;
  margin-left: 30px;
}
.common .links_box-p .be {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.common .links_box-p .af {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.common .links_box-p .arrow {
  position: relative;
  width: 58px;
  height: 58px;
  margin-left: 30px;
}
.common .links_box-p .arrow .af,
.common .links_box-p .arrow .be {
  position: absolute;
}
.common .links_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #2e2f2b;
  position: absolute;
  opacity: 0.6;
  transition: opacity 0.8s ease-in-out; /* opacityの変化もアニメーション化 */
}
.common .links_box:hover::before {
  background: rgba(46, 47, 43, 0); /* 背景色を透明にする */
}
.common .links_box:hover .links_box-img {
  transform: scale(1.1); /* ホバーした際の拡大効果 */
  transition: transform 0.8s ease-in-out; /* transformの変化もアニメーション化 */
}
.common .links_box:hover .arrow .af {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.common .links_box:hover .arrow .be {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

@media screen and (max-width: 600px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
main {
  padding-top: 137px;
}
main .common__breadcrumbs {
  background: rgba(255, 255, 255, 0);
  color: #333333;
  padding: 9px 0 8px;
  width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  main .common__breadcrumbs {
    width: 100%;
    padding: 0 18px;
  }
}
main .common__breadcrumbs-lists {
  display: flex;
  flex-wrap: wrap;
}
main .common__breadcrumbs-list {
  font-size: 14px;
}
main .common__breadcrumbs-list:not(:first-child) {
  padding-left: 26px;
  color: #F8B62B;
  position: relative;
}
main .common__breadcrumbs-list:not(:first-child)::before {
  background-image: url("background/warrow.png");
  background-size: cover;
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
main .common__breadcrumbs h2 {
  margin-top: 59px;
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  main .common__breadcrumbs h2 {
    font-size: 30px;
    margin-top: 42px;
  }
}

.toppage .top-banner {
  height: 0;
  position: relative;
  z-index: 2;
  bottom: 130px;
}
.toppage .top-banner .shirayuri img {
  padding: 18px;
}
.toppage .pc_only {
  display: block;
}
.toppage .top-img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: 180px;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .toppage .top-img {
    background-size: cover;
    background-position: center;
  }
}
.toppage .top-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #2e2f2b;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.toppage .top-img.cover.keyback:after {
  opacity: 0;
}
.toppage .top-img.cover:after {
  opacity: 0.6;
}
.toppage .top-contents {
  width: 100%;
  height: 50vh;
}
.toppage .top-contents .hurry {
  z-index: 999;
  width: 500px;
  height: 120px;
  position: absolute;
  bottom: 200px;
  position: fixed;
  left: 50%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1060px) {
  .toppage .top-contents .hurry {
    left: 2%;
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 600px) {
  .toppage .top-contents .hurry {
    display: none;
  }
}
.toppage .top-contents .hurry img {
  width: 100%;
  height: auto;
  max-width: 500px;
  max-height: 120px;
}
.toppage .top-contents .shirayuri {
  z-index: 999;
  width: 500px;
  height: 120px;
  position: absolute;
  bottom: 100px;
  position: fixed;
  left: 50%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1060px) {
  .toppage .top-contents .shirayuri {
    left: 2%;
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 600px) {
  .toppage .top-contents .shirayuri {
    display: none;
  }
}
.toppage .top-contents .shirayuri img {
  width: 100%;
  height: auto;
  max-width: 500px;
  max-height: 120px;
}
.toppage .top-text {
  opacity: 1;
}
.toppage .top-text {
  width: 100%;
  text-align: start;
  position: relative;
  z-index: 100;
  margin-top: -17.4em;
  margin-bottom: 100px;
  padding-left: 52%;
  transition: 0.6s ease-in-out;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .toppage .top-text {
    padding-left: 4%;
    margin-bottom: 160px;
    margin-top: 0.6em;
  }
}
.toppage .top-text .line {
  display: block;
  transition: 0.8s cubic-bezier(0.53, -0.01, 0.39, 1);
  opacity: 0;
  transform: translateY(20px);
}
.toppage .top-text .line .show {
  opacity: 1;
  transform: translateY(0);
}
.toppage .top-text .text {
  width: 100%;
  max-width: 586px;
  position: relative;
  font-size: 18px;
  line-height: 3;
  margin-top: 100px;
}
.toppage .top-text .text .show {
  opacity: 1;
  transform: translateY(0);
}
.toppage .top-text .text .large {
  display: block;
  font-size: 2.8rem;
  margin: 40px 0 0 0;
  line-height: 1.75;
}
.toppage .top-text .text span:nth-last-child(1) {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .toppage .top-text .text span:nth-last-child(1) {
    font-size: 24px;
  }
}
.toppage .top-text h1 {
  font-size: 52px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 600px) {
  .toppage .top-text h1 {
    font-size: 32px;
  }
}
.toppage .top-text h3 {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.toppage .top-text h3 div {
  width: 40px;
  height: 1px;
  background: #fff;
  margin-right: 20px;
}
.toppage .plan {
  position: relative;
  background: #fff;
  height: 800px;
  border-radius: 0 60px 0 0;
}
@media screen and (max-width: 600px) {
  .toppage .plan {
    height: 886px;
    border-radius: 0;
  }
}
.toppage .plan__img {
  height: 537px;
  width: 81%;
  object-fit: cover;
  border-radius: 60px 0 0 0;
  position: absolute;
  right: 0;
  top: 140px;
}
@media screen and (max-width: 600px) {
  .toppage .plan__img {
    top: 200px;
    height: 372px;
  }
}
.toppage .plan__text {
  height: 459px;
  width: 43%;
  position: absolute;
  background: #FDFAF4;
  left: 0;
  top: 340px;
  border-radius: 0 60px 0 0;
  padding: 81px 0 0 110px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .toppage .plan__text {
    top: 484px;
    height: 342px;
    padding: 44px 0 0 0;
    width: calc(100% - 25px);
  }
}
.toppage .plan__text h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
.toppage .plan__text p {
  font-size: 16px;
  margin: 36px 0 43px 0;
}
.toppage .plan__text-position {
  width: 1060px;
  margin: 0 auto;
  transition: width 0.3s ease;
  z-index: 1;
  position: relative;
  bottom: -50%;
  z-index: 2;
}
@media screen and (max-width: 1060px) {
  .toppage .plan__text-position {
    width: 100%;
    padding: 0 18px;
    bottom: -58%;
  }
}
.toppage .plan__text-position h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  .toppage .plan__text-position h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
.toppage .plan__text-position p {
  font-size: 16px;
  margin: 36px 0 43px 0;
}
@media screen and (max-width: 600px) {
  .toppage .plan__text-position p {
    margin: 18px 0 36px 0;
  }
}
.toppage .voice {
  background: #fff;
  height: auto;
  padding: 90px 0;
}
@media screen and (max-width: 600px) {
  .toppage .voice {
    padding: 0px 0 120px 0;
  }
}
.toppage .voice .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .toppage .voice .title {
    flex-direction: column;
  }
  .toppage .voice .title .trans {
    position: relative;
    bottom: -715px;
    right: -25%;
    width: 16rem;
  }
}
.toppage .voice .title h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  .toppage .voice .title h2 {
    font-size: 30px;
  }
}
.toppage .voice .slider {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .toppage .voice .slider {
    margin-top: -55px;
  }
}
.toppage .voice .slider li {
  width: 836px;
  height: 398px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 47px 62px;
  background: #FDFAF4;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .toppage .voice .slider li {
    width: 354px;
    max-height: 690px;
    height: 100%;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
  }
}
.toppage .voice .slider li .voice-text {
  max-height: 304px;
  height: 100%;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .toppage .voice .slider li .voice-text {
    margin-left: 0px;
    margin-top: 25px;
    width: 100%;
  }
}
.toppage .voice .slider li .voice-text p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .toppage .voice .slider li .voice-text p {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
  }
}
.toppage .voice .slider li .voice-text h4 {
  text-align: right;
  font-size: 16px;
}
.toppage .voice .slider li .voice-text .cmt {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 5px;
  padding: 18px 20px;
}
@media screen and (max-width: 600px) {
  .toppage .voice .slider li .voice-text .cmt {
    display: none;
  }
}
.toppage .voice .slider li .voice-text .cmt p {
  font-size: 14px;
  font-weight: bold;
}
.toppage .voice .slider li .voice-text .cmt h3 {
  font-size: 14px;
}
.toppage .voice .slider .slick-slide {
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}
.toppage .voice .slider .slick-slide .voice-img {
  width: 222px;
  height: 304px;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .toppage .voice .slider .slick-slide .voice-img {
    width: 100%;
    height: 429px;
    border-radius: 15px;
  }
}
.toppage .voice .slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.toppage .voice .slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .toppage .voice .slider .slick-arrow {
    width: 70px;
    height: 70px;
  }
}
.toppage .voice .slider .slick-arrow::before {
  content: "";
  display: block;
}
.toppage .voice .slider .slick-next {
  right: 24.5%;
}
@media screen and (min-width: 1024px) {
  .toppage .voice .slider .slick-next {
    right: 4%;
  }
}
@media screen and (min-width: 1060px) {
  .toppage .voice .slider .slick-next {
    right: 4%;
  }
}
@media screen and (min-width: 1124px) {
  .toppage .voice .slider .slick-next {
    right: 7.5%;
  }
}
@media screen and (min-width: 1224px) {
  .toppage .voice .slider .slick-next {
    right: 10%;
  }
}
@media screen and (min-width: 1324px) {
  .toppage .voice .slider .slick-next {
    right: 16%;
  }
}
@media screen and (min-width: 1441px) {
  .toppage .voice .slider .slick-next {
    right: 17.5%;
  }
}
@media screen and (min-width: 1500px) {
  .toppage .voice .slider .slick-next {
    right: 19.5%;
  }
}
@media screen and (min-width: 1600px) {
  .toppage .voice .slider .slick-next {
    right: 20.5%;
  }
}
@media screen and (min-width: 1700px) {
  .toppage .voice .slider .slick-next {
    right: 22.5%;
  }
}
@media screen and (min-width: 1800px) {
  .toppage .voice .slider .slick-next {
    right: 22.5%;
  }
}
@media screen and (min-width: 1900px) {
  .toppage .voice .slider .slick-next {
    right: 24.5%;
  }
}
@media screen and (max-width: 600px) {
  .toppage .voice .slider .slick-next {
    left: 26.5%;
    top: 101.5%;
  }
}
.toppage .voice .slider .slick-prev {
  left: 24.5%;
}
@media screen and (min-width: 1024px) {
  .toppage .voice .slider .slick-prev {
    left: 4%;
  }
}
@media screen and (min-width: 1060px) {
  .toppage .voice .slider .slick-prev {
    left: 4%;
  }
}
@media screen and (min-width: 1124px) {
  .toppage .voice .slider .slick-prev {
    left: 7.5%;
  }
}
@media screen and (min-width: 1224px) {
  .toppage .voice .slider .slick-prev {
    left: 10%;
  }
}
@media screen and (min-width: 1324px) {
  .toppage .voice .slider .slick-prev {
    left: 16%;
  }
}
@media screen and (min-width: 1441px) {
  .toppage .voice .slider .slick-prev {
    left: 17.5%;
  }
}
@media screen and (min-width: 1500px) {
  .toppage .voice .slider .slick-prev {
    left: 19.5%;
  }
}
@media screen and (min-width: 1600px) {
  .toppage .voice .slider .slick-prev {
    left: 20.5%;
  }
}
@media screen and (min-width: 1700px) {
  .toppage .voice .slider .slick-prev {
    left: 22.5%;
  }
}
@media screen and (min-width: 1800px) {
  .toppage .voice .slider .slick-prev {
    left: 22.5%;
  }
}
@media screen and (min-width: 1900px) {
  .toppage .voice .slider .slick-prev {
    left: 24.5%;
  }
}
@media screen and (max-width: 600px) {
  .toppage .voice .slider .slick-prev {
    left: 5.5%;
    top: 101.5%;
  }
}
.toppage .voice .slider .slick-next::before {
  background-image: url("background/arrowb.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  transform: rotate(180deg); /* 画像を180度回転させる */
  height: 59px;
}
.toppage .voice .slider .slick-prev::before {
  background-image: url("background/arrowb.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  height: 60px;
}
.toppage .voice .slider .dots .slick-dots {
  text-align: center;
}
.toppage .voice .slider .dots .slick-dots li {
  display: inline-block;
}
.toppage .voice .slider .dots .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.toppage .voice .slider .dots .slick-dots .slick-active button {
  background: #0a467d;
}
.toppage .search {
  height: 1000px;
  position: relative;
  background: #fff;
  padding-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .toppage .search {
    height: 700px;
  }
}
.toppage .search .back {
  background-size: cover;
  background-position: center;
  object-fit: cover;
  height: 606px;
}
@media screen and (max-width: 600px) {
  .toppage .search .back {
    height: 372px;
  }
}
.toppage .search-content {
  width: 836px;
  height: 378px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  text-align: center;
  bottom: 107px;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .toppage .search-content {
    width: 302px;
    height: auto;
    bottom: 50px;
  }
}
.toppage .search-content h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 58px;
}
@media screen and (max-width: 600px) {
  .toppage .search-content h2 {
    font-size: 30px;
    letter-spacing: 1px;
    padding-top: 20px;
  }
}
.toppage .search-content p {
  font-size: 16px;
  margin: 60px 0;
}
@media screen and (max-width: 600px) {
  .toppage .search-content p {
    margin: 30px 0 60px 0;
  }
}
.toppage .about {
  position: relative;
  background: #fff;
  height: 659px;
}
@media screen and (max-width: 600px) {
  .toppage .about {
    height: 626px;
  }
}
.toppage .about__img {
  height: 537px;
  width: 81%;
  object-fit: cover;
  border-radius: 60px 0 0 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 600px) {
  .toppage .about__img {
    height: 372px;
  }
}
.toppage .about__text {
  height: 459px;
  width: 43%;
  position: absolute;
  background: #FDFAF4;
  left: 0;
  top: 200px;
  border-radius: 0 60px 0 0;
  padding: 81px 0 0 110px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .toppage .about__text {
    top: 284px;
    height: 342px;
    padding: 44px 0 0 0;
    width: calc(100% - 25px);
  }
}
.toppage .about__text h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
.toppage .about__text p {
  font-size: 16px;
  margin: 36px 0 43px 0;
}
.toppage .about__text-position {
  width: 1060px;
  margin: 0 auto;
  transition: width 0.3s ease;
  z-index: 1;
  position: relative;
  bottom: -40%;
  z-index: 2;
}
@media screen and (max-width: 1060px) {
  .toppage .about__text-position {
    width: 100%;
    padding: 0 18px;
    bottom: -50%;
  }
}
.toppage .about__text-position h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  .toppage .about__text-position h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
.toppage .about__text-position p {
  font-size: 16px;
  margin: 36px 0 43px 0;
}
@media screen and (max-width: 600px) {
  .toppage .about__text-position p {
    margin: 18px 0 36px 0;
  }
}
.toppage .slider01 {
  background: #fff;
  position: relative;
  z-index: 1;
  top: 10%;
}
.toppage .slider01 .slider-img img {
  border-radius: 15px;
  width: 324px;
  height: 250px;
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .toppage .slider01 .slider-img img {
    width: 30rem;
  }
}
.toppage .slider01 .slick-slider {
  top: 125px;
}
.toppage .slider01 .slick-slider .slick-slide {
  margin: 0 10px;
}
.toppage .flow {
  background: #FDFAF4;
  padding-top: 280px;
  height: 781px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .toppage .flow {
    padding-top: 160px;
    height: 900px;
  }
}
.toppage .flow__title {
  width: 1060px;
}
@media screen and (max-width: 1060px) {
  .toppage .flow__title {
    width: 100%;
    padding: 0 18px;
  }
}
.toppage .flow__title {
  margin: 0 auto;
  height: auto;
}
.toppage .flow__title h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  .toppage .flow__title h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
.toppage .flow__title p {
  margin-top: 52px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .toppage .flow__title p {
    margin-top: 18px;
  }
}
.toppage .flow__content {
  width: 60%;
  height: auto;
  position: absolute;
  right: 0%;
  top: 37%;
}
@media screen and (max-width: 600px) {
  .toppage .flow__content {
    top: 35%;
    width: 100%;
    padding: 0 18px;
  }
}
.toppage .flow__content-box {
  width: 390px;
  height: auto;
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .toppage .flow__content-box {
    width: 354px;
  }
}
.toppage .flow__content-box-img img {
  width: 100%;
  height: 240px;
  position: relative;
  object-fit: cover;
}
.toppage .flow__content-box-img ::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: -20px;
  width: 390px;
  height: 240px;
  background-image: url("background/gradationb.png");
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .toppage .flow__content-box-img ::after {
    width: 354px;
  }
}
.toppage .flow__content-box-img div {
  position: relative;
  bottom: 35px;
  height: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  z-index: 2;
}
.toppage .flow__content-box-img div span {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 6px;
}
.toppage .flow__content-box-img div p {
  font-size: 20px;
  line-height: 1.2;
  margin-left: 10px;
  color: #fff;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 2px;
}
.toppage .flow__content-box h3 {
  font-size: 16px;
  margin: 30px 0;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media screen and (max-width: 600px) {
  .toppage .flow__content-box h3 {
    width: 348px;
  }
}
.toppage .flow__content-box p {
  font-size: 14px;
  color: #898989;
  letter-spacing: 0px;
  line-height: 1.4;
}
.toppage .flow .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: 600px) {
  .toppage .flow .slick-arrow {
    width: 80px;
    height: 80px;
  }
}
.toppage .flow .slick-arrow::before {
  content: "";
  display: block;
}
.toppage .flow .slick-next {
  left: -15%;
}
@media screen and (max-width: 1440px) {
  .toppage .flow .slick-next {
    left: -26%;
  }
}
@media screen and (max-width: 1060px) {
  .toppage .flow .slick-next {
    left: -35%;
  }
}
@media screen and (max-width: 600px) {
  .toppage .flow .slick-next {
    right: 16%;
    left: unset;
    top: 97%;
  }
}
.toppage .flow .slick-prev {
  left: -30%;
}
@media screen and (max-width: 1440px) {
  .toppage .flow .slick-prev {
    left: -45%;
  }
}
@media screen and (max-width: 1060px) {
  .toppage .flow .slick-prev {
    left: -62%;
  }
}
@media screen and (max-width: 600px) {
  .toppage .flow .slick-prev {
    left: 16%;
    top: 97%;
  }
}
.toppage .flow .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;
}
.toppage .flow .slick-prev::before {
  background-image: url("background/arrowb.png");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: center;
  height: 60px;
}
.toppage .company {
  background: #fff;
  padding-top: 112px;
  height: auto;
  position: relative;
  padding-bottom: 120px;
}
.toppage .company__title {
  height: auto;
}
@media screen and (max-width: 1060px) {
  .toppage .company__title {
    width: 100%;
    margin: 0 auto;
  }
}
.toppage .company__title h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 1060px) {
  .toppage .company__title h2 {
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
  }
}
.toppage .company-flex {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1060px) {
  .toppage .company-flex {
    width: 100%;
    padding: 0 18px;
    flex-direction: column;
  }
}
.toppage .company__content ul {
  width: 578px;
  margin-right: 80px;
}
@media screen and (max-width: 600px) {
  .toppage .company__content ul {
    width: 100%;
    margin-right: 0px;
  }
}
.toppage .company__content ul li:nth-child(1) {
  border-top: 1px solid #C8C8C8;
}
@media screen and (max-width: 600px) {
  .toppage .company__content ul li:nth-child(1) {
    border-top: 0px solid #C8C8C8;
  }
}
.toppage .company__content ul li {
  height: auto;
  border-bottom: 1px solid #C8C8C8;
  padding: 32px 18px 33px;
}
.toppage .company__content ul li h3 {
  font-size: 14px;
  font-weight: bold;
  color: #898989;
  display: flex;
  align-items: center;
}
.toppage .company__content ul li h3::before {
  content: ""; /* コンテンツなし */
  display: inline-block; /* インラインブロック要素として表示 */
  width: 6px; /* 幅 */
  height: 6px; /* 高さ */
  margin-right: 5px; /* テキストとの間隔 */
  background-color: #F8B62B; /* 点の色 */
  border-radius: 50%; /* 円形の形状 */
}
.toppage .company__content ul li div {
  background: #333;
  width: 6px;
  height: 6px;
}
.toppage .company__content ul li p {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
}
.toppage .company__content ul li p span {
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  font-size: 10px;
  padding: 0px 8px;
  border-radius: 2px;
  background: #F8B62B;
}
.toppage .company__map {
  width: 1060px;
  margin: 0 auto;
  height: 350px;
  background: #898989;
  margin-top: 83px;
}
@media screen and (max-width: 1060px) {
  .toppage .company__map {
    width: 100%;
    padding: 0 18px;
    background: #fff;
  }
}
.toppage .company__title02 {
  margin-top: 112px;
  margin-bottom: 32px;
}
.toppage .company__title02 h2 {
  width: 1060px;
  margin: 0 auto;
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 1060px) {
  .toppage .company__title02 h2 {
    width: 100%;
    padding: 0 18px;
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
  }
}
.toppage .company__link {
  width: 1060px;
}
@media screen and (max-width: 1060px) {
  .toppage .company__link {
    width: 100%;
    padding: 0 18px;
  }
}
.toppage .company__link {
  margin: 0 auto;
  display: grid;
  justify-items: start;
  grid-template-columns: repeat(2, 1fr); /* 4列 */
  grid-template-rows: repeat(2, auto); /* 2行 */
  align-items: center; /* 垂直方向の中央揃え */
  gap: 20px; /* グリッド要素間の間隔 */
}
@media screen and (max-width: 1060px) {
  .toppage .company__link {
    display: flex;
    flex-direction: column;
  }
}
.toppage .company__link .link {
  width: 520px;
  height: 160px;
}
@media screen and (max-width: 1060px) {
  .toppage .company__link .link {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .toppage .company__link .link {
    height: 109px;
  }
}
.toppage .company__link .link {
  border-radius: 10px;
  border: 0;
  background: #FDFAF4;
  color: #333;
  display: inline-flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-around; /* 水平方向の中央揃え */
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}
.toppage .company__link .link img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を親要素のサイズに合わせる */
  transition: transform 0.3s ease; /* トランジションの追加 */
}
.toppage .company__link .link:hover img {
  transform: scale(1.1); /* ホバーした際の拡大効果 */
}
.toppage .fuwa-position {
  position: relative;
  height: 0;
}
.toppage .fuwa-position .fuwa01 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -270px;
  left: -78px;
}
@media screen and (max-width: 600px) {
  .toppage .fuwa-position .fuwa01 {
    width: 147.08px;
    height: auto;
    bottom: -40px;
    left: -60px;
  }
}
.toppage .fuwa-position .fuwa02 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -290px;
  right: 60px;
}
@media screen and (max-width: 600px) {
  .toppage .fuwa-position .fuwa02 {
    width: 234px;
    height: auto;
    bottom: -110px;
    left: unset;
    right: -80px;
  }
}
.toppage .fuwa-position02 {
  position: relative;
  height: 0;
}
.toppage .fuwa-position02 .fuwa01 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: 300px;
  left: -125px;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .toppage .fuwa-position02 .fuwa01 {
    bottom: 550px;
    left: 65px;
  }
}
.toppage .fuwa-position02 .fuwa02 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -260px;
  z-index: 2;
  right: 325px;
}
@media screen and (max-width: 600px) {
  .toppage .fuwa-position02 .fuwa02 {
    right: 130px;
  }
}
.toppage .fuwa-position03 {
  position: relative;
  height: 0;
}
.toppage .fuwa-position03 .fuwa01 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: 175px;
  left: -60px;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .toppage .fuwa-position03 .fuwa01 {
    bottom: 950px;
    left: -130px;
  }
}
.toppage .fuwa-position03 .fuwa02 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: 175px;
  left: -60px;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .toppage .fuwa-position03 .fuwa02 {
    bottom: 550px;
    left: 120px;
  }
}
.toppage .fuwa-position03 .fuwa03 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: 175px;
  left: -60px;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .toppage .fuwa-position03 .fuwa03 {
    bottom: 190px;
    left: 40px;
  }
}
.toppage .fuwa-position03 .fuwa04 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: 175px;
  left: -60px;
  z-index: 0;
}
@media screen and (min-width: 391px) {
  .toppage .fuwa-position03 .fuwa02,
  .toppage .fuwa-position03 .fuwa03,
  .toppage .fuwa-position03 .fuwa04 {
    display: none;
  }
}

.inner1060 {
  max-width: 1060px;
}
@media screen and (max-width: 1060px) {
  .inner1060 {
    width: 100%;
    padding: 0 18px;
  }
}
.inner1060 {
  margin: 0 auto;
  width: 100%;
}

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

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

.pcbtn {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pcbtn {
    display: none !important;
  }
}

.spbtn {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .spbtn {
    display: flex !important;
  }
}

@media screen and (max-width: 600px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
.voice .voice {
  width: 1060px;
  margin: 0 auto;
  padding-bottom: 120px;
  padding-top: 105px;
}
@media screen and (max-width: 1060px) {
  .voice .voice {
    width: 100%;
    padding: 0px 18px;
    margin-top: 66px;
  }
}
.voice .voice h2 {
  font-size: 42px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 29px;
}
@media screen and (max-width: 600px) {
  .voice .voice h2 {
    font-size: 40px;
    line-height: 1.8;
  }
}
.voice .voice p {
  font-size: 16px;
  text-align: center;
  margin: 23px 0 42px 0;
}
.voice .voice_anchor {
  width: 100%;
  height: 80px;
  background: #FDFAF4;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .voice .voice_anchor {
    height: 60px;
  }
}
.voice .voice_anchor .center {
  width: 1px;
  height: 16px;
  background: #898989;
}
.voice .voice_anchor a {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.voice .voice_anchor a span {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .voice .voice_anchor a span {
    margin-left: 10px;
    width: 80px;
  }
}
.voice .voice_anchor a img {
  width: 22px;
}
.voice .voice_contents {
  margin-top: 83px;
  padding: 52px 50px 40px 50px;
  background: #FDFAF4;
  border-radius: 10px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .voice .voice_contents {
    margin-top: 40px;
    padding: 1px 18px;
    margin-bottom: 70px;
  }
}
.voice .voice_contents h2 {
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .voice .voice_contents h2 {
    font-size: 30px;
    margin-top: 54px;
  }
}
.voice .voice_contents h2::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  margin-bottom: 10px;
  background-color: #F8B62B;
  border-radius: 50%;
}
.voice .voice_contents h2::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  margin-bottom: 10px;
  background-color: #F8B62B;
  border-radius: 50%;
}
.voice .voice_contents-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 60px;
  background: #FDFAF4;
  border-radius: 20px;
  width: 100%;
  height: 373px;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  /* 水平方向のオフセット、垂直方向のオフセット、ぼかしの量、影の色 */
}
@media screen and (max-width: 600px) {
  .voice .voice_contents-box {
    height: auto;
    padding: 18px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1060px) {
  .voice .voice_contents-box {
    height: 100%;
  }
}
.voice .voice_contents-box .voice-text {
  max-height: 273px;
  height: 100%;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1060px) {
  .voice .voice_contents-box .voice-text {
    max-height: unset;
  }
}
@media screen and (max-width: 600px) {
  .voice .voice_contents-box .voice-text {
    max-height: unset;
    margin: 0;
    height: auto;
  }
}
.voice .voice_contents-box .voice-text p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  text-align: start;
}
@media screen and (max-width: 600px) {
  .voice .voice_contents-box .voice-text p {
    font-size: 14px;
    margin-top: 34px;
    margin-bottom: 43px;
    font-weight: bold;
  }
}
.voice .voice_contents-box .voice-text h4 {
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .voice .voice_contents-box .voice-text h4 {
    font-size: 16px;
    margin-bottom: 42px;
  }
}
.voice .voice_contents-box .voice-text .cmt {
  width: 100%;
  height: auto;
  background: #FDFAF4;
  border-radius: 5px;
  padding: 18px 20px;
}
.voice .voice_contents-box .voice-text .cmt p {
  font-size: 14px;
  font-weight: bold;
  text-align: start;
}
@media screen and (max-width: 600px) {
  .voice .voice_contents-box .voice-text .cmt p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.voice .voice_contents-box .voice-text .cmt h3 {
  font-size: 14px;
  text-align: start;
}
@media screen and (max-width: 600px) {
  .voice .voice_contents-box .voice-text .cmt h3 {
    font-size: 12px;
  }
}
.voice .voice_contents-box .voice-img {
  width: 199px;
  height: 273px;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .voice .voice_contents-box .voice-img {
    width: 100%;
    height: 385px;
  }
}
.voice .voice_contents-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice .voice_contents-text {
  width: 762px;
  height: auto;
  padding: 35px 56px;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
}
.voice .voice_contents-text h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 17px;
}
.voice .voice_contents-text p {
  margin: 0;
}
.voice .fuwa-position {
  position: relative;
  height: 0;
}
.voice .fuwa-position .fuwa01 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -270px;
  left: -78px;
}
@media screen and (max-width: 600px) {
  .voice .fuwa-position .fuwa01 {
    width: 147.08px;
    height: auto;
    bottom: -40px;
    left: -60px;
  }
}
.voice .fuwa-position .fuwa02 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -290px;
  right: 60px;
}
@media screen and (max-width: 600px) {
  .voice .fuwa-position .fuwa02 {
    width: 234px;
    height: auto;
    bottom: -110px;
    left: unset;
    right: -80px;
  }
}
.voice .fuwa-position02 {
  position: relative;
  height: 0;
}
.voice .fuwa-position02 .fuwa01 {
  position: absolute;
  width: 467px;
  height: auto;
  top: -545px;
  left: -255px;
  z-index: 0;
}
.voice .fuwa-position02 .fuwa02 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: -160px;
  right: -188px;
  z-index: 0;
}

.inner1060 {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .inner1060 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
.search .sp-anchor {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .search .sp-anchor {
    display: flex !important;
    margin-bottom: 10px !important;
  }
}
.search .pc-anchor {
  display: flex !important;
}
@media screen and (max-width: 600px) {
  .search .pc-anchor {
    display: none !important;
  }
}
.search .search {
  width: 1060px;
  margin: 0 auto;
  padding-bottom: 120px;
  padding-top: 105px;
}
@media screen and (max-width: 1060px) {
  .search .search {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 66px;
  }
}
.search .search h2 {
  font-size: 42px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 29px;
}
@media screen and (max-width: 600px) {
  .search .search h2 {
    font-size: 40px;
  }
}
.search .search_anchor {
  width: 100%;
  height: 80px;
  background: #FDFAF4;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .search .search_anchor {
    height: 60px;
    width: calc(100% - 36px);
    margin: 0 auto;
  }
}
.search .search_anchor .center {
  width: 1px;
  height: 16px;
  background: #898989;
}
.search .search_anchor a {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.search .search_anchor a span {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .search .search_anchor a span {
    margin-left: 10px;
    width: 80px;
  }
}
.search .search_anchor a img {
  width: 22px;
}
.search .search .search_contents-map {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 70px 0 40px 0;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-map {
    flex-direction: column;
    align-items: center;
    padding: 0 18px;
  }
}
.search .search .search_contents-map-img {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-map-img {
    width: 100%;
    margin: 18px 0 20px 0;
    border-radius: 10px;
  }
}
.search .search .search_contents-map-img img {
  width: 100%;
}
.search .search .search_contents-map-text {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-map-text {
    width: 100%;
  }
}
.search .search .search_contents-map-text {
  display: flex;
  flex-direction: column;
}
.search .search .search_contents-map-text .text {
  position: relative;
}
.search .search .search_contents-map-text .text div h3 {
  font-size: 30px;
  font-weight: bold;
}
.search .search .search_contents-map-text .text div h4 {
  font-size: 14px;
  font-weight: bold;
  color: #898989;
}
.search .search .search_contents-map-text .text div h4::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-bottom: 2px;
  background-color: #F8B62B;
  border-radius: 50%;
}
.search .search .search_contents-map-text .text div p {
  font-size: 14px;
  font-weight: bold;
}
.search .search .search_contents-map-text .text a {
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 50px;
}
.search .search .search_contents-map-text .text .black {
  width: 171px;
  font-size: 14px;
}
.search .search .search_contents-map-text .map {
  margin-top: 20px;
  width: 100%;
  height: 180px;
  background: #898989;
}
.search .search .search_contents-summary {
  padding: 46px 57px 51px;
  background: #FDFAF4;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary {
    padding: 34px 18px 30px;
  }
}
.search .search .search_contents-summary h2 {
  font-size: 30px;
}
.search .search .search_contents-summary-img {
  width: 100%;
  height: 382px;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-img {
    height: auto;
  }
}
.search .search .search_contents-summary-img .container {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-img .container {
    position: unset;
  }
}
.search .search .search_contents-summary-img .thumbnail .slick-track {
  display: grid;
  justify-items: end;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  width: 280px;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-img .thumbnail .slick-track {
    display: unset;
    transform: unset !important;
  }
}
.search .search .search_contents-summary-img .slick-track:before,
.search .search .search_contents-summary-img .slick-track:after {
  display: none;
}
.search .search .search_contents-summary-img .slick-img img {
  width: 664px;
  height: 382px;
  border-radius: 5px;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-img .slick-img img {
    width: 100%;
    height: 204px;
  }
}
.search .search .search_contents-summary-img .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-img .thumbnail {
    position: unset;
  }
}
.search .search .search_contents-summary-img .thumbnail-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
  width: 75% !important;
  margin: 12px 0;
  height: auto;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-img .thumbnail-img {
    width: 25% !important;
  }
}
.search .search .search_contents-summary-img .thumbnail-img img {
  height: 64px;
  width: 111px;
  border-radius: 5px;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-img .thumbnail-img img {
    height: 49px;
    width: 85px;
  }
}
.search .search .search_contents-summary-img .thumbnail .slick-current {
  opacity: 1;
  border: #333333 2px solid;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-img .thumbnail .slick-current {
    border: #333333 0px solid;
  }
}
.search .search .search_contents-summary-text {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-text {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    flex-direction: column;
    align-items: center;
  }
}
.search .search .search_contents-summary-text .text {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-text .text {
    width: 100%;
  }
}
.search .search .search_contents-summary-text .text h5 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-text .text h5 {
    font-size: 20px;
    padding: 0px 18px 3px;
  }
}
.search .search .search_contents-summary-text .text p {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-text .text p {
    font-size: 14px;
    margin-bottom: 36px;
    letter-spacing: -0.1px;
  }
}
.search .search .search_contents-summary-text .place {
  padding: 18px;
  width: 30%;
  max-width: 242px;
  height: auto;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-text .place {
    width: 100%;
    max-width: unset;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-text .place table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
}
.search .search .search_contents-summary-text .place table tbody tr {
  height: 35px;
  margin: 5px 0;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-text .place table tbody tr {
    height: unset;
  }
}
.search .search .search_contents-summary-text .place table tbody tr th {
  width: 30%;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-text .place table tbody tr th {
    width: 50px;
  }
}
.search .search .search_contents-summary-text .place table tbody tr td {
  width: 54%;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-text .place table tbody tr td {
    width: 100px;
  }
}
.search .search .search_contents-summary-text .place table tbody tr:last-child {
  height: 0;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-text .place table tbody tr:last-child {
    height: auto;
  }
}
.search .search .search_contents-summary-equipment {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 24px 20px 28px;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .search .search .search_contents-summary-equipment h2 {
    font-size: 20px;
  }
}
.search .fuwa-position {
  position: relative;
  height: 0;
}
.search .fuwa-position .fuwa01 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -270px;
  left: -78px;
}
@media screen and (max-width: 600px) {
  .search .fuwa-position .fuwa01 {
    width: 147.08px;
    height: auto;
    bottom: -40px;
    left: -60px;
  }
}
.search .fuwa-position .fuwa02 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -290px;
  right: 60px;
}
@media screen and (max-width: 600px) {
  .search .fuwa-position .fuwa02 {
    width: 234px;
    height: auto;
    bottom: -110px;
    left: unset;
    right: -80px;
  }
}
.search .fuwa-position02 {
  position: relative;
  height: 0;
}
.search .fuwa-position02 .fuwa01 {
  position: absolute;
  width: 467px;
  height: auto;
  top: -545px;
  left: -255px;
  z-index: 0;
}
.search .fuwa-position02 .fuwa02 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: -160px;
  right: -188px;
  z-index: 0;
}

.inner1060 {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .inner1060 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
input, select, textarea {
  font-size: 16px !important;
  font-weight: bold;
  color: #333;
}

/* すべての入力要素のplaceholderのスタイル */
::placeholder {
  color: #DBDBDB; /* placeholderのテキスト色 */
}

.contact-lily .contents {
  width: 1060px;
  margin: 0 auto;
  margin-top: 66px;
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .contact-lily .contents {
    width: 100%;
    margin-bottom: 0px;
  }
}
.contact-lily .contents h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 23px;
}
@media screen and (max-width: 1060px) {
  .contact-lily .contents h2 {
    font-size: 30px;
  }
}
.contact-lily .contents p {
  font-size: 16px;
  font-weight: bold;
}
.contact-lily .contents a {
  display: block;
  margin: 28px auto 64px;
  width: 487.93px;
  height: 160px;
}
@media screen and (max-width: 1060px) {
  .contact-lily .contents a {
    width: 100%;
    height: auto;
    margin: 18px auto 40px;
  }
}
.contact-lily .contents_car {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  .contact-lily .contents_car {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.contact-lily .contents_car-box {
  width: 30%;
  height: 214px;
  background: #F8B62B;
  padding: 19px 23px 22px;
  border-radius: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 1060px) {
  .contact-lily .contents_car-box {
    width: 100%;
    margin-bottom: 20px;
    height: 204.51px;
  }
}
.contact-lily .contents_car-box h3 p {
  font-size: 18px;
  background: unset;
  color: #fff;
  font-weight: bold;
}
.contact-lily .contents_car-box h3 span {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}
.contact-lily .contents_car-box div p {
  font-size: 14px;
  background: #fff;
  border-radius: 10px;
  padding: 14px 0;
}
.contact-lily .contents_contact {
  background: #FDFAF4;
  margin-top: 76px;
  padding: 52px 60px 60px 60px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact {
    padding: 50px 18px 43px 18px;
  }
}
.contact-lily .contents_contact h2 {
  margin-bottom: 23px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact h2 {
    font-size: 30px;
  }
}
.contact-lily .contents_contact_flow {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 26px auto 54px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_flow {
    margin: 52px auto 24px;
  }
}
.contact-lily .contents_contact_flow .border {
  width: 455px;
  height: 2px;
  background: #F8B62B;
  position: relative;
  top: -60px;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_flow .border {
    width: 78%;
    top: -73px;
  }
}
.contact-lily .contents_contact_flow-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 546px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_flow-flex {
    width: calc(100% - 72px);
  }
}
.contact-lily .contents_contact_flow-flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-lily .contents_contact_flow-flex-box p {
  width: 150px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_flow-flex-box p {
    width: 60px;
    font-size: 12px;
    font-weight: bold;
  }
}
.contact-lily .contents_contact_flow-flex-box span {
  width: 64px;
  height: 64px;
  background: #fff;
  color: #F8B62B;
  display: block;
  font-size: 18px;
  border-radius: 50%;
  line-height: 64px;
  font-weight: bold;
  z-index: 1;
  border: #F8B62B 2px solid;
}
.contact-lily .contents_contact_flow-flex-box {
  /* 進捗状況に応じたスタイル */
}
.contact-lily .contents_contact_flow-flex-box span.active {
  background: #F8B62B; /* アクティブなステップの背景色を白に */
  color: #fff; /* アクティブなステップの文字色を変更 */
}
.contact-lily .contents_contact_flow-flex-box span.completed {
  background: #F8B62B; /* 完了したステップの背景色 */
  color: #fff; /* 完了したステップの文字色 */
}
.contact-lily .contents_contact_precautions {
  margin: 23px auto 26px;
  width: 738px;
  height: auto;
  text-align: start;
  background: #fff;
  padding: 25px 35px;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_precautions {
    width: 100%;
    padding: 18px;
  }
}
.contact-lily .contents_contact_precautions h3 {
  font-size: 14px;
  font-weight: bold;
}
.contact-lily .contents_contact_precautions p {
  font-size: 14px;
}
.contact-lily .contents_contact_form {
  padding: 80px 70px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form {
    padding: 0;
    padding: 0 18px 73px 18px;
  }
}
.contact-lily .contents_contact_form input[type=text]:focus {
  background-color: #fff; /* フォーカス時の背景色を白に設定 */
}
.contact-lily .contents_contact_form .btn {
  margin: 40px auto 0;
}
.contact-lily .contents_contact_form .btn .wpcf7-spinner {
  width: 0px;
  margin: 0px;
}
.contact-lily .contents_contact_form .btn p {
  text-align: center;
}
.contact-lily .contents_contact_form .btn p input {
  display: inline-flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-around; /* 水平方向の中央揃え */
  width: 290px;
  height: 70px;
  border-radius: 34px;
  border: solid 1px #F8B62B;
  font-size: 16px;
  font-weight: bold;
  color: #F8B62B;
}
.contact-lily .contents_contact_form .btn p input .be {
  opacity: 1;
}
.contact-lily .contents_contact_form .btn p input .af {
  opacity: 0;
}
.contact-lily .contents_contact_form .btn p input .arrow {
  position: relative;
  width: 12px;
  height: 12px;
}
.contact-lily .contents_contact_form .btn p input .arrow .af,
.contact-lily .contents_contact_form .btn p input .arrow .be {
  position: absolute;
}
.contact-lily .contents_contact_form .btn p input:hover {
  background: #F8B62B;
  color: #fff;
}
.contact-lily .contents_contact_form .btn p input:hover .be {
  opacity: 0;
}
.contact-lily .contents_contact_form .btn p input:hover .af {
  opacity: 1;
}
.contact-lily .contents_contact_form .confbox h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 56px auto 27px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .confbox h3 {
    font-size: 18px;
  }
}
.contact-lily .contents_contact_form .confbox .text {
  border: 1px solid #F4F4F4;
  height: 260px;
  overflow: auto;
  padding: 30px 40px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .confbox .text {
    padding: 30px 18px;
  }
}
.contact-lily .contents_contact_form .confbox .text::-webkit-scrollbar {
  width: 10px;
}
.contact-lily .contents_contact_form .confbox .text::-webkit-scrollbar-track {
  background-color: #D6D6D6;
}
.contact-lily .contents_contact_form .confbox .text::-webkit-scrollbar-thumb {
  background-color: #333333;
}
.contact-lily .contents_contact_form .confbox .text-area {
  text-align: start;
}
.contact-lily .contents_contact_form .confbox .text-area h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .confbox .text-area h4 {
    font-size: 16px;
  }
}
.contact-lily .contents_contact_form .confbox .text-area p {
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .confbox .text-area p {
    font-size: 14px;
  }
}
.contact-lily .contents_contact_form .wpcf7-not-valid-tip {
  margin-top: 26px;
}
.contact-lily .contents_contact_form {
  /* ラジオボタンを非表示にする */
}
.contact-lily .contents_contact_form .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  border-bottom: #C8C8C8 1px solid;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.contact-lily .contents_contact_form .flex {
  /* デフォルトのラジオボタンを隠す */
}
.contact-lily .contents_contact_form .flex .radio input[type=radio] {
  display: none;
}
.contact-lily .contents_contact_form .flex {
  /* カスタムラジオボタンのスタイル */
}
.contact-lily .contents_contact_form .flex .radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}
.contact-lily .contents_contact_form .flex {
  /* カスタムラジオボタンの見た目（四角） */
}
.contact-lily .contents_contact_form .flex .radio .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F8B62B;
  background-color: #fff;
  border-radius: 50%;
}
.contact-lily .contents_contact_form .flex {
  /* ラジオボタンがチェックされたときの背景色変更 */
}
.contact-lily .contents_contact_form .flex .radio input[type=radio]:checked ~ .wpcf7-list-item-label:before {
  background-color: #F8B62B;
  border-color: #F8B62B;
}
.contact-lily .contents_contact_form .flex .wpcf7-list-item {
  margin-right: 15px;
  margin-left: 0;
}
.contact-lily .contents_contact_form .flex {
  /* チェックマークの作成 */
}
.contact-lily .contents_contact_form .flex .radio input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.contact-lily .contents_contact_form .flex .items {
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
  }
}
.contact-lily .contents_contact_form .flex .items .item {
  font-size: 18px;
  font-weight: bold;
  width: 150px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .items .item {
    font-size: 16px;
  }
}
.contact-lily .contents_contact_form .flex .items .item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #F8B62B;
  border-radius: 50%;
  margin-bottom: 3px;
}
.contact-lily .contents_contact_form .flex .items .mast {
  font-size: 14px;
  font-weight: bold;
  color: #F8B62B;
  margin-left: 0px;
}
.contact-lily .contents_contact_form .flex .items .unmast {
  font-size: 14px;
  font-weight: bold;
  color: #898989;
  margin-left: 0px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .itemsflex {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .contact-lily .contents_contact_form .flex .itemsflex .item {
    width: 100%;
  }
}
.contact-lily .contents_contact_form .flex .texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  max-width: 635px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .texts {
    max-width: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.contact-lily .contents_contact_form .flex .texts .txt1 {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .texts .txt1 p {
    font-size: 14px;
    font-weight: bold;
    color: #898989;
  }
  .contact-lily .contents_contact_form .flex .texts .txt1 p input {
    font-size: 16px;
    font-weight: 400;
  }
}
.contact-lily .contents_contact_form .flex .texts .txt1 .postal {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .texts .txt1 .postal {
    width: 212px;
    height: 60px;
    padding: 14px 15px;
    border-radius: 5px;
  }
  .contact-lily .contents_contact_form .flex .texts .txt1 .postal p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact-lily .contents_contact_form .flex .texts .txt1 .postal input {
  width: 100%;
  font-weight: bold;
  color: #333333;
}
.contact-lily .contents_contact_form .flex .texts .txt2 {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .texts .txt2 p {
    font-size: 14px;
    font-weight: bold;
    color: #898989;
  }
}
.contact-lily .contents_contact_form .flex .texts .txt2 .address {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .texts .txt2 .address {
    width: 212px;
    height: 60px;
    padding: 14px 15px;
    border-radius: 5px;
  }
  .contact-lily .contents_contact_form .flex .texts .txt2 .address p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact-lily .contents_contact_form .flex .texts .txt2 .address select {
  width: 100%;
}
.contact-lily .contents_contact_form .flex .texts .txt3 {
  grid-area: 2/1/3/3;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .texts .txt3 {
    width: 100%;
  }
  .contact-lily .contents_contact_form .flex .texts .txt3 p {
    font-size: 14px;
    font-weight: bold;
    color: #898989;
  }
}
.contact-lily .contents_contact_form .flex .texts .txt3 .address-d {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 635px;
  min-height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .texts .txt3 .address-d {
    width: 100%;
    min-height: 60px;
    padding: 14px 15px;
    border-radius: 5px;
    min-height: 60px;
    height: auto;
  }
  .contact-lily .contents_contact_form .flex .texts .txt3 .address-d p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact-lily .contents_contact_form .flex .texts .txt3 .address-d input {
  width: 100%;
}
.contact-lily .contents_contact_form .flex .texts02 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .texts02 .txt p {
    font-size: 14px;
    font-weight: bold;
    color: #898989;
  }
  .contact-lily .contents_contact_form .flex .texts02 .txt .text p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact-lily .contents_contact_form .flex .text {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 635px;
  height: auto;
  min-height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .contact-lily .contents_contact_form .flex .text {
    width: 100%;
    min-height: 60px;
    padding: 13px 15px;
    border-radius: 5px;
  }
}
.contact-lily .contents_contact_form .flex .text input {
  width: 100%;
  background: #fff;
}
.contact-lily .contents_contact_form .flex .textarea {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 635px;
  padding: 20px 15px;
  height: auto;
  min-height: 210px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .textarea {
    width: 100%;
    padding: 13px 15px;
    border-radius: 5px;
  }
}
.contact-lily .contents_contact_form .flex .textarea p {
  word-wrap: break-word;
}
.contact-lily .contents_contact_form .flex .textarea textarea {
  width: 100%;
  height: 30px;
  overflow-y: hidden; /* スクロールバーを非表示にする */
}
.contact-lily .contents_contact_form .flex .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3列 */
  letter-spacing: -3px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contents_contact_form .flex .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 26px;
    gap: 22px;
  }
}
.contact-lily .contents_contact_form .flex .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.contact-lily .contents_contact_form .flex .checkbox {
  /* デフォルトのチェックボックスを隠す */
}
.contact-lily .contents_contact_form .flex .checkbox input[type=checkbox] {
  display: none;
}
.contact-lily .contents_contact_form .flex .checkbox {
  /* カスタムチェックボックスのスタイル */
}
.contact-lily .contents_contact_form .flex .checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}
.contact-lily .contents_contact_form .flex .checkbox {
  /* カスタムチェックボックスの見た目（四角） */
}
.contact-lily .contents_contact_form .flex .checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F8B62B;
  background-color: #fff;
  border-radius: 50%;
}
.contact-lily .contents_contact_form .flex .checkbox {
  /* チェックボックスがチェックされたときの背景色変更 */
}
.contact-lily .contents_contact_form .flex .checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #F8B62B;
  border-color: #F8B62B;
}
.contact-lily .contents_contact_form .flex .checkbox {
  /* チェックマークの作成 */
}
.contact-lily .contents_contact_form .flex .checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.contact-lily .contents_contact_form p {
  text-align: start;
}
.contact-lily .contents_contact_form p label {
  width: 940px;
}
.contact-lily .contents_contact_form p label .wpcf7-form-control-wrap {
  background: #efefef;
}
.contact-lily .contact-confirm_contact {
  background: #FDFAF4;
  margin-top: 76px;
  padding: 52px 60px 60px 60px;
}
.contact-lily .contact-confirm_contact h2 {
  margin-bottom: 23px;
}
.contact-lily .contact-confirm_contact_flow {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 26px auto 54px;
}
.contact-lily .contact-confirm_contact_flow .border {
  width: 455px;
  height: 2px;
  background: #F8B62B;
  position: relative;
  top: -60px;
  z-index: 0;
}
.contact-lily .contact-confirm_contact_flow-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 546px;
}
.contact-lily .contact-confirm_contact_flow-flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-lily .contact-confirm_contact_flow-flex-box p {
  width: 150px;
}
.contact-lily .contact-confirm_contact_flow-flex-box span {
  width: 64px;
  height: 64px;
  background: #fff;
  color: #F8B62B;
  display: block;
  font-size: 18px;
  border-radius: 50%;
  line-height: 64px;
  font-weight: bold;
  z-index: 1;
  border: #F8B62B 2px solid;
}
.contact-lily .contact-confirm_contact_flow-flex-box {
  /* 進捗状況に応じたスタイル */
}
.contact-lily .contact-confirm_contact_flow-flex-box span.active {
  background: #F8B62B; /* アクティブなステップの背景色を白に */
  color: #fff; /* アクティブなステップの文字色を変更 */
}
.contact-lily .contact-confirm_contact_flow-flex-box span.completed {
  background: #F8B62B; /* 完了したステップの背景色 */
  color: #fff; /* 完了したステップの文字色 */
}
.contact-lily .contact-confirm_contact_precautions {
  margin: 23px auto 26px;
  width: 738px;
  height: auto;
  text-align: start;
  background: #fff;
  padding: 25px 35px;
  border-radius: 5px;
}
.contact-lily .contact-confirm_contact_precautions h3 {
  font-size: 14px;
  font-weight: bold;
}
.contact-lily .contact-confirm_contact_precautions p {
  font-size: 14px;
}
.contact-lily .contact-confirm_contact_form {
  padding: 80px 70px;
  background: #fff;
  border-radius: 10px;
}
.contact-lily .contact-confirm_contact_form input[type=text]:focus {
  background-color: #fff; /* フォーカス時の背景色を白に設定 */
}
.contact-lily .contact-confirm_contact_form .btn {
  margin: 40px auto 0;
}
.contact-lily .contact-confirm_contact_form .btn .wpcf7-spinner {
  width: 0px;
}
.contact-lily .contact-confirm_contact_form .btn p {
  text-align: center;
}
.contact-lily .contact-confirm_contact_form .btn p input {
  display: inline-flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-around; /* 水平方向の中央揃え */
  width: 290px;
  height: 70px;
  border-radius: 34px;
  border: solid 1px #F8B62B;
  font-size: 16px;
  font-weight: bold;
  color: #F8B62B;
}
.contact-lily .contact-confirm_contact_form .btn p input .be {
  opacity: 1;
}
.contact-lily .contact-confirm_contact_form .btn p input .af {
  opacity: 0;
}
.contact-lily .contact-confirm_contact_form .btn p input .arrow {
  position: relative;
  width: 12px;
  height: 12px;
}
.contact-lily .contact-confirm_contact_form .btn p input .arrow .af,
.contact-lily .contact-confirm_contact_form .btn p input .arrow .be {
  position: absolute;
}
.contact-lily .contact-confirm_contact_form .btn p input:hover {
  background: #F8B62B;
  color: #fff;
}
.contact-lily .contact-confirm_contact_form .btn p input:hover .be {
  opacity: 0;
}
.contact-lily .contact-confirm_contact_form .btn p input:hover .af {
  opacity: 1;
}
.contact-lily .contact-confirm_contact_form .confbox h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 56px auto 27px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contact-confirm_contact_form .confbox h3 {
    font-size: 18px;
  }
}
.contact-lily .contact-confirm_contact_form .confbox .text {
  border: 1px solid #F4F4F4;
  height: 260px;
  overflow: auto;
  padding: 30px 40px;
}
.contact-lily .contact-confirm_contact_form .confbox .text-area {
  text-align: start;
}
.contact-lily .contact-confirm_contact_form .confbox .text-area h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}
.contact-lily .contact-confirm_contact_form .confbox .text-area p {
  font-size: 16px;
  margin-bottom: 25px;
}
.contact-lily .contact-confirm_contact_form .wpcf7-not-valid-tip {
  margin-top: 26px;
}
.contact-lily .contact-confirm_contact_form {
  /* ラジオボタンを非表示にする */
}
.contact-lily .contact-confirm_contact_form .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  border-bottom: #C8C8C8 1px solid;
}
.contact-lily .contact-confirm_contact_form .flex .wpcf7-list-item {
  margin-right: 15px;
  margin-left: 0;
}
.contact-lily .contact-confirm_contact_form .flex {
  /* チェックマークの作成 */
}
.contact-lily .contact-confirm_contact_form .flex .radio input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.contact-lily .contact-confirm_contact_form .flex .items {
  line-height: 1.5;
}
.contact-lily .contact-confirm_contact_form .flex .items .item {
  font-size: 18px;
  font-weight: bold;
  width: 150px;
}
.contact-lily .contact-confirm_contact_form .flex .items .item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #F8B62B;
  border-radius: 50%;
  margin-bottom: 3px;
}
.contact-lily .contact-confirm_contact_form .flex .items .mast {
  font-size: 14px;
  font-weight: bold;
  color: #F8B62B;
  margin-left: 0px;
}
.contact-lily .contact-confirm_contact_form .flex .items .unmast {
  font-size: 14px;
  font-weight: bold;
  color: #898989;
  margin-left: 0px;
}
.contact-lily .contact-confirm_contact_form .flex .texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  max-width: 635px;
  width: 100%;
}
.contact-lily .contact-confirm_contact_form .flex .texts .txt1 {
  grid-area: 1/1/2/2;
}
.contact-lily .contact-confirm_contact_form .flex .texts .txt1 .postal {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contact-confirm_contact_form .flex .texts .txt1 .postal {
    border-radius: 5px;
  }
  .contact-lily .contact-confirm_contact_form .flex .texts .txt1 .postal p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact-lily .contact-confirm_contact_form .flex .texts .txt1 .postal input {
  width: 100%;
  color: #333333;
}
.contact-lily .contact-confirm_contact_form .flex .texts .txt2 {
  grid-area: 1/2/2/3;
}
.contact-lily .contact-confirm_contact_form .flex .texts .txt2 .address {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contact-confirm_contact_form .flex .texts .txt2 .address {
    border-radius: 5px;
  }
}
.contact-lily .contact-confirm_contact_form .flex .texts .txt2 .address select {
  width: 100%;
}
.contact-lily .contact-confirm_contact_form .flex .texts .txt3 {
  grid-area: 2/1/3/3;
}
.contact-lily .contact-confirm_contact_form .flex .texts .txt3 .address-d {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 635px;
  min-height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contact-confirm_contact_form .flex .texts .txt3 .address-d {
    border-radius: 5px;
    min-height: 60px;
    height: auto;
  }
  .contact-lily .contact-confirm_contact_form .flex .texts .txt3 .address-d p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact-lily .contact-confirm_contact_form .flex .texts .txt3 .address-d input {
  width: 100%;
}
.contact-lily .contact-confirm_contact_form .flex .texts02 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .contact-lily .contact-confirm_contact_form .flex .texts02 .txt p {
    font-size: 14px;
    font-weight: bold;
    color: #898989;
  }
  .contact-lily .contact-confirm_contact_form .flex .texts02 .txt .text p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact-lily .contact-confirm_contact_form .flex .texts02 .txt .radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F8B62B;
  background-color: #fff;
  border-radius: 50%;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.contact-lily .contact-confirm_contact_form .flex .text {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 635px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact-lily .contact-confirm_contact_form .flex .text {
    border-radius: 5px;
  }
}
.contact-lily .contact-confirm_contact_form .flex .text input {
  width: 100%;
  background: #fff;
}
.contact-lily .contact-confirm_contact_form .flex .textarea {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 635px;
  padding: 20px 15px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .contact-lily .contact-confirm_contact_form .flex .textarea {
    width: 100%;
    border-radius: 5px;
    height: 180px;
  }
}
.contact-lily .contact-confirm_contact_form .flex .textarea textarea {
  width: 100%;
  height: 30px;
}
.contact-lily .contact-confirm_contact_form .flex .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3列 */
  letter-spacing: -3px;
}
.contact-lily .contact-confirm_contact_form .flex .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.contact-lily .contact-confirm_contact_form .flex .checkbox {
  /* デフォルトのチェックボックスを隠す */
}
.contact-lily .contact-confirm_contact_form .flex .checkbox input[type=checkbox] {
  display: none;
}
.contact-lily .contact-confirm_contact_form .flex .checkbox {
  /* カスタムチェックボックスのスタイル */
}
.contact-lily .contact-confirm_contact_form .flex .checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}
.contact-lily .contact-confirm_contact_form .flex .checkbox {
  /* カスタムチェックボックスの見た目（四角） */
}
.contact-lily .contact-confirm_contact_form .flex .checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F8B62B;
  background-color: #fff;
  border-radius: 50%;
}
.contact-lily .contact-confirm_contact_form .flex .checkbox {
  /* チェックボックスがチェックされたときの背景色変更 */
}
.contact-lily .contact-confirm_contact_form .flex .checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #F8B62B;
  border-color: #F8B62B;
}
.contact-lily .contact-confirm_contact_form .flex .checkbox {
  /* チェックマークの作成 */
}
.contact-lily .contact-confirm_contact_form .flex .checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.contact-lily .contact-confirm_contact_form p {
  text-align: start;
}
.contact-lily .contact-confirm_contact_form p label {
  width: 940px;
}
.contact-lily .contact-confirm_contact_form p label .wpcf7-form-control-wrap {
  background: #efefef;
}

.contact .contents {
  width: 1060px;
  margin: 0 auto;
  margin-top: 66px;
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .contact .contents {
    width: 100%;
    margin-bottom: 0px;
  }
}
.contact .contents h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 23px;
}
@media screen and (max-width: 1060px) {
  .contact .contents h2 {
    font-size: 30px;
  }
}
.contact .contents p {
  font-size: 16px;
  font-weight: bold;
}
.contact .contents_select {
  width: 600px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 35px;
  background: #FEFAF4;
  border-radius: 8px;
}
.contact .contents_select .black {
  border: solid 0px #333333;
  border-radius: 3px;
  height: 50px;
  margin: 0 5px;
  font-size: 14px;
}
.contact .contents_select .orange {
  border: solid 0px #333333;
  border-radius: 3px;
  height: 50px;
  margin: 0 5px;
  font-size: 14px;
}
@media screen and (max-width: 1060px) {
  .contact .contents_select {
    width: 90%;
  }
}
.contact .contents_select_bloc {
  width: 33.3333333333%;
}
.contact .contents_select_bloc .logo {
  width: 331px;
}
.contact .contents_select_bloc .dial {
  width: 331px;
  margin-bottom: 20px;
}
.contact .contents_select_bloc h3 {
  font-size: 16px;
  margin: 29px 0 10px 0;
}
.contact .contents_select_bloc p {
  font-size: 16px;
}
.contact .contents_select_bloc ul {
  width: 263px;
}
.contact .contents_select_bloc ul li:nth-child(1) {
  border-top: 1px solid #C8C8C8;
}
.contact .contents_select_bloc ul li {
  padding: 26px 0 26px 10px;
  border-bottom: 1px solid #C8C8C8;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.contact .contents_select_bloc ul li a {
  font-size: 20px;
  font-weight: bold;
}
.contact .contents_select_bloc ul li .plan01 {
  font-size: 14px;
  font-weight: bold;
  margin-left: 2px;
}
.contact .contents_select_bloc ul li .plan01::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #fff;
  margin-bottom: 5px;
  margin-right: 4px;
}
.contact .contents_select_bloc ul {
  margin-bottom: 20px;
}
.contact .contents_contact {
  background: #FDFAF4;
  margin-top: 76px;
  padding: 52px 60px 60px 60px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact {
    padding: 50px 18px 43px 18px;
  }
}
.contact .contents_contact h2 {
  margin-bottom: 23px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact h2 {
    font-size: 30px;
  }
}
.contact .contents_contact a {
  display: block;
  margin: 28px auto 64px;
  width: 100%;
  height: auto;
}
.contact .contents_contact_flow {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 26px auto 54px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_flow {
    margin: 52px auto 24px;
  }
}
.contact .contents_contact_flow .border {
  width: 455px;
  height: 2px;
  background: #F8B62B;
  position: relative;
  top: -60px;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_flow .border {
    width: 78%;
    top: -73px;
  }
}
.contact .contents_contact_flow-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 546px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_flow-flex {
    width: calc(100% - 72px);
  }
}
.contact .contents_contact_flow-flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact .contents_contact_flow-flex-box p {
  width: 150px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_flow-flex-box p {
    width: 60px;
    font-size: 12px;
    font-weight: bold;
  }
}
.contact .contents_contact_flow-flex-box span {
  width: 64px;
  height: 64px;
  background: #fff;
  color: #F8B62B;
  display: block;
  font-size: 18px;
  border-radius: 50%;
  line-height: 64px;
  font-weight: bold;
  z-index: 1;
  border: #F8B62B 2px solid;
}
.contact .contents_contact_flow-flex-box {
  /* 進捗状況に応じたスタイル */
}
.contact .contents_contact_flow-flex-box span.active {
  background: #F8B62B; /* アクティブなステップの背景色を白に */
  color: #fff; /* アクティブなステップの文字色を変更 */
}
.contact .contents_contact_flow-flex-box span.completed {
  background: #F8B62B; /* 完了したステップの背景色 */
  color: #fff; /* 完了したステップの文字色 */
}
.contact .contents_contact_precautions {
  margin: 23px auto 26px;
  width: 738px;
  height: auto;
  text-align: start;
  background: #fff;
  padding: 25px 35px;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_precautions {
    width: 100%;
    padding: 18px;
  }
}
.contact .contents_contact_precautions h3 {
  font-size: 14px;
  font-weight: bold;
}
.contact .contents_contact_precautions p {
  font-size: 14px;
}
.contact .contents_contact_form {
  padding: 80px 70px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form {
    padding: 0;
    padding: 0 18px 73px 18px;
    border-radius: 5px;
  }
}
.contact .contents_contact_form input[type=text]:focus {
  background-color: #fff; /* フォーカス時の背景色を白に設定 */
}
.contact .contents_contact_form .btn {
  margin: 40px auto 0;
}
.contact .contents_contact_form .btn .wpcf7-spinner {
  width: 0px;
  margin: 0px;
}
.contact .contents_contact_form .btn p {
  text-align: center;
}
.contact .contents_contact_form .btn p input {
  display: inline-flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-around; /* 水平方向の中央揃え */
  width: 290px;
  height: 70px;
  border-radius: 34px;
  border: solid 1px #F8B62B;
  font-size: 16px;
  font-weight: bold;
  color: #F8B62B;
}
.contact .contents_contact_form .btn p input .be {
  opacity: 1;
}
.contact .contents_contact_form .btn p input .af {
  opacity: 0;
}
.contact .contents_contact_form .btn p input .arrow {
  position: relative;
  width: 12px;
  height: 12px;
}
.contact .contents_contact_form .btn p input .arrow .af,
.contact .contents_contact_form .btn p input .arrow .be {
  position: absolute;
}
.contact .contents_contact_form .btn p input:hover {
  background: #F8B62B;
  color: #fff;
}
.contact .contents_contact_form .btn p input:hover .be {
  opacity: 0;
}
.contact .contents_contact_form .btn p input:hover .af {
  opacity: 1;
}
.contact .contents_contact_form .confbox h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 56px auto 27px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .confbox h3 {
    font-size: 18px;
  }
}
.contact .contents_contact_form .confbox .text {
  border: 1px solid #F4F4F4;
  height: 260px;
  overflow: auto;
  padding: 30px 40px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .confbox .text {
    padding: 30px 18px;
  }
}
.contact .contents_contact_form .confbox .text::-webkit-scrollbar {
  width: 10px;
}
.contact .contents_contact_form .confbox .text::-webkit-scrollbar-track {
  background-color: #D6D6D6;
}
.contact .contents_contact_form .confbox .text::-webkit-scrollbar-thumb {
  background-color: #333333;
}
.contact .contents_contact_form .confbox .text-area {
  text-align: start;
}
.contact .contents_contact_form .confbox .text-area h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .confbox .text-area h4 {
    font-size: 16px;
  }
}
.contact .contents_contact_form .confbox .text-area p {
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .confbox .text-area p {
    font-size: 14px;
  }
}
.contact .contents_contact_form .wpcf7-not-valid-tip {
  margin-top: 26px;
}
.contact .contents_contact_form .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  border-bottom: #C8C8C8 1px solid;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.contact .contents_contact_form .flex {
  /* デフォルトのラジオボタンを隠す */
}
.contact .contents_contact_form .flex .radio input[type=radio] {
  display: none;
}
.contact .contents_contact_form .flex {
  /* カスタムラジオボタンのスタイル */
}
.contact .contents_contact_form .flex .radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}
.contact .contents_contact_form .flex {
  /* カスタムラジオボタンの見た目（四角） */
}
.contact .contents_contact_form .flex .radio .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F8B62B;
  background-color: #fff;
  border-radius: 50%;
}
.contact .contents_contact_form .flex {
  /* ラジオボタンがチェックされたときの背景色変更 */
}
.contact .contents_contact_form .flex .radio input[type=radio]:checked ~ .wpcf7-list-item-label:before {
  background-color: #F8B62B;
  border-color: #F8B62B;
}
.contact .contents_contact_form .flex .wpcf7-list-item {
  margin-right: 15px;
  margin-left: 0;
}
.contact .contents_contact_form .flex {
  /* チェックマークの作成 */
}
.contact .contents_contact_form .flex .radio input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.contact .contents_contact_form .flex .items {
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
  }
}
.contact .contents_contact_form .flex .items .item {
  font-size: 18px;
  font-weight: bold;
  width: 150px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .items .item {
    font-size: 16px;
  }
}
.contact .contents_contact_form .flex .items .item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #F8B62B;
  border-radius: 50%;
  margin-bottom: 3px;
}
.contact .contents_contact_form .flex .items .mast {
  font-size: 14px;
  font-weight: bold;
  color: #F8B62B;
  margin-left: 0px;
}
.contact .contents_contact_form .flex .items .unmast {
  font-size: 14px;
  font-weight: bold;
  color: #898989;
  margin-left: 0px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .itemsflex {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .contact .contents_contact_form .flex .itemsflex .item {
    width: 100%;
  }
}
.contact .contents_contact_form .flex .texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  max-width: 635px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .texts {
    max-width: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.contact .contents_contact_form .flex .texts .txt1 {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .texts .txt1 p {
    font-size: 14px;
    font-weight: bold;
    color: #898989;
  }
}
.contact .contents_contact_form .flex .texts .txt1 .postal {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .texts .txt1 .postal {
    width: 212px;
    height: 60px;
    padding: 14px 15px;
    border-radius: 5px;
  }
  .contact .contents_contact_form .flex .texts .txt1 .postal p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact .contents_contact_form .flex .texts .txt1 .postal input {
  width: 100%;
  color: #333333;
}
.contact .contents_contact_form .flex .texts .txt2 {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .texts .txt2 p {
    font-size: 14px;
    font-weight: bold;
    color: #898989;
  }
}
.contact .contents_contact_form .flex .texts .txt2 .address {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .texts .txt2 .address {
    width: 212px;
    height: 60px;
    padding: 14px 15px;
    border-radius: 5px;
  }
  .contact .contents_contact_form .flex .texts .txt2 .address p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact .contents_contact_form .flex .texts .txt2 .address select {
  width: 100%;
}
.contact .contents_contact_form .flex .texts .txt3 {
  grid-area: 2/1/3/3;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .texts .txt3 {
    width: 100%;
  }
  .contact .contents_contact_form .flex .texts .txt3 p {
    font-size: 14px;
    font-weight: bold;
    color: #898989;
  }
}
.contact .contents_contact_form .flex .texts .txt3 .address-d {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 635px;
  min-height: 70px;
  height: auto;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .texts .txt3 .address-d {
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 14px 15px;
    border-radius: 5px;
  }
  .contact .contents_contact_form .flex .texts .txt3 .address-d p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact .contents_contact_form .flex .texts .txt3 .address-d input {
  width: 100%;
}
.contact .contents_contact_form .flex .texts02 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .texts02 .txt p {
    font-size: 14px;
    font-weight: bold;
    color: #898989;
  }
  .contact .contents_contact_form .flex .texts02 .txt .text p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact .contents_contact_form .flex .text {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 635px;
  height: auto;
  min-height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .contact .contents_contact_form .flex .text {
    width: 100%;
    min-height: 60px;
    padding: 13px 15px;
    border-radius: 5px;
  }
}
.contact .contents_contact_form .flex .text input {
  width: 100%;
  background: #fff;
}
.contact .contents_contact_form .flex .textarea {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 635px;
  padding: 20px 15px;
  height: auto;
  min-height: 210px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .textarea {
    width: 100%;
    padding: 13px 15px;
    border-radius: 5px;
  }
}
.contact .contents_contact_form .flex .textarea p {
  word-wrap: break-word;
}
.contact .contents_contact_form .flex .textarea textarea {
  width: 100%;
  height: auto;
  min-height: 210px;
  overflow-y: hidden; /* スクロールバーを非表示にする */
}
.contact .contents_contact_form .flex .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3列 */
  letter-spacing: -3px;
}
@media screen and (max-width: 600px) {
  .contact .contents_contact_form .flex .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 26px;
    gap: 22px;
  }
}
.contact .contents_contact_form .flex .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.contact .contents_contact_form .flex .checkbox {
  /* デフォルトのチェックボックスを隠す */
}
.contact .contents_contact_form .flex .checkbox input[type=checkbox] {
  display: none;
}
.contact .contents_contact_form .flex .checkbox {
  /* カスタムチェックボックスのスタイル */
}
.contact .contents_contact_form .flex .checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}
.contact .contents_contact_form .flex .checkbox {
  /* カスタムチェックボックスの見た目（四角） */
}
.contact .contents_contact_form .flex .checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F8B62B;
  background-color: #fff;
  border-radius: 50%;
}
.contact .contents_contact_form .flex .checkbox {
  /* チェックボックスがチェックされたときの背景色変更 */
}
.contact .contents_contact_form .flex .checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #F8B62B;
  border-color: #F8B62B;
}
.contact .contents_contact_form .flex .checkbox {
  /* チェックマークの作成 */
}
.contact .contents_contact_form .flex .checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.contact .contents_contact_form .ttltop {
  align-items: flex-start;
}
.contact .contents_contact_form p {
  text-align: start;
}
.contact .contents_contact_form p label {
  width: 940px;
}
.contact .contents_contact_form p label .wpcf7-form-control-wrap {
  background: #efefef;
}
.contact .contact-confirm_contact {
  background: #FDFAF4;
  margin-top: 76px;
  padding: 52px 60px 60px 60px;
}
.contact .contact-confirm_contact h2 {
  margin-bottom: 23px;
}
.contact .contact-confirm_contact_flow {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 26px auto 54px;
}
.contact .contact-confirm_contact_flow .border {
  width: 455px;
  height: 2px;
  background: #F8B62B;
  position: relative;
  top: -60px;
  z-index: 0;
}
.contact .contact-confirm_contact_flow-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 546px;
}
.contact .contact-confirm_contact_flow-flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact .contact-confirm_contact_flow-flex-box p {
  width: 150px;
}
.contact .contact-confirm_contact_flow-flex-box span {
  width: 64px;
  height: 64px;
  background: #fff;
  color: #F8B62B;
  display: block;
  font-size: 18px;
  border-radius: 50%;
  line-height: 64px;
  font-weight: bold;
  z-index: 1;
  border: #F8B62B 2px solid;
}
.contact .contact-confirm_contact_flow-flex-box {
  /* 進捗状況に応じたスタイル */
}
.contact .contact-confirm_contact_flow-flex-box span.active {
  background: #F8B62B; /* アクティブなステップの背景色を白に */
  color: #fff; /* アクティブなステップの文字色を変更 */
}
.contact .contact-confirm_contact_flow-flex-box span.completed {
  background: #F8B62B; /* 完了したステップの背景色 */
  color: #fff; /* 完了したステップの文字色 */
}
.contact .contact-confirm_contact_precautions {
  margin: 23px auto 26px;
  width: 738px;
  height: auto;
  text-align: start;
  background: #fff;
  padding: 25px 35px;
  border-radius: 5px;
}
.contact .contact-confirm_contact_precautions h3 {
  font-size: 14px;
  font-weight: bold;
}
.contact .contact-confirm_contact_precautions p {
  font-size: 14px;
}
.contact .contact-confirm_contact_form {
  padding: 80px 70px;
  background: #fff;
  border-radius: 10px;
}
.contact .contact-confirm_contact_form input[type=text]:focus {
  background-color: #fff; /* フォーカス時の背景色を白に設定 */
}
.contact .contact-confirm_contact_form .btn {
  margin: 40px auto 0;
}
.contact .contact-confirm_contact_form .btn .wpcf7-spinner {
  width: 0px;
}
.contact .contact-confirm_contact_form .btn p {
  text-align: center;
}
.contact .contact-confirm_contact_form .btn p input {
  display: inline-flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-around; /* 水平方向の中央揃え */
  width: 290px;
  height: 70px;
  border-radius: 34px;
  border: solid 1px #F8B62B;
  font-size: 16px;
  font-weight: bold;
  color: #F8B62B;
}
.contact .contact-confirm_contact_form .btn p input .be {
  opacity: 1;
}
.contact .contact-confirm_contact_form .btn p input .af {
  opacity: 0;
}
.contact .contact-confirm_contact_form .btn p input .arrow {
  position: relative;
  width: 12px;
  height: 12px;
}
.contact .contact-confirm_contact_form .btn p input .arrow .af,
.contact .contact-confirm_contact_form .btn p input .arrow .be {
  position: absolute;
}
.contact .contact-confirm_contact_form .btn p input:hover {
  background: #F8B62B;
  color: #fff;
}
.contact .contact-confirm_contact_form .btn p input:hover .be {
  opacity: 0;
}
.contact .contact-confirm_contact_form .btn p input:hover .af {
  opacity: 1;
}
.contact .contact-confirm_contact_form .confbox h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 56px auto 27px;
}
.contact .contact-confirm_contact_form .confbox .text {
  border: 1px solid #F4F4F4;
  height: 260px;
  overflow: auto;
  padding: 30px 40px;
}
.contact .contact-confirm_contact_form .confbox .text::-webkit-scrollbar {
  width: 10px;
}
.contact .contact-confirm_contact_form .confbox .text::-webkit-scrollbar-track {
  background-color: #D6D6D6;
}
.contact .contact-confirm_contact_form .confbox .text::-webkit-scrollbar-thumb {
  background-color: #333333;
}
.contact .contact-confirm_contact_form .confbox .text-area {
  text-align: start;
}
.contact .contact-confirm_contact_form .confbox .text-area h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}
.contact .contact-confirm_contact_form .confbox .text-area p {
  font-size: 16px;
  margin-bottom: 25px;
}
.contact .contact-confirm_contact_form .wpcf7-not-valid-tip {
  margin-top: 26px;
}
.contact .contact-confirm_contact_form {
  /* ラジオボタンを非表示にする */
}
.contact .contact-confirm_contact_form .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  border-bottom: #C8C8C8 1px solid;
}
.contact .contact-confirm_contact_form .flex .wpcf7-list-item {
  margin-right: 15px;
  margin-left: 0;
}
.contact .contact-confirm_contact_form .flex {
  /* チェックマークの作成 */
}
.contact .contact-confirm_contact_form .flex .radio input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.contact .contact-confirm_contact_form .flex .items {
  line-height: 1.5;
}
.contact .contact-confirm_contact_form .flex .items .item {
  font-size: 18px;
  font-weight: bold;
  width: 150px;
}
.contact .contact-confirm_contact_form .flex .items .item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #F8B62B;
  border-radius: 50%;
  margin-bottom: 3px;
}
.contact .contact-confirm_contact_form .flex .items .mast {
  font-size: 14px;
  font-weight: bold;
  color: #F8B62B;
  margin-left: 0px;
}
.contact .contact-confirm_contact_form .flex .items .unmast {
  font-size: 14px;
  font-weight: bold;
  color: #898989;
  margin-left: 0px;
}
.contact .contact-confirm_contact_form .flex .texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  max-width: 635px;
  width: 100%;
}
.contact .contact-confirm_contact_form .flex .texts .txt1 {
  grid-area: 1/1/2/2;
}
.contact .contact-confirm_contact_form .flex .texts .txt1 .postal {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact .contact-confirm_contact_form .flex .texts .txt1 .postal {
    border-radius: 5px;
  }
  .contact .contact-confirm_contact_form .flex .texts .txt1 .postal p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact .contact-confirm_contact_form .flex .texts .txt1 .postal input {
  width: 100%;
  color: #333333;
}
.contact .contact-confirm_contact_form .flex .texts .txt2 {
  grid-area: 1/2/2/3;
}
.contact .contact-confirm_contact_form .flex .texts .txt2 .address {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact .contact-confirm_contact_form .flex .texts .txt2 .address {
    border-radius: 5px;
  }
  .contact .contact-confirm_contact_form .flex .texts .txt2 .address p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact .contact-confirm_contact_form .flex .texts .txt2 .address select {
  width: 100%;
}
.contact .contact-confirm_contact_form .flex .texts .txt3 {
  grid-area: 2/1/3/3;
}
.contact .contact-confirm_contact_form .flex .texts .txt3 .address-d {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 635px;
  min-height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact .contact-confirm_contact_form .flex .texts .txt3 .address-d {
    border-radius: 5px;
    min-height: 60px;
    height: auto;
  }
  .contact .contact-confirm_contact_form .flex .texts .txt3 .address-d p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.contact .contact-confirm_contact_form .flex .texts .txt3 .address-d input {
  width: 100%;
}
.contact .contact-confirm_contact_form .flex .texts02 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact .contact-confirm_contact_form .flex .texts02 .txt .radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F8B62B;
  background-color: #fff;
  border-radius: 50%;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.contact .contact-confirm_contact_form .flex .text {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 635px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .contact .contact-confirm_contact_form .flex .text {
    border-radius: 5px;
  }
}
.contact .contact-confirm_contact_form .flex .text input {
  width: 100%;
  background: #fff;
}
.contact .contact-confirm_contact_form .flex .textarea {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 635px;
  padding: 20px 15px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .contact .contact-confirm_contact_form .flex .textarea {
    width: 100%;
    border-radius: 5px;
    min-height: 180px;
  }
}
.contact .contact-confirm_contact_form .flex .textarea textarea {
  width: 100%;
  height: 30px;
}
.contact .contact-confirm_contact_form .flex .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3列 */
  letter-spacing: -3px;
}
.contact .contact-confirm_contact_form .flex .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.contact .contact-confirm_contact_form .flex .checkbox {
  /* デフォルトのチェックボックスを隠す */
}
.contact .contact-confirm_contact_form .flex .checkbox input[type=checkbox] {
  display: none;
}
.contact .contact-confirm_contact_form .flex .checkbox {
  /* カスタムチェックボックスのスタイル */
}
.contact .contact-confirm_contact_form .flex .checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}
.contact .contact-confirm_contact_form .flex .checkbox {
  /* カスタムチェックボックスの見た目（四角） */
}
.contact .contact-confirm_contact_form .flex .checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F8B62B;
  background-color: #fff;
  border-radius: 50%;
}
.contact .contact-confirm_contact_form .flex .checkbox {
  /* チェックボックスがチェックされたときの背景色変更 */
}
.contact .contact-confirm_contact_form .flex .checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #F8B62B;
  border-color: #F8B62B;
}
.contact .contact-confirm_contact_form .flex .checkbox {
  /* チェックマークの作成 */
}
.contact .contact-confirm_contact_form .flex .checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.contact .contact-confirm_contact_form p {
  text-align: start;
}
.contact .contact-confirm_contact_form p label {
  width: 940px;
}
.contact .contact-confirm_contact_form p label .wpcf7-form-control-wrap {
  background: #efefef;
}

.reservation .contents {
  width: 1060px;
  margin: 0 auto;
  margin-top: 66px;
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .reservation .contents {
    width: 100%;
    margin-bottom: 0px;
  }
}
.reservation .contents h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 23px;
}
@media screen and (max-width: 1060px) {
  .reservation .contents h2 {
    font-size: 30px;
  }
}
.reservation .contents p {
  font-size: 16px;
  font-weight: bold;
}
.reservation .contents_select {
  width: 600px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 35px;
  background: #FEFAF4;
  border-radius: 8px;
}
.reservation .contents_select .black {
  border: solid 0px #333333;
  border-radius: 3px;
  height: 50px;
  margin: 0 5px;
  font-size: 14px;
}
.reservation .contents_select .orange {
  border: solid 0px #333333;
  border-radius: 3px;
  height: 50px;
  margin: 0 5px;
  font-size: 14px;
}
@media screen and (max-width: 1060px) {
  .reservation .contents_select {
    width: 90%;
  }
}
.reservation .contents_select_bloc {
  width: 33.3333333333%;
}
.reservation .contents_select_bloc .logo {
  width: 331px;
}
.reservation .contents_select_bloc .dial {
  width: 331px;
  margin-bottom: 20px;
}
.reservation .contents_select_bloc h3 {
  font-size: 16px;
  margin: 29px 0 10px 0;
}
.reservation .contents_select_bloc p {
  font-size: 16px;
}
.reservation .contents_select_bloc ul {
  width: 263px;
}
.reservation .contents_select_bloc ul li:nth-child(1) {
  border-top: 1px solid #C8C8C8;
}
.reservation .contents_select_bloc ul li {
  padding: 26px 0 26px 10px;
  border-bottom: 1px solid #C8C8C8;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.reservation .contents_select_bloc ul li a {
  font-size: 20px;
  font-weight: bold;
}
.reservation .contents_select_bloc ul li .plan01 {
  font-size: 14px;
  font-weight: bold;
  margin-left: 2px;
}
.reservation .contents_select_bloc ul li .plan01::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #fff;
  margin-bottom: 5px;
  margin-right: 4px;
}
.reservation .contents_select_bloc ul {
  margin-bottom: 20px;
}
.reservation .contents_contact {
  background: #FDFAF4;
  margin-top: 76px;
  padding: 52px 60px 60px 60px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact {
    padding: 50px 18px 43px 18px;
  }
}
.reservation .contents_contact h2 {
  margin-bottom: 23px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact h2 {
    font-size: 30px;
  }
}
.reservation .contents_contact a {
  display: block;
  margin: 28px auto 64px;
  width: 100%;
  height: auto;
}
.reservation .contents_contact_flow {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 26px auto 54px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_flow {
    margin: 52px auto 24px;
  }
}
.reservation .contents_contact_flow .border {
  width: 455px;
  height: 2px;
  background: #F8B62B;
  position: relative;
  top: -60px;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_flow .border {
    width: 78%;
    top: -73px;
  }
}
.reservation .contents_contact_flow-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 546px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_flow-flex {
    width: calc(100% - 72px);
  }
}
.reservation .contents_contact_flow-flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reservation .contents_contact_flow-flex-box p {
  width: 150px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_flow-flex-box p {
    width: 60px;
    font-size: 12px;
    font-weight: bold;
  }
}
.reservation .contents_contact_flow-flex-box span {
  width: 64px;
  height: 64px;
  background: #fff;
  color: #F8B62B;
  display: block;
  font-size: 18px;
  border-radius: 50%;
  line-height: 64px;
  font-weight: bold;
  z-index: 1;
  border: #F8B62B 2px solid;
}
.reservation .contents_contact_flow-flex-box {
  /* 進捗状況に応じたスタイル */
}
.reservation .contents_contact_flow-flex-box span.active {
  background: #F8B62B; /* アクティブなステップの背景色を白に */
  color: #fff; /* アクティブなステップの文字色を変更 */
}
.reservation .contents_contact_flow-flex-box span.completed {
  background: #F8B62B; /* 完了したステップの背景色 */
  color: #fff; /* 完了したステップの文字色 */
}
.reservation .contents_contact_precautions {
  margin: 23px auto 26px;
  width: 738px;
  height: auto;
  text-align: start;
  background: #fff;
  padding: 25px 35px;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_precautions {
    width: 100%;
    padding: 18px;
  }
}
.reservation .contents_contact_precautions h3 {
  font-size: 14px;
  font-weight: bold;
}
.reservation .contents_contact_precautions p {
  font-size: 14px;
}
.reservation .contents_contact_form {
  padding: 80px 70px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_form {
    padding: 0;
    padding: 0 18px 73px 18px;
  }
}
.reservation .contents_contact_form input[type=text]:focus {
  background-color: #fff; /* フォーカス時の背景色を白に設定 */
}
.reservation .contents_contact_form .btn {
  margin: 40px auto 0;
}
.reservation .contents_contact_form .btn .wpcf7-spinner {
  width: 0px;
  margin: 0px;
}
.reservation .contents_contact_form .btn p {
  text-align: center;
}
.reservation .contents_contact_form .btn p input {
  display: inline-flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-around; /* 水平方向の中央揃え */
  width: 290px;
  height: 70px;
  border-radius: 34px;
  border: solid 1px #F8B62B;
  font-size: 16px;
  font-weight: bold;
  color: #F8B62B;
}
.reservation .contents_contact_form .btn p input .be {
  opacity: 1;
}
.reservation .contents_contact_form .btn p input .af {
  opacity: 0;
}
.reservation .contents_contact_form .btn p input .arrow {
  position: relative;
  width: 12px;
  height: 12px;
}
.reservation .contents_contact_form .btn p input .arrow .af,
.reservation .contents_contact_form .btn p input .arrow .be {
  position: absolute;
}
.reservation .contents_contact_form .btn p input:hover {
  background: #F8B62B;
  color: #fff;
}
.reservation .contents_contact_form .btn p input:hover .be {
  opacity: 0;
}
.reservation .contents_contact_form .btn p input:hover .af {
  opacity: 1;
}
.reservation .contents_contact_form .confbox h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 56px auto 27px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_form .confbox h3 {
    font-size: 18px;
  }
}
.reservation .contents_contact_form .confbox .text {
  border: 1px solid #F4F4F4;
  height: 260px;
  overflow: auto;
  padding: 30px 40px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_form .confbox .text {
    padding: 30px 18px;
  }
}
.reservation .contents_contact_form .confbox .text::-webkit-scrollbar {
  width: 10px;
}
.reservation .contents_contact_form .confbox .text::-webkit-scrollbar-track {
  background-color: #D6D6D6;
}
.reservation .contents_contact_form .confbox .text::-webkit-scrollbar-thumb {
  background-color: #333333;
}
.reservation .contents_contact_form .confbox .text-area {
  text-align: start;
}
.reservation .contents_contact_form .confbox .text-area h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_form .confbox .text-area h4 {
    font-size: 16px;
  }
}
.reservation .contents_contact_form .confbox .text-area p {
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_form .confbox .text-area p {
    font-size: 14px;
  }
}
.reservation .contents_contact_form .wpcf7-not-valid-tip {
  margin-top: 26px;
}
.reservation .contents_contact_form .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  border-bottom: #C8C8C8 1px solid;
}
@media screen and (max-width: 768px) {
  .reservation .contents_contact_form .flex {
    align-items: flex-start;
    flex-direction: column;
  }
}
.reservation .contents_contact_form .flex {
  /* デフォルトのラジオボタンを隠す */
}
.reservation .contents_contact_form .flex .radio input[type=radio] {
  display: none;
}
.reservation .contents_contact_form .flex {
  /* カスタムラジオボタンのスタイル */
}
.reservation .contents_contact_form .flex .radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}
.reservation .contents_contact_form .flex {
  /* カスタムラジオボタンの見た目（四角） */
}
.reservation .contents_contact_form .flex .radio .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F8B62B;
  background-color: #fff;
  border-radius: 50%;
}
.reservation .contents_contact_form .flex {
  /* ラジオボタンがチェックされたときの背景色変更 */
}
.reservation .contents_contact_form .flex .radio input[type=radio]:checked ~ .wpcf7-list-item-label:before {
  background-color: #F8B62B;
  border-color: #F8B62B;
}
.reservation .contents_contact_form .flex .wpcf7-list-item {
  margin-right: 15px;
  margin-left: 0;
}
.reservation .contents_contact_form .flex {
  /* チェックマークの作成 */
}
.reservation .contents_contact_form .flex .radio input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.reservation .contents_contact_form .flex .items {
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_form .flex .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
  }
}
.reservation .contents_contact_form .flex .items .item {
  font-size: 18px;
  font-weight: bold;
  width: 150px;
}
.reservation .contents_contact_form .flex .items .item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #F8B62B;
  border-radius: 50%;
  margin-bottom: 3px;
}
.reservation .contents_contact_form .flex .items .mast {
  font-size: 14px;
  font-weight: bold;
  color: #F8B62B;
  margin-left: 0px;
}
.reservation .contents_contact_form .flex .items .unmast {
  font-size: 14px;
  font-weight: bold;
  color: #898989;
  margin-left: 0px;
}
.reservation .contents_contact_form .flex .texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  max-width: 635px;
  width: 100%;
}
.reservation .contents_contact_form .flex .texts .txt1 {
  grid-area: 1/1/2/2;
}
.reservation .contents_contact_form .flex .texts .txt1 .postal {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_form .flex .texts .txt1 .postal {
    border-radius: 5px;
  }
  .reservation .contents_contact_form .flex .texts .txt1 .postal p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  .reservation .contents_contact_form .flex .texts .txt1 .postal p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.reservation .contents_contact_form .flex .texts .txt1 .postal input {
  width: 100%;
  color: #333333;
}
.reservation .contents_contact_form .flex .texts .txt2 {
  grid-area: 1/2/2/3;
}
.reservation .contents_contact_form .flex .texts .txt2 .address {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_form .flex .texts .txt2 .address {
    border-radius: 5px;
  }
  .reservation .contents_contact_form .flex .texts .txt2 .address p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.reservation .contents_contact_form .flex .texts .txt2 .address select {
  width: 100%;
}
.reservation .contents_contact_form .flex .texts .txt3 {
  grid-area: 2/1/3/3;
}
.reservation .contents_contact_form .flex .texts .txt3 .address-d {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 635px;
  min-height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_form .flex .texts .txt3 .address-d {
    border-radius: 5px;
    min-height: 60px;
    height: auto;
  }
  .reservation .contents_contact_form .flex .texts .txt3 .address-d p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.reservation .contents_contact_form .flex .texts .txt3 .address-d input {
  width: 100%;
}
.reservation .contents_contact_form .flex .texts02 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.reservation .contents_contact_form .flex .texts02 .times {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.reservation .contents_contact_form .flex .texts02 .times .time {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 225px;
  height: 70px;
  padding: 20px 15px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .reservation .contents_contact_form .flex .texts02 .times .time {
    width: 190px;
  }
}
@media screen and (max-width: 600px) {
  .reservation .contents_contact_form .flex .texts02 .times .time {
    width: 256px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
}
.reservation .contents_contact_form .flex .texts02 .times .time input {
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  color: #333333;
}
.reservation .contents_contact_form .flex .texts02 .times .colon {
  font-size: 40px;
  line-height: 0.9;
}
.reservation .contents_contact_form .flex .texts02 .times .time-t {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
  margin: 0 20px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .reservation .contents_contact_form .flex .texts02 .times .time-t {
    margin: 0 22.5px 0 0;
    border-radius: 5px;
  }
}
.reservation .contents_contact_form .flex .texts02 .times .time-t select {
  width: 70px;
  text-align: center;
  letter-spacing: 2px;
}
.reservation .contents_contact_form .flex .texts02 .times .time-min {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
  margin: 0 0 0 20px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .reservation .contents_contact_form .flex .texts02 .times .time-min {
    border-radius: 5px;
    margin: 0 0 0 22.5px;
  }
}
.reservation .contents_contact_form .flex .texts02 .times .time-min select {
  width: 70px;
  text-align: center;
  letter-spacing: 2px;
}
.reservation .contents_contact_form .flex .text {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 635px;
  height: auto;
  min-height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .reservation .contents_contact_form .flex .text {
    width: 100%;
    min-height: 60px;
    padding: 13px 15px;
    border-radius: 5px;
  }
}
.reservation .contents_contact_form .flex .text input {
  width: 100%;
  background: #fff;
}
.reservation .contents_contact_form .flex .textarea {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 635px;
  padding: 20px 15px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .reservation .contents_contact_form .flex .textarea {
    width: 100%;
    border-radius: 5px;
    min-height: 180px;
  }
}
.reservation .contents_contact_form .flex .textarea p {
  word-wrap: break-word;
}
.reservation .contents_contact_form .flex .textarea textarea {
  width: 100%;
  overflow-y: hidden; /* スクロールバーを非表示にする */
}
.reservation .contents_contact_form .flex .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3列 */
  letter-spacing: -3px;
}
.reservation .contents_contact_form .flex .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.reservation .contents_contact_form .flex .checkbox {
  /* デフォルトのチェックボックスを隠す */
}
.reservation .contents_contact_form .flex .checkbox input[type=checkbox] {
  display: none;
}
.reservation .contents_contact_form .flex .checkbox {
  /* カスタムチェックボックスのスタイル */
}
.reservation .contents_contact_form .flex .checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}
.reservation .contents_contact_form .flex .checkbox {
  /* カスタムチェックボックスの見た目（四角） */
}
.reservation .contents_contact_form .flex .checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F8B62B;
  background-color: #fff;
  border-radius: 50%;
}
.reservation .contents_contact_form .flex .checkbox {
  /* チェックボックスがチェックされたときの背景色変更 */
}
.reservation .contents_contact_form .flex .checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #F8B62B;
  border-color: #F8B62B;
}
.reservation .contents_contact_form .flex .checkbox {
  /* チェックマークの作成 */
}
.reservation .contents_contact_form .flex .checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.reservation .contents_contact_form .ttltop {
  align-items: flex-start;
}
.reservation .contents_contact_form p {
  text-align: start;
}
.reservation .contents_contact_form p label {
  width: 940px;
}
.reservation .contents_contact_form p label .wpcf7-form-control-wrap {
  background: #efefef;
}
.reservation .contact-confirm_contact {
  background: #FDFAF4;
  margin-top: 76px;
  padding: 52px 60px 60px 60px;
}
.reservation .contact-confirm_contact h2 {
  margin-bottom: 23px;
}
.reservation .contact-confirm_contact_flow {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 26px auto 54px;
}
.reservation .contact-confirm_contact_flow .border {
  width: 455px;
  height: 2px;
  background: #F8B62B;
  position: relative;
  top: -60px;
  z-index: 0;
}
.reservation .contact-confirm_contact_flow-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 546px;
}
.reservation .contact-confirm_contact_flow-flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reservation .contact-confirm_contact_flow-flex-box p {
  width: 150px;
}
.reservation .contact-confirm_contact_flow-flex-box span {
  width: 64px;
  height: 64px;
  background: #fff;
  color: #F8B62B;
  display: block;
  font-size: 18px;
  border-radius: 50%;
  line-height: 64px;
  font-weight: bold;
  z-index: 1;
  border: #F8B62B 2px solid;
}
.reservation .contact-confirm_contact_flow-flex-box {
  /* 進捗状況に応じたスタイル */
}
.reservation .contact-confirm_contact_flow-flex-box span.active {
  background: #F8B62B; /* アクティブなステップの背景色を白に */
  color: #fff; /* アクティブなステップの文字色を変更 */
}
.reservation .contact-confirm_contact_flow-flex-box span.completed {
  background: #F8B62B; /* 完了したステップの背景色 */
  color: #fff; /* 完了したステップの文字色 */
}
.reservation .contact-confirm_contact_precautions {
  margin: 23px auto 26px;
  width: 738px;
  height: auto;
  text-align: start;
  background: #fff;
  padding: 25px 35px;
  border-radius: 5px;
}
.reservation .contact-confirm_contact_precautions h3 {
  font-size: 14px;
  font-weight: bold;
}
.reservation .contact-confirm_contact_precautions p {
  font-size: 14px;
}
.reservation .contact-confirm_contact_form {
  padding: 80px 70px;
  background: #fff;
  border-radius: 10px;
}
.reservation .contact-confirm_contact_form input[type=text]:focus {
  background-color: #fff; /* フォーカス時の背景色を白に設定 */
}
.reservation .contact-confirm_contact_form .btn {
  margin: 40px auto 0;
}
.reservation .contact-confirm_contact_form .btn .wpcf7-spinner {
  width: 0px;
}
.reservation .contact-confirm_contact_form .btn p {
  text-align: center;
}
.reservation .contact-confirm_contact_form .btn p input {
  display: inline-flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-around; /* 水平方向の中央揃え */
  width: 290px;
  height: 70px;
  border-radius: 34px;
  border: solid 1px #F8B62B;
  font-size: 16px;
  font-weight: bold;
  color: #F8B62B;
}
.reservation .contact-confirm_contact_form .btn p input .be {
  opacity: 1;
}
.reservation .contact-confirm_contact_form .btn p input .af {
  opacity: 0;
}
.reservation .contact-confirm_contact_form .btn p input .arrow {
  position: relative;
  width: 12px;
  height: 12px;
}
.reservation .contact-confirm_contact_form .btn p input .arrow .af,
.reservation .contact-confirm_contact_form .btn p input .arrow .be {
  position: absolute;
}
.reservation .contact-confirm_contact_form .btn p input:hover {
  background: #F8B62B;
  color: #fff;
}
.reservation .contact-confirm_contact_form .btn p input:hover .be {
  opacity: 0;
}
.reservation .contact-confirm_contact_form .btn p input:hover .af {
  opacity: 1;
}
.reservation .contact-confirm_contact_form .confbox h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 56px auto 27px;
}
.reservation .contact-confirm_contact_form .confbox .text {
  border: 1px solid #F4F4F4;
  height: 260px;
  overflow: auto;
  padding: 30px 40px;
}
.reservation .contact-confirm_contact_form .confbox .text::-webkit-scrollbar {
  width: 10px;
}
.reservation .contact-confirm_contact_form .confbox .text::-webkit-scrollbar-track {
  background-color: #D6D6D6;
}
.reservation .contact-confirm_contact_form .confbox .text::-webkit-scrollbar-thumb {
  background-color: #333333;
}
.reservation .contact-confirm_contact_form .confbox .text-area {
  text-align: start;
}
.reservation .contact-confirm_contact_form .confbox .text-area h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}
.reservation .contact-confirm_contact_form .confbox .text-area p {
  font-size: 16px;
  margin-bottom: 25px;
}
.reservation .contact-confirm_contact_form .wpcf7-not-valid-tip {
  margin-top: 26px;
}
.reservation .contact-confirm_contact_form {
  /* ラジオボタンを非表示にする */
}
.reservation .contact-confirm_contact_form .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  border-bottom: #C8C8C8 1px solid;
}
.reservation .contact-confirm_contact_form .flex .wpcf7-list-item {
  margin-right: 15px;
  margin-left: 0;
}
.reservation .contact-confirm_contact_form .flex {
  /* チェックマークの作成 */
}
.reservation .contact-confirm_contact_form .flex .radio input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.reservation .contact-confirm_contact_form .flex .items {
  line-height: 1.5;
}
.reservation .contact-confirm_contact_form .flex .items .item {
  font-size: 18px;
  font-weight: bold;
  width: 150px;
}
.reservation .contact-confirm_contact_form .flex .items .item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #F8B62B;
  border-radius: 50%;
  margin-bottom: 3px;
}
.reservation .contact-confirm_contact_form .flex .items .mast {
  font-size: 14px;
  font-weight: bold;
  color: #F8B62B;
  margin-left: 0px;
}
.reservation .contact-confirm_contact_form .flex .items .unmast {
  font-size: 14px;
  font-weight: bold;
  color: #898989;
  margin-left: 0px;
}
.reservation .contact-confirm_contact_form .flex .texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  max-width: 635px;
  width: 100%;
}
.reservation .contact-confirm_contact_form .flex .texts .txt1 {
  grid-area: 1/1/2/2;
}
.reservation .contact-confirm_contact_form .flex .texts .txt1 .postal {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .reservation .contact-confirm_contact_form .flex .texts .txt1 .postal {
    border-radius: 5px;
  }
  .reservation .contact-confirm_contact_form .flex .texts .txt1 .postal p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.reservation .contact-confirm_contact_form .flex .texts .txt1 .postal input {
  width: 100%;
  color: #333333;
}
.reservation .contact-confirm_contact_form .flex .texts .txt2 {
  grid-area: 1/2/2/3;
}
.reservation .contact-confirm_contact_form .flex .texts .txt2 .address {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 317.5px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .reservation .contact-confirm_contact_form .flex .texts .txt2 .address {
    border-radius: 5px;
  }
}
.reservation .contact-confirm_contact_form .flex .texts .txt2 .address select {
  width: 100%;
}
.reservation .contact-confirm_contact_form .flex .texts .txt3 {
  grid-area: 2/1/3/3;
}
.reservation .contact-confirm_contact_form .flex .texts .txt3 .address-d {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 100%;
  max-width: 635px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .reservation .contact-confirm_contact_form .flex .texts .txt3 .address-d {
    border-radius: 5px;
    min-height: 60px;
    height: auto;
  }
  .reservation .contact-confirm_contact_form .flex .texts .txt3 .address-d p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}
.reservation .contact-confirm_contact_form .flex .texts .txt3 .address-d input {
  width: 100%;
}
.reservation .contact-confirm_contact_form .flex .texts02 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.reservation .contact-confirm_contact_form .flex .texts02 .txt .radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F8B62B;
  background-color: #fff;
  border-radius: 50%;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.reservation .contact-confirm_contact_form .flex .text {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 635px;
  height: 70px;
  padding: 20px 15px;
}
@media screen and (max-width: 600px) {
  .reservation .contact-confirm_contact_form .flex .text {
    border-radius: 5px;
  }
}
.reservation .contact-confirm_contact_form .flex .text input {
  width: 100%;
  background: #fff;
}
.reservation .contact-confirm_contact_form .flex .textarea {
  border-radius: 10px;
  border: 2px #F8B62B solid;
  width: 635px;
  padding: 20px 15px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .reservation .contact-confirm_contact_form .flex .textarea {
    width: 100%;
    border-radius: 5px;
    min-height: 180px;
  }
}
.reservation .contact-confirm_contact_form .flex .textarea textarea {
  width: 100%;
  height: 30px;
}
.reservation .contact-confirm_contact_form .flex .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3列 */
  letter-spacing: -3px;
}
.reservation .contact-confirm_contact_form .flex .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.reservation .contact-confirm_contact_form .flex .checkbox {
  /* デフォルトのチェックボックスを隠す */
}
.reservation .contact-confirm_contact_form .flex .checkbox input[type=checkbox] {
  display: none;
}
.reservation .contact-confirm_contact_form .flex .checkbox {
  /* カスタムチェックボックスのスタイル */
}
.reservation .contact-confirm_contact_form .flex .checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}
.reservation .contact-confirm_contact_form .flex .checkbox {
  /* カスタムチェックボックスの見た目（四角） */
}
.reservation .contact-confirm_contact_form .flex .checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F8B62B;
  background-color: #fff;
  border-radius: 50%;
}
.reservation .contact-confirm_contact_form .flex .checkbox {
  /* チェックボックスがチェックされたときの背景色変更 */
}
.reservation .contact-confirm_contact_form .flex .checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #F8B62B;
  border-color: #F8B62B;
}
.reservation .contact-confirm_contact_form .flex .checkbox {
  /* チェックマークの作成 */
}
.reservation .contact-confirm_contact_form .flex .checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.reservation .contact-confirm_contact_form p {
  text-align: start;
}
.reservation .contact-confirm_contact_form p label {
  width: 940px;
}
.reservation .contact-confirm_contact_form p label .wpcf7-form-control-wrap {
  background: #efefef;
}

.contact-hurry .contents {
  width: 1060px;
  margin: 0 auto;
  margin-top: 66px;
  margin-bottom: 120px;
  text-align: center;
  padding: 77px 60px 98px;
  background: #FDFAF4;
}
@media screen and (max-width: 1060px) {
  .contact-hurry .contents {
    width: 100%;
    padding: 0 18px;
    padding-top: 60px;
    margin-bottom: 0px;
    padding-bottom: 80px;
  }
}
.contact-hurry .contents h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 23px;
}
@media screen and (max-width: 1060px) {
  .contact-hurry .contents h2 {
    font-size: 30px;
    margin-bottom: 14px;
  }
}
.contact-hurry .contents p {
  font-size: 16px;
}
.contact-hurry .contents .flow {
  background: #FDFAF4;
  padding: 50px 0 110px 0;
  height: 650px;
  position: relative;
  margin-bottom: 100px;
}
.contact-hurry .contents .flow__title {
  width: 100%;
  margin: 0 auto;
  height: auto;
  text-align: start;
}
.contact-hurry .contents .flow__title h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  .contact-hurry .contents .flow__title h2 {
    font-size: 30px;
  }
}
.contact-hurry .contents .flow__title p {
  margin-top: 52px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .contact-hurry .contents .flow__title p {
    margin-top: 0px;
  }
}
.contact-hurry .contents .flow__content {
  width: 60%;
  height: auto;
  position: absolute;
  right: 0%;
  top: 60px;
}
@media screen and (max-width: 600px) {
  .contact-hurry .contents .flow__content {
    width: 100%;
    bottom: 0px;
    top: 195px;
  }
}
.contact-hurry .contents .flow__content-box {
  width: 390px;
  height: auto;
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .contact-hurry .contents .flow__content-box {
    width: 355px;
  }
}
.contact-hurry .contents .flow__content-box-img img {
  width: 100%;
  height: 240px;
  position: relative;
  object-fit: cover;
}
.contact-hurry .contents .flow__content-box-img ::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: -20px;
  width: 390px;
  height: 240px;
  background-image: url("background/gradationb.png");
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .contact-hurry .contents .flow__content-box-img ::after {
    width: 355px;
  }
}
.contact-hurry .contents .flow__content-box-img div {
  position: relative;
  bottom: 35px;
  height: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .contact-hurry .contents .flow__content-box-img div {
    width: 310px;
  }
}
.contact-hurry .contents .flow__content-box-img div span {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 6px;
}
.contact-hurry .contents .flow__content-box-img div p {
  font-size: 20px;
  line-height: 1.2;
  margin-left: 10px;
  color: #fff;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 2px;
}
.contact-hurry .contents .flow__content-box h3 {
  font-size: 16px;
  margin: 30px 0;
  text-align: start;
  line-height: 1.2;
  letter-spacing: 0px;
}
@media screen and (max-width: 600px) {
  .contact-hurry .contents .flow__content-box h3 {
    width: 100%;
    letter-spacing: -2.5px;
    line-height: 1.5;
  }
}
.contact-hurry .contents .flow__content-box p {
  font-size: 14px;
  color: #898989;
  text-align: start;
  line-height: 1.2;
  letter-spacing: 0px;
}
@media screen and (max-width: 600px) {
  .contact-hurry .contents .flow__content-box p {
    width: 100%;
    line-height: 1.5;
  }
}
.contact-hurry .contents .flow .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: 600px) {
  .contact-hurry .contents .flow .slick-arrow {
    width: 81px;
    height: 81px;
  }
}
.contact-hurry .contents .flow .slick-arrow::before {
  content: "";
  display: block;
}
.contact-hurry .contents .flow .slick-next {
  left: -38%;
}
@media screen and (max-width: 600px) {
  .contact-hurry .contents .flow .slick-next {
    right: 50px;
    left: unset;
    top: 100%;
  }
}
.contact-hurry .contents .flow .slick-prev {
  left: -67%;
}
@media screen and (max-width: 600px) {
  .contact-hurry .contents .flow .slick-prev {
    left: 50px;
    top: 100%;
  }
}
.contact-hurry .contents .flow .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;
}
.contact-hurry .contents .flow .slick-prev::before {
  background-image: url("background/arrowb.png");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: center;
  height: 60px;
}

.provision_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .provision_area {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .provision_area-box:last-child {
    padding: 0px 0 35px 0;
  }
}
.provision_area-box {
  width: 48%;
  padding: 35px 0 65px 0;
}
@media screen and (max-width: 600px) {
  .provision_area-box {
    width: 100%;
    padding: 47px 0 35px 0;
  }
}
.provision_area-box img {
  width: 450px;
  height: 259px;
  object-fit: cover;
}
.provision_area-box h3 {
  text-align: start;
  font-size: 30px;
  font-weight: bold;
  margin: 24px 0 15px 0;
}
@media screen and (max-width: 600px) {
  .provision_area-box h3 {
    font-size: 24px;
    margin: 20px 0 12px 0;
    line-height: 1;
  }
}
.provision_area-box p {
  text-align: start;
  font-size: 16px;
}
.provision_area-box span {
  margin-top: 30px;
  text-align: start;
  font-size: 14px;
  color: #898989;
  display: block;
}
@media screen and (max-width: 600px) {
  .provision_area-box span {
    margin-top: 10px;
  }
}

.inner1060 {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .inner1060 {
    width: 100%;
  }
}

.thanks_contents {
  width: 1060px;
  margin: 0 auto;
  margin-top: 66px;
  margin-bottom: 90px;
  text-align: center;
  padding: 77px 60px 90px;
  background: #FDFAF4;
}
@media screen and (max-width: 1060px) {
  .thanks_contents {
    width: 100%;
    padding: 0 18px;
    padding-top: 60px;
    margin-bottom: 0px;
    padding-bottom: 80px;
  }
}
.thanks_contents h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 23px;
}
@media screen and (max-width: 1060px) {
  .thanks_contents h2 {
    font-size: 30px;
    margin-bottom: 14px;
  }
}
.thanks_contents p {
  font-size: 16px;
}
.thanks_contents p {
  margin-bottom: 24px;
}
.thanks_contents a {
  width: 100%;
  height: auto;
  margin: unset;
}

.inner18 {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .inner18 {
    width: 100%;
    padding: 0 18px;
  }
}

.contact-lily .fuwa-position,
.contact .fuwa-position,
.reservation .fuwa-position,
.contact-hurry .fuwa-position,
.thanks .fuwa-position {
  position: relative;
  height: 0;
}
.contact-lily .fuwa-position .fuwa01,
.contact .fuwa-position .fuwa01,
.reservation .fuwa-position .fuwa01,
.contact-hurry .fuwa-position .fuwa01,
.thanks .fuwa-position .fuwa01 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -270px;
  left: -78px;
}
@media screen and (max-width: 600px) {
  .contact-lily .fuwa-position .fuwa01,
  .contact .fuwa-position .fuwa01,
  .reservation .fuwa-position .fuwa01,
  .contact-hurry .fuwa-position .fuwa01,
  .thanks .fuwa-position .fuwa01 {
    width: 147.08px;
    height: auto;
    bottom: -40px;
    left: -60px;
  }
}
.contact-lily .fuwa-position .fuwa02,
.contact .fuwa-position .fuwa02,
.reservation .fuwa-position .fuwa02,
.contact-hurry .fuwa-position .fuwa02,
.thanks .fuwa-position .fuwa02 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -290px;
  right: 60px;
}
@media screen and (max-width: 600px) {
  .contact-lily .fuwa-position .fuwa02,
  .contact .fuwa-position .fuwa02,
  .reservation .fuwa-position .fuwa02,
  .contact-hurry .fuwa-position .fuwa02,
  .thanks .fuwa-position .fuwa02 {
    width: 234px;
    height: auto;
    bottom: -110px;
    left: unset;
    right: -80px;
  }
}
.contact-lily .fuwa-position02,
.contact .fuwa-position02,
.reservation .fuwa-position02,
.contact-hurry .fuwa-position02,
.thanks .fuwa-position02 {
  position: relative;
  height: 0;
}
.contact-lily .fuwa-position02 .fuwa01,
.contact .fuwa-position02 .fuwa01,
.reservation .fuwa-position02 .fuwa01,
.contact-hurry .fuwa-position02 .fuwa01,
.thanks .fuwa-position02 .fuwa01 {
  position: absolute;
  width: 467px;
  height: auto;
  top: -545px;
  left: -255px;
  z-index: 0;
}
.contact-lily .fuwa-position02 .fuwa02,
.contact .fuwa-position02 .fuwa02,
.reservation .fuwa-position02 .fuwa02,
.contact-hurry .fuwa-position02 .fuwa02,
.thanks .fuwa-position02 .fuwa02 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: -160px;
  right: -188px;
  z-index: 0;
}

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

.about .about-img {
  height: 100vh;
  object-fit: cover;
}
.about .fadein {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.about .fadein.show { /* 修正 */
  opacity: 1;
  transform: translateY(0);
}
.about .pc_only {
  display: block;
}
.about .top-img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: 180px;
  z-index: -1;
  background: #fff;
}
.about .top-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #2e2f2b;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.about .top-img.cover.keyback:after {
  opacity: 0;
}
.about .top-img.cover:after {
  opacity: 0.6;
}
.about .top-contents {
  width: 100%;
  height: 40vh;
}
@media screen and (max-width: 600px) {
  .about .top-contents {
    height: 25vh;
  }
}
.about .top-text {
  opacity: 1;
}
.about .top-text {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 100;
  margin-top: -17.4em;
  margin-bottom: 100px;
  transition: 0.6s ease-in-out;
  color: #333;
}
@media screen and (max-width: 1060px) {
  .about .top-text {
    padding: 0 18px;
  }
}
.about .top-text .line {
  display: block;
  transition: 0.8s cubic-bezier(0.53, -0.01, 0.39, 1);
  opacity: 0;
  transform: translateY(20px);
}
.about .top-text .line .show {
  opacity: 1;
  transform: translateY(0);
}
.about .top-text .text {
  width: 100%;
  max-width: 586px;
  position: relative;
  font-size: 20px;
  line-height: 2.5;
  margin: 100px auto 0;
}
@media screen and (max-width: 600px) {
  .about .top-text .text {
    margin: 55px auto 0;
    font-size: 16px;
  }
}
.about .top-text .text .show {
  opacity: 1;
  transform: translateY(0);
}
.about .top-text .text .large {
  display: block;
  font-size: 2.8rem;
  margin: 40px 0 0 0;
  line-height: 1.75;
}
.about .top-text h1 {
  font-size: 52px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .about .top-text h1 {
    font-size: 40px;
  }
}
.about .top-text h3 {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.about .top-text h3 div {
  width: 40px;
  height: 1px;
  background: #fff;
  margin-right: 20px;
}
.about .concept {
  background: #fff;
  height: auto;
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .about .concept {
    padding-bottom: 0px;
  }
}
.about .concept-mv {
  padding: 0 0 130px 0;
  background: #FDFAF4;
}
.about .concept-flex {
  width: 1060px;
}
@media screen and (max-width: 1060px) {
  .about .concept-flex {
    width: 100%;
  }
}
.about .concept-flex {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 127px;
}
@media screen and (max-width: 1060px) {
  .about .concept-flex {
    align-items: center;
    flex-direction: column;
  }
}
.about .concept .flex01 {
  padding-bottom: 188px;
}
.about .concept__title {
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 110px;
}
.about .concept__title h3 {
  font-size: 22px;
  letter-spacing: 2;
}
.about .concept__content {
  margin-left: 220px;
}
@media screen and (max-width: 1060px) {
  .about .concept__content {
    margin-left: 0px;
    padding: 0 18px;
  }
}
.about .concept__content h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  padding-bottom: 68px;
  line-height: 1.4;
}
@media screen and (max-width: 1060px) {
  .about .concept__content h2 {
    font-size: 40px;
    text-align: center;
    padding: 49px 0 55px 0;
    line-height: 1.8;
  }
}
.about .concept__content .text {
  width: 100%;
  max-width: 586px;
  position: relative;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 1060px) {
  .about .concept__content .text {
    font-size: 18px;
    text-align: center;
  }
}
.about .concept__content .text .show {
  opacity: 1;
  transform: translateY(0);
}
.about .concept__content .text .large {
  display: block;
  font-size: 2.8rem;
  margin: 40px 0 0 0;
  line-height: 1.75;
}
.about .concept__content .line {
  display: block;
  transition: 0.8s cubic-bezier(0.53, -0.01, 0.39, 1);
  opacity: 0;
  transform: translateY(20px);
}
.about .concept__content .line .show {
  opacity: 1;
  transform: translateY(0);
}
.about .company {
  background: #fff;
  padding-top: 112px;
  height: auto;
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .about .company {
    padding-bottom: 0px;
  }
}
.about .company__title {
  height: auto;
}
@media screen and (max-width: 1060px) {
  .about .company__title {
    width: 100%;
    margin: 0 auto;
  }
}
.about .company__title h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 1060px) {
  .about .company__title h2 {
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
  }
}
.about .company-flex {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1060px) {
  .about .company-flex {
    width: 100%;
    padding: 0 18px;
    flex-direction: column;
  }
}
.about .company__content ul {
  width: 578px;
  margin-right: 80px;
}
@media screen and (max-width: 600px) {
  .about .company__content ul {
    width: 100%;
    margin-right: 0px;
  }
}
.about .company__content ul li:nth-child(1) {
  border-top: 1px solid #C8C8C8;
}
@media screen and (max-width: 600px) {
  .about .company__content ul li:nth-child(1) {
    border-top: 0px solid #C8C8C8;
  }
}
.about .company__content ul li {
  height: auto;
  border-bottom: 1px solid #C8C8C8;
  padding: 32px 18px 33px;
}
.about .company__content ul li h3 {
  font-size: 14px;
  font-weight: bold;
  color: #898989;
  display: flex;
  align-items: center;
}
.about .company__content ul li h3::before {
  content: ""; /* コンテンツなし */
  display: inline-block; /* インラインブロック要素として表示 */
  width: 6px; /* 幅 */
  height: 6px; /* 高さ */
  margin-right: 5px; /* テキストとの間隔 */
  background-color: #F8B62B; /* 点の色 */
  border-radius: 50%; /* 円形の形状 */
}
.about .company__content ul li div {
  background: #333;
  width: 6px;
  height: 6px;
}
.about .company__content ul li p {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
}
.about .company__content ul li p span {
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  font-size: 10px;
  padding: 0px 8px;
  border-radius: 2px;
  background: #F8B62B;
}
.about .company__map {
  width: 1060px;
  margin: 0 auto;
  height: 350px;
  background: #898989;
  margin-top: 83px;
}
@media screen and (max-width: 1060px) {
  .about .company__map {
    width: 100%;
    padding: 0 18px;
    background: #fff;
    margin-top: 50px;
  }
}
.about .company__title02 {
  margin-top: 112px;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .about .company__title02 {
    margin-top: 74px;
  }
}
.about .company__title02 h2 {
  width: 1060px;
  margin: 0 auto;
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 1060px) {
  .about .company__title02 h2 {
    width: 100%;
    padding: 0 18px;
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
  }
}
.about .company__link {
  width: 1060px;
}
@media screen and (max-width: 1060px) {
  .about .company__link {
    width: 100%;
    padding: 0 18px;
  }
}
.about .company__link {
  margin: 0 auto;
  display: grid;
  justify-items: start;
  grid-template-columns: repeat(2, 1fr); /* 4列 */
  grid-template-rows: repeat(2, auto); /* 2行 */
  align-items: center; /* 垂直方向の中央揃え */
  gap: 20px; /* グリッド要素間の間隔 */
}
@media screen and (max-width: 1060px) {
  .about .company__link {
    display: flex;
    flex-direction: column;
  }
}
.about .company__link .link {
  width: 520px;
  height: 160px;
}
@media screen and (max-width: 1060px) {
  .about .company__link .link {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .about .company__link .link {
    height: 109px;
  }
}
.about .company__link .link {
  border-radius: 10px;
  border: 0;
  background: #FDFAF4;
  color: #333;
  display: inline-flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-around; /* 水平方向の中央揃え */
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}
.about .company__link .link img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を親要素のサイズに合わせる */
  transition: transform 0.3s ease; /* トランジションの追加 */
}
.about .company__link .link:hover img {
  transform: scale(1.1); /* ホバーした際の拡大効果 */
}
.about .story {
  background: #fff;
  height: auto;
  position: relative;
  padding-top: 112px;
  padding-bottom: 139px;
}
.about .story__title {
  width: 1060px;
}
@media screen and (max-width: 1060px) {
  .about .story__title {
    width: 100%;
  }
}
.about .story__title {
  height: auto;
  margin: 0 auto;
  padding-bottom: 54px;
}
.about .story__title h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .about .story__title h2 {
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.8;
    font-size: 30px;
  }
}
.about .story__content {
  width: 962px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  .about .story__content {
    width: 100%;
    padding: 0 18px;
  }
}
.about .story__content-box {
  display: flex;
  padding: 33px 37px;
  border: #F8B62B 1px solid;
  border-radius: 10px;
  margin-bottom: 21px;
  background: #fff;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 390px) {
  .about .story__content-box {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}
.about .story__content-box img {
  width: 181px;
  height: auto;
}
@media screen and (max-width: 390px) {
  .about .story__content-box img {
    width: 100%;
  }
}
.about .story__content-box-text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 23px 0 0 30px;
}
@media screen and (max-width: 390px) {
  .about .story__content-box-text {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0;
  }
}
.about .story__content-box-text h3 {
  width: 150px;
  font-size: 14px;
}
@media screen and (max-width: 390px) {
  .about .story__content-box-text h3 {
    padding: 17px 0 13px 0;
  }
}
.about .story__content-box-text h3 span {
  color: #F8B62B;
  font-weight: bold;
}
.about .story__content-box-text h3 .ad {
  color: #898989;
}
@media screen and (max-width: 390px) {
  .about .story__content-box-text h3 .ad {
    margin-left: 11px;
  }
}
.about .story__content-box-text p {
  font-size: 14px;
}
.about .fuwa-position {
  position: relative;
  height: 0;
}
.about .fuwa-position .fuwa01 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -250px;
  left: 110px;
}
.about .fuwa-position .fuwa02 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -758px;
  left: 570px;
}
.about .fuwa-position .fuwa03 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -240px;
  right: 195px;
}
.about .fuwa-position .fuwa04 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -1111px;
  right: 258px;
}
.about .fuwa-position02 {
  position: relative;
  height: 0;
}
.about .fuwa-position02 .fuwa01 {
  position: absolute;
  width: 419px;
  height: auto;
  top: 350px;
  left: 100px;
  z-index: 2;
}
.about .fuwa-position02 .fuwa02 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -510px;
  right: 135px;
  z-index: 2;
}
.about .fuwa-position03 {
  position: relative;
  height: 0;
}
.about .fuwa-position03 .fuwa01 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: 175px;
  left: -60px;
  z-index: 0;
}
.about .fuwa-position04 {
  position: relative;
  height: 0;
}
.about .fuwa-position04 .fuwa01 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: 860px;
  left: 205px;
  z-index: 0;
}
.about .fuwa-position04 .fuwa02 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: 590px;
  right: 175px;
  z-index: 0;
}
.about .fuwa-position04 .fuwa03 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: 175px;
  left: 555px;
  z-index: 0;
}

.inner1060 {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .inner1060 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
.faq .faq {
  width: 1060px;
  margin: 0 auto;
  padding-bottom: 120px;
  padding-top: 105px;
}
@media screen and (max-width: 1060px) {
  .faq .faq {
    width: 100%;
    padding: 0 18px;
    padding-bottom: 80px;
    margin-top: 66px;
  }
}
.faq .faq h2 {
  font-size: 42px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 29px;
}
@media screen and (max-width: 1060px) {
  .faq .faq h2 {
    font-size: 40px;
  }
}
.faq .faq_anchor {
  width: 100%;
  height: 80px;
  background: #FDFAF4;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5px;
}
.faq .faq_anchor .center {
  width: 1px;
  height: 16px;
  background: #898989;
}
.faq .faq_anchor a {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.faq .faq_anchor a span {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .faq .faq_anchor a span {
    margin-left: 10px;
  }
}
.faq .faq_anchor a img {
  width: 22px;
}
.faq .faq_contents {
  margin-top: 83px;
}
.faq .faq_contents h2 {
  font-weight: bold;
  margin-bottom: 24px;
  text-align: left;
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .faq .faq_contents h2 {
    font-size: 20px;
  }
}
.faq .faq_contents {
  width: 1060px;
}
@media screen and (max-width: 600px) {
  .faq .faq_contents {
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
  }
}
.faq .faq_contents-position {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .faq .faq_contents-position {
    width: 100%;
  }
}
.faq .faq_contents-position {
  /*ベース*/
}
.faq .faq_contents-position .toggle_contents {
  background: #F8B62B;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .faq .faq_contents-position .toggle_contents {
    padding: 0px;
  }
}
.faq .faq_contents-position .toggle_title {
  height: 80px;
  margin-left: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 50px 0 0;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  place-items: center;
  justify-content: start;
  line-height: 21px;
}
@media screen and (max-width: 600px) {
  .faq .faq_contents-position .toggle_title {
    margin-left: 0px;
    height: auto;
    padding: 16px 17px;
    font-size: 16px;
    font-weight: 400;
  }
}
.faq .faq_contents-position .toggle_title img {
  width: 14px;
  margin-right: 15px;
  margin-bottom: 2px;
}
.faq .faq_contents-position .toggle_title:not(.open) {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .faq .faq_contents-position .toggle_title:not(.open) {
    width: 96.5%;
  }
}
.faq .faq_contents-position .toggle_title:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(../img/acodown.png) no-repeat right top;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .faq .faq_contents-position .toggle_title:after {
    right: 0px;
  }
}
.faq .faq_contents-position .toggle_title.selected:after {
  transform: translateY(-50%) rotate(180deg);
}
.faq .faq_contents-position .toggle_txt {
  height: auto;
  padding: 26px 60px;
  font-size: 14px;
  color: #333;
  background: #fff;
  border: #F8B62B 1px solid;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 600px) {
  .faq .faq_contents-position .toggle_txt {
    padding: 18px 18px 18px 47px;
    font-weight: bold;
  }
}
.faq .faq_contents-position .toggle_txt p {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .faq .faq_contents-position .toggle_txt p {
    width: 88%;
  }
}
.faq .faq_contents-position .toggle_txt img {
  width: 14px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -30px;
  margin-bottom: 5px;
}
.faq .faq_contents-position .toggle_txt {
  display: none;
}
.faq .fuwa-position {
  position: relative;
  height: 0;
}
.faq .fuwa-position .fuwa01 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -270px;
  left: -78px;
}
@media screen and (max-width: 600px) {
  .faq .fuwa-position .fuwa01 {
    width: 147.08px;
    height: auto;
    bottom: -40px;
    left: -60px;
  }
}
.faq .fuwa-position .fuwa02 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -290px;
  right: 60px;
}
@media screen and (max-width: 600px) {
  .faq .fuwa-position .fuwa02 {
    width: 234px;
    height: auto;
    bottom: -110px;
    left: unset;
    right: -80px;
  }
}
.faq .fuwa-position02 {
  position: relative;
  height: 0;
}
.faq .fuwa-position02 .fuwa01 {
  position: absolute;
  width: 467px;
  height: auto;
  top: -545px;
  left: -255px;
  z-index: 0;
}
.faq .fuwa-position02 .fuwa02 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: -160px;
  right: -188px;
  z-index: 0;
}

.inner1060 {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .inner1060 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .pc-menu {
    display: none;
  }
  .topwidth {
    position: unset;
  }
}
.plan .plan {
  width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  .plan .plan {
    width: 100%;
    padding: 0 18px;
    margin-top: 66px;
  }
}
.plan .plan h2 {
  font-size: 42px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 29px;
}
@media screen and (max-width: 1060px) {
  .plan .plan h2 {
    font-size: 40px;
    text-align: center;
    line-height: 1.8;
  }
}
.plan .plan p {
  font-size: 16px;
  text-align: center;
  margin: 23px 0 42px 0;
}
@media screen and (max-width: 600px) {
  .plan .plan p {
    margin: 0 0 27px 0;
  }
}
.plan .plan_anchor {
  width: 100%;
  height: 80px;
  background: #FDFAF4;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .plan .plan_anchor {
    height: 60px;
  }
}
.plan .plan_anchor .center {
  width: 1px;
  height: 16px;
  background: #898989;
}
.plan .plan_anchor a {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.plan .plan_anchor a span {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .plan .plan_anchor a span {
    margin-left: 10px;
    width: 80px;
  }
}
.plan .plan_anchor a img {
  width: 22px;
}
.plan .plan_contents {
  margin-top: 83px;
  padding: 52px 50px 40px 50px;
  background: #FDFAF4;
  border-radius: 10px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .plan .plan_contents {
    margin-top: 40px;
    padding: 1px 18px;
  }
}
.plan .plan_contents h2 {
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .plan .plan_contents h2 {
    padding: 0;
    font-size: 30px;
    margin-top: 54px;
  }
}
.plan .plan_contents h2::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  margin-bottom: 10px;
  background-color: #F8B62B;
  border-radius: 50%;
}
.plan .plan_contents h2::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  margin-bottom: 10px;
  background-color: #F8B62B;
  border-radius: 50%;
}
.plan .plan_contents-box {
  width: 100%;
  height: 445px;
  background: #fff;
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  /* 水平方向のオフセット、垂直方向のオフセット、ぼかしの量、影の色 */
}
@media screen and (max-width: 600px) {
  .plan .plan_contents-box {
    padding: 20px;
    height: auto;
    padding-bottom: 100px;
  }
}
.plan .plan_contents-box .orange {
  width: 206px;
  height: 50px;
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 16px;
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 600px) {
  .plan .plan_contents-box .orange {
    bottom: 24px;
    right: 0%;
    top: unset;
    transform: translateX(-25%);
  }
}
.plan .plan_contents-box .strong {
  background: #FF8900;
  border: 0;
}
.plan .plan_contents-box .strong:hover {
  border: solid 1px #333;
  color: #333;
  background: rgba(248, 182, 43, 0);
}
.plan .plan_contents-box .strong:hover .be {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.plan .plan_contents-box .strong:hover .af {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.plan .plan_contents-text {
  width: 762px;
  height: auto;
  padding: 35px 56px;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1060px) {
  .plan .plan_contents-text {
    width: 100%;
    padding: 30px 18px;
  }
}
.plan .plan_contents-text h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 17px;
}
.plan .plan_contents-text p {
  margin: 0;
}
.plan .plan_credit {
  width: 100%;
  height: auto;
  padding: 40px 160px;
  background: #FDFAF4;
  margin-top: 80px;
  border-radius: 10px;
}
@media screen and (max-width: 1060px) {
  .plan .plan_credit {
    padding: 33px 18px;
  }
}
.plan .plan_credit h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .plan .plan_credit h2 {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1060px) {
  .plan .plan_credit img {
    margin: 20px 0;
  }
}
.plan .plan_credit p {
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 1060px) {
  .plan .plan_credit p {
    font-size: 10px;
    margin: 0;
  }
}
.plan .plan_meet {
  text-align: center;
  margin: 120px 0 140px 0;
}
@media screen and (max-width: 600px) {
  .plan .plan_meet {
    margin: 64px 0 70px 0;
  }
}
.plan .plan_meet_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 68px;
}
@media screen and (max-width: 600px) {
  .plan .plan_meet_cont {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.plan .plan_meet_cont-text {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .plan .plan_meet_cont-text {
    width: 100%;
  }
}
.plan .plan_meet_cont-text h2 {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .plan .plan_meet_cont-text h2 {
    font-size: 30px;
    padding: 0;
  }
}
.plan .plan_meet_cont-text p {
  text-align: left;
  margin: 0;
}
.plan .plan_meet_cont-img {
  width: 45%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .plan .plan_meet_cont-img {
    width: 100%;
    margin-top: 20px;
  }
}
.plan .fuwa-position {
  position: relative;
  height: 0;
}
.plan .fuwa-position .fuwa01 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -270px;
  left: -78px;
}
@media screen and (max-width: 600px) {
  .plan .fuwa-position .fuwa01 {
    width: 147.08px;
    height: auto;
    bottom: -40px;
    left: -60px;
  }
}
.plan .fuwa-position .fuwa02 {
  position: absolute;
  width: 419px;
  height: auto;
  bottom: -290px;
  right: 60px;
}
@media screen and (max-width: 600px) {
  .plan .fuwa-position .fuwa02 {
    width: 234px;
    height: auto;
    bottom: -110px;
    left: unset;
    right: -80px;
  }
}
.plan .fuwa-position02 {
  position: relative;
  height: 0;
}
.plan .fuwa-position02 .fuwa01 {
  position: absolute;
  width: 467px;
  height: auto;
  top: -545px;
  left: -255px;
  z-index: 0;
}
.plan .fuwa-position02 .fuwa02 {
  position: absolute;
  width: 467px;
  height: auto;
  bottom: -160px;
  right: -188px;
  z-index: 0;
}
.plan {
  /* モーダルのスタイル */
}
.plan .modal {
  display: none; /* デフォルトでは非表示 */
  position: fixed; /* 画面上に固定 */
  z-index: 10000; /* コンテンツの上に表示 */
  left: 0;
  top: 0;
  width: 100%; /* 全幅 */
  height: 100%; /* 全高 */
  overflow: auto; /* 外側のコンテンツがモーダルよりも長い場合にスクロールバーを追加 */
  background-color: rgb(0, 0, 0); /* 背景色 */
  background-color: rgba(0, 0, 0, 0.4); /* 黒色、透明度 */
  /* モーダルのコンテンツ */
}
.plan .modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 画面の中央に配置 */
  padding: 50px 40px;
  border: 1px solid #888;
  width: 100%; /* 幅 */
  max-width: 1060px;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .plan .modal-content {
    width: 100%;
    padding: 20px;
  }
}
.plan .modal-content-btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 26px;
  text-align: center;
}
.plan .modal-content-btn .trans {
  margin: 0 10px;
  width: 258px;
  height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .plan .modal-content-btn .trans {
    width: 150px;
    height: 54px;
    font-size: 12px;
    text-align: left;
    line-height: 1.2;
  }
}
.plan .modal-content-btn .orange {
  width: 206px;
  height: 50px;
  position: absolute;
  right: 40px;
  font-size: 16px;
}
.plan .modal-content-btn .strong {
  border: 0;
  border: solid 1px #FF8900;
  color: #FF8900;
}
.plan .modal-content-btn .strong:hover {
  background: #FF8900;
  color: #FFf;
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.plan .modal-content-btn .strong:hover .be {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.plan .modal-content-btn .strong:hover .af {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.plan {
  /* クローズボタン */
}
.plan .close {
  color: #aaa;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  height: 54px;
  width: 54px;
  line-height: 40px;
  padding: 7px;
  border-radius: 50%;
  border: #333333 solid 1px;
  top: 40px;
  right: 40px;
}
@media screen and (max-width: 1060px) {
  .plan .close {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 25px;
    padding: 7px;
    font-weight: 400;
    color: #333;
  }
}
.plan .close:hover,
.plan .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.inner1060 {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .inner1060 {
    width: 100%;
    padding: 0 18px;
  }
}

.trans {
  display: inline-flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-around; /* 水平方向の中央揃え */
  width: 290px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .trans {
    width: 290px;
  }
}
.trans {
  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);
}
.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);
}
@media screen and (max-width: 600px) {
  .black {
    width: 290px;
  }
}
.black {
  height: 70px;
  border-radius: 34px;
  border: solid 1px #333333;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.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);
}

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

.orange:hover {
  border: solid 1px #333;
  color: #333;
  background: rgba(248, 182, 43, 0);
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.orange:hover .be {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.orange:hover .af {
  opacity: 1;
  transform: rotate(180deg); /* 180度回転 */
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

html, body {
  overflow-x: hidden;
}

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

body {
  font-family: "yu-gothic-pr6n", YuGothic, "游ゴシック", "YuGothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.75;
  --min-size: 14;
  --max-size: 14;
  font-size: var(--clamp-size);
  color: #333333;
  overflow: hidden;
}

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: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media (min-width: 1240px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@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 */
