@charset "UTF-8";
/*
Theme Name: JWJ
Theme URI: 
Description:  
Author: 
Author URI: 
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*
  ブレイクポイント
  PC:   min-width: 1024px 
  @media screen and (min-width: 64em)
  TAB:  max-width: 1023px
  @media screen and (min-width: 48em) and (max-width: 63.9375em)
  SP:   max-width: 767px
  @media screen and (max-width: 47.9375em))
*/
/* constant */
:root {
  --main-color: #EE9715;
  --sub-color01: #03CA5B;
  --sub-color02: #FFE72E;
  --sub-color03: #FFBE5D;
  --sub-color04: #09BC23;
  --font-color-text: #222222;
  --bg-color: #fff;
  --bg-highlight: #F7F7F7;
  --font-family: "Noto Sans JP", sans-serif;
  --font-family-en: "Roboto", "Noto Sans JP", sans-serif;
  --container-width: 1150px;
}

/* initialize */
html, body, div, span,
object, iframe,
h1, h2, h3, h4, h5, h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

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

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*layout*/
html {
  font-size: 16px;
  height: 100%;
  overflow-y: scroll;
}

/* common */
body {
  font-family: var(--font-family);
  color: var(--font-color-text);
  background: var(--bg-color);
  letter-spacing: 0.05rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}

main {
  margin-top: 70px;
  text-align: center;
  overflow: hidden;
}

a {
  transition: 0.3s;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 10px;
  max-width: var(--container-width);
}

section {
  position: relative;
  padding: 60px 0;
  scroll-margin-top: 70px;
}

.bg-highlight {
  background-color: var(--bg-highlight);
}

.flex {
  display: flex;
}

.button {
  position: relative;
  padding: 5px;
  max-width: 480px;
  margin: 0 auto;
}
.button a, .button input[type=submit] {
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  padding: 12px 40px 12px 20px;
  border-radius: 40px;
  font-weight: 900;
  font-size: 24px;
  position: relative;
  transition: 0.3s;
  z-index: 2;
  display: block;
}
.button a span, .button input[type=submit] span {
  color: var(--sub-color02);
}
.button:has(a:hover)::before {
  background: linear-gradient(180deg, var(--main-color), var(--main-color));
}
.button:has(a:hover)::after {
  right: 17px;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, var(--main-color), #C16B00);
  z-index: 1;
  border-radius: 40px; /* 元の角丸 + ボーダー幅 */
}
.button::after {
  content: "";
  width: 8px;
  height: 11px;
  background-image: url("img/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 2;
}

.emphasis {
  position: relative;
}
.emphasis::before {
  content: "・";
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .emphasis::before {
    top: -1rem;
  }
}

*:has(> .emphasis) {
  padding-top: 1rem;
}

/*
.emphasis{
  text-emphasis: dot;
  text-emphasis-position: over right;
  -webkit-text-emphasis: dot;
}
  */
.marker-yellow {
  background: linear-gradient(transparent 70%, var(--sub-color02) 70%);
  padding: 0 5px;
}

.marker-orange {
  background: linear-gradient(transparent 70%, var(--sub-color03) 70%);
  padding: 0 5px;
}

.text-green {
  color: var(--sub-color01);
}

.text-orange {
  color: var(--main-color);
}

.underline-dashed {
  padding-bottom: 8px;
  border-bottom: 2px dotted rgba(34, 34, 34, 0.18);
}
.underline-dashed:has(.bg-orange) {
  padding-bottom: 15px;
}

.bg-orange {
  background-color: var(--main-color);
  color: #fff;
  padding: 0 5px;
  font-size: 34px;
  font-weight: 900;
  margin-right: 5px;
}

.bg-green {
  background-color: var(--sub-color01);
  color: #fff;
  padding: 0 5px;
  font-size: 34px;
  font-weight: 900;
  margin-right: 5px;
}

.font-en {
  font-family: var(--font-family-en);
}

@media screen and (max-width: 1023px) {
  section {
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  section {
    padding: 40px 0;
  }
  .container {
    padding: 0 10px;
  }
  .flex {
    flex-direction: column;
  }
  .underline-dashed {
    padding-bottom: 4px;
  }
  .underline-dashed:has(.bg-orange) {
    padding-bottom: 7px;
  }
  .bg-orange {
    font-size: 24px;
  }
  .bg-green {
    font-size: 24px;
  }
}
/* スマホ（768px以下）で非表示：PCだけ表示 */
.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
/* PC（769px以上）で非表示：SPだけ表示 */
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  /* ハンバーガーボタン */
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: calc(100% - 80px);
}
header .container .logo a {
  display: block;
}
header .container .logo a img {
  height: auto;
  width: 100px;
}
header .container nav .site-gnav {
  display: flex;
  align-items: center;
  gap: 24px;
}
header .container nav .site-gnav a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0;
}
header .container nav .site-gnav .button {
  padding: 3px;
}
header .container nav .site-gnav .button a {
  font-size: 15px;
  padding: 4px 35px 4px 25px;
}
header .container nav .site-gnav .button::after {
  right: 10px;
  width: 5px;
  height: 8px;
  background-image: url("img/arrow_white.svg");
}
header .container nav .site-gnav .button:hover::after {
  right: 7px;
}
header + #nav-menu {
  display: none;
}
header #hamburger {
  display: none;
}
@media screen and (max-width: 1023px) {
  header {
    /* ハンバーガーメニュー用 */
  }
  header .container {
    max-width: 100%;
  }
  header nav.nav {
    display: none;
  }
  header + #nav-menu {
    display: block;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 999;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
    padding: 24px 0 16px;
    transition: all 0.5s;
  }
  header + #nav-menu.active {
    top: 70px;
  }
  header + #nav-menu .site-gnav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0 15px;
  }
  header + #nav-menu .site-gnav li {
    border-bottom: 1px solid #D1D1D1;
    width: 100%;
    position: relative;
    font-weight: 700;
  }
  header + #nav-menu .site-gnav li a {
    padding: 15px 0;
    width: 100%;
    display: block;
  }
  header + #nav-menu .site-gnav li:last-child {
    border-bottom: none;
  }
  header + #nav-menu .site-gnav li:not(:last-child)::after {
    content: "";
    width: 8px;
    height: 11px;
    background-image: url("img/arrow_orange.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: 0.3s;
    z-index: 2;
  }
  header + #nav-menu .site-gnav li .button {
    margin: 15px 0;
  }
  header + #nav-menu .site-gnav li .button::after {
    background-image: url("img/arrow_white.svg");
  }
  header + #nav-menu .site-gnav li .button a {
    font-weight: 700;
    font-size: 15px;
  }
  header #hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 1001;
    background: var(--main-color);
    border: none;
    border-radius: 50%;
    position: relative;
    margin-left: auto;
  }
  header #hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }
  header #hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  header #hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  header #hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/* footer */
.fixed-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .fixed-button .button a{
    font-size: 18px;
    padding: 8px 30px 8px 15px;
  }
}
.fixed-button.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

#footer {
  background: var(--bg-highlight);
  text-align: center;
}
#footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer .container .logo {
  margin-bottom: 15px;
}
#footer .container .logo img {
  width: 140px;
}
#footer .copyright {
  background-color: var(--font-color-text);
  color: #fff;
  padding: 16px 0 100px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    padding: 10px 10px 120px;
  }
}

/*******************************/
#logo-slider {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}
#logo-slider .slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: logo-scroll 80s linear infinite;
  will-change: transform;
}
#logo-slider .slide {
  flex: 0 0 auto;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#logo-slider .slide img {
  width: 240px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #logo-slider .slide,
  #logo-slider .slide img {
    width: 200px;
  }
}
#fv {
  padding: 0;
}

.campaign__inner {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.campaign__inner img {
  max-width: 120px;
  width: 25%;
}
.campaign__inner .campaign-text {
  text-align: center;
}
.campaign__inner .campaign-text h2 {
  font-size: 30px;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 10px;
}
.campaign__inner .campaign-text h2::before {
  content: "";
  width: 38px;
  height: 45px;
  background: url("img/slash_l.svg") bottom center/contain no-repeat;
}
.campaign__inner .campaign-text h2::after {
  content: "";
  width: 38px;
  height: 45px;
  background: url("img/slash_r.svg") bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .campaign__inner {
    gap: 5px;
  }
  .campaign__inner .campaign-title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .campaign__inner .campaign-title img {
    max-width: 120px;
    width: 20%;
  }
  .campaign__inner .campaign-text h2 {
    font-size: 23px;
    gap: 8px;
    justify-content: center;
    line-height: 1.2;
  }
  .campaign__inner .campaign-text h2::before, .campaign__inner .campaign-text h2::after {
    width: 30px;
  }
  .campaign__inner .button a {
    font-size: 18px;
    font-weight: 700;
    padding: 8px 30px 8px 15px;
  }
  .campaign__inner .button::after {
    right: 15px;
  }
}

#campaign {
  padding: 27px 0;
  background: url("img/campaign_bg.webp") center/cover no-repeat;
}

#case {
  background: url("img/case_bg.png") center/cover no-repeat;
}
#case h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}
#case h2 .marker-yellow {
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  #case h2 {
    font-size: 18px;
    margin-bottom: 35px;
  }
  #case h2 .marker-yellow {
    font-size: 32px;
  }
}
#case .case-list {
  display: flex;
  gap: 32px;
}
#case .case-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 33.3333333333%;
}
#case .case-list li .case-list__before-box {
  border: 2px solid #6FA485;
  border-radius: 8px;
  position: relative;
  padding: 20px 20px 30px;
  background-color: #fff;
  width: 100%;
  height: 364px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#case .case-list li .case-list__before-box .case-list__no {
  font-family: var(--font-family-en);
  font-size: 18px;
  font-weight: 900;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: var(--sub-color01);
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0;
  line-height: 1;
}
#case .case-list li .case-list__before-box .case-list__title {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#case .case-list li .case-list__before-box .case-list__title h3 {
  font-size: 22px;
}
#case .case-list li .case-list__before-box img {
  max-width: 80%;
}
#case .case-list li .case-list__after-box {
  border: 2px solid #6FA485;
  border-radius: 8px;
  padding: 30px 10px;
  background-color: #fff;
  width: 100%;
}
#case .case-list li .case-list__after-box p {
  font-size: 18px;
  font-weight: 700;
}
#case .case-list li .case-list__after-box p .marker-orange {
  font-size: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #case .case-list {
    flex-direction: column;
  }
  #case .case-list li {
    width: 100%;
  }
  #case .case-list li .case-list__before-box {
    height: auto;
    gap: 10px;
  }
  #case .case-list li .case-list__title h3 {
    font-size: 19px;
  }
  #case .case-list li .case-list__after-box p .marker-orange {
    font-size: 23px;
  }
}

#baloon_black {
  background: url("img/baloon_b_bg.webp") center/cover no-repeat;
  position: relative;
}
#baloon_black .container {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.4;
}
#baloon_black .container .underline-dashed {
  border-color: rgba(255, 255, 255, 0.18);
}
#baloon_black .container .bg-orange {
  background-color: var(--main-color);
  padding: 0 5px;
  font-size: 34px;
  font-weight: 900;
  margin-right: 5px;
}
#baloon_black::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px;
  border-style: solid;
  border-color: #2E3634 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  #baloon_black .container {
    font-size: 20px;
  }
  #baloon_black .container .bg-orange {
    font-size: 25px;
  }
}

#about .quote-box {
  position: relative;
  padding: 5px 40px;
  max-width: 400px;
  font-size: 32px;
  font-weight: 700;
  margin: 0 auto 60px;
}
#about .quote-box::before, #about .quote-box::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
}
#about .quote-box::before {
  top: 0;
  left: 0;
  border-top: 2px solid #222;
  border-left: 2px solid #222;
}
#about .quote-box::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
}
#about .quote-box h2 {
  font-size: 46px;
  font-weight: 900;
}
#about .text-middle {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 30px;
}
#about .text-middle + img {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  #about .quote-box {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #about .quote-box h2 {
    font-size: 38px;
  }
  #about .text-middle {
    font-size: 16px;
  }
}

#feature h3.feature__title {
  font-size: 38px;
  font-weight: 900;
  color: var(--sub-color04);
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
#feature h3.feature__title::before, #feature h3.feature__title::after {
  content: "";
  width: 131px;
  height: 2px;
  background-color: var(--sub-color04);
}
#feature .feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 横2列 */
  grid-template-rows: auto auto; /* 縦2行 */
  gap: 20px;
  margin-bottom: 10px;
}
#feature .feature-list .feature-list__box {
  background: #fff;
  padding: 20px 40px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .feature-list .feature-list__box img {
  width: 100%;
}
#feature .feature-list .feature-list__box:nth-of-type(3) {
  display: block;
  padding: 30px;
  grid-column: 1/span 2;
}
#feature .feature-list .feature-list__box:nth-of-type(3) p {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
#feature .feature-list .feature-list__box:nth-of-type(3) img {
  max-width: 680px;
}
#feature .feature-list + p {
  font-size: 14px;
  margin-bottom: 50px;
}
#feature .message {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.3;
}
#feature .message .text-large {
  font-size: 34px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #feature h3.feature__title {
    font-size: 28px;
  }
  #feature h3.feature__title::before, #feature h3.feature__title::after {
    width: 50px;
  }
  #feature .feature-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 10px;
  }
  #feature .feature-list .feature-list__box {
    padding: 15px;
  }
  #feature .feature-list .feature-list__box:nth-of-type(3) {
    grid-column: 1;
    padding: 15px;
  }
  #feature .feature-list .feature-list__box:nth-of-type(3) p {
    font-size: 18px;
  }
  #feature .message {
    font-size: 16px;
  }
  #feature .message .text-large {
    font-size: 22px;
  }
}

#success .container {
  max-width: 980px;
}
#success h3 {
  margin-bottom: 50px;
}
#success h3 .h3__border {
  border-top: 1px solid var(--font-color-text);
  border-bottom: 1px solid var(--font-color-text);
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 15px;
}
#success h3 .h3__baloon {
  background-color: var(--font-color-text);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  padding: 3px 20px;
  margin-bottom: 5px;
}
#success h3 .h3__baloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: var(--font-color-text) transparent transparent transparent;
}
#success h3 .h3__laurel {
  font-size: 46px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}
#success h3 .h3__laurel::before {
  content: "";
  background: url("img/laurel_l.svg") center/contain no-repeat;
  width: 28px;
  height: 65px;
  margin-right: 15px;
}
#success h3 .h3__laurel::after {
  content: "";
  background: url("img/laurel_r.svg") center/contain no-repeat;
  width: 28px;
  height: 65px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  #success h3 .h3__border {
    font-size: 14px;
  }
  #success h3 .h3__baloon {
    font-size: 18px;
  }
  #success h3 .h3__laurel {
    font-size: 24px;
  }
  #success h3 .h3__laurel span {
    display: flex;
    flex-direction: column;
  }
}
#success .success-box {
  border: 2px solid #CCCCCC;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 60px;
}
#success .success-box .success-box__name {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-left: -25px;
}
#success .success-box .success-box__name span {
  border-bottom: 1px solid #444444;
  padding: 0 5px 5px 25px;
}
#success .success-box .success-box__catch {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
#success .success-box .success-box__catch .font-en {
  font-size: 52px;
}
#success .success-box .success-box__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
#success .success-box .success-box__inner .success-box__inner__textarea {
  text-align: left;
  width: 47%;
}
#success .success-box .success-box__inner .success-box__inner__textarea .success-box__inner__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#success .success-box .success-box__inner .success-box__inner__textarea .success-box__inner__result {
  background: var(--bg-highlight);
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 5px;
}
#success .success-box .success-box__inner .success-box__inner__textarea .success-box__inner__result.after {
  background: #FDF2E0;
}
#success .success-box .success-box__inner .success-box__inner__textarea .success-box__inner__result .success-box__inner__result__list {
  letter-spacing: 0;
}
#success .success-box .success-box__inner .success-box__inner__before-after {
  width: 50%;
  background-color: var(--bg-highlight);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px;
  margin-bottom: 15px;
}
#success .success-box .success-box__inner .success-box__inner__before-after .text-orange {
  font-size: 26px;
  font-weight: 900;
}
#success .success-box .success-box__inner .success-box__inner__before-after .text-small {
  font-size: 20px;
}
#success .success-box .success-box__inner .success-box__inner__before-after .font-en {
  font-weight: 700;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #success .success-box {
    padding: 10px 15px;
  }
  #success .success-box .success-box__name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #success .success-box .success-box__catch {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  #success .success-box .success-box__catch .font-en {
    font-size: 28px;
  }
  #success .success-box .success-box__inner {
    flex-direction: column;
    gap: 5px;
  }
  #success .success-box .success-box__inner .success-box__inner__textarea {
    width: 100%;
    margin-top: 5px;
  }
  #success .success-box .success-box__inner .success-box__inner__textarea .success-box__inner__title {
    font-size: 14px;
    line-height: 1.4;
  }
  #success .success-box .success-box__inner .success-box__inner__textarea .success-box__inner__result {
    padding: 10px 15px;
  }
  #success .success-box .success-box__inner .success-box__inner__before-after {
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    margin-bottom: 0;
  }
  #success .success-box .success-box__inner .success-box__inner__before-after .font-en {
    line-height: 1.2;
    font-size: 22px;
  }
  #success .success-box .success-box__inner .success-box__inner__before-after .text-orange {
    font-size: 22px;
  }
  #success .success-box .success-box__inner .success-box__inner__before-after .text-small {
    font-size: 16px;
  }
  #success .success-box .success-box__inner .success-box__inner__img {
    margin-bottom: 20px;
  }
}
#success .success-slider {
  position: relative;
}
#success .success-slider .slider-swiper-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
#success .success-slider .slider-swiper-next {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
#success .success-slider .slider-swiper-next img {
  display: block;
  transform: rotate(180deg);
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  #success .success-slider .slider-swiper-prev {
    left: -20px;
    width: 60px;
  }
  #success .success-slider .slider-swiper-next {
    right: -20px;
    width: 60px;
  }
}
#success .jisseki {
  background-color: var(--bg-highlight);
  border-radius: 10px;
  padding: 50px 30px 30px;
  position: relative;
}
#success .jisseki .jisseki__title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#success .jisseki .jisseki__title span {
  background-color: var(--font-color-text);
  border-radius: 30px;
  padding: 5px 20px;
}
#success .jisseki .jisseki__inner {
  display: flex;
  justify-content: center;
  gap: 7%;
}
#success .jisseki .jisseki__inner .jisseki-list .jisseki-list__title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}
#success .jisseki .jisseki__inner .jisseki-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#success .jisseki .jisseki__inner .jisseki-list li::before {
  content: "   ";
  width: 13px;
  height: 13px;
  background: url("img/list_check.svg") center/contain no-repeat;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  #success .jisseki {
    padding: 30px 20px 30px;
  }
  #success .jisseki .jisseki__title {
    font-size: 16px;
    top: -13px;
  }
  #success .jisseki .jisseki__inner {
    flex-direction: column;
    gap: 10px;
  }
  #success .jisseki .jisseki__inner .jisseki-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
  }
  #success .jisseki .jisseki__inner .jisseki-list .jisseki-list__title {
    font-size: 20px;
    width: 100%;
  }
}

#benefit {
  padding-bottom: 115px;
  background-image: url("img/question_bg.svg");
  background-position: left 0 top -30px;
  background-repeat: no-repeat;
}
#benefit h2 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 50px;
}
#benefit h2 .emphasis::before {
  top: -2.2rem;
}
#benefit h2 .text-underline {
  border-bottom: 8px double var(--font-color-text);
}
@media screen and (max-width: 767px) {
  #benefit h2 .emphasis::before {
    top: -1.3rem;
  }
}
#benefit .benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
#benefit .benefit-list .benefit-list__img {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  aspect-ratio: 1/1;
}
#benefit .benefit-list .benefit-list__img img {
  max-width: 100%;
}
#benefit .benefit-list .benefit-list__textarea__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
#benefit .benefit-list .benefit-list__textarea__text {
  padding: 0 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #benefit {
    padding-bottom: 40px;
  }
  #benefit h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #benefit .benefit-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #benefit .benefit-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #benefit .benefit-list li .benefit-list__img {
    max-width: 70px;
    max-height: 70px;
    padding: 13px;
  }
  #benefit .benefit-list li .benefit-list__textarea__title {
    font-size: 17px;
    width: calc(100% - 80px);
    text-align: left;
    padding-left: 10px;
    letter-spacing: 0;
  }
}

.campaign {
  padding: 0;
  background: url("img/campaign02_bg.webp") center/cover no-repeat;
  position: relative;
}
.campaign .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.campaign .container .campaign__img {
  width: 34%;
  margin-top: -40px;
}
.campaign .container .campaign__textarea .campaign__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
.campaign .container .campaign__textarea .campaign__title .text-shadow {
  color: #fff;
  font-size: 49px;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0 3px;
}
.campaign .container .campaign__textarea .campaign__title.large {
  font-size: 57px;
}
.campaign .container .campaign__textarea .campaign__title.large .text-shadow {
  font-size: 57px;
}
.campaign .container .campaign__textarea .campaign__title.large .small {
  font-size: 44px;
}
.campaign .container .campaign__textarea .campaign__inner {
  margin-top: 20px;
}
.campaign::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px;
  border-style: solid;
  border-color: #8FDFB1 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .campaign .container {
    flex-direction: column;
  }
  .campaign .container .campaign__img {
    margin-top: 0;
    width: 60%;
  }
  .campaign .container .campaign__textarea .campaign__title {
    font-size: 20px;
  }
  .campaign .container .campaign__textarea .campaign__title .text-shadow {
    font-size: 38px;
  }
  .campaign .container .campaign__textarea .campaign__title.large {
    font-size: 38px;
  }
  .campaign .container .campaign__textarea .campaign__title.large .text-shadow {
    font-size: 38px;
  }
  .campaign .container .campaign__textarea .campaign__title.large .small {
    font-size: 20px;
  }
}

#price h2 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#price h2::before {
  content: "";
  width: 156px;
  height: 3px;
  background-color: var(--font-color-text);
}
#price h2::after {
  content: "";
  width: 156px;
  height: 3px;
  background-color: var(--font-color-text);
}
#price h2 + p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #price h2 {
    font-size: 24px;
  }
  #price h2::before, #price h2::after {
    width: 50px;
  }
}
#price .price-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas: "preparation preparation preparation" "plan1 plan2 plan3";
  gap: 30px 15px;
  line-height: 1.3;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #price .price-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "preparation" "plan1" "plan2" "plan3";
  }
}
#price .price-list li {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 12px;
  flex-direction: column;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  #price .price-list li {
    padding: 30px 20px 20px;
    gap: 5px 12px;
  }
}
#price .price-list li .font-en {
  letter-spacing: 0;
  margin-right: 5px;
}
#price .price-list li .price-list__title {
  color: #fff;
  border-radius: 20px;
  padding: 3px 20px;
}
#price .price-list li:not(.preparation) {
  padding-top: 40px;
}
#price .price-list li:not(.preparation) .price-list__title {
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #price .price-list li:not(.preparation) {
    padding-top: 30px;
  }
}
#price .price-list li .price-list__text {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  #price .price-list li .price-list__text {
    font-size: 18px;
  }
}
#price .price-list li .price-list__price {
  font-size: 25px;
}
#price .price-list li .price-list__price .font-en {
  font-size: 50px;
}
#price .price-list li .price-list__price .tax {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #price .price-list li .price-list__price {
    font-size: 16px;
  }
  #price .price-list li .price-list__price .font-en {
    font-size: 35px;
  }
}
#price .price-list li.preparation {
  grid-area: preparation;
  flex-direction: row;
  justify-content: center;
}
#price .price-list li.preparation .price-list__title {
  background-color: #6C6C6C;
  position: relative;
}
#price .price-list li.preparation .price-list__text {
  font-size: 16px;
}
#price .price-list li.preparation .price-list__text .font-en {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  #price .price-list li.preparation {
    flex-direction: column;
    padding-top: 30px;
  }
  #price .price-list li.preparation .price-list__title {
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
  }
}
#price .price-list li:nth-child(2) {
  grid-area: plan1;
}
#price .price-list li:nth-child(2) .price-list__title {
  background-color: #3A694E;
}
#price .price-list li:nth-child(2) .price-list__price .font-en {
  color: #3A694E;
}
#price .price-list li:nth-child(3) {
  grid-area: plan2;
}
#price .price-list li:nth-child(3) .price-list__title {
  background-color: #18A555;
}
#price .price-list li:nth-child(3) .price-list__price .font-en {
  color: #18A555;
}
@media screen and (max-width: 767px) {
  #price .price-list li:nth-child(3) {
    margin-bottom: 90px;
    padding-bottom: 40px;
  }
}
#price .price-list li:nth-child(4) {
  grid-area: plan3;
}
#price .price-list li:nth-child(4) .price-list__title {
  background-color: #00BE52;
}
#price .price-list li:nth-child(4) .price-list__price .font-en {
  color: #00BE52;
}
#price .price-list li:nth-child(4) .discount__baloon {
  border-color: #00BE52;
}
#price .price-list li:nth-child(4) .discount__baloon::before {
  border-color: transparent transparent #00BE52 transparent;
}
@media screen and (max-width: 767px) {
  #price .price-list li:nth-child(4) {
    padding-bottom: 50px;
  }
}
#price .price-list li .discount__baloon {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  border: 3px solid #138444;
  width: 90%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #price .price-list li .discount__baloon {
    bottom: -65px;
  }
}
#price .price-list li .discount__baloon .discount__price {
  font-size: 25px;
  color: #EF3939;
}
#price .price-list li .discount__baloon .discount__price .font-en {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  #price .price-list li .discount__baloon .discount__price {
    font-size: 20px;
  }
  #price .price-list li .discount__baloon .discount__price .font-en {
    font-size: 25px;
  }
}
#price .price-list li .discount__baloon::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #138444 transparent;
}
#price .price-list li .discount__baloon::after {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
#price .price-list .price-medal {
  max-width: 83px;
  position: absolute;
  top: -20px;
  right: -10px;
}
#price h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #price h3 {
    font-size: 24px;
  }
}
#price .service-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  background: #fff;
  border-radius: 10px;
  padding: 17px 0;
}
#price .service-list li {
  border-right: 1px solid #CCDACE;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 25px;
}
#price .service-list li .service-list__no {
  font-size: 18px;
  font-weight: 700;
  color: #2E543E;
  position: relative;
}
#price .service-list li .service-list__no::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #2E3634;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#price .service-list li .service-list__title {
  font-size: 18px;
  font-weight: 700;
  color: #15984E;
}
#price .service-list li .service-list__text {
  font-size: 14px;
  text-align: left;
}
#price .service-list li:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  #price .service-list {
    padding: 0 20px;
    grid-template-columns: 1fr;
  }
  #price .service-list li {
    border-right: none;
    border-bottom: 1px solid #CCDACE;
  }
}

#last h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 50px;
}
#last h2 .slash {
  font-size: 28px;
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: center;
}
#last h2 .slash::before {
  content: "";
  width: 38px;
  height: 45px;
  background: url("img/slash_l.svg") bottom center/contain no-repeat;
}
#last h2 .slash::after {
  content: "";
  width: 38px;
  height: 45px;
  background: url("img/slash_r.svg") center/contain no-repeat;
}
#last h2 .large {
  font-size: 46px;
  padding-bottom: 5px;
  border-bottom: 4px dotted var(--font-color-text);
}
@media screen and (max-width: 767px) {
  #last h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  #last h2 .large {
    font-size: 32px;
  }
}
#last .last-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}
#last .last-list li {
  width: calc((100% - 90px) / 4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#last .last-list li .last-list__img {
  width: 100%;
  max-width: 220px;
  background-color: var(--bg-highlight);
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#last .last-list li .last-list__img img {
  max-width: 70%;
}
#last .last-list li .last-list__textarea {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
#last .last-list li .last-list__textarea img {
  margin: 20px 0 10px;
}
#last .last-list li .last-list__textarea .last-list__after {
  flex: 1;
}
#last .last-list li .last-list__number {
  font-size: 20px;
  font-weight: 700;
}
#last .last-list li .last-list__number .text-green {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
}
#last .last-list li .last-list__result {
  font-size: 22px;
  font-weight: 900;
}
#last .last-list li .small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #last .last-list {
    flex-direction: column;
    gap: 10px;
  }
  #last .last-list li {
    width: 100%;
    gap: 10px;
    flex-direction: row;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCDACE;
  }
  #last .last-list li .last-list__img {
    max-width: 150px;
    height: auto;
    width: 35%;
  }
  #last .last-list li .small {
    font-size: 12px;
  }
  #last .last-list li .last-list__result {
    font-size: 16px;
  }
  #last .last-list li .last-list__textarea img {
    margin: 5px 0 5px;
  }
  #last .last-list li .last-list__number .text-green {
    font-size: 34px;
    line-height: 1.2;
  }
}
#last .note {
  font-weight: 400;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  #last .note {
    margin-bottom: 50px;
  }
}
#last .last__message {
  background-color: var(--bg-highlight);
  font-size: 24px;
  border-radius: 10px;
  font-weight: 700;
  padding: 50px 30px;
  position: relative;
  line-height: 2.3;
}
#last .last__message .large {
  font-size: 34px;
  font-weight: 900;
}
#last .last__message::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  background-color: var(--font-color-text);
}
@media screen and (max-width: 767px) {
  #last .last__message {
    padding: 30px 15px;
    font-size: 16px;
  }
  #last .last__message .large {
    font-size: 22px;
  }
  #last .last__message::after {
    height: 30px;
    top: -15px;
  }
}

#campaign3 {
  background: url("img/campaign03_bg.webp") center/cover no-repeat;
}
#campaign3 .campaign__title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 20px;
}
#campaign3 .campaign__title small {
  font-size: 28px;
}
#campaign3 .note {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 27px;
}
#campaign3 .campaign__result-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
#campaign3 .campaign__result-img img {
  max-width: 100%;
}
#campaign3::after {
  border-color: #F6E7C0 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  #campaign3 .campaign__title {
    font-size: 24px;
  }
  #campaign3 .campaign__title small {
    font-size: 18px;
  }
}

#faq h2 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#faq h2::before {
  content: "";
  width: 156px;
  height: 3px;
  background-color: var(--font-color-text);
}
#faq h2::after {
  content: "";
  width: 156px;
  height: 3px;
  background-color: var(--font-color-text);
}
#faq h2 + p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #faq h2 {
    font-size: 24px;
  }
  #faq h2::before, #faq h2::after {
    width: 50px;
  }
}
#faq .wrap {
  text-align: left;
}
#faq .wrap .row {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 0.4em;
}
#faq .wrap .row .question {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.45;
  font-weight: 700;
  background-color: var(--bg-highlight);
  padding: 12px 64px 12px 24px;
}
#faq .wrap .row .question .font-en {
  background-color: var(--font-color-text);
  border-radius: 50%;
  font-weight: 600;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 24px;
  flex-shrink: 0;
}
#faq .wrap .row .question .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 16px;
  height: 16px;
  margin: auto;
}
#faq .wrap .row .question .icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 16px;
  background-color: var(--font-color-text);
  margin: auto;
  transition: all 0.2s;
}
#faq .wrap .row .question .icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 2px;
  background-color: var(--font-color-text);
  margin: auto;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #faq .wrap .row .question {
    padding: 5px 30px 5px 15px;
  }
  #faq .wrap .row .question .font-en {
    margin-right: 10px;
  }
  #faq .wrap .row .question .icon {
    right: 10px;
  }
}
#faq .wrap .row .answer {
  display: none;
  padding: 12px 24px;
}
#faq .wrap .row .answer .inner {
  display: flex;
  line-height: 1.44;
  font-weight: 500;
}
#faq .wrap .row .answer .font-en {
  background-color: var(--sub-color01);
  border-radius: 50%;
  font-weight: 600;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 24px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  #faq .wrap .row .answer {
    padding: 5px 30px 5px 15px;
  }
  #faq .wrap .row .answer .font-en {
    margin-right: 10px;
  }
}
#faq .wrap .row.open .accordionContent {
  display: block;
}
#faq .wrap .row.open .question::after {
  top: 0.5em;
  transform: rotate(-180deg);
}
#faq .wrap .row.open .question .icon::before {
  opacity: 0;
  transform: rotate(180deg);
}

#contact {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  #contact {
    padding-top: 60px;
  }
}
#contact .container {
  max-width: 820px;
}
#contact h2 {
  font-size: 46px;
  font-weight: 900;
  position: relative;
  margin-bottom: 40px;
}
#contact h2 .h2__baloon {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-color);
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
#contact h2 .h2__baloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: var(--main-color) transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  #contact h2 {
    font-size: 24px;
  }
  #contact h2 .h2__baloon {
    font-size: 14px;
    padding: 3px 15px;
    top: -32px;
  }
}
#contact .contact__inner dl dt.head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}
#contact .contact__inner dl dt.head .required {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: var(--main-color);
  border-radius: 2px;
  padding: 2px 10px;
}
#contact .contact__inner dl dt.head .required.no {
  background: #999999;
}
#contact .contact__inner dl dd.cont {
  margin-bottom: 20px;
}
#contact .contact__inner dl dd.cont input[type=text], #contact .contact__inner dl dd.cont input[type=email], #contact .contact__inner dl dd.cont input[type=tel], #contact .contact__inner dl dd.cont select, #contact .contact__inner dl dd.cont textarea {
  border: none;
  padding: 13px 15px;
  border-radius: 4px;
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #contact .contact__inner dl dd.cont input[type=text], #contact .contact__inner dl dd.cont input[type=email], #contact .contact__inner dl dd.cont input[type=tel], #contact .contact__inner dl dd.cont select, #contact .contact__inner dl dd.cont textarea {
    font-size: 16px;
  }
}
#contact .agree {
  text-align: left;
  font-size: 14px;
}
#contact .agree .wpcf7-list-item {
  margin: 0;
}
#contact .agree a {
  color: #0075C2;
  text-decoration: underline;
}
#contact .button {
  margin-top: 40px;
  max-width: 320px;
}
#contact .button input[type=submit] {
  border: none;
  font-size: 18px;
  width: 100%;
  font-weight: 700;
  cursor: pointer;
}
#contact .button input[type=submit] span {
  color: #fff;
}
#contact .button:has(input[type=submit]:hover)::before {
  background: linear-gradient(180deg, var(--main-color), var(--main-color));
}
#contact .button:has(input[type=submit]:hover)::after {
  right: 17px;
}
#contact .button::after {
  background-image: url(img/arrow_white.svg);
}/*# sourceMappingURL=style.css.map */