@charset "UTF-8";

/* CSS Document */
/*************
1.共通
2.freezer_lp
3.confirmation.html
*************/
/*******
1.共通
*******/
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
}

@media screen and (max-width: 1366px) {
  html {
    font-size: calc(100vw / 1366 * 10);
  }
}

@media screen and (max-width: 780px) {
  html {
    font-size: calc(100vw / 780 * 10);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 390 * 10);
  }
}

/* @media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 768 * 10);
  }
} */

@media screen and (max-width: 390px) {
  html {
    font-size: calc(100vw / 390 * 10);
  }
}


img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

#freezer_lp {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
  color: #234E28;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br {
  display: inline-block;
}

.cnt_in {
  max-width: 1200px;
  margin: 0 auto;
}

.border {
  background: linear-gradient(transparent 73%, #F7EB5F 60%);
}

/*******
2.freezer_lp
*******/
.slider.sp,
.popup_area {
  display: none;
}

.header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}

.header h1 {
  max-width: 300px;
}

.cnt_strong02 {
  max-width: 616px;
  column-gap: 0;
  padding: 2.5rem 0;
}

.cs02 {
  max-width: 650px;
}

.cs03 {
  max-width: 685px;
}

.cnt_strong .strong,
.cnt_strong02 .strong {
  font-weight: 600;
}

.cnt_strong .add_info,
.cnt_strong02 .add_info {
  font-size: 1.4rem;
}

.under_line {
  background: linear-gradient(transparent 75%, #F7EB5F 50%);
}

.slider {
  margin-top: -5rem;
  z-index: 0;
}

.f_cnt-wrapper {
  position: relative;
  z-index: 2;
  width: 49%;
  max-width: 540px;
  padding: 4rem;
  background-color: #fff;
  box-shadow: 0px 0px 1.4rem rgba(40, 65, 5, 0.13);
  border-radius: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}


.form02 {
  margin: 0 auto;
  position: absolute;
  top: -6.4rem;
  left: 50%;
  transform: translate(-50%);
}

.f_cnt-wrapper p {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 5.5rem;
}

.f_cnt-wrapper input,
.f_cnt-wrapper textarea {
  padding: 1.3rem 1.5rem;
  border: 1px solid #D6D6D6;
  background: #fff;
  font-size: 1.6rem;
  width: 100%;
}

.form_item {
  margin: 0 auto 18px;
}

.form_item:nth-child(4) {
  margin-bottom: 20px;
}

.f_ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.btn-send {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: var(--yellow);
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s all ease-in-out;
}

.btn-send:hover {
  background: var(--primary);
}

.btn-send:hover input {
  color: #fff;
}

.btn_txt {
  position: relative;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
}

.btn_txt input {
  position: relative;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: .3s;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: none;
  color: var(--text-color25);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 2;
  width: 100%;
  display: block;
}


.btn_txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 60px);
  transform: translateY(-50%);
  width: 24px;
  height: 16px;
  background-image: url('/soko_2025/img/icon-mail.svg');
  background-size: cover;
  z-index: 2;
}

.btn-send:hover .btn_txt::before {
  background-image: url('/soko_2025/img/icon-mail--white.svg');
}

#main_area {
  min-height: 900px;
  background-image: url("../img/top_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -80px;
  padding-top: 65px;
  position: relative;
}

#main_area .contents_in {
  z-index: 2;
  padding: 0;
}

#main_area h1 {
  max-width: 300px;
  margin-bottom: 5.7rem;
}

#main_area .small_txt {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4.9rem;
  letter-spacing: 0.3px;
  margin-bottom: 0.7rem;
  width: 48%;
}

#main_area .big_txt {
  font-size: 6rem;
  line-height: 7.2rem;
  letter-spacing: 0.3px;
  margin-bottom: 2.5rem;
  width: 48%;
}

#main_area .strong {
  font-weight: 700;
}

#main_area .medium_txt {
  font-size: 3rem;
  line-height: 5.8rem;
  letter-spacing: 0.3px;
  margin-bottom: 3.2rem;
  width: 48%;
}

#main_area .cnt_strong {
  position: relative;
  padding: 1.5rem;
  width: 48%;
  max-width: none;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  background: #F7EB5F;
  z-index: 1;
}

#main_area .cnt_strong ul {
  display: inline-block;
  margin: 1.5rem auto;
  padding: 1rem 3rem;
  background: #FFF;
}

#main_area .cnt_strong li {
  display: list-item;
  margin: 0.5rem 0 0.5rem 3rem;
  font-size: 2.4rem;
  text-align: left;
  list-style: circle;
}

#main_area.f_cnt-wrapper {
  position: absolute;
  top: -5rem;
  right: 2%;
  z-index: 2;
  width: 49%;
  max-width: 540px;
  padding: 4rem;
  background-color: #fff;
  box-shadow: 0px 0px 1.4rem rgba(40, 65, 5, 0.13);
  border-radius: 0.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}

#description {
  position: relative;
  padding: 10rem 0 9.3rem;
  background: #F5F8E9;
}

#description .cnt_img {
  max-width: 530px;
  margin-left: 3rem;
  position: relative;
}

#description .cnt_img .sub_text {
  color: #FFFFFF;
  position: absolute;
  font-size: 1.6rem;
  line-height: 2.4rem;
  bottom: 2rem;
  left: 2rem;
}

#description .cnt_img.bg_text {
  position: absolute;
  max-width: none;
  margin: 0;
  top: 0;
  left: 0;
}

#description .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 2rem;
}

#description .cnt_txt {
  display: inline-block;
  max-width: 600px;
}

#description .top_text {
  font-size: 4.6rem;
  line-height: 6.6rem;
  font-weight: 500;
  margin-bottom: 2.7rem;
}

#description .top_text .medium {
  font-size: 3.2rem;
  line-height: 4.6rem;
}

#description .top_text .small {
  font-size: 2.6rem;
  line-height: 3.7rem;
}

#description .top_text .bold {
  font-weight: 900;
}

#description ul {
  font-size: 1.8rem;
  line-height: 3.6rem;
}

#description ul li {
  display: flex;
  margin-bottom: 1rem;
}

#description ul li span {
  margin-right: 1rem;
}


#message_area {
  background: url("../img/message_bg.png")center/cover;
}

#message_area .message_wrap {
  position: relative;
  padding: 0 2rem;
}

#message_area .contents_in {
  padding: 19rem 0 13rem;
  max-width: 1200px;
  margin: 0 auto;
}

#message_area .cnt_g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 16.5rem;
}

#message_area .cnt_g:last-child {
  margin-bottom: 0;
}

#message_area .cnt_g:nth-child(even) {
  flex-flow: row-reverse;
}

#message_area .cnt_g::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  max-width: 1076px;
  height: 110%;
  border: 0.8rem solid #F5F8E9;
  background: #FFFFFF;
}

#message_area .cnt_g .cnt_text {
  max-width: 615px;
  width: 55%;
  z-index: 2;
}

#message_area .cnt_g .cnt_text .top_text {
  font-size: 5rem;
  line-height: 7.2rem;
  font-weight: 500;
  margin-bottom: 5rem;
}

#message_area .cnt_g .cnt_text .top_text .small {
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
}

#message_area .cnt_g .cnt_text .top_text .medium {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 6.1rem;
}

#message_area .cnt_g .cnt_text .top_text .bold {
  font-weight: 900;
}

#message_area .cnt_g .cnt_text p {
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin-bottom: 2.2rem;
}

#message_area .cnt_g .cnt_text p.bold {
  font-weight: 500;
}

#message_area .cnt_g .cnt_text .message {
  font-size: 2.6rem;
  line-height: 4.2rem;
  font-weight: 500;
}

#message_area .cnt_g .cnt_img {
  max-width: 530px;
  width: 45%;
  margin-left: 3rem;
  position: relative;
  z-index: 2;
}

#message_area .cnt_g:nth-child(even) .cnt_img {
  margin-right: 3rem;
  margin-left: 0;
}

#company_area {
  background: rgb(255, 255, 255);
  background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(245, 248, 233, 1) 100%);
}

#company_area .company_wrap {
  position: relative;
  padding: 0 2rem;
}

#company_area .cnt_img.bg_text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#company_area .contents_in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10% 0 9rem;
  z-index: 2;
}

#company_area h2 {
  font-size: 5.5rem;
  line-height: 8rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 4rem;
}

#company_area dl {
  font-size: 2rem;
  line-height: 2.9rem;
  letter-spacing: 0.3px;
  margin-bottom: 3rem;
}

#company_area dl .flex_box {
  display: flex;
  border-bottom: solid #E8EDD2 2px;
}

#company_area dl .flex_box:first-child {
  border-top: solid #E8EDD2 2px;
}

#company_area dl dt {
  background: #F5F8E9;
  padding: 2rem 0 2rem 6rem;
  width: 100%;
  max-width: 286px;
}

#company_area dl dd {
  background: #FFFFFF;
  padding: 2rem 0 2rem 6rem;
}

#company_area dl dd .sub_text {
  color: #7B897D;
}

#company_area .map_g .title {
  font-size: 2rem;
  line-height: 2.9rem;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

#company_area .map_g .title::before {
  position: absolute;
  content: "";
  background: url("../img/icon_map.png")no-repeat center/contain;
  width: 1.3rem;
  height: 1.8rem;
  top: 0.7rem;
  left: 0;
}

#company_area .map_g .map {
  height: 54.8rem;
  border: solid #707070 1px;
}

.point02 .cnt_p_img {
  margin-left: 37rem;
}

.point02 .cnt_p_txt {
  position: absolute;
  z-index: 2;
  top: 14rem;
  left: 0;
  padding: 31rem 0 0 5rem;
}

.point02 .cnt_n_img {
  position: absolute;
  top: -7rem;
  left: 2rem;
  padding: 0 4.5rem;
}

.bold {
  font-weight: 600;
}

.txt_42 {
  font-size: 4.2rem;
}

.point03 .cnt_p_txt {
  padding: 31rem 0 0 15.6rem;
}

.caution {
  display: block;
  margin-top: 14rem;
  text-align: right;
  line-height: 1.1;
  color: #fff;
}

#cnv_area .ttl_area {
  width: 100%;
  background: url("../img/cv_bg.jpg") no-repeat center/cover;
  padding: 9.3rem 0 14.3rem;
}

#cnv_area .ttl_area h3 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  line-height: 1.8;
}

footer {
  width: 100%;
}

footer .cnt_logo {
  max-width: 366px;
  margin: 5.3rem auto 5.7rem;
}

footer a {
  color: #898989;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.3px;
  text-decoration: underline;
  max-width: 300px;
  text-align: center;
  display: block;
  margin: 0 auto 6rem;
}

/*******
3.confirmation.html
4.done.html
*******/

.cnt_wrapper {
  padding: 5.4rem 0 12rem;
}

#confirmation .cnt_logo,
#done .cnt_logo {
  max-width: 222px;
  margin: 0 auto;
  padding: 1.8rem 0;
}

/*******
3.confirmation.html
*******/
#confirmation .header,
#done .header {
  width: 100%;
  height: 8rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

#confirmation .cnt_form {
  padding: 7.5rem 0 3.5rem;
}

#confirmation .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 2rem;
}

#confirmation dl {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
}

#confirmation dl dt {
  font-size: 1.6rem;
  color: #7E7E7E;
  margin-bottom: 1.8rem;
}

#confirmation dl dd {
  font-size: 1.8rem;
  color: #000;
}

#confirmation .cnt_f {
  margin-bottom: 4.7rem;
}

#confirmation .btn-back {
  position: relative;
  width: 50%;
  height: 6rem;
  background: #727272;
  border-radius: 3.4rem;
  line-height: 6.8rem;
}

#confirmation .btn-back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.4rem;
  transform: translateY(-50%) rotate(180deg);
  width: 1.7rem;
  height: 1.459rem;
  background-image: url("https://www.silver-life.co.jp/wp/wp-content/uploads/2022/06/arrow.png");
  background-size: cover;

}

#confirmation .txt_back {
  position: relative;
  width: 100%;
  height: 6rem;
  background: #727272;
  border-radius: 3.4rem;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

/*******
4.done.html
*******/
.f_for_sp {
  display: none;
}

#done h1 {
  margin: 9.5rem auto 4.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  color: #234E28;
  text-align: center;
}

#done .done_body {
  margin-bottom: 9.5rem;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.8;
}

.btn_to_top {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #27582D;
  border-radius: 3.4rem;
  width: 100%;
  max-width: 374px;
  margin: 0 auto;
  padding: 2.5rem 0;
  color: #fff;
  text-align: center;
}

.btn_to_top {
  position: relative;
  height: 6.8rem;
}

.btn_to_top span {
  position: relative;
  display: inline-block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  border: none;
  width: 100%;
  max-width: 375px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  z-index: 2;
}

.btn_to_top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-90%);
  transform: translateX(-90%);
  background: #63B62F;
  z-index: 1;
}

.btn_to_top:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.btn_to_top:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.4rem;
  transform: translateY(-50%);
  width: 1.7rem;
  height: 1.459rem;
  background-image: url("../img/arrow.png");
  background-size: cover;
  z-index: 2;
}

/* 2025 */
html {
  scroll-behavior: smooth;
}

:root {
  --text-color25: #1A1A1A;
  --primary: #348C3F;
  --gray-bg-color25: #F3F3F3;
  --yellow: #F6F213;
  --gray: #F3F3F3;
  --roboto: "Roboto", sans-serif;
}

#freezer_lp.freezer_lp {
  color: var(--text-color25);
}

/* common */
.boxshadow15 {
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.15);
}

.boxshadow25 {
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.15);
}

.headerlogo {
  width: 100%;
  padding: 0 2%;
  position: relative;
  z-index: 11;
}

.header_logoImg {
  width: 20.1rem;
  aspect-ratio: 201/39;
  object-fit: cover;
}

.contents_in {
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}


.title {
  font-size: 2.4rem;
  font-family: var(--roboto);
  color: var(--primary);
}

.subtitle {
  margin-top: 1.4rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.44;
}

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

.text-white {
  color: #fff;
}

.text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  /* font-feature-settings: "palt"; */
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#message_area {
  color: #234E28;
}

/* end-common */

/* form */
.form .form_title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
  font-feature-settings: "palt";
}

.form .f_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  /* flex-direction: row-reverse;
  justify-content: flex-end; */
  align-items: center;
  flex-wrap: wrap;
}

.required {
  background: var(--text-color25);
  color: #fff;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  padding: 0.4rem 1rem;
  margin-left: unset;
  margin-right: 1.7rem;
}

.form .form_note {
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 400;
}

.form .form_item {
  margin: 0 auto 2.2rem;
}

.form .f_cnt-wrapper input,
.form .f_cnt-wrapper textarea {
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-family: inherit;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 1.3rem 2rem;
}

.form .f_cnt-wrapper textarea {
  height: 4.8rem;
  resize: none;
}

.form .f_cnt-wrapper input::placeholder,
.form .f_cnt-wrapper textarea::placeholder {
  color: #A8A8A8;
}

.form .f_cnt-wrapper p {
  margin-bottom: 2.5rem;
}

.form .form_tag {
  position: absolute;
  top: -12.8rem;
  right: -8.8rem;
  background-color: var(--yellow);
  color: var(--primary);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  width: 212px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1rem rgba(30, 101, 38, 0.5);
}

.form .btn_txt input {
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-left: 5rem;
}

.confirm .contents_in {
  max-width: 650px;
}

.completed .contents_in {
  max-width: 650px;
}

.confirm .btn-send {
  border-radius: 3.4rem;
  width: 50%;
}


#main_area.mainv {
  background-image: url("../img/2025mainv.png");
  background-size: 1025px auto;
  background-position: 30% 0%;
  position: relative;
  padding-top: 20px;
  z-index: 10;
}

#main_area.mainv::before {
  content: "";
  width: 58.6vw;
  aspect-ratio: 800/514;
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #ffffff 0%, #ffffff30 100%);
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.mainv::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 29.4vw;
  height: 2280px;
  background: linear-gradient(to bottom, #8EC965, #ffffff);
  z-index: -10;
}

.mainv__small_txt {
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--text-color25);
  font-weight: 700;
}

.mainv__bigtext {
  font-size: 6rem;
  color: var(--text-color25);
  font-weight: 500;
}

#main_area.mainv .strong {
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0;
}

#main_area.mainv .text--blue25 {
  color: #4F80E8;
}

#main_area.mainv .text--orange25 {
  color: #E8714F;
}

#main_area.mainv .text--green25 {
  color: var(--primary);
}

.mainv__subtitle {
  margin-top: 1rem;
  font-size: 3.2rem;
  line-height: calc(46/32);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text-color25);
}

.mainv__wrapper {
  display: flex;
  gap: 4.8rem;
  align-items: center;
}

.mainv__slogan {
  margin-top: 1.2rem;
  width: 100%;
  background-color: var(--primary);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  min-height: 4.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 1rem;
}

.mainv__boxWrapper {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  gap: 1rem;
}

.mainv__box {
  width: calc(33.33% - 1rem * 2 / 3);
  background-color: var(--gray-bg-color25);
  padding: 1.4rem;
  text-align: center;
  border-radius: 1rem;
}

.mainv__checkImg {
  width: 3.1rem;
}

.mainv__textBox {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 700;
  color: var(--primary);
}

.mainv .f_cnt-wrapper p {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.33;
  color: var(--text-color25);
}

.mainv .f_cnt-wrapper {
  position: unset;
  width: 64.5%;
  max-width: 544px;
  padding: 3rem 3rem 5rem;
  flex-shrink: 0;
}

.mainv .slider {
  margin-top: 7.5rem;
}

.mainv .slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainv .slider .slick-slide {
  width: 41rem;
  aspect-ratio: 410/371;
  height: auto;
}


/* description */

#description.description {
  background-color: unset;
  padding: 10.8rem 0 9.3rem;
}

.description {
  margin-top: -21rem;
}

#description .flex {
  margin-top: 3.4rem;
  padding: 0;
  gap: 3.5rem;
}

.description .contents_in {
  background-color: var(--primary);
  border-radius: 1rem;
  padding: 7.1rem 6rem 8.1rem;
  position: relative;
  z-index: 50;
}

.description .contents_in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/desc.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.desc_title {
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.desc_title-big {
  font-size: 5.2rem;
  position: relative;
  z-index: 10;
  color: var(--yellow);
  position: relative;
}

.desc_title-big::before {
  position: absolute;
  content: "";
  top: -0.7rem;
  left: -1.1rem;
  background-image: url('/soko_2025/img/quote-left.svg');
  width: 4.7rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.desc_title-big::after {
  position: absolute;
  content: "";
  top: -0.8rem;
  right: -0.8rem;
  background-image: url('/soko_2025/img/quote-right.svg');
  width: 4.7rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.desc-icon {
  width: 2.7rem;
}

.desc-box {
  background-image: url('/soko_2025/img/bg-desc.png');
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3rem 2.8rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--text-color25);
  margin-top: -1rem;
}

.desc-cnt {
  width: calc(70% - 3.5rem / 2);
}

.desc-imgwrapper {
  width: 30%;
  flex-shrink: 0;
  aspect-ratio: 339/388;
  border-radius: 1rem;
  overflow: hidden;
}

.desc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desc_note {
  text-align: end;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.desc_text {
  margin-top: 2.3rem;
  font-size: 4.2rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--yellow);
  text-align: center;
  position: relative;
  z-index: 1;
}

.desc_text-white {
  color: #fff;
}

/* point */
.point {
  position: relative;
  z-index: 10;
}

.point_wrapper {
  margin-top: 5.5rem;
}

.point_titlewrapper {
  text-align: center;
}

.point_reason {
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--primary);
}

.point_box {
  margin-top: 2.4rem;
  background-color: var(--gray);
  padding: 6.5rem 7.8rem 6rem 5.5rem;
  border-radius: 1rem;
  position: relative;
}

.point_title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.point_title-big {
  font-size: 4.2rem;
}

.point_cntwrapper {
  margin-top: 9.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7.5rem;
}

.point .text {
  flex-grow: 1;
}

.point_imgWrapper {
  width: 32%;
  flex-shrink: 0;
}

.point_imgBox {
  width: 100%;
  aspect-ratio: 345/263;
  border-radius: 1rem;
  overflow: hidden;
  display: block;
}

.point_titleBox {
  position: absolute;
  top: 5.5rem;
  left: -2.3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.point_tag {
  position: relative;
  font-size: 2.4rem;
  font-family: var(--roboto);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 23.6rem;
  aspect-ratio: 236/88;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: var(--yellow);
}

.point_tag::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url('/soko_2025/img/point-tag.png');
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -10;
}

.point_tag-number {
  font-size: 5rem;
  font-weight: 500;
}

.point_note {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: end;
}

.point_ttl-job {
  text-align: center;
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
}

.point_line {
  width: 5.2rem;
  height: 0.1rem;
  background-color: var(--text-color25);
}

.point_jobwrapper {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.point_jobBox {
  width: calc(25% - 2rem * 3 / 4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2.3rem;
  background-color: #fff;
  border-radius: 1rem;
}

.point_iconjob {
  width: 3.7rem;
  flex-shrink: 0;
}

.point_iconjob--30 {
  width: 2.9rem;
}

.point_iconjob--45 {
  width: 4.5rem;
}

.point_jobtext {
  flex-grow: 1;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}

/* product */

.product {
  margin-top: 2.4rem;
}

.product .contents_in {
  border: 0.3rem solid var(--primary);
  border-radius: 1rem;
  padding: 6rem;
}

.product_title {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

.product_wrapper {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}

.product_box {
  width: calc(33.33% - 3rem * 2/ 3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 1rem;
  background-color: var(--gray);
}

.product_imgBox {
  width: 46%;
  aspect-ratio: 167/109;
  height: 100%;
}

.product_text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.45;
  flex-grow: 1;
  text-align: center;
}

.product__oem {
  margin-top: 4.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

/* voice */
.voice {
  margin-top: 11.2rem;
  background-color: #8EC965;
  text-align: center;
  padding: 9rem 0 10rem;
  position: relative;
  z-index: 10;
}

.voice::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/soko_2025/img/bg-voice.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.13;
  z-index: -10;
}

.voice_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9.7rem;
  text-align: left;
}

.voice_box {
  margin-top: 5.2rem;
  padding: 3.6rem 5.7rem 4.1rem 7.1rem;
  background-color: #fff;
  border-radius: 3.6rem;
}

.voice_imgBox {
  width: 21.5%;
  flex-shrink: 0;
  aspect-ratio: 229/77;
}

.voice .text {
  font-feature-settings: unset;
}

/* faq */
.faq {
  text-align: center;
  padding: 7.2rem 0 13rem;
}

.faq_wrapper {
  margin-top: 5.8rem;
}

.faq_number {
  width: 6.4rem;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-family: var(--roboto);
  font-weight: 500;
  color: #fff;
  z-index: 10;
}

.faq_number::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('/soko_2025/img/icon-faq.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -10;
}

.fag_box {
  margin-top: 2rem;
  border-radius: 1rem;
  background-color: var(--gray);
  padding: 3.9rem 5.4rem 4.9rem;
}

.faq_titlewrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.faq_title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.faq .text {
  margin-top: 2.1rem;
  text-align: left;
}

/* cnv_area */
.cnv {
  background-color: var(--primary);
  padding: 10.2rem 0 14.5rem;
  position: relative;
  z-index: 10;
}

.cnv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('/soko_2025/img/cnv-bg.jpg');
  /* background-size: 100% 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.13;
}

.cnv_top {
  text-align: center;
}

.cnv_tags {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.cnv_tag {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.8rem 1.6rem;
  background-color: var(--yellow);
  border-radius: 1rem;
}

.cnv_mess {
  margin-top: 1.4rem;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
  color: #fff;
}

.cnv_paragraph {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #fff;
}

#cnv_area.cnv .cnv_bg {
  background-image: unset;
}

#cnv_area.cnv .f_cnt-wrapper {
  margin: 9.2rem auto 0;
  width: 81%;
  max-width: 973px;
  padding: 5.5rem 6rem 6.5rem;
}

/* company */

#company .company_wrap {
  text-align: center;
}

.ps {
  text-align: center;
  margin-top: 7rem;
}

.ps_text-big {
  color: var(--primary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}

.company_titlewrapper {
  margin-top: 10.8rem;
  text-align: center;
}

.company .flex_box {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  gap: 2.8rem;
}

.company .flex_box dt {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: var(--gray);
  min-width: 186px;
  min-height: 6.5rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
}

.company_info {
  max-width: 852px;
  width: 100%;
  margin: 5rem auto 0;
}

.flex_box-tag {
  align-self: stretch;
  min-height: unset;
}

.flex_text-bold {
  font-weight: 700;
  padding: 2.4rem 0 0.7rem;
  line-height: 1.8;
}

.company .flex_box:last-child .sub_text {
  font-weight: 500;
  display: inline-block;
}


/* .company .flex_box:last-child .sub_text:not(:last-child) {
  margin-bottom: 2.8rem;
} */

.company .map_g {
  margin-top: 7.5rem;
}

.company .map {
  width: 100%;
  aspect-ratio: 1178/482;
}

.footer_copyright {
  font-size: 1.4rem;
  color: #ADADAD;
  font-weight: 400;
  text-align: center;
  margin-bottom: 4rem;
}

.footer_backBox {
  width: 5rem;
  aspect-ratio: 1;
  border-radius: 0.5rem;
  background-color: #666666;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.footer_backBox--hidden {
  opacity: 0;
}

.footer_backtop {
  width: 1.4rem;
}

/* hidden recapcha icon*/
.grecaptcha-badge {
  display: none;
}