@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

@font-face {
  font-family: "KozGoPr6N";
  src: url("/font/KozGoPr6N-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KozGoPro";
  src: url("/font/KozGoPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #FFFFF0;
  color: #000000;
  font-size: 18px;
  position: relative;
}
@media (min-width: 651px) and (max-width:1024px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

.inner {
  margin: 0 auto;
  width: 900px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .inner {
    width: 600px;
  }
}
@media screen and (max-width: 650px) {
  .inner {
    padding: 0 20px;
    width: auto;
  }
}

.section-title-en {
  position: absolute;
  color: #00972A;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: "Plus Jakarta Sans", serif;
  writing-mode: vertical-lr;
  left: 20px;
  top: 0;
  z-index: 4;
}
@media screen and (max-width: 650px) {
  .section-title-en {
    display: none;
  }
}

.section-title {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2rem;
  position: relative;
  z-index: 4;
}
.section-title img {
  display: block;
  margin: 10px auto;
  width: 280px;
}
@media screen and (max-width: 650px) {
  .section-title img {
    width: 220px;
  }
}
.section-title h2 {
  font-size: 42px;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 650px) {
  .section-title h2 {
    font-size: 32px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 650px) {
  .section-title span {
    font-size: 13px;
  }
}

.section-text {
  text-align: center;
  font-weight: 500;
  padding: 40px 0 20px 0;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 650px) {
  .section-text {
    padding: 20px 0;
    line-height: 1.4;
  }
}

.ctn {
  width: 80%;
  margin: 80px auto;
  background-color: #ffffff;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  font-weight: 500;
  border: 10px solid #FF5800;
}
@media (min-width: 651px) and (max-width:1024px) {
  .ctn {
    margin: 40px auto;
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .ctn {
    border-radius: 40px;
    margin: 30px auto;
    width: 90%;
    border: 5px solid #FF5800;
  }
}

.ctn-message {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 60px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .ctn-message {
    padding-top: 30px;
    gap: 5px;
  }
}
@media screen and (max-width: 650px) {
  .ctn-message {
    padding-top: 30px;
  }
}
.ctn-message p {
  letter-spacing: 0.1rem;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 651px) and (max-width:1024px) {
  .ctn-message p {
    font-size: 26px;
  }
}
@media screen and (max-width: 650px) {
  .ctn-message p {
    font-size: 18px;
    letter-spacing: 0.01rem;
  }
}
.ctn-message img {
  width: 50px;
}
@media screen and (max-width: 650px) {
  .ctn-message img {
    display: none;
  }
}

.ctn-btn-wrap {
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 650px) {
  .ctn-btn-wrap {
    flex-direction: column;
    padding: 0 25px;
    gap: 10px;
  }
}

.ctn-btn {
  background-color: #FF5800;
  width: 30%;
  height: 80px;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
}
.ctn-btn:hover {
  transform: translateY(2px) scale(0.98); /* ボタンが押し込まれる動き */
}
@media (min-width: 651px) and (max-width:1024px) {
  .ctn-btn {
    width: 44%;
  }
}
@media screen and (max-width: 650px) {
  .ctn-btn {
    width: 100%;
    height: 70px;
  }
}
.ctn-btn a {
  display: inline-block;
  letter-spacing: 0.1rem;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 650px) {
  .ctn-btn a {
    padding-top: 13px;
  }
}
.ctn-btn a span {
  display: block;
  font-size: 14px;
  padding-top: 5px;
  letter-spacing: 0.01rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.ctn-btn a img {
  width: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.ctn-btn-phone a {
  font-family: "Plus Jakarta Sans", serif;
  font-size: 28px;
  padding-top: 15px;
}
@media screen and (max-width: 650px) {
  .ctn-btn-phone a {
    font-size: 25px;
    padding-top: 10px;
    padding-right: 10px;
  }
}

.section-wave {
  position: relative;
}

.beige-wave {
  margin-top: -100px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .beige-wave {
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 650px) {
  .beige-wave {
    margin-top: -40px;
  }
}

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

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

.line-wrapper {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .line-wrapper {
    width: 100%;
    left: 50%;
    transform: translate(-50%);
  }
}
@media (min-width: 651px) and (max-width:1024px) {
  .line-wrapper {
    display: none;
  }
}

.line-mask {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%; /* ここはJSで変化する */
  contain: layout;
  will-change: height;
}

.line-mask img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateZ(0);
  min-height: 100%; /* ←ここで高さを強制的に長くする！ */
  -o-object-fit: cover;
     object-fit: cover;
}

/*=====================================

header

=======================================*/
.header {
  display: flex;
  background-color: #FFF000;
  padding: 20px;
}
@media screen and (max-width: 650px) {
  .header {
    padding: 10px 15px;
  }
}

.header-logo {
  width: 350px;
}
@media screen and (max-width: 650px) {
  .header-logo {
    width: 150px;
  }
}

.header-btn {
  background-color: #FF5800;
  border-radius: 30px;
  padding: 12px 30px 15px 30px;
  margin-bottom: 5px;
  margin-left: auto;
  position: relative;
  transition: all 0.3s ease;
}
.header-btn:hover {
  transform: translateY(2px) scale(0.98); /* ボタンが押し込まれる動き */
}
@media screen and (max-width: 650px) {
  .header-btn {
    height: 40px;
    padding: 10px 20px 0 20px;
    margin-top: 5px;
  }
}
.header-btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 650px) {
  .header-btn a {
    font-size: 16px;
  }
}
.header-btn a img {
  width: 10px;
  margin-left: 12px;
}

/*=====================================

hero

=======================================*/
.hero {
  background-color: #FFF000;
  margin-top: -20px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .hero {
    margin-top: 0;
  }
}

.hero-title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin: 40px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .hero-title {
    text-align: left;
    width: 282px;
    padding-left: 20px;
    margin: 20px auto;
  }
}
.hero-title span {
  font-size: 24px;
  font-family: "Plus Jakarta Sans", serif;
}
@media screen and (max-width: 650px) {
  .hero-title span {
    padding-bottom: 20px;
  }
}
.hero-title h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 60px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .hero-title h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 650px) {
  .hero-title h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.hero-title .hero-red {
  display: inline-block;
  font-size: 24px;
  padding: 10px 30px;
  border-radius: 30px;
  color: #FF5800;
  border: 3px solid #FF5800;
  font-weight: 700;
}
@media screen and (max-width: 650px) {
  .hero-title .hero-red {
    font-size: 16px;
    margin-left: 35px;
  }
}

.hero-nav {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 30px auto;
  padding: 30px 0;
  border-radius: 40px;
  width: 800px;
  position: relative;
  z-index: 2;
}
@media (min-width: 651px) and (max-width:1024px) {
  .hero-nav {
    width: 600px;
    margin: 10px auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 650px) {
  .hero-nav {
    display: none;
  }
}
.hero-nav li {
  padding: 0 25px;
}
.hero-nav li a {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.5s;
  letter-spacing: 0.1rem;
}
.hero-nav li a:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:1024px) {
  .hero-nav li a {
    font-size: 16px;
  }
}

.hero-slider {
  position: relative;
  z-index: 2;
}
.hero-slider img {
  height: 160px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 650px) {
  .hero-slider img {
    height: 100px;
    width: auto;
  }
}

.slider1 {
  margin: 0 20px;
}
.slider2 img {
  height: 180px;
}
@media screen and (max-width: 650px) {
  .slider2 img {
    height: 120px;
  }
}

.slider5 {
  margin: 0 20px;
}
@media screen and (max-width: 650px) {
  .slider5 {
    margin: 0 10px;
  }
}
.slider5 img {
  height: 140px;
}
@media screen and (max-width: 650px) {
  .slider5 img {
    height: 90px;
  }
}

.slider7 img {
  height: 200px;
}
@media screen and (max-width: 650px) {
  .slider7 img {
    height: 140px;
  }
}

.slider10 img {
  height: 140px;
}
@media screen and (max-width: 650px) {
  .slider10 img {
    height: 90px;
  }
}

.slider12 img {
  height: 180px;
}
@media screen and (max-width: 650px) {
  .slider12 img {
    height: 120px;
  }
}

.slider13 {
  margin: 0 20px;
}
.slider13 img {
  height: 170px;
}
@media screen and (max-width: 650px) {
  .slider13 img {
    height: 110px;
  }
}

.slider14 {
  margin: 0 10px;
}
.slider16 {
  margin: 0 10px;
}
.hero-message-wrapper {
  background-color: rgba(255, 240, 0, 0.6);
}

.hero-message {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .hero-message {
    padding-top: 130px;
  }
}
@media screen and (max-width: 650px) {
  .hero-message {
    padding-top: 120px;
  }
}
.hero-message p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 3;
  font-size: 20px;
  padding-top: 50px;
}
@media screen and (max-width: 650px) {
  .hero-message p {
    line-height: 2.5;
    font-size: 16px;
  }
}

.message-icon {
  width: 220px;
  position: absolute;
  transform: none;
}
@media (min-width: 651px) and (max-width:1024px) {
  .message-icon {
    width: 160px;
  }
}
@media screen and (max-width: 650px) {
  .message-icon {
    width: 140px;
  }
}

.message-icon1 {
  right: 16%;
  bottom: -120px;
  z-index: 3;
}
@media screen and (max-width: 650px) {
  .message-icon1 {
    right: 30px;
    bottom: -140px;
  }
}

.message-icon2 {
  left: 16%;
  top: 40px;
  z-index: 3;
}
@media screen and (max-width: 650px) {
  .message-icon2 {
    left: 10px;
    top: 20px;
  }
}

.message-logo {
  width: 300px;
  margin: 40px auto;
}
@media screen and (max-width: 650px) {
  .message-logo {
    width: 200px;
  }
}

.solution-wave {
  margin-top: 150px;
}

/*=====================================

solutions

=======================================*/
.solutions {
  position: relative;
}

.solutions-title {
  margin-top: -180px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .solutions-title {
    margin-top: -100px;
  }
}
@media screen and (max-width: 650px) {
  .solutions-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .solutions-title span {
    letter-spacing: 0.1rem;
  }
}

.solutions-content {
  margin-top: 80px;
  margin-bottom: 250px;
  position: relative;
}
@media (min-width: 651px) and (max-width:1024px) {
  .solutions-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 650px) {
  .solutions-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.solutions-content-img {
  width: 80%;
}
@media screen and (max-width: 650px) {
  .solutions-content-img {
    width: 100%;
  }
}

.solutions-content-text {
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 650px) {
  .solutions-content-text {
    margin: -40px 20px 0 20px;
    z-index: 2;
  }
}
.solutions-content-text h3 {
  font-size: 36px;
  letter-spacing: 0.15em;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 20px;
  background-color: #FFF000;
  position: absolute;
  right: 15%;
  bottom: -30px;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .solutions-content-text h3 {
    letter-spacing: 0.01rem;
    white-space: nowrap;
  }
}
.solutions-content-text h3 .highlighted {
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.solutions-content-text h3 .highlighted .marker {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
}
@media screen and (max-width: 650px) {
  .solutions-content-text h3 .highlighted .marker {
    height: 15px;
  }
}
@media (min-width: 651px) and (max-width:1024px) {
  .solutions-content-text h3 {
    font-size: 30px;
    bottom: -40px;
  }
}
@media screen and (max-width: 650px) {
  .solutions-content-text h3 {
    font-size: 18px;
    padding: 10px 20px;
    position: relative;
    right: auto;
    bottom: 0;
  }
}
.solutions-content-text p {
  letter-spacing: 0.01em;
  padding: 30px 40px 20px 40px;
  display: inline-block;
  border-radius: 20px;
  background-color: #FFF000;
  position: absolute;
  right: 5%;
  bottom: -145px;
  z-index: 1;
  font-weight: 500;
}
@media (min-width: 651px) and (max-width:1024px) {
  .solutions-content-text p {
    padding: 50px 20px 20px 20px;
  }
}
@media screen and (max-width: 650px) {
  .solutions-content-text p {
    position: static;
    padding: 20px 20px 20px 20px;
    margin-left: 20px;
    margin-top: -10px;
  }
}

.solutions-content-number {
  font-size: 120px;
  font-family: "Plus Jakarta Sans", serif;
  color: #00972A;
  position: absolute;
  top: -240px;
  right: 7%;
  z-index: 3;
  font-weight: 500;
}
@media (min-width: 651px) and (max-width:1024px) {
  .solutions-content-number {
    top: -220px;
  }
}
@media screen and (max-width: 650px) {
  .solutions-content-number {
    top: -210px;
    font-size: 60px;
    right: 0;
  }
}

.solutions-content-reverse h3 {
  right: auto;
  left: 5%;
  bottom: -60px;
}
@media screen and (max-width: 650px) {
  .solutions-content-reverse h3 {
    left: auto;
    width: 230px;
    margin-left: auto;
    margin-top: -100px;
    margin-bottom: 60px;
    z-index: 20;
    display: block;
    position: relative;
  }
}
.solutions-content-reverse p {
  right: auto;
  left: 13%;
  bottom: -170px;
}
@media screen and (max-width: 650px) {
  .solutions-content-reverse p {
    position: static;
    padding: 20px 20px 20px 20px;
    margin-right: 20px;
    margin-top: -10px;
  }
}
.solutions-content-reverse .solutions-content-img {
  margin-left: auto;
}
.solutions-content-reverse .solutions-content-number {
  right: auto;
  left: 3%;
  top: -220px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .solutions-content-reverse .solutions-content-number {
    top: -200px;
  }
}
@media screen and (max-width: 650px) {
  .solutions-content-reverse .solutions-content-number {
    top: -150px;
    left: 0;
  }
}

.solutions-content-third p {
  bottom: -180px;
}

/*=====================================

SDGS

=======================================*/
.SDGS {
  padding-top: 100px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .SDGS {
    padding-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .SDGS {
    padding-top: 0px;
  }
}

.SDGS-inner {
  width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 651px) and (max-width:1024px) {
  .SDGS-inner {
    width: 550px;
  }
}
@media screen and (max-width: 650px) {
  .SDGS-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.SDGS-title img {
  width: 370px;
}
@media screen and (max-width: 650px) {
  .SDGS-title img {
    width: 270px;
  }
}
@media screen and (max-width: 650px) {
  .SDGS-title span {
    letter-spacing: 0.1rem;
  }
}

.SDGS-item-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .SDGS-item-wrap {
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 650px) {
  .SDGS-item-wrap {
    margin-top: 0;
    gap: 10px;
  }
}

.SDGS-bottom-wrap {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
@media (min-width: 651px) and (max-width:1024px) {
  .SDGS-bottom-wrap {
    margin-top: 30px;
    align-items: center;
  }
}
@media screen and (max-width: 650px) {
  .SDGS-bottom-wrap {
    margin-top: 30px;
  }
}

.SDGS-bottom-left {
  width: 250px;
  padding-right: 60px;
  border-right: 1px solid #3E3E3E;
}
@media (min-width: 651px) and (max-width:1024px) {
  .SDGS-bottom-left {
    padding-right: 20px;
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .SDGS-bottom-left {
    width: 50%;
    padding-right: 20px;
  }
}
.SDGS-bottom-left img {
  width: 100px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 651px) and (max-width:1024px) {
  .SDGS-bottom-left img {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .SDGS-bottom-left img {
    width: 100%;
  }
}

.SDGS-company-btn {
  margin: 25px auto 0 auto;
  width: 160px;
  height: 35px;
  padding-top: 6px;
  border-radius: 30px;
  position: relative;
  background: linear-gradient(30deg, #FF2E00, #FF9D00);
}
@media (min-width: 651px) and (max-width:1024px) {
  .SDGS-company-btn {
    padding-top: 8px;
  }
}
@media screen and (max-width: 650px) {
  .SDGS-company-btn {
    border-radius: 0;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
  }
}
.SDGS-company-btn a {
  display: inline-block;
  padding-left: 30px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 650px) {
  .SDGS-company-btn a {
    font-size: 14px;
    padding-left: 25px;
  }
}
.SDGS-company-btn a img {
  width: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.SDGS-bottom-right {
  margin: 30px;
  width: 350px;
}
@media screen and (max-width: 650px) {
  .SDGS-bottom-right {
    width: 50%;
    margin: 10px 0 10px 20px;
  }
}

/*=====================================

voice

=======================================*/
.voice {
  background-color: #FFF000;
  position: relative;
}
@media screen and (max-width: 650px) {
  .voice {
    padding-bottom: 20px;
  }
}

.voice-title {
  margin-top: -130px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .voice-title {
    margin-top: -60px;
  }
}
@media screen and (max-width: 650px) {
  .voice-title {
    margin-top: 0;
  }
}
.voice-title img {
  width: 440px;
}
@media screen and (max-width: 650px) {
  .voice-title img {
    width: 320px;
  }
}
@media screen and (max-width: 650px) {
  .voice-title span {
    letter-spacing: 0.05rem;
  }
}

.voice-span {
  display: block;
  color: #FF5800;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .voice-span {
    display: none;
  }
}

.voice-item {
  position: relative;
  padding-bottom: 140px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .voice-item {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 650px) {
  .voice-item {
    padding-bottom: 150px;
  }
}

.voice-item-left {
  overflow: hidden;
}
.voice-item-left .voice-item-person {
  bottom: 0;
  right: -20px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .voice-item-left .voice-item-person {
    right: -20px;
  }
}
@media screen and (max-width: 650px) {
  .voice-item-left .voice-item-person {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
  }
}

.voice-item-right {
  overflow: hidden;
}
.voice-item-right .voice-item-person {
  bottom: 0;
  left: -20;
}
@media (min-width: 651px) and (max-width:1024px) {
  .voice-item-right .voice-item-person {
    left: -20px;
  }
}
@media screen and (max-width: 650px) {
  .voice-item-right .voice-item-person {
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
  }
}

.voice-flame {
  padding: 40px 80px;
  position: relative;
  z-index: 3;
}
.voice-flame h3 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3rem;
  line-height: 1.4;
  padding-bottom: 25px;
  border-bottom: 5px dotted #00972A;
}
@media screen and (max-width: 650px) {
  .voice-flame h3 {
    font-size: 22px;
    padding-bottom: 10px;
    letter-spacing: 0.01rem;
    color: #00972A;
    border-bottom: none;
  }
}
@media screen and (max-width: 650px) {
  .voice-flame {
    padding: 30px 20px;
  }
}

.voice-flame--l {
  width: 80%;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 0 30px 30px 0;
  position: relative;
}
@media (min-width: 651px) and (max-width:1024px) {
  .voice-flame--l {
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .voice-flame--l {
    width: 95%;
  }
}
.voice-flame--l::after {
  position: absolute;
  content: "";
  background: url(../img/voice-back-l.png) no-repeat center center/contain;
  bottom: -60px;
  width: 100px;
  height: 100px;
  right: 120px;
  z-index: 10;
}
@media screen and (max-width: 650px) {
  .voice-flame--l::after {
    width: 40px;
    right: auto;
    left: 100px;
  }
}

.voice-flame--r {
  width: 80%;
  margin-left: auto;
  background-color: #ffffff;
  border-radius: 30px 0 0 30px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .voice-flame--r {
    width: 95%;
  }
}
.voice-flame--r::after {
  position: absolute;
  content: "";
  background: url(../img/voice-back-r.png) no-repeat center center/contain;
  bottom: -60px;
  width: 100px;
  height: 100px;
  left: 120px;
  z-index: 10;
}
@media screen and (max-width: 650px) {
  .voice-flame--r::after {
    width: 40px;
    left: auto;
    right: 100px;
  }
}

.voice-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .voice-content-wrap {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .voice-content-wrap {
    display: block;
    padding-top: 0;
  }
}

.voice-item-person {
  position: absolute;
}
@media (min-width: 651px) and (max-width:1024px) {
  .voice-item-person {
    width: 30%;
    z-index: 2;
  }
}
@media screen and (max-width: 650px) {
  .voice-item-person {
    width: 130px;
  }
}

.voice-content-img {
  text-align: center;
  width: 300px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .voice-content-img {
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 650px) {
  .voice-content-img {
    margin: 0 auto 20px auto;
  }
}
.voice-content-img img {
  width: 250px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 650px) {
  .voice-content-img img {
    width: 200px;
    height: 120px;
  }
}
.voice-content-img p {
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
  color: #00972A;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 650px) {
  .voice-content-img p {
    padding: 10px 0;
    font-size: 16px;
  }
}

.voice-count {
  font-weight: 600;
  color: #00972A;
  letter-spacing: 0.001rem;
  font-size: 60px;
  font-family: "Plus Jakarta Sans", serif;
}
.voice-count .buy-left {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1rem;
  display: inline-block;
  width: 40px;
}
.voice-count .buy-right {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
}

.voice-content-text {
  width: calc(100% - 350px);
}
@media (min-width: 651px) and (max-width:1024px) {
  .voice-content-text {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .voice-content-text {
    width: 100%;
  }
}
.voice-content-text h4 {
  font-weight: 500;
  letter-spacing: 0.3rem;
  font-size: 24px;
  line-height: 1.6;
  padding-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .voice-content-text h4 {
    font-size: 18px;
    letter-spacing: 0.05rem;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 10px;
  }
}
.voice-content-text p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 650px) {
  .voice-content-text p {
    line-height: 1.6;
  }
}

/*=====================================

genre

=======================================*/
.genre {
  position: relative;
  z-index: 2;
}

.genre-title {
  margin-top: -140px;
}
.genre-title img {
  width: 340px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .genre-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .genre-title {
    margin-top: -40px;
  }
  .genre-title img {
    width: 280px;
  }
}

.genre-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 31px;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 80px;
  border-bottom: 5px dotted #00972A;
}
@media (min-width: 651px) and (max-width:1024px) {
  .genre-wrap {
    gap: 15px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 650px) {
  .genre-wrap {
    display: block;
    width: 100%;
    padding: 0 20px 40px 20px;
    margin-top: 20px;
  }
}

.genre-item-group {
  width: 48%;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (min-width: 651px) and (max-width:1024px) {
  .genre-item-group {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 650px) {
  .genre-item-group {
    width: 100%;
    padding-bottom: 15px;
  }
}
.genre-item-group h3 {
  padding-bottom: 10px;
}
.genre-item-group h3 span {
  color: #00972A;
  letter-spacing: 0.01em;
  margin-left: 10px;
  margin-bottom: 20px;
}

.genre-item-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .genre-item-wrap {
    gap: 5px;
  }
}

.genre-item {
  padding: 10px;
  width: 150px;
  height: 130px;
  background-color: #00972A;
  border-radius: 20px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .genre-item {
    width: 95px;
    height: 95px;
  }
}
@media screen and (max-width: 650px) {
  .genre-item {
    width: 33.3333333333%;
    height: auto;
  }
}
.genre-item img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
  height: 80px;
  width: 100px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .genre-item img {
    width: 70px;
    height: 55px;
  }
}
@media screen and (max-width: 650px) {
  .genre-item img {
    width: 80px;
    height: 60px;
  }
}
.genre-item p {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  padding-top: 10px;
  letter-spacing: 0.001em;
}
@media (min-width: 651px) and (max-width:1024px) {
  .genre-item p {
    font-size: 9px;
  }
}
@media screen and (max-width: 650px) {
  .genre-item p {
    font-size: 10px;
    white-space: nowrap;
  }
}

/*=====================================

step

=======================================*/
.step {
  margin-top: 80px;
  z-index: 2;
  position: relative;
}
@media (min-width: 651px) and (max-width:1024px) {
  .step {
    margin-top: 60px;
  }
}
@media screen and (max-width: 650px) {
  .step {
    margin-top: 50px;
  }
}

.step-inner {
  padding-bottom: 80px;
  border-bottom: 5px dotted #00972A;
}
@media (min-width: 651px) and (max-width:1024px) {
  .step-inner {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 650px) {
  .step-inner {
    padding-bottom: 20px;
  }
}

.step-label img {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .step-label {
    position: absolute;
    top: 100px;
  }
  .step-label img {
    width: 30px;
  }
}

.step-item-wrap {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 650px) {
  .step-item-wrap {
    flex-direction: column;
    width: calc(100% - 40px);
    margin-left: auto;
    gap: 20px;
  }
}

.step-item {
  flex: 1;
}
.step-item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 30px;
}
@media screen and (max-width: 650px) {
  .step-item p {
    padding-top: 10px;
    font-size: 12px;
  }
}
.step-item img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 650px) {
  .step-item img {
    width: 120px;
    height: 60px;
    display: block;
    margin: 0 auto;
  }
}

.step-way {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .step-way {
    margin: 20px 0;
    gap: 10px;
  }
}
@media screen and (max-width: 650px) {
  .step-way {
    flex-direction: column;
    gap: 10px;
    margin: 40px 0 20px 0;
  }
}

.step-way-flame {
  width: 100%;
  height: auto;
}
.step-way-flame h3 {
  margin-top: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.1rem;
}
@media (min-width: 651px) and (max-width:1024px) {
  .step-way-flame h3 {
    font-size: 20px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 650px) {
  .step-way-flame h3 {
    margin-top: 20px;
  }
}

.step-way-flame--1 {
  background: url(../img/way-flame1.png) no-repeat center center/contain;
}
@media screen and (max-width: 650px) {
  .step-way-flame--1 {
    background: none;
    background: #fff;
    border: 3px solid #00972A;
    border-radius: 15px;
  }
}

.step-way-flame--2 {
  background: url(../img/way-flame2.png) no-repeat center center/contain;
}
@media screen and (max-width: 650px) {
  .step-way-flame--2 {
    background: none;
    background: #fff;
    border: 3px solid #00972A;
    border-radius: 20px;
  }
}

.step-way-wrap {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .step-way-wrap {
    gap: 0;
  }
}
@media screen and (max-width: 650px) {
  .step-way-wrap {
    gap: 0;
    padding: 0 5px;
  }
}

.step-way-or {
  font-weight: 700;
  color: #00972A;
  font-size: 26px;
  margin-top: 15px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .step-way-or {
    margin-left: 10px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 650px) {
  .step-way-or {
    margin: 15px 5px;
  }
}

.step-way-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .step-way-item {
    gap: 10px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 650px) {
  .step-way-item {
    gap: 10px;
  }
}
.step-way-item h4 {
  color: #fff;
  font-weight: 700;
  background-color: #00972A;
  border-radius: 5px;
  padding: 3px 10px 5px 10px;
  display: inline-block;
}
@media screen and (max-width: 650px) {
  .step-way-item h4 {
    font-size: 16px;
  }
}
.step-way-item p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 651px) and (max-width:1024px) {
  .step-way-item p {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .step-way-item p {
    font-size: 12px;
    white-space: nowrap;
  }
}
.step-way-item .img-right {
  width: 96px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 651px) and (max-width:1024px) {
  .step-way-item .img-right {
    height: 50px;
  }
}
@media screen and (max-width: 650px) {
  .step-way-item .img-right {
    height: 70px;
  }
}
.step-way-item .img-left-w {
  width: 119px;
}
.step-way-item .img-left {
  height: 70px;
  width: 96px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 10px 0;
}
@media (min-width: 651px) and (max-width:1024px) {
  .step-way-item .img-left {
    height: 40px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 650px) {
  .step-way-item .img-left {
    height: 50px;
  }
}

.step-bottom-text {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .step-bottom-text {
    font-size: 12px;
    letter-spacing: 0.001rem;
    white-space: wrap;
    text-align: left;
  }
}

/*=====================================

faqs

=======================================*/
.faqs {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
@media (min-width: 651px) and (max-width:1024px) {
  .faqs {
    margin-top: 60px;
  }
}
@media screen and (max-width: 650px) {
  .faqs {
    margin-top: 40px;
  }
}

.faqs-inner {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .faqs-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .faqs-inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}

.faqs-item {
  display: flex;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
  padding: 30px 20px 50px 20px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 650px) {
  .faqs-item {
    display: block;
    padding-bottom: 30px;
  }
}

.faqs-q-icon {
  font-family: "Plus Jakarta Sans", serif;
  font-size: 34px;
  font-weight: 700;
  color: #00972A;
}
@media screen and (max-width: 650px) {
  .faqs-q-icon {
    font-size: 28px;
    color: #fff;
    background-color: #00972A;
    padding: 3px 5px 8px 5px;
    height: 36px;
    width: 36px;
  }
}

.faqs-text-q {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding-top: 5px;
  padding-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .faqs-text-q {
    font-size: 18px;
    line-height: 1.2;
    margin-left: 54px;
    margin-top: -45px;
    padding-bottom: 20px;
    letter-spacing: 0.05rem;
  }
}

.faqs-text-a {
  line-height: 1.8;
  font-weight: 500;
}
.faqs-text-a a {
  color: #00972A;
  text-decoration: underline;
  transition: all 0.5s;
}
.faqs-text-a a:hover {
  opacity: 0.7;
}

/*=====================================

contact

=======================================*/
.contact {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 651px) and (max-width:1024px) {
  .contact {
    padding: 30px 0;
  }
}
@media screen and (max-width: 650px) {
  .contact {
    padding: 20px 0;
  }
}

.contact-line-title {
  text-align: center;
  font-weight: 700;
  color: #00B901;
  font-size: 34px;
  letter-spacing: 0.2rem;
  padding-bottom: 30px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .contact-line-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .contact-line-title {
    font-size: 19px;
    letter-spacing: 0.01rem;
    padding-bottom: 20px;
  }
}

.contact-line-wrap {
  display: flex;
  padding: 0 100px;
  justify-content: space-between;
}
@media (min-width: 651px) and (max-width:1024px) {
  .contact-line-wrap {
    padding: 0 20px;
    gap: 10px;
    align-items: center;
  }
}
@media screen and (max-width: 650px) {
  .contact-line-wrap {
    display: block;
    padding: 0 20px;
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  .contact-line-logo {
    width: 200px;
    margin: 0 auto;
  }
}

.contact-line-content {
  padding-top: 20px;
}
.contact-line-content h3 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .contact-line-content h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .contact-line-content h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.contact-line-content span {
  font-size: 14px;
  line-height: 1.4;
}

.contact-line-info {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .contact-line-info {
    display: block;
    margin-top: 0;
  }
}

.line-btn {
  width: 200px;
  height: 50px;
  margin-left: 25px;
  margin-right: 20px;
}
.line-btn img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .line-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-line-id {
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 650px) {
  .contact-line-id {
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 10px 0;
    letter-spacing: 0.1rem;
  }
  .contact-line-id p {
    font-size: 20px;
    padding-left: 10px;
  }
}

/*=====================================

footer

=======================================*/
.footer {
  color: #ffffff;
  font-weight: 500;
  width: 100%;
  background-color: #00972A;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .footer {
    padding: 20px 10px;
  }
}

.page-top {
  width: 60px;
  margin-left: auto;
  transition: all 0.5s;
}
.page-top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 650px) {
  .page-top {
    display: none;
  }
}

.footer-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .footer-logo {
    width: 30%;
    position: static;
    left: auto;
    transform: none;
  }
}
@media screen and (max-width: 650px) {
  .footer-logo {
    width: 30%;
    position: static;
    left: auto;
    transform: none;
  }
}

.footer-info {
  padding-left: 0;
  line-height: 1.4;
}
@media screen and (max-width: 650px) {
  .footer-info {
    padding-left: 10px;
  }
}

.footer-company {
  font-size: 20px;
}
@media screen and (max-width: 650px) {
  .footer-company {
    font-size: 16px;
  }
}

.footer-address {
  font-size: 16px;
}
@media (min-width: 651px) and (max-width:1024px) {
  .footer-address {
    font-size: 13px;
  }
}
@media screen and (max-width: 650px) {
  .footer-address {
    font-size: 9px;
  }
}

.page-contact {
  background-color: #F3F5F9;
  padding: 100px 0 80px 0;
}
@media screen and (max-width: 650px) {
  .page-contact {
    padding: 70px 0 60px 0;
  }
}

.page-title {
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .page-title {
    margin-bottom: 30px;
  }
}
.page-title span {
  color: #00972A;
  font-size: 22px;
}
@media screen and (max-width: 650px) {
  .page-title span {
    font-size: 16px;
  }
}
.page-title h1 {
  font-size: 45px;
  margin-top: 20px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .page-title h1 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.page-title h1::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #00972A;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-contact-message {
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .page-contact-message {
    font-size: 18px;
    line-height: 1.4;
  }
}

.page-contact-span {
  color: #FF5800;
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 650px) {
  .page-contact-span {
    font-size: 12px;
  }
}

.form {
  margin-top: 60px;
}
@media screen and (max-width: 650px) {
  .form {
    margin-top: 40px;
  }
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .form-row {
    display: block;
  }
}

.form-label {
  width: 250px;
  color: #000000;
}
@media (min-width: 651px) and (max-width:1024px) {
  .form-label {
    width: 200px;
  }
}
@media screen and (max-width: 650px) {
  .form-label {
    padding-bottom: 10px;
  }
}

.required {
  position: relative;
}
.required::after {
  position: absolute;
  content: "必須";
  color: #FF5800;
  font-size: 14px;
  font-weight: 700;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
}

.form-input {
  width: calc(100% - 250px);
}
@media (min-width: 651px) and (max-width:1024px) {
  .form-input {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 650px) {
  .form-input {
    width: 100%;
  }
}
.form-input [type=text] {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 16px;
}
.form-input [type=text]::-moz-placeholder {
  color: #AEAEAE;
}
.form-input [type=text]::placeholder {
  color: #AEAEAE;
}
@media screen and (max-width: 650px) {
  .form-input [type=text] {
    font-size: 14px;
  }
}
.form-input [type=email] {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 16px;
}
.form-input [type=email]::-moz-placeholder {
  color: #AEAEAE;
}
.form-input [type=email]::placeholder {
  color: #AEAEAE;
}
@media screen and (max-width: 650px) {
  .form-input [type=email] {
    font-size: 14px;
  }
}
.form-input [type=tel] {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 16px;
}
.form-input [type=tel]::-moz-placeholder {
  color: #AEAEAE;
}
.form-input [type=tel]::placeholder {
  color: #AEAEAE;
}
@media screen and (max-width: 650px) {
  .form-input [type=tel] {
    font-size: 14px;
  }
}
.form-input textarea {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 200px;
  padding: 20px 10px;
  font-size: 16px;
}
.form-input textarea::-moz-placeholder {
  color: #AEAEAE;
}
.form-input textarea::placeholder {
  color: #AEAEAE;
}
@media screen and (max-width: 650px) {
  .form-input textarea {
    font-size: 14px;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance input {
  margin-right: 0.5em;
}

.row-textarea {
  align-items: start;
}
.row-radio {
  padding: 20px 0;
}
@media screen and (max-width: 650px) {
  .row-radio {
    padding: 10px 0;
  }
}
.row-radio .form-input {
  display: flex;
  gap: 20px;
}
.row-radio .form-input label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
}
.row-radio .form-input label input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.row-radio .form-input label span {
  position: relative;
  padding-left: 30px;
}
.row-radio .form-input label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #EBEBEB;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
.row-radio .form-input label span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  background: #FF5800;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 650px) {
  .row-radio .form-input label span::after {
    top: 5px;
  }
}
.row-radio .form-input label input[type=radio]:checked + span::before {
  border-color: #333;
}
.row-radio .form-input label input[type=radio]:checked + span::after {
  opacity: 1;
}

.form-submit {
  margin-top: 60px;
  text-align: center;
}
.form-submit [type=submit] {
  border: none;
  background-color: #FF5800;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding: 13px 200px;
  border-radius: 7px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 650px) {
  .form-submit [type=submit] {
    width: 100%;
    padding: 10px;
    font-size: 20px;
  }
}
.form-submit [type=submit]:hover {
  transform: translateY(2px) scale(0.98); /* ボタンが押し込まれる動き */
}

.wpcf7-radio label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}

.wpcf7-radio input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #888;
  border-radius: 50%;
  background-color: #fff;
  transition: border-color 0.3s;
}

.wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #333;
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-confirm-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
}

.form-confirm-wrap .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1rem;
  cursor: pointer;
}

/* チェックボックスのカスタムスタイル */
.form-confirm-wrap input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #FF5800; /* ブラウザ対応している場合の色指定 */
  cursor: pointer;
  vertical-align: middle;
}

.thanks-box {
  border: 2px solid #00972A;
  padding: 60px 20px;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 650px) {
  .thanks-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 650px) {
  .thanks-box {
    margin-bottom: 60px;
  }
}

.thanks-text {
  line-height: 1.8;
}/*# sourceMappingURL=main.css.map */