@charset "UTF-8";
:root {
  --black: #383838;
  --green: #5ca811;
  --red: #ea4242;
  --yellow: #f6ed00;
  --d-gray: #ebebeb;
  --l-gray: #fcfcfc;
  --bgdot: #c2e5a8;
  --bgbase: #e6f5d8;
  --trancebg: rgba(92, 168, 17, 0.2);
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  line-height: 1.5;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  background-color: #fcfcfc;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body,
div,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
form,
input,
button,
figure,
figcaption,
p,
pre,
a,
time {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

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

svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

img,
video,
iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  border-style: none;
}
img:not([src*="."]) {
  display: none;
}

b,
strong {
  font-weight: 900;
}

ol,
ul {
  list-style: none;
}

time {
  display: block;
}

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

table {
  border-collapse: collapse;
}
table th {
  font-weight: normal;
}

.img img {
  width: 100%;
  text-align: center;
}

.map {
  overflow: hidden;
  padding-top: 50%;
  position: relative;
}
.map iframe {
  width: 100%;
  max-width: initial;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.youtube {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.youtube-short {
  padding-top: 177.7777%;
}
.youtube iframe {
  width: 100%;
  max-width: initial;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.iframe {
  overflow: hidden;
  position: relative;
}
.iframe iframe {
  width: 100%;
  max-width: initial;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}

a,
button {
  color: inherit;
  text-decoration: none;
  transition: 0.4s ease;
}
a:hover,
button:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
  cursor: pointer;
}

a[href*=tel] {
  pointer-events: none;
}
@media (max-width: 1024px) {
  a[href*=tel] {
    pointer-events: initial;
  }
}

.tel[data-ab-test-conversion-button=""] {
  pointer-events: none;
}
@media (max-width: 1024px) {
  .tel[data-ab-test-conversion-button=""] {
    pointer-events: auto;
  }
}

.wrapper {
  min-width: 375px;
  overflow: hidden;
}

.pagettl {
  display: none;
}

.inner {
  width: 92%;
  max-width: 1000px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .inner {
    width: 96%;
    max-width: 768px;
  }
}

.kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.robo {
  font-family: "Roboto", sans-serif;
}

.robo-condenced {
  font-family: "Roboto Condensed", sans-serif;
}

.yellow {
  color: var(--yellow);
}

.red {
  color: var(--red);
}

.color-green {
  color: var(--green);
}

.header {
  width: 100%;
  background-color: #ebebeb;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 599px) {
  .header {
    width: 0%;
    height: 0px;
    background-color: none;
    position: relative;
    z-index: 1000;
  }
}

.header-inner {
  width: 96%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}
@media (max-width: 1024px) {
  .header-inner {
    padding: 10px 0;
  }
}

.header-logo {
  width: 290px;
}
.header-logo a,
.header-logo img {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .header-logo {
    width: 200px;
  }
}
@media (max-width: 599px) {
  .header-logo {
    width: 250px;
    filter: drop-shadow(0px 0px 1px rgb(255, 255, 255)) drop-shadow(0px 0px 1px rgb(255, 255, 255)) drop-shadow(0px 0px 1px rgb(255, 255, 255)) drop-shadow(0px 0px 1px rgb(255, 255, 255));
    position: fixed;
    top: 5px;
    left: 5px;
  }
}

.header-right {
  width: calc(100% - 290px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .header-right {
    width: calc(100% - 200px);
  }
}
@media (max-width: 599px) {
  .header-right {
    width: 100%;
    justify-content: space-evenly;
    padding: 5px 0;
    background-color: #ebebeb;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

.header-tel a {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header-tel a i {
  margin-right: 5px;
  font-size: 22px;
  color: var(--green);
}
@media (max-width: 1024px) {
  .header-tel a i {
    margin-right: 3px;
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .header-tel a i {
    font-size: 18px;
  }
}
.header-tel a .num {
  font-weight: 900;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (max-width: 1024px) {
  .header-tel a .num {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .header-tel a .num {
    font-size: 26px;
  }
}
.header-tel a .tel-mini {
  width: 100%;
  margin-top: -2px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 1024px) {
  .header-tel a .tel-mini {
    font-size: 10px;
  }
}
@media (max-width: 599px) {
  .header-tel a .tel-mini {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .header-tel a {
    max-width: 200px;
  }
}
@media (max-width: 599px) {
  .header-tel a {
    max-width: 200px;
  }
}

.header-contact a {
  display: inline-block;
  padding: 15px 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  background-color: var(--red);
}
@media (max-width: 1024px) {
  .header-contact a {
    padding: 10px 10px;
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .header-contact a {
    padding: 5px 15px;
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .header-contact {
    text-align: center;
  }
}

.mv-sec {
  overflow: hidden;
  margin-top: 80px;
  background-color: #999;
  position: relative;
}
@media (max-width: 1024px) {
  .mv-sec {
    margin-top: 60px;
  }
}
@media (max-width: 599px) {
  .mv-sec {
    margin-top: 0;
  }
}

.mv-img {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}
.mv-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}

.mv-inner {
  width: 100%;
  display: block;
  padding: 100px 0;
}
.mv-inner .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .mv-inner .inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .mv-inner {
    padding: 50px 0;
  }
}
@media (max-width: 599px) {
  .mv-inner {
    padding: 70px 0 40px;
  }
}

.mv-left {
  width: calc(100% - 340px);
}
@media (max-width: 1024px) {
  .mv-left {
    width: 100%;
  }
}

.mv-txt-01 {
  display: block;
  margin-bottom: 1.5em;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}

.mv-txt-01-inner {
  display: inline-block;
  padding: 0.2em 1em;
  font-weight: bold;
  font-size: 24px;
  color: var(--yellow);
  border: 3px solid var(--yellow);
  border-radius: 3px;
  position: relative;
}
.mv-txt-01-inner .tri {
  width: 0;
  height: 0;
  display: block;
  border-top: 16px solid var(--yellow);
  border-bottom: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-style: solid;
  position: absolute;
  top: 100%;
  left: 3em;
}
@media (max-width: 1024px) {
  .mv-txt-01-inner {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .mv-txt-01-inner {
    font-size: 16px;
  }
}

.mv-txt-02 {
  margin-bottom: 1em;
  font-weight: 900;
  font-size: 49px;
  color: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
.mv-txt-02 span {
  line-height: 1.8em;
  border-bottom: 3px dotted var(--yellow);
}
@media (max-width: 1024px) {
  .mv-txt-02 {
    margin-bottom: 0.5em;
    font-size: 44px;
  }
}
@media (max-width: 599px) {
  .mv-txt-02 {
    font-size: 28px;
  }
}

.mv-txt-03 {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  text-align: center;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
@media (max-width: 1024px) {
  .mv-txt-03 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .mv-txt-03 {
    font-size: 18px;
  }
}

.mv-txt-04 {
  display: flex;
  justify-content: space-between;
}

.mv-txt-04-item {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 0;
  border-radius: 10px;
  background-color: #ebebeb;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
@media (max-width: 1024px) {
  .mv-txt-04-item {
    width: 49%;
    padding: 1em 0;
  }
}
@media (max-width: 599px) {
  .mv-txt-04-item {
    display: block;
    padding: 0.5em 0;
    text-align: center;
  }
}

.mv-txt-04-img {
  width: 50px;
  margin-right: 10px;
}
.mv-txt-04-img img {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .mv-txt-04-img {
    width: 40px;
    margin-right: 5px;
  }
}
@media (max-width: 599px) {
  .mv-txt-04-img {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.mv-txt-04-row01 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
}
@media (max-width: 1024px) {
  .mv-txt-04-row01 {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .mv-txt-04-row01 {
    margin: 3px 0;
    font-size: 12px;
  }
}

.mv-txt-04-row02 {
  font-weight: bold;
  font-size: 18px;
  color: var(--green);
  line-height: 1.1em;
}
.mv-txt-04-row02 .big {
  display: inline-block;
  font-weight: 900;
  font-size: 1.8em;
}
.mv-txt-04-row02 .big.robo {
  margin-top: 0.3em;
  font-size: 2.2em;
}
.mv-txt-04-row02 .big.ima {
  margin-left: -0.5em;
  margin-right: -0.5em;
  transform: translateY(0.3em);
}
@media (max-width: 1024px) {
  .mv-txt-04-row02 {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .mv-txt-04-row02 {
    line-height: 1em;
  }
}

.mv-right {
  width: 320px;
  display: block;
}
@media (max-width: 1024px) {
  .mv-right {
    display: none;
  }
}

.form-box {
  width: 100%;
  padding: 1.5em;
  border-radius: 10px;
  background-color: #ebebeb;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}

.form-item + .form-item {
  margin-top: 1em;
}

.form-item:last-child {
  margin-top: 2em;
}

@keyframes flashAlert {
  0%, 100% {
    background-color: transparent;
    box-shadow: none;
    /* もともとの背景色が白の場合は #fff など適宜変更してください */
  }
  50% {
    background-color: #fff0f0;
    box-shadow: 0 0 0 3px #ff4d4d inset;
  }
}
/* .blinked が付与された時の対象要素にアニメーションを適用 */
.blinked .form-item:nth-child(2) input {
  /* 0.5秒のアニメーションを10回繰り返す = 計5秒間 */
  animation: flashAlert 0.5s ease-in-out 5;
}

.form-th {
  width: 100%;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 14px;
}

.form-dd {
  width: 100%;
  display: block;
}
.form-dd input,
.form-dd select {
  width: 100%;
  padding: 1em;
  border: none;
  border-radius: 3px;
}
.form-dd.for-select {
  position: relative;
}
.form-dd.for-select::after {
  content: "";
  border-top: 12px solid #333;
  border-bottom: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  transform: translateY(-50%);
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0.5em;
}
.form-dd.for-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.txt-link {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.txt-link a {
  color: var(--red);
}

.form-submitter {
  width: 100%;
  display: block;
  text-align: center;
}
.form-submitter button {
  width: 100%;
  display: inline-block;
  padding: 15px 30px;
  font-weight: bold;
  color: #fff;
  line-height: inherit;
  text-align: center;
  border: none;
  border-radius: 30px;
  background-color: var(--red);
}

.tb-form {
  display: none;
}
@media (max-width: 1024px) {
  .tb-form {
    display: block;
    margin: 50px 0;
  }
}
@media (max-width: 599px) {
  .tb-form {
    display: block;
    margin: 40px 0;
  }
}

.nm-sec {
  padding: 90px 0;
  background-color: #ebebeb;
}
@media (max-width: 1024px) {
  .nm-sec {
    padding: 50px 0;
  }
}
@media (max-width: 599px) {
  .nm-sec {
    padding: 40px 0;
  }
}

.ttl-01 {
  margin-bottom: 1.5em;
  text-align: center;
}
@media (max-width: 599px) {
  .ttl-01 {
    margin-bottom: 1em;
  }
}

.ttl-01-inner {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
.ttl-01-inner span {
  position: relative;
  z-index: 2;
}
.ttl-01-inner::after {
  content: "";
  width: calc(100% + 2em);
  height: calc(100% + 0.3em);
  display: block;
  background-color: var(--yellow);
  transform: translate(-50%, -50%) rotate(-3deg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .ttl-01-inner {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .ttl-01-inner {
    font-size: 16px;
  }
}

.deg-yellow {
  display: inline-block;
  position: relative;
}
.deg-yellow span {
  position: relative;
  z-index: 2;
}
.deg-yellow::after {
  content: "";
  width: calc(100% + 0.5em);
  height: 80%;
  display: block;
  background-color: var(--yellow);
  transform: translate(-50%, -50%) rotate(-3deg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.ttl-02 {
  margin-bottom: 1em;
  font-weight: 900;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 1024px) {
  .ttl-02 {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .ttl-02 {
    font-size: 20px;
  }
}

.ttl-02-inner {
  display: inline;
  line-height: 1.8em;
  border-bottom: #333 3px dotted;
}

.rbn-box {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}

.rbn-main {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: var(--green);
  position: relative;
}
.rbn-main::before {
  content: "";
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px var(--green);
  filter: brightness(0.5);
  position: absolute;
  top: 100%;
  left: 0;
}
.rbn-main::after {
  content: "";
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px var(--green);
  filter: brightness(0.5);
  position: absolute;
  top: 100%;
  right: 0;
}
@media (max-width: 1024px) {
  .rbn-main {
    display: block;
    padding: 10px 0;
  }
}
@media (max-width: 599px) {
  .rbn-main {
    display: block;
    padding: 8px 0;
  }
}

.rbn-left {
  font-weight: bold;
  font-weight: 900;
  font-size: 30px;
  color: var(--yellow);
}
@media (max-width: 1024px) {
  .rbn-left {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .rbn-left {
    font-size: 20px;
    text-align: center;
  }
}

.rbn-right {
  padding: 1em 0;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1024px) {
  .rbn-right {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .rbn-right {
    font-size: 14px;
    letter-spacing: -0.07em;
  }
}

.rbn-cont {
  margin: 0 20px;
  padding: 50px 60px;
  background-color: #fff;
  position: relative;
}
.rbn-cont > * {
  position: relative;
  z-index: 2;
}
.rbn-cont::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 50px 50px;
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .rbn-cont {
    margin: 0 15px;
    padding: 30px 15px;
  }
}
@media (max-width: 599px) {
  .rbn-cont {
    margin: 0 10px;
    padding: 30px 10px;
  }
}

.rbn-balls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rbn-ball {
  width: 30%;
  border-radius: 50%;
  background-color: #ebebeb;
  position: relative;
}
.rbn-ball::after {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .rbn-ball {
    width: 32%;
  }
}
@media (max-width: 599px) {
  .rbn-ball {
    width: 33%;
  }
}

.rbn-ball-inner {
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.rbn-txt {
  font-weight: bold;
}
@media (max-width: 599px) {
  .rbn-txt {
    font-size: 12px;
  }
}

.rbn-l {
  font-weight: bold;
  font-size: 36px;
  color: var(--red);
}
.rbn-l .num {
  font-size: 55px;
  line-height: 0.9;
}
@media (max-width: 599px) {
  .rbn-l .lb {
    display: block;
    font-size: 22px;
  }
}

.ball-pickup {
  display: block;
  font-size: 14px;
  text-align: center;
  transform: translate(50%, -50%);
  transform: translateX(-50%);
  position: absolute;
  top: 75%;
  left: 50%;
  z-index: 1;
}
.ball-pickup::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 10px solid var(--red);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-style: solid;
  transform: translateX(-50%);
  position: absolute;
  bottom: 100%;
  left: 50%;
}
@media (max-width: 1024px) {
  .ball-pickup {
    top: 78%;
  }
}
@media (max-width: 599px) {
  .ball-pickup {
    top: 100%;
  }
}

.ball-pickup-inner {
  display: inline-block;
  padding: 0.2em 1em;
  font-weight: bold;
  color: #fff;
  line-height: 1.3em;
  white-space: nowrap;
  background-color: var(--red);
}
.ball-pickup-inner .st {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  font-size: 0.9em;
  color: var(--red);
  background-color: var(--yellow);
}
.ball-pickup-inner .num {
  display: inline-block;
  margin: 0 2px;
  font-size: 1.6em;
  transform: translateY(2px);
}

.rbn-txts {
  width: 100%;
  margin-top: 1.5em;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1024px) {
  .rbn-txts {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .rbn-txts {
    margin-top: 2.5em;
    font-size: 16px;
  }
}

.rbn-txts-colors {
  display: inline-block;
  padding: 0.2em 1em;
  color: var(--green);
  line-height: 1.3em;
  background-color: var(--trancebg);
}
.rbn-txts-colors .num {
  display: inline-block;
  margin: 0 2px;
  font-size: 1.6em;
  transform: translateY(2px);
}

.jag-sec {
  overflow: hidden;
  padding: 90px 0 160px 0;
  background-color: #333;
  position: relative;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
}
.jag-sec .inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .jag-sec {
    padding: 50px 0 100px 0;
  }
}
@media (max-width: 599px) {
  .jag-sec {
    padding: 40px 0 60px 0;
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
  }
}

.jag-mask {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.jag-mask img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.jag-bg {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.jag-bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.ttl-03 {
  margin-bottom: 1.5em;
  font-size: 26px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .ttl-03 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .ttl-03 {
    font-size: 16px;
  }
}

.ttl-03-row01 {
  display: block;
  font-weight: bold;
  color: #fff;
  line-height: 1.8em;
}

.ttl-03-row02 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  line-height: 1.8em;
}
@media (max-width: 1024px) {
  .ttl-03-row02 {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .ttl-03-row02 {
    font-size: 20px;
    letter-spacing: -0.07em;
  }
}

.jag-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.jag-list::after {
  content: "";
  width: 200vw;
  height: 110%;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) rotate(3deg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.jag-item {
  width: 100%;
  display: block;
  padding: 1em;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
.jag-item + .jag-item {
  margin-top: 1.5em;
}
@media (max-width: 1024px) {
  .jag-item + .jag-item {
    margin-top: 1.2em;
  }
}
@media (max-width: 599px) {
  .jag-item + .jag-item {
    margin-top: 1em;
  }
}
@media (max-width: 1024px) {
  .jag-item {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .jag-item {
    font-size: 16px;
  }
}

.tri-sec {
  overflow: hidden;
  margin-top: -70px;
  padding: 160px 0 120px 0;
  position: relative;
}
.tri-sec .inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .tri-sec {
    padding: 100px 0 50px 0;
  }
}
@media (max-width: 599px) {
  .tri-sec {
    padding: 80px 0 40px 0;
  }
}

.tri-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tri-bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.ttl-04 {
  margin-bottom: 1.5em;
  font-size: 26px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .ttl-04 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .ttl-04 {
    margin-bottom: 1em;
    font-size: 16px;
  }
}

.ttl-04-row01 {
  display: block;
  font-weight: bold;
  line-height: 1.8em;
}

.ttl-04-row02 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.8em;
}
@media (max-width: 1024px) {
  .ttl-04-row02 {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .ttl-04-row02 {
    font-size: 22px;
  }
}

.tbbr {
  display: block;
}

.spbr {
  display: block;
}

.tri-list {
  padding: 80px 0;
  border-radius: 20px;
  background-color: var(--green);
}
@media (max-width: 1024px) {
  .tri-list {
    padding: 40px 0 15px;
  }
}

.tri-item {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  position: relative;
}
.tri-item + .tri-item {
  margin-top: 4em;
}
@media (max-width: 599px) {
  .tri-item + .tri-item {
    margin-top: 2em;
  }
}
@media (max-width: 1024px) {
  .tri-item {
    max-width: 92%;
  }
}

.tri-badge {
  display: flex;
  align-items: center;
  padding: 0.3em 1em;
  font-weight: bold;
  font-size: 26px;
  white-space: nowrap;
  border-radius: 50px;
  background-color: var(--yellow);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
}
.tri-badge::before {
  content: "✓";
  width: 25px;
  height: 25px;
  margin-right: 8px;
  font-size: 30px;
  line-height: 0.5em;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .tri-badge::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .tri-badge {
    padding: 0.3em 1em;
    font-size: 20px;
    border-radius: 30px;
  }
}
@media (max-width: 599px) {
  .tri-badge {
    font-size: 18px;
  }
}

.tri-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.tri-img::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 30%;
  position: relative;
}
@media (max-width: 599px) {
  .tri-img::after {
    padding-top: 50%;
  }
}
.tri-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.tri-txt {
  padding: 1.5em;
  text-align: center;
}
@media (max-width: 1024px) {
  .tri-txt {
    padding: 1em;
  }
}
@media (max-width: 599px) {
  .tri-txt {
    padding: 0.5em;
  }
}

.tri-txt-main {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .tri-txt-main {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .tri-txt-main {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.05em;
  }
}

.cta-sec {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .cta-sec {
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .cta-sec {
    overflow: hidden;
  }
}

.cta-container {
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .cta-container {
    padding: 40px 0;
  }
}
@media (max-width: 599px) {
  .cta-container {
    padding: 40px 0;
  }
}

.cta-black-bar {
  width: 100vw;
  height: 100%;
  background-color: #333;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.cta-person {
  width: 290px;
  height: 400px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: -60px;
}
.cta-person img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 1024px) {
  .cta-person {
    width: 200px;
    height: 250px;
    position: absolute;
    bottom: -60px;
  }
}
@media (max-width: 599px) {
  .cta-person {
    width: 200px;
    height: 250px;
    position: absolute;
    bottom: -60px;
  }
}

.cta-left {
  left: 0;
}
@media (max-width: 1024px) {
  .cta-left {
    left: -50px;
  }
}
@media (max-width: 599px) {
  .cta-left {
    left: -90px;
  }
}

.cta-right {
  right: 0;
}
@media (max-width: 1024px) {
  .cta-right {
    right: -50px;
  }
}
@media (max-width: 599px) {
  .cta-right {
    right: -90px;
  }
}

.cta-content {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
}

.cta-lead {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.8em;
}
@media (max-width: 1024px) {
  .cta-lead {
    font-size: 22px;
    filter: drop-shadow(0px 0px 1px rgb(0, 0, 0));
  }
}
@media (max-width: 599px) {
  .cta-lead {
    font-size: 18px;
    filter: drop-shadow(0px 0px 1px rgb(0, 0, 0)) drop-shadow(0px 0px 1px rgb(0, 0, 0)) drop-shadow(0px 0px 1px rgb(0, 0, 0)) drop-shadow(0px 0px 1px rgb(0, 0, 0));
  }
}

.cta-btn-wrap {
  display: inline-block;
  position: relative;
}

.cta-badge {
  padding: 4px 15px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  border-radius: 50px;
  background-color: var(--yellow);
  transform: translateX(-50%);
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: 1;
}

.cta-btn a {
  display: inline-block;
  padding: 20px 60px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  background-color: var(--red);
}
@media (max-width: 1024px) {
  .cta-btn a {
    padding: 20px 30px 10px 30px;
    font-size: 18px;
    border-radius: 40px;
  }
}

.case-sec {
  overflow: hidden;
  padding: 90px 0 120px 0;
  background-color: #ebebeb;
  position: relative;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
}
@media (max-width: 1024px) {
  .case-sec {
    padding: 50px 0 90px 0;
  }
}
@media (max-width: 599px) {
  .case-sec {
    padding: 40px 0 60px 0;
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
  }
}

.case-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  position: relative;
}
.case-item + .case-item {
  margin-top: 4em;
}
@media (max-width: 1024px) {
  .case-item + .case-item {
    margin-top: 3em;
  }
}
@media (max-width: 599px) {
  .case-item + .case-item {
    margin-top: 3em;
  }
}
@media (max-width: 1024px) {
  .case-item {
    flex-wrap: wrap;
    padding: 20px 15px;
  }
}
@media (max-width: 599px) {
  .case-item {
    margin-top: 3em;
    padding: 20px 10px 15px;
  }
}

.case-label {
  display: flex;
  align-items: center;
  padding: 10px 60px;
  font-weight: bold;
  line-height: 1em;
  background: var(--yellow);
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  transform: translateX(-50%);
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: 2;
}
.case-label .num {
  margin-left: 0.1em;
  font-weight: 900;
  font-size: 1.3em;
}

.case-img {
  width: 30%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.case-img::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}
.case-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.case-info {
  width: 67%;
}
@media (max-width: 1024px) {
  .case-info {
    display: contents;
  }
}

.case-head {
  margin-bottom: 1em;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .case-head {
    width: 67%;
  }
}
@media (max-width: 599px) {
  .case-head {
    width: 67%;
  }
}

.case-price {
  margin-right: 15px;
  font-weight: 900;
  font-size: 36px;
}
.case-price .num {
  display: inline-block;
  margin-right: 0.1em;
  font-size: 1.5em;
  transform: translateY(3px);
}
@media (max-width: 599px) {
  .case-price .num {
    margin-right: 0.1em;
    font-size: 1.8em;
    letter-spacing: -0.05em;
  }
}
.case-price .red {
  color: var(--red);
}
@media (max-width: 599px) {
  .case-price {
    margin-right: 0;
    font-size: 24px;
  }
}

.case-sub {
  display: inline-block;
  font-weight: 500;
  color: #333;
}
@media (max-width: 1024px) {
  .case-sub {
    display: block;
  }
}
@media (max-width: 599px) {
  .case-sub {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
}

.case-comment-box {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .case-comment-box {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 599px) {
  .case-comment-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.case-comment-label {
  display: inline-block;
  margin-bottom: 1em;
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
  background: #333;
}
@media (max-width: 599px) {
  .case-comment-label {
    margin-bottom: 10px;
  }
}

.case-comment-txt {
  line-height: 1.6;
}
@media (max-width: 599px) {
  .case-comment-txt {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .case-detail-list {
    width: 100%;
  }
}

.case-detail-row {
  display: flex;
  align-items: center;
  border-bottom: 3px dotted #333;
}
.case-detail-row.point {
  border-bottom: 3px dotted var(--green);
}
.case-detail-row.point dt {
  color: var(--green);
  border: 3px solid var(--green);
}
.case-detail-row + .case-detail-row {
  margin-top: 1em;
}
@media (max-width: 1024px) {
  .case-detail-row + .case-detail-row {
    margin-top: 12px;
  }
}
@media (max-width: 599px) {
  .case-detail-row + .case-detail-row {
    margin-top: 12px;
  }
}
.case-detail-row dt {
  width: 100px;
  flex-shrink: 0;
  margin-right: 20px;
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border: 3px solid #333;
  background: #fff;
  transform: translateY(3px);
}
@media (max-width: 1024px) {
  .case-detail-row dt {
    width: 90px;
    margin-right: 10px;
    padding: 2px 3px;
  }
}
@media (max-width: 599px) {
  .case-detail-row dt {
    width: 80px;
    font-size: 14px;
    letter-spacing: -0.05em;
  }
}
.case-detail-row dd {
  margin: 0;
  font-weight: bold;
}
@media (max-width: 599px) {
  .case-detail-row dd {
    font-size: 14px;
    line-height: 1.3em;
  }
}

.voice-sec {
  overflow: hidden;
  margin-top: -70px;
  padding: 160px 0 120px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .voice-sec {
    margin-top: -70px;
    padding: 100px 0 50px 0;
  }
}
@media (max-width: 599px) {
  .voice-sec {
    margin-top: -60px;
    padding: 80px 0 40px 0;
  }
}

.voice-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .voice-list {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

.voice-item {
  width: 32%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .voice-item {
    width: 48%;
  }
  .voice-item:nth-child(n+3) {
    margin-top: 2em;
  }
}
@media (max-width: 599px) {
  .voice-item {
    width: 100%;
  }
  .voice-item:nth-child(n+2) {
    margin-top: 2em;
  }
}

.voice-img-area {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.voice-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.voice-img::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 70%;
}
.voice-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.voice-catch {
  width: 200%;
  padding: 5px 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  background: var(--yellow);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  transform: translateX(-50%) rotate(-3deg);
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 3;
}
@media (max-width: 1024px) {
  .voice-catch {
    font-size: 16px;
  }
}

.voice-txt-box {
  width: 100%;
  flex-grow: 1;
  margin-top: 30px;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: var(--bgbase);
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  position: relative;
}
.voice-txt-box::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 20px solid var(--bgbase);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-style: solid;
  transform: translateX(-50%);
  position: absolute;
  bottom: 100%;
  left: 50%;
}
@media (max-width: 1024px) {
  .voice-txt-box {
    margin-top: 30px;
    padding: 20px 15px;
  }
}
@media (max-width: 599px) {
  .voice-txt-box {
    padding: 15px 10px;
  }
}

.voice-txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.flow-sec {
  padding: 90px 0 150px 0;
  background-image: radial-gradient(var(--bgdot) 2px, transparent 2px);
  background-size: 20px 20px;
  background-color: var(--bgbase);
}
@media (max-width: 1024px) {
  .flow-sec {
    padding: 50px 0 110px 0;
  }
}
@media (max-width: 599px) {
  .flow-sec {
    padding: 40px 0 90px 0;
  }
}

.flow-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1024px) {
  .flow-list {
    display: block;
  }
}
@media (max-width: 599px) {
  .flow-list {
    display: block;
  }
}

.flow-item {
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 15px 30px;
  text-align: center;
  border-radius: 10px;
  background: #ededed;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  position: relative;
}
.flow-item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-width: 12px 0 12px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -15%;
}
@media (max-width: 1024px) {
  .flow-item:not(:last-child)::after {
    border-width: 20px 12px 0 12px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    transform: translateX(-50%);
    top: 107%;
    left: 50%;
  }
}
@media (max-width: 599px) {
  .flow-item:not(:last-child)::after {
    top: 105%;
  }
}
@media (max-width: 1024px) {
  .flow-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px 15px 20px 40px;
  }
  .flow-item + .flow-item {
    margin-top: 2.5em;
  }
}
@media (max-width: 599px) {
  .flow-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 15px 10px 15px 30px;
  }
  .flow-item + .flow-item {
    margin-top: 2em;
  }
}

.flow-num {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
  background: var(--yellow);
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .flow-num {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -10px;
  }
}
@media (max-width: 599px) {
  .flow-num {
    width: 40px;
    height: 40px;
    top: -5px;
    left: -5px;
  }
}

.step-label {
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 14px;
}

.step-no {
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 28px;
}
@media (max-width: 1024px) {
  .step-no {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .step-no {
    margin-top: -2px;
    font-size: 20px;
  }
}

.flow-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.flow-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .flow-icon {
    width: 70px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
@media (max-width: 599px) {
  .flow-icon {
    width: 60px;
    margin-right: 10px;
  }
}

@media (max-width: 1024px) {
  .flow-cont {
    width: calc(100% - 85px);
  }
}
@media (max-width: 599px) {
  .flow-cont {
    width: calc(100% - 70px);
  }
}

.flow-ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
@media (max-width: 599px) {
  .flow-ttl {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.flow-txt {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1024px) {
  .flow-txt {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .flow-txt {
    font-size: 14px;
    text-align: left;
  }
}

.contact-sec {
  margin-top: -50px;
  padding: 90px 0;
  border-radius: 50px 50px 0 0;
  background: #fff;
}
@media (max-width: 1024px) {
  .contact-sec {
    padding: 50px 0;
  }
}
@media (max-width: 599px) {
  .contact-sec {
    padding: 40px 0;
    border-radius: 30px 30px 0 0;
  }
}

.contact-subt {
  margin: 3em 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1024px) {
  .contact-subt {
    margin: 2em 0;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .contact-subt {
    margin: 1.5em 0;
  }
}

.ft-contact-box {
  max-width: 700px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid var(--red);
  border-radius: 15px;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
.ft-contact-box .form-item + .form-item {
  margin-top: 2em;
}
@media (max-width: 1024px) {
  .ft-contact-box .form-item + .form-item {
    margin-top: 1.5em;
  }
  .ft-contact-box .form-item + .form-item:last-child {
    margin-top: 2em;
  }
}
@media (max-width: 599px) {
  .ft-contact-box .form-item + .form-item {
    margin-top: 1em;
  }
  .ft-contact-box .form-item + .form-item:last-child {
    margin-top: 2em;
  }
}
.ft-contact-box .form-th {
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .ft-contact-box .form-th {
    font-size: 16px;
  }
}
.ft-contact-box .form-dd input,
.ft-contact-box .form-dd select {
  font-size: 18px;
  background-color: #ededed;
}
@media (max-width: 1024px) {
  .ft-contact-box .form-dd input,
  .ft-contact-box .form-dd select {
    font-size: 16px;
  }
}
.ft-contact-box .txt-link {
  font-size: 16px;
}
.ft-contact-box .form-submitter button {
  max-width: 320px;
  padding: 18px 60px;
  font-size: 22px;
  border-radius: 50px;
}
@media (max-width: 1024px) {
  .ft-contact-box .form-submitter button {
    max-width: 280px;
    padding: 16px 50px;
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .ft-contact-box .form-submitter button {
    padding: 10px 50px;
    font-size: 18px;
  }
}

.contact-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  color: #fff;
  background: var(--red);
}
@media (max-width: 1024px) {
  .contact-box-head {
    padding: 10px 15px;
  }
}
@media (max-width: 599px) {
  .contact-box-head {
    padding: 10px;
  }
}

.contact-tel a {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contact-tel a i {
  margin-right: 5px;
  font-size: 32px;
  color: #fff;
}
@media (max-width: 1024px) {
  .contact-tel a i {
    margin-right: 3px;
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .contact-tel a i {
    font-size: 18px;
  }
}
.contact-tel a .num {
  font-weight: 900;
  font-size: 46px;
  color: #fff;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (max-width: 1024px) {
  .contact-tel a .num {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .contact-tel a .num {
    font-size: 26px;
  }
}
.contact-tel a .tel-mini {
  width: 100%;
  margin-top: -2px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 599px) {
  .contact-tel a .tel-mini {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .contact-tel a {
    max-width: 270px;
  }
}
@media (max-width: 599px) {
  .contact-tel a {
    max-width: 200px;
  }
}

.contact-merit-badge {
  padding: 5px 15px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .contact-merit-badge {
    padding: 5px 10px;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .contact-merit-badge {
    padding: 5px 5px;
    font-size: 12px;
  }
}

.contact-box-body {
  padding: 40px 60px;
}
@media (max-width: 1024px) {
  .contact-box-body {
    padding: 20px 30px;
  }
}
@media (max-width: 599px) {
  .contact-box-body {
    padding: 15px;
  }
}

.footer {
  width: 100%;
}

.footer-top {
  padding: 60px 0;
  background-color: #ebebeb;
}
@media (max-width: 1024px) {
  .footer-top {
    padding: 40px 0;
  }
}
@media (max-width: 599px) {
  .footer-top {
    padding: 30px 0;
  }
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer-content {
    display: block;
  }
}

.footer-logo {
  width: 400px;
}
.footer-logo img,
.footer-logo a {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .footer-logo {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-info {
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .footer-info {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .footer-info {
    margin-top: 10px;
  }
}

.footer-info-name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 599px) {
  .footer-info-name {
    font-size: 18px;
  }
}

.footer-address {
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-tel a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 900;
  font-size: 30px;
}
.footer-tel a i {
  margin-right: 3px;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .footer-tel a {
    justify-content: center;
  }
}

.footer-tel-mini {
  margin-top: -0.5em;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
}

.footer-bottom {
  padding: 15px 0;
  font-size: 12px;
  color: #fff;
  background-color: #333;
}
.footer-bottom .inner {
  padding: 0 20px;
}
@media (max-width: 599px) {
  .footer-bottom {
    padding: 15px 0 60px;
  }
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 599px) {
  .footer-bottom-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}

.copyright {
  margin: 0;
}

.nolinks a {
  pointer-events: none;
}
.nolinks .link-tag {
  display: none;
}

.paper-sec {
  margin-top: 80px;
  padding: 90px 0;
  background-image: radial-gradient(var(--bgdot) 2px, transparent 2px);
  background-size: 20px 20px;
  background-color: var(--bgbase);
}
@media (max-width: 1024px) {
  .paper-sec {
    margin-top: 50px;
    padding: 50px 0;
  }
}
@media (max-width: 599px) {
  .paper-sec {
    margin-top: 0px;
    padding: 90px 0 40px 0;
  }
}

.paper {
  padding: 60px;
  font-weight: 500;
  background-color: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  position: relative;
}
.paper > * {
  position: relative;
  z-index: 2;
}
.paper::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 50px 50px;
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .paper {
    padding: 30px 20px;
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .paper {
    padding: 20px 10px;
  }
}

.paper-title {
  margin-bottom: 1.5em;
  text-align: center;
}

.paper-title-inner {
  display: inline;
  font-weight: 900;
  font-size: 26px;
  background: linear-gradient(transparent 60%, rgba(92, 168, 17, 0.2) 60%);
}
@media (max-width: 599px) {
  .paper-title-inner.mini {
    font-size: 18px;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 1024px) {
  .paper-title-inner {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .paper-title-inner {
    font-size: 20px;
  }
}

.indents1 {
  margin-top: 1.5em;
}

.ctn-ttl {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.3em;
  color: var(--green);
  border-bottom: 3px dotted var(--green);
}

.ctn-ttl02 {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.indents2 {
  margin: 0.5em 0;
  padding-left: 1em;
  text-indent: -1em;
}
.indents2 .num {
  font-weight: 900;
  color: var(--green);
}

.indents3 {
  margin: 0.4em 0;
  padding-left: 1em;
  text-indent: -1em;
}
.indents3 .num {
  font-weight: 900;
  color: #333;
}

.thanks_ope {
  width: 92%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.thanks_ope_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 599px) {
  .thanks_ope_inner {
    flex-direction: column;
  }
}

.thanks_ope_img {
  width: 170px;
  overflow: hidden;
  padding-top: 60px;
  border-radius: 0 0 85px 85px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  position: relative;
}
.thanks_ope_img::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 170px;
  border-radius: 50%;
  background-color: var(--green);
  position: relative;
}
@media (max-width: 599px) {
  .thanks_ope_img::after {
    padding-top: 200px;
  }
}
.thanks_ope_img img {
  width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}
@media (max-width: 599px) {
  .thanks_ope_img {
    width: 200px;
    padding-top: 40px;
    border-radius: 0 0 100px 100px;
  }
}

.thanks_ope_text {
  width: calc(100% - 200px);
  font-weight: bold;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0;
}
@media (max-width: 599px) {
  .thanks_ope_text {
    width: 100%;
    margin-top: 2em;
    line-height: 1.5em;
  }
}

.thanks_ope_talk {
  padding: 1em;
  border-radius: 1em;
  background-color: var(--bgbase);
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  position: relative;
}
.thanks_ope_talk > .tri {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -17px;
}
.thanks_ope_talk > .tri .tri-ele {
  width: 0;
  height: 0;
  display: block;
  border-width: 12px 20px 12px 0;
  border-style: solid;
  border-color: transparent var(--bgbase) transparent transparent;
}
@media (max-width: 599px) {
  .thanks_ope_talk > .tri .tri-ele {
    border-width: 0 12px 20px 12px;
    border-style: solid;
    border-color: transparent transparent var(--bgbase) transparent;
  }
}
@media (max-width: 599px) {
  .thanks_ope_talk > .tri {
    transform: translateX(-50%);
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .thanks_ope_talk {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .thanks_ope_talk {
    width: 100%;
  }
}

.pcbr {
  display: block;
}
@media (max-width: 1024px) {
  .pcbr {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */