/**************************************/
/* リセットCSS                         */
/**************************************/
/* reset.css - 基本的なブラウザリセット */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5要素のブロック化 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
/* bodyの基本設定 */
body {
  line-height: 1;
  font-family: sans-serif;
  background: #fff;
  color: #000;
}
/* リストのスタイルリセット */
ol, ul, menu {
  list-style: none;
}
/* ブロック要素のquoteリセット */
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
/* テーブルのリセット */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 画像の表示をブロック化 */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
/**************************************/
/* 共通 CSS                           */
/**************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
body {
  font-family: 'Source Han Sans JP', 'Noto Sans JP', sans-serif;
  background-color: #ffffff;
  background-image: url(../../wp-content/uploads/2026/01/fv_haikei000_top.png), url(../../wp-content/uploads/2026/01/fv_haikei000_bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-attachment: fixed;
}
a:hover {
  opacity: 0.8;
}
.wrapper {
  width: 500px;
  margin: 0 auto;
  background-color: #F1EEE7;
  position: relative;
}
header {
  width: 100%;
  position: absolute;
  z-index: 999;
  background-image: url(../../wp-content/uploads/2026/01/header_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
header > a:hover {
  display: contents;
}
header > a:hover {
  opacity: 1;
}
header img {
  width: 37%;
  margin-bottom: 12%;
}
:root {
  --content-width: 500px;
  --side-padding: 60px;
}
#soy_navi .container {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 var(--side-padding);
}
#soy_navi .hamburger {
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(calc(var(--content-width) / 2));
  margin-left: calc(var(--side-padding) * -1);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  z-index: 1001;
}
#soy_navi .hamburger span {
  display: block;
  width: 70%;
  height: 2px;
  background: #00612E;
  margin: 5px auto;
  transition: 0.3s;
}
#soy_navi .hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
#soy_navi .hamburger.active span:nth-child(2) {
  opacity: 0;
}
#soy_navi .hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
#soy_navi .overlay-menu {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 1000;
}
#soy_navi .overlay-menu.active {
  opacity: 1;
  pointer-events: auto;
}
#soy_navi .overlay-menu ul {
  list-style: none;
  margin: 0;
}
#soy_navi .overlay-menu li:first-child {
  border-top: 1px solid #00612E;
}
#soy_navi .overlay-menu li {
  padding: 18px 150px;
  border-bottom: 1px solid #00612E;
  position: relative;
}
#soy_navi .overlay-menu li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #00612E;
}
#soy_navi .overlay-menu a {
  font-size: 18px;
  font-weight: 600;
  color: #00612E;
  text-decoration: none;
  letter-spacing: 0.05em;
}
#soy_mv {
  background-image: url(../../wp-content/uploads/2026/01/top_mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 100vh;
  position: relative;
}
.mv_msg {
  width: 60%;
  background-image: url(../../wp-content/uploads/2026/01/top_msg1.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding-top: 15%;
  padding-left: 6%;
  padding-bottom: 6%;
}
.mv_msg img {
  position: absolute;
  left: -1%;
  bottom: 76.5%;
  width: 20%;
}
.mv_msg h2 {
  font-size: 36px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 54px;
  margin-bottom: 25%;
}
.mv_msg p {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 30px;
}
.mv_msg ul {
  width: 110%;
  position: absolute;
  left: 10%;
  bottom: 27%;
  display: flex;
  justify-content: space-between;
}
.mv_msg li {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #00612E;
  background-color: #fff;
  border-radius: 22px;
  padding: 2.5% 5%;
}
main > a {
  display: block;
  width: 90%;
  margin: 5% auto 7%;
}
#soy_probrem {
  position: relative;
  padding-top: 6%;
}
#soy_probrem h2 {
  position: relative;
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
  color: #5D5750;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 6% 5%;
  width: 63%;
  margin-left: 23%;
  margin-bottom: 7%;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
#soy_probrem > img {
  position: absolute;
  z-index: 9;
  width: 40%;
  top: 0;
  left: 0;
}
#soy_probrem ul {
  width: 76%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 5% 8%;
}
#soy_probrem li {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  color: #5D5750;
  margin-bottom: 3%;
}
#soy_probrem li:last-child {
  margin-bottom: 0;
}
#soy_probrem li img {
  width: 10%;
}
#soy_probrem li span {
  padding-top: 2.4%;
}
#soy_probrem .probrem_msg {
  width: 90%;
  margin: 0 auto;
  background-image: url(../../wp-content/uploads/2026/01/top_line.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 17.4%;
  margin-top: -8%;
}
#soy_probrem .probrem_msg p {
  text-align: center;
  font-size: 18px;
  color: #433C35;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 2px;
  padding-bottom: 7%;
}
#soy_reason {
  position: relative;
  padding-top: 6%;
  margin-top: 12%;
}
#soy_reason h2 {
  position: relative;
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
  color: #5D5750;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5% 5%;
  width: 63%;
  margin-left: 23%;
  margin-bottom: 14%;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}
#soy_reason > img {
  position: absolute;
  z-index: 9;
  width: 40%;
  top: -1%;
  left: 0;
}
#soy_reason .reason_box {
  width: 82%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 14% 5% 6%;
  margin-bottom: 14%;
  position: relative;
}
#soy_reason .reason_box_title {
  width: 50%;
  margin: 0 auto;
  background-image: url(../../wp-content/uploads/2026/01/top_point_msg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#soy_reason .reason_box:nth-of-type(2) .reason_box_title {
  background-image: url(../../wp-content/uploads/2026/01/top_point_msg2.png);
}
#soy_reason .reason_box:nth-of-type(3) .reason_box_title {
  background-image: url(../../wp-content/uploads/2026/01/top_point_msg3.png);
}
#soy_reason .reason_box_title h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #00612E;
  padding-top: 33%;
  padding-bottom: 15%;
}
#soy_reason .reason_box p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 4%;
  color: #5D5750;
}
.soy_contact {
  background-color: rgba(0, 97, 46, 0.1);
  position: relative;
  margin-top: 15%;
  margin-bottom: 15%;
  padding-bottom: 11%;
}
.soy_contact > img:nth-of-type(1) {
  width: 16%;
  position: absolute;
  top: -10%;
  right: 0;
}
.soy_contact > img:nth-of-type(2) {
  width: 20%;
  position: absolute;
  bottom: -8%;
  left: 0;
}
.soy_contact .contact_msg {
  position: relative;
}
.soy_contact .contact_msg p {
  text-align: center;
  font-size: 24px;
  color: #00612E;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 2px;
  padding-top: 8%;
}
.soy_contact .contact_msg img:nth-of-type(1) {
  width: 8%;
  position: absolute;
  bottom: 1%;
  left: 3%;
}
.soy_contact .contact_msg img:nth-of-type(2) {
  width: 8%;
  position: absolute;
  bottom: 1%;
  right: 3%;
}
.soy_contact a {
  width: 80%;
  margin: 0 auto;
  display: block;
}
#soy_voice {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 35%;
  padding-bottom: 5%;
}
#soy_voice::before {
  content: "";
  position: absolute;
  bottom: -12%;
  left: 0;
  width: 100%;
  height: 24%;
  background: #fff;
  border-radius: 0 0 50% 50%;
}
#soy_voice::after {
  content: "";
  position: absolute;
  top: -12%;
  left: 0;
  width: 100%;
  height: 24%;
  background: #fff;
  border-radius: 50% 50% 0 0;
}
#soy_voice h2 {
  position: absolute;
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
  color: #5D5750;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 6% 5%;
  width: 63%;
  margin-left: 23%;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  margin-top: -17%;
  line-height: 1.2;
}
#soy_voice > img {
  position: absolute;
  z-index: 9;
  width: 40%;
  top: -36%;
  left: 0;
}
#soy_voice .splide {
  width: 84%;
  margin: 0 auto;
  padding-top: 8%;
  z-index: 10;
}
#soy_voice .splide__list {
  height: auto;
}
#soy_voice .voice_detail {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  margin: 3%;
  padding: 5% 3%;
  height: 75%;
  display: flex;
  flex-direction: column;
}
#soy_voice .voice_detail p {
  margin-top: 3%;
  font-size: 14px;
  line-height: 22px;
}
#soy_voice .splide__arrow {
  width: 10%;
  height: 10%;
  border-radius: 0 !important;
  top: 53%;
}
#soy_voice .splide__arrow svg {
  display: none;
}
#soy_voice .splide__arrow--prev {
  background: url("../../wp-content/uploads/2026/01/top_prev.png") no-repeat center / contain !important;
  left: -9%;
}
#soy_voice .splide__arrow--next {
  background: url("../../wp-content/uploads/2026/01/top_next.png") no-repeat center / contain !important;
  right: -9%;
}
#soy_future {
  position: relative;
  background-color: #D6CBBD;
  margin-top: -5%;
  z-index: 0;
}
#soy_future::before {
  content: "";
  position: absolute;
  bottom: -8%;
  left: 0;
  width: 100%;
  height: 14%;
  background: #D6CBBD;
  border-radius: 0 0 50% 50%;
  z-index: -1;
}
#soy_future::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 14%;
  background: #D6CBBD;
  border-radius: 50% 50% 0 0;
}
#soy_future h2 {
  position: relative;
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
  color: #5D5750;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 6% 5%;
  width: 63%;
  margin-left: 23%;
  margin-bottom: 8%;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}
#soy_future > img {
  position: absolute;
  z-index: 9;
  width: 40%;
  top: -4.5%;
  left: 0;
}
#soy_future .future_box {
  width: 82%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 6% 5% 6%;
}
#soy_future .future_box h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #00612E;
  padding-bottom: 6%;
}
#soy_future .future_box p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-top: 6%;
  color: #5D5750;
}
#soy_conditions {
  position: relative;
  padding-top: 35%;
}
#soy_conditions h2 {
  position: relative;
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
  color: #5D5750;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 6% 5%;
  width: 63%;
  margin-left: 23%;
  margin-bottom: 8%;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}
#soy_conditions > img {
  position: absolute;
  z-index: 9;
  width: 40%;
  top: 14%;
  left: 0;
}
#soy_conditions table {
  width: 92%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 5%;
  font-size: 14px;
}
#soy_conditions table tr {
  border: 1px solid #00612E;
}
#soy_conditions table th {
  box-sizing: border-box;
  padding: 4% 3%;
  text-align: left;
  font-weight: bold;
  color: #00612E;
  width: 30%;
}
#soy_conditions table td {
  width: 70%;
  box-sizing: border-box;
  padding-bottom: 3%;
  line-height: 25px;
  color: #5D5750;
}
#soy_about {
  position: relative;
  padding-bottom: 15%;
  color: #5D5750;
}
#soy_about h2 {
  position: relative;
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
  color: #5D5750;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 6% 5%;
  width: 63%;
  margin-left: 23%;
  margin-bottom: 6%;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
#soy_about > img:nth-of-type(1) {
  position: absolute;
  z-index: 9;
  width: 40%;
  top: -3%;
  left: 0;
}
#soy_about > img:nth-of-type(2) {
  width: 30%;
  margin: 0 auto;
}
#soy_about > img:nth-of-type(3) {
  width: 92%;
  margin: 0 auto;
  margin-top: 6%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
}
#soy_about h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #00612E;
  width: 92%;
  margin: 0 auto;
}
#soy_about p {
  font-size: 16px;
  line-height: 25px;
  width: 92%;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 4%;
}
#soy_about table {
  width: 92%;
  margin: 0 auto;
  margin-top: 5%;
  font-size: 14px;
}
#soy_about table tr {
  border-top: 1px solid #989592;
  border-bottom: 1px solid #989592;
}
#soy_about table th {
  padding: 3%;
  text-align: left;
  font-weight: bold;
  color: #00612E;
  width: 24%;
}
#soy_about table td {
  width: 66%;
  padding-bottom: 3%;
  line-height: 25px;
  color: #5D5750;
}
#soy_about table td a:hover {
  opacity: 0.5;
}
.about_map {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
}
.about_map iframe {
  position: absolute;
  top: 55%;
  width: 92%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer {
  color: #fff;
}
.footer_wrap {
  background-color: #197243;
  background-image: url(../../wp-content/uploads/2026/01/footer_bg1.png), url(../../wp-content/uploads/2026/01/footer_bg2.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  padding-top: 15%;
}
.footer_wrap .footer_logo {
  background-color: #fff;
  width: 100%;
}
.footer_wrap .footer_logo img {
  width: 20%;
  margin: 0 auto;
  padding: 2.5% 0;
}
.footer_wrap p:nth-of-type(1) {
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 4%;
  margin-bottom: 2%;
}
.footer_wrap p:nth-of-type(2) {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 2%;
}
.footer_wrap > a {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.footer_wrap p:nth-of-type(3) {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 7%;
  margin-bottom: 2%;
}
.footer_wrap p:nth-of-type(3) a {
  font-size: 32px;
  text-decoration: none;
  color: #fff;
}
.footer_wrap p:nth-of-type(4) {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 2%;
}
.footer_wrap .footer_box {
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 5%;
  padding-bottom: 10%;
}
.footer_wrap .footer_box a {
  width: 49%;
}
footer > p {
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background-color: #00612E;
  padding-top: 2%;
  padding-bottom: 2%;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
section.intro_text {
  padding: 8% 0 0;
}
section.intro_text p {
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.8em;
  width: 86%;
  margin: 0 auto;
  padding: 4.5% 5.5%;
  color: #5D5750;
  font-size: 1.1em;
  line-height: 1.4;
}
section.intro_text p span {
  background: linear-gradient(transparent 60%, #fffbc8 60%);
}
section#soy_voice_lead_qa {
  position: relative;
  margin-top: 30%;
  padding-bottom: 40%;
}
section#soy_voice_lead_qa .voice_lead_qa_msg {
  width: 90%;
  margin: 0 auto;
  background-image: url(../../wp-content/uploads/2026/01/top_line.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 17.4%;
  margin-top: -8%;
}
section#soy_voice_lead_qa .voice_lead_qa_msg p {
  text-align: center;
  font-size: 18px;
  color: #433C35;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 2px;
  padding-bottom: 7%;
}
.voice_qalist {
  position: relative;
  padding-top: 10%;
  margin-top: -3%;
}
.voice_qalist h2 {
  position: relative;
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #5D5750;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2% 5%;
  width: 63%;
  margin-left: 23%;
  margin-bottom: 8%;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.voice_qalist > img {
  position: absolute;
  z-index: 9;
  width: 40%;
  top: 0;
  left: 0;
}
.faq_box {
  box-sizing: border-box;
  width: 92%;
  margin: 0 auto;
  margin-top: 5%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 6% 6% 6%;
  line-height: 1.4;
  color: #5D5750;
}
.faq_box h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  color: #197243;
  padding-left: 3rem;
  line-height: 1.4;
}
.faq_box h3::before {
  content: "Q";
  position: absolute;
  color: #197243;
  font-size: 1.1em;
  font-weight: 900;
  margin-right: 0.5rem;
  left: 0;
  top: -0.3rem;
  line-height: 1.6;
  width: 2.5rem;
  height: 2.5rem;
  background: #f1eee7;
  border-radius: 100%;
  text-align: center;
}
#soy_conditions h2 span {
  display: block;
  font-size: 0.6em;
  line-height: 1.4;
  margin-top: 0.5rem;
  color: #a79c83;
}
/**************************************/
/* スマートフォン CSS                   */
/**************************************/
@media (max-width: 480px) {
  body.is-menu-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }
  .wrapper {
    width: 100%;
  }
  #soy_navi .hamburger {
    transform: none;
    margin-left: 0;
    left: auto;
    top: 2%;
    right: 5%;
    width: 37px;
    height: 37px;
  }
  #soy_navi .hamburger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
  }
  #soy_navi .hamburger span:nth-child(1) {
    top: 7px;
  }
  #soy_navi .hamburger span:nth-child(2) {
    top: 13px;
  }
  #soy_navi .hamburger span:nth-child(3) {
    top: 19px;
  }
  #soy_navi .hamburger.active span:nth-child(1) {
    transform: translateX(-50%) translateY(6px) rotate(45deg);
  }
  #soy_navi .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  #soy_navi .hamburger.active span:nth-child(3) {
    transform: translateX(-50%) translateY(-6px) rotate(-45deg);
  }
  #soy_navi .overlay-menu ul {
    width: 100%;
  }
  #soy_navi .overlay-menu li {
    padding: 5% 10%;
  }
  #soy_navi .overlay-menu li::after {
    right: 10%;
  }
  #soy_mv {
    background-position: right;
  }
  .mv_msg {
    /* width: 80%; */
    background-size: contain;
    padding-top: 16%;
    padding-bottom: 5%;
  }
  .mv_msg h2 {
    font-size: 7.2vw;
    line-height: 11vw;
    margin-bottom: 24%;
  }
  .mv_msg img {
    bottom: 75.5%;
  }
  .mv_msg p {
    font-size: 4vw;
    line-height: 7vw;
  }
  #soy_mv ul {
    width: 112%;
    bottom: 27.5%;
  }
  #soy_mv li {
    font-size: 3.9vw;
    letter-spacing: 0.2vw;
  }
  #soy_probrem h2 {
    font-size: 4.8vw;
  }
  #soy_probrem li {
    font-size: 3.9vw;
  }
  #soy_probrem .probrem_msg p, section#soy_voice_lead_qa .voice_lead_qa_msg p {
    font-size: 3.6vw;
    line-height: 8vw;
    letter-spacing: 0.5vw;
  }
  #soy_reason h2 {
    font-size: 4.8vw;
    line-height: 7.5vw;
  }
  #soy_reason .reason_box_title h4 {
    font-size: 4vw;
    padding-top: 33.1%;
  }
  #soy_reason .reason_box p {
    font-size: 3.6vw;
    letter-spacing: 0.1vw;
  }
  .soy_contact .contact_msg p {
    font-size: 5.0vw;
    letter-spacing: 0.2vw;
    line-height: 7vw;
  }
  #soy_voice h2 {
    font-size: 4.8vw;
  }
  #soy_voice .voice_detail {
    height: 80%;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .splide__track, .splide__list {
    display: flex;
    align-items: stretch;
  }
  .splide__slide {
    display: flex;
    flex-direction: column;
  }
  #soy_voice .voice_detail p {
    font-size: 3.2vw;
    letter-spacing: 0.1vw;
    line-height: 4.2vw;
  }
  #soy_future h2 {
    font-size: 4.8vw;
  }
  #soy_future .future_box h4 {
    font-size: 4.1vw;
  }
  #soy_future .future_box p {
    font-size: 3.6vw;
    letter-spacing: 0.1vw;
  }
  #soy_conditions h2 {
    font-size: 4.8vw;
  }
  #soy_conditions table {
    font-size: 3vw;
  }
  #soy_conditions table td {
    padding-bottom: 1%;
  }
  #soy_about h2 {
    font-size: 4.8vw;
  }
  #soy_about h4 {
    font-size: 3.8vw;
    letter-spacing: 0.1vw;
    line-height: 6vw;
  }
  #soy_about p {
    font-size: 3.4vw;
    line-height: 4.4vw;
  }
  #soy_about table {
    font-size: 2.9vw;
  }
  #soy_about table td {
    padding-bottom: 2%;
    line-height: 1.6;
  }
  #soy_about table th {
    padding: 3% 3% 2.5% 3%;
  }
  .footer_wrap p:nth-of-type(1) {
    font-size: 3.5vw;
    letter-spacing: 0.08vw;
  }
  .footer_wrap p:nth-of-type(2) {
    font-size: 2.8vw;
    letter-spacing: 0.08vw;
  }
  .footer_wrap p:nth-of-type(3) {
    font-size: 5.0vw;
    letter-spacing: 0.08vw;
  }
  .footer_wrap p:nth-of-type(3) a {
    font-size: 7.5vw;
  }
  .footer_wrap p:nth-of-type(4) {
    font-size: 2.8vw;
    letter-spacing: 0.08vw;
  }
  footer > p {
    font-size: 1.8vw;
    letter-spacing: 0.01vw;
  }
  #soy_reason .reason_box {
    padding-top: 8%;
  }
  .voice_qalist h2 {
    font-size: 4.8vw;
    line-height: 7.5vw;
  }
  .faq_box h3 {
    font-size: 1em;
    margin-bottom: 0.8rem;
    padding-left: 2.5rem;
  }
  .faq_box h3::before {
    margin-right: 0.5rem;
    left: 0;
    top: -0.3rem;
    line-height: 1.6;
    width: 2rem;
    height: 2rem;
  }
  section#soy_voice_lead_qa {
    margin-top: 25%;
  }
  .faq_box p {
    font-size: 3.6vw;
    letter-spacing: 0.1vw;
  }
}