:root { 
  --vw: 10px; 
  --vh: 10px;
}
html {
  overflow-y: scroll;
}

/* :root {
  scroll-padding-top: 80px;
} */

body {
  width: 100%;
  font-size: 1.1rem;
  color: #252525;
  background: #fff;
  font-weight: normal;
  font-family: '游ゴシック', 'YuGothic', '游ゴシック体', '游ゴシック Medium', 'Yu Gothic Medium', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
  overflow: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 130px 110px;
}

.cb {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

h2 {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-bottom: 80px;
  text-align: center;
  color: #0f3291;
}

h2 span {
  font-size: 1.5rem;
  color: #00AFF0;
}

.h2_left {
  text-align: left;
}

/*header*/
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 10;
  background-color: #fff;
}

.header ul {
  width: 87%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header ul li {
  display: inline-block;
  margin: 35px 15px;
}

/*  */
.header ul .mail {
  margin: 0 0 0 30px;
  /* height: 110px; */
  background: #0f3291;
}

/*  */
.header .logo {
  width: 13%;
  /* max-width: 240px; */
  height: 100px;
  float: left;
  margin: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.header .logo img {
  width: 10vw;
}

.pc li a {
  text-decoration: none;
  color: #1E2124;
  font-weight: 600;
  font-size: 1.1rem;
}

.sp {
  display: none;
}

.pc .tel {
  /* margin-left: 55px; */
  margin: 0 22px;
  position: relative;
  font-weight: 600;
  font-size: 1.45vw;
  color: #0f3291;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  position: relative;
  top: -5px;
}

.pc .tel span {
  font-size: 0.8vw;
}

.pc .tel img {
  width: 40px;
  margin-right: 5px;
}

.pc .tel a {
  font-size: 1.45vw;
  color: #0f3291;
}

.sp_tel_mail {
  display: none;
}

.contact_btn_02 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact_btn_blue {
  background-color: #EDF4FC;
}
.contact_btn_02 a {
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 150px;
  border-radius: 50px;
  color: #fff;
  background: #0f3291;
}

.contact_btn_02 a:hover {
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
  opacity: 0.8;
}

.contact_btn_02 .b_white {
  background: #fff;
  color: #1E2124;
}

.contact_btn_02 .b_white:hover {
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
  background: #e6e6e6;
}

.nav {
  height: 100px;
}

.pc .mail:hover {
  opacity: 0.8;
}

/*main*/
section .kv_inner {
  max-width: 1500px;
}
#main {
  background-size: 100%;
  background-position: bottom;
  padding-top: 100px;
  background: url("/area/sendai/img/kv_01.jpg?v=20240724")no-repeat;
  background-size: cover;
  height: 750px;
  background-position: center bottom;
  margin-left: 25%; /* 写真をずらす */
  position: relative;
}
#main .copy {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  margin: 20px 0 30px;
  color: #000;
  text-align: left;
  /* text-shadow: 3px 3px 9px #666666; */
  position: absolute;
  /* z-index: 15; */
  top: 25px;
  left: 0%;
  line-height: 1.4;
}
#main .copy_text {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  color: #000;
  text-align: left;
  /* text-shadow: 0px 3px 6px #666666; */
  position: absolute;
  /* z-index: 15; */
  top: 196px;
  left: 0%;
}
.medal {
  width: 42%;
  display: block;
  width: 470px;
  position: absolute;
  /* z-index: 15; */
  top: 415px;
  left: 0%;
}
.kv_text_area {
  position: absolute;
  width: 715px;
  height: 600px;
  top: 170px;
  left: -18%;
  /* display: inline-block; */
  background-color: rgba(255,255,255, 0.7);
  border-radius: 20px;
  /* z-index: 2; */
}
.kv_blue {
  color: #0f3291;
}
.pc li .contact_btn {
  /* background: #FFA000; */
  color: #fff;
  /* border-radius: 50px; */
  /* padding: 0.5vw 2.2vw; */
  padding: 0vw 1.2vw;
  font-size: 1.1vw;
  /* position: relative;
    top: -5px; */
  /* display: inline-block; */
  line-height: 100px;
  display: block;
}

/*下からフェードイン*/
.fade-in-bottom_1 {
  opacity: 0;
  animation: fadein-bottom 1.5s ease-out forwards;
}
.fade-in-bottom_2 {
  opacity: 0;
  animation: fadein-bottom 1.5s 0.5s ease-out forwards;
}
.fade-in-bottom_3 {
  opacity: 0;
  animation: fadein-bottom 1.5s 1s ease-out forwards;
}
@keyframes fadein-bottom {
  0% {
     opacity: 0;
     transform: translateY(20px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}
/*  */
.obj_01 {
  width: 370px;
  position: absolute;
  top: 57%;
  left: 86%;
  z-index: 2;
}

footer {
  /* max-width: 1550px; */
  margin: 100px auto 0;
  /* padding-bottom: 60px; */
  text-align: center;
  /* display: grid;
  grid-template-columns: 1fr 2fr 1fr; */
  font-weight: 500;
  /* padding-right: 20px;
  padding-left: 20px; */
}

.footer_contents {
  padding-right: 20px;
  padding-left: 20px;
}

.footer_policy {
  margin-bottom: 20px;
  /* text-align: left; */
  font-weight: 600;
}

footer .logo {
  width: 200px;
  margin: 0 auto;
  margin-top: 80px;
}

footer .sendai_title {
  color: #0f3291;
  font-weight: 600;
}

footer .write {
  /* text-align: right; */
  background-color: #0f3291;
  color: #fff;
  padding: 20px 0;
  margin-top: 50px;
  font-weight: 600;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 5;
}

#pagetop a {
  background: #0f3291;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #355ecb;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

#pagetop .arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 50px;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  position: relative;
  top: 14px;
}

.footer_policy a {
  text-decoration: none;
  color: #1E2124;
}

/*REASON*/
#reason .reason_box:nth-child(n+2) {
  margin-top: 80px;
}
#reason .reason_box .title {
  font-size: 2rem;
  color: #0f3291;
  font-weight: 600;
  /* display: inline-block; */
  background: linear-gradient(270deg, #ffffff 0%, #DCEAF9 100%);
  line-height: 1.3;
  padding: 10px 50px 16px 22px;
  margin-bottom: 30px;
}
#reason .reason_box .title .number {
  font-size: 3rem;
  color: #00AFF0;
  margin-right: 20px;
  position: relative;
  top: 6px;
  line-height: 1;
}
#reason .reason_box .flex_title {
  display: flex;
  padding: 15px 50px 12px 22px;
  align-items: center;
}
#reason .reason_box .flex_title p {
  margin: 0;
}
#reason .reason_box .flex_title .number {
  top: 0;
}
#reason .reason_box .subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
#reason .reason_box .img_flex {
  display: flex;
  width: 100%;
  align-items: center;
}
#reason .reason_box .img_flex .img_area {
  width: 45%;
  box-sizing: border-box;
  margin-right: 30px;
}
#reason .reason_box .img_flex .img_area img {
  width: 100%;
  border-radius: 20px;
}
#reason .text_area p {
  line-height: 1.7;
}
#reason .reason_box .img_flex .text_area {
  width: 55%;
}
#reason .reason_box .title .blue {
  color: #00AFF0;
}
#reason .reason_02_flex {
  display: flex;
  width: 100%;
}
#reason .reason_02_flex .text_reason {
  width: 75%;
}
#reason .text_reason p {
  font-size: 1.3rem;
  font-weight: 600;
}
#reason .reason_02_flex .img_area {
  width: 25%;
}
#reason .reason_02_flex .img_area img {
  width: 100%;
  max-width: 200px;
}
#reason .reason_03_flex {
  display: flex;
  width: 100%;
  gap: 50px;
}
#reason .reason_03_flex .flex_50 {
  width: 50%;
}
#reason .reason_03_flex .text_area p {
  font-size: 1.3rem;
  font-weight: 600;
}
#reason .reason_03_flex .img_area {
  text-align: center;
}
#reason .reason_03_flex .img_area img {
  width: 100%;
  max-width: 210px;
}
#reason .reason_03_flex .img_area .smart_img {
  width: 100%;
  max-width: 250px;
}
#reason .reason_04_flex {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
#reason .reason_04_flex .img_area {
  width: 600px;
}
#reason .reason_04_flex .img_area img {
  width: 100%;
}
#reason {
  position: relative;
}
.obj_02 {
  width: 310px;
  position: absolute;
  top: 97%;
  left: -5%;
  z-index: 2;
}

/*COMPANY*/
#company {
  /* background-color: #ffffff; */
  /* background-image: linear-gradient(90deg, #ffffff 0%, #DCEAF9 100%); */
  background-color: #EDF4FC;
}

.company_dl dl {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  width: 93%;
  margin-left: 7%;
}

.company_dl dt {
  width: 25%;
  float: left;
  font-weight: 600;
  /* color: #0f3291; */
}

.company_dl dd {
  margin-left: 25%;
}

.company_flex {
  display: flex;
  width: 100%;
  align-items: center;
}

.company_flex .company_img {
  width: 35%;
}

.company_img img {
  width: 100%;
  border-radius: 20px;
}

.company_flex .company_dl {
  width: 65%;
}

.sendai_office {
  margin-top: 20px;
}

.sendai_area {
  margin-top: 60px;
}
.sendai_area .title{
  font-size: 1.7rem;
  font-weight: 600;
}
.sendai_area .img_area {
  display: flex;
  width: 100%;
  gap: 20px;
}
.sendai_area .img_area .office_img {
  width: calc(100% / 3);
  margin: 0;
}
.sendai_area .img_area img {
  width: 100%;
  border-radius: 20px;
}
.sendai_area .text {
  /* font-weight: 600; */
  font-size: 1.2rem;
}

/*MEMBER*/
#member {
  /* background-color: #ffffff; */
  /* background-image: linear-gradient(270deg, #ffffff 0%, #DCEAF9 100%); */
  background-color: #EDF4FC;
  position: relative;
}

#member .member_flex {
  display: flex;
  width: 100%;
  align-items: center;
}

#member .member_area {
  display: grid;
  gap: 40px;
}

#member .member_flex .img_area {
  width: 25%;
}

#member .member_flex .img_area img {
  width: 100%;
  border-radius: 20px;
}

#member .member_flex .text_area {
  width: 75%;
  padding-left: 50px;
}

#member .border_color {
  border-bottom: 3px solid #00aff0;
  /* position: relative; */
  line-height: 1.2;
  margin-top: 0;
}

/* #member .border_color::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 9%;
  height: 3px;
  background: #0f3291;
} */
#member .name {
  font-weight: 600;
  font-size: 1.5rem;
  padding-bottom: 20px;
}

#member .name .position {
  font-size: 1.2rem;
  color: #000;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 600;
}

#member .name span {
  font-size: 1rem;
  color: #0f3291;
}
.obj_03 {
  width: 310px;
  position: absolute;
  top: 77%;
  left: 89%;
  z-index: 2;
}
/*INTERVIEW*/
#interview {
  position: relative;
  background-color: #fff;
}

#interview::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  /*background-color: #f2fbff;*/
  z-index: -1;
  left: 10%;
  border-radius: 20px;
}

.interview_box {
  height: auto;
}

.interview_flex {
  display: flex;
  width: 100%;
  /* align-items: center; */
}

.interview_flex .title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0f3291;
}

.interview_flex .img01 {
  width: 45%;
  border-radius: 20px;
}

.interview_flex .img01 img {
  border-radius: 20px;
}

.slide-items {
  width: 100%;
  height: 50%;
  margin: auto;
  padding-left: 0;
}

.interview_flex img {
  width: 100%;
  height: auto;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}

.interview_flex .text_box {
  width: 55%;
  padding: 10px 30px;
  /* background: #fff; */
}

.interview_link {
  text-decoration: none;
  color: #000;
}

.interview_link:hover {
  opacity: 0.8;
}

#interview .title {
  border-bottom: 1px solid #00aff0;
  padding-bottom: 30px;
}

#interview .leadmore {
  text-align: right;
  padding-right: 40px;
}

#interview .leadmore span {
  color: #0f3291;
  position: relative;
  font-weight: 600;
}

#interview .leadmore span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 108%;
  width: 23px;
  /* 横幅 */
  height: 23px;
  /* 高さ */
  border-radius: 50%;
  /* 角の丸み */
  background: #0f3291;
}

#interview .leadmore span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 115%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/*CASE*/
.case_text {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.case_dl {
  margin-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
}

.case_dl .dl_01 {
  width: 40%;
  display: block;
  float: left;
  margin: 5px 0;
  text-align: center;
}

.case_dl .dl_01 .main_dt {
  background: #0f3291;
  color: #fff;
  font-weight: 600;
  float: left;
  padding: 10px;
}

.case_dl .dl_01 .main_dt_buy {
  background: #00aff0;
  color: #fff;
  font-weight: 600;
  float: left;
  padding: 10px;
}

.case_dl .dl_01 .sub_dt {
  background: #CECECE;
}

.case_dl .dl_01 .sell {
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  background: #f8f0fb;
  font-weight: 600;
  border-left: 2px solid #0f3291;
  margin-bottom: 10px;
}

.case_dl .dl_01 .buy {
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  background: #ebf7fd;
  font-weight: 600;
  border-left: 2px solid #00b0ec;
  margin-bottom: 10px;
}

.case_dl .dl_01 dd {
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  font-weight: 600;
  border-left: 2px solid #0f3291;
  margin-bottom: 5px;
}

.case_dl .dl_02 {
  width: 20%;
  display: block;
  float: left;
  margin: 5px 0;
}
.case_dl .dl_02 dd {
  clear: left;
  text-align: center;
  margin: 20px 0;
  position: relative;
  top: 30px;
}

.case_dl dt {
  float: left;
  font-weight: 600;
  text-align: left;
  padding: 10px;
}

.case_dl dd {
  margin-left: 0;
}

.case_dl .dt_02 {
  margin-right: 70%;
  margin-bottom: 18px;
  /* background: #d9e4e9;*/
}

#case .button {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #0f3291;
  width: 200px;
  font-weight: 600;
  margin: 50px auto;
  border-radius: 5px;
}

#case .button:hover {
  cursor: pointer;
}

.close {
  background: #1E2124;
  display: table;
  font-weight: 600;
  position: relative;
  top: 40px;
}

#case .content {
  display: inline-block;
  width: 100%;
}

.dl_02 .case_img {
  position: relative;
}

.dl_02 .case_img img {
  width: 30%;
  left: 0;
  right: 0;
  margin: auto;
}

.case_dl .dl_01 .t_left {
  text-align: left;
}
.obj_04 {
  width: 370px;
  position: absolute;
  top: 112%;
  left: -7%;
  z-index: 2;
}
/*FAQ*/
#faq {
  /* background-color: #ffffff; */
  /* background-image: linear-gradient(90deg, #ffffff 0%, #DCEAF9 100%); */
  background-color: #EDF4FC;
  position: relative;
}
.ac {
  position: relative;
}
.ac-child span {
  color: #00aff0;
  font-weight: 500;
}
.ac-parent {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
  line-height: 50px;
  cursor: pointer;
  padding: 20px 0 20px 30px;
  font-weight: 600;
  color: #0f3291;
}
.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #4b4948;
  border-bottom: 2px solid #4b4948;
  transform: translateY(-50%) rotate(45deg);
}
.ac-parent.open:after {
  top: 55%;
  transform: translateY(-50%) rotate(225deg);
}
.ac-parent:first-child {
  border-top: 1px solid #dbdbdb;
}
.ac-child {
  display: none;
  padding: 20px 30px;
  border-bottom: 1px solid #dbdbdb;
  margin-left: 0;
}
.ac-parent span {
  font-size: 1.5rem;
  margin-right: 20px;
}
.obj_05 {
  width: 370px;
  position: absolute;
  top: 81%;
  left: 88%;
  z-index: 2;
}
/*CONTACT*/
#contact {
  background: #fff;
}

blockquote {
  margin: 0 auto;
}

blockquote.step input.text,
blockquote.step textarea {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px;
  background-color: #f6f6f6;
  border: solid 1px #dbdbda;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
}

blockquote.step label.item {
  margin: 0 20px 0 0;
  font-size: 1.1rem;
  text-align: left;
  clear: both;
  width: 100%;
}

blockquote.step label {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}

blockquote.step .text {
  display: block;
}

blockquote .w_fl {
  width: 48%;
  float: left;
}

blockquote .w_fr {
  width: 48%;
  float: right;
}

.select-os .check_box {
  clear: both;
}

input {
  display: none;
}

/* メルマガパーミッション */
input[type=checkbox] {
  display: block;
  clear: both;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #007AFF;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkbox-container .checkbox-label {
  border: none;
  background: none;
  padding: 0 !important;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  line-height: 1.4;
  cursor: pointer;
}

.input-radio {
  display: flex;
  align-items: center;
}
/* 連絡方法ラジオの表示強制 */
.contact-plan {
  margin: 0 0 10px 0;
}
.contact-plan input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  position: static !important;
  opacity: 1 !important;
  clip: auto !important;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 0;
  cursor: pointer;
  accent-color: #007AFF;
}
.contact-plan .select-os label {
  padding-left: 0;
  background: none;
}
.contact-plan .select-os {
  align-items: center;
  display: flex;
}
.select-os .method {
  border: none;
  text-align: left;
  display: inline-block;
  padding: 0 !important;
  margin-bottom: 0;
  background: #fff;
}
.supMail, .supTel {
  display: none;
}
.contact-plan:has(#plan_mail:checked) .supMail,
.contact-plan:has(#plan_any:checked) .supMail {
  display: inline;
}
.contact-plan:has(#plan_mail:checked) .supTel,
.contact-plan:has(#plan_any:checked) .supTel {
  display: inline;
}

.lp-inquiry-form-intro {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.lp-inquiry-contact-required-notice {
  clear: both;
  color: #ec0043;
  position: relative;
  top: -13px;
  font-size: 0.9rem;
  text-align: left;
}

/* 買収ニーズ入力部分 */
blockquote.step .buy-target {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}

blockquote.step .buy-target .c-form__item__name,
blockquote.step .buy-target .c-form__item__input {
  width: 100%;
}

blockquote.step .buy-target .c-form__item__name {
  margin-bottom: 10px;
}

blockquote.step .buy-target .c-form__item__name p {
  margin: 8px 0 0;
  font-size: 0.9rem;
}

blockquote.step .buy-target .buy-target__toggle {
  margin-bottom: 18px;
}

blockquote.step .buy-target .buy-target__note {
  color: #1e2124;
  font-size: 0.875rem;
  margin-bottom: 0;
}

blockquote.step .buy-target .input-checkbox {
  display: flex;
  align-items: center;
}

blockquote.step .buy-target .input-checkbox input[type="checkbox"] {
  flex: 0 0 auto;
}

blockquote.step .buy-target .input-checkbox label {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-size: 0.9rem;
  background: none;
}

blockquote.step .buy-target .buy-target__panel {
  width: 100%;
  margin-right: 0;
  margin-top: 16px;
  padding: 24px;
  color: #1e2124;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}

blockquote.step .buy-target .input-select select {
  display: block;
  width: 100%;
  padding: 7px;
  background-color: #f6f6f6;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.9rem;
  appearance: auto;
}

blockquote.step .buy-target .buy-target-area-picker__control {
  min-height: 44px;
  padding: 10px 46px 10px 16px;
  border-color: #b8b8b8;
}

blockquote.step .buy-target .buy-target-area-picker__dropdown {
  width: 100%;
  box-sizing: border-box;
}

blockquote.step .buy-target__grid label {
  padding: 0;
  margin-right: 0;
  font-size: 0.9rem;
  text-align: left;
}

blockquote.step .buy-target__grid textarea {
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #fff;
  border: 1px solid #b8b8b8;
}

/*譲渡オプション*/
#contact .sell-target .sell-target__label,
#contact .sell-target .input-radio .insolvency_label {
	color: #1e2124;
	font-size: 0.9rem;
}
#contact .sell-target .input-radio .insolvency_label {
	margin-right: 15px;
  line-height: 1.6;
}
#contact .sell-target .input-select select,
#contact .sell-target .slider-ticks span,
#contact .sell-target .slider-label span {
	font-size: 0.9rem;
}

/*都道府県*/
.lp-inquiry-workpref-field {
  width: 48%;
}
.lp-inquiry-workpref-field select {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #f6f6f6;
  border: 1px solid #dbdbda;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1.0rem;
  appearance: auto;
  margin: 0 0 10px;
  cursor: pointer;
}

/* オートコンプリート機能デザイン変更 */
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}

blockquote.step label {
  display: block;
  /* float: left; */
  padding: 15px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}

.select-os label {
  color: #1e2124;
  border: 1px solid #dbdbda;
  text-align: center;
  display: inline-block;
  padding: 9px 40px !important;
  background: #fff;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}

.required {
  color: #f01423;
}

.button {
  font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
}

.button button {
  color: #fff;
  background: #0f3291;
  padding: 10px;
  display: block;
  width: 250px;
  cursor: pointer;
  margin: 0 auto;
  clear: both;
  border: 0px;
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-weight: 600;
  position: relative;
  top: 50px;
  font-size: 1.1rem;
  font-family: inherit;
  border-radius: 10px;
  padding: 15px 30px;
  box-sizing: border-box;
  /* 矢印のため */
  position: relative;
}

/* 矢印背景 */
#contact button::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 83.5%;
  width: 20px;
  /* 横幅 */
  height: 20px;
  /* 高さ */
  border-radius: 50%;
  /* 角の丸み */
  background: #fff;
}

/* 矢印 */
#contact button::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 85.5%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0f3291;
  border-right: 2px solid #0f3291;
  transform: rotate(45deg);
}
#contact .buy-target-area-picker__control::after {
  content: none;
}
#contact .buy-target-area-picker__control::before {
  content: none;
}
.select-os input[type="radio"]:checked.sell_buy+label {
  color: #fff;
  background-color: #0f3291;
}

.check_box:checked+.label {
  color: #fff;
  background-color: #0f3291;
}

.select-os input[type="radio"]:checked.icon+label {
  color: #fff;
  background-color: #0f3291;
}

.inquirytable {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.inquirytable tr:first-child {
  border-top: 1px solid #dbdbdb;
}

.inquirytable tr {
  border-bottom: 1px solid #dbdbdb;
}

.inquirytable th {
  text-align: left;
  padding: 10px 20px;
  width: 25%;
  border-right: 1px solid #dbdbdb;
  background: #0f3291;
  border-left: 1px solid #dbdbdb;
  color: #fff;
}

.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
}

.button .return {
  color: #0f3291;
  font-weight: 600;
  background: #fff;
  /* padding: 8px 10px; */
  display: block;
  border: 2px solid #0f3291;
  cursor: pointer;
  margin: 0 auto;
}

#contact .button .return::after {
  content: "";
  position: absolute;
  border-top: 2px solid #0f3291;
  border-right: 2px solid #0f3291;
}

.error {
  color: #f01423;
}

#contact .phone_area {
  padding: 25px 40px 50px;
  margin: 50px 0;
  background-color: #EDF4FC;
  border-radius: 20px;
}

#contact .phone_area .title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

#contact .phone_area .number {
  color: #0f3291;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact .phone_area img {
  width: 60px;
  margin-right: 20px;
}

#contact .number_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tb_br {
  display: none;
}

.sp_br {
  display: none;
}

#contact .encourage {
  text-align: center;
  margin-bottom: 20px;
}
.point_img {
  width: 10px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
}
#contact button.disabled-button::after {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

/* note */
.note {
  width: 93%;
  margin-left: 7%;
	color: #636363;
	font-size: 1rem;
}

@media screen and (max-width: 1300px) {
  .pc .tel {
    margin: 0 20px;
  }

  .pc .tel img {
    width: 30px;
  }

  .company_flex .company_img {
    width: 43%;
  }

  .pc li .contact_btn {
    padding: 0vw 1.5vw
  }

  .header ul {
    width: 87%;
    height: 100px;
  }

  .header ul li {
    margin: 45px 10px;
  }

  .header ul li a {
    font-size: 1rem;
  }

  footer .logo {
    width: 160px;
  }




}

@media screen and (max-width: 1200px) {
  .header .logo {
    padding: 0 15px;
  }

  .pc .tel {
    margin: 0 10px;
  }

  .pc li .contact_btn {
    padding: 0vw 1vw;
  }

  .header ul li {
    margin: 45px 10px;
  }
  .header ul li a {
    font-size: 1.2vw;
  }
  .obj_01 {
    width: 340px;
    position: absolute;
    top: 62%;
    left: 86%;
}
  .obj_02 {
    position: absolute;
    left: -18%;
}
  .obj_03 {
    width: 270px;
    position: absolute;
    top: 81%;
  }
  .obj_04 {
    position: absolute;
    top: 112%;
    left: -32%;
  }
  .obj_05 {
    width: 290px;
    position: absolute;
    top: 81%;
    left: 85%;
}
  .case_dl .dl_01 .main_dt {
    min-width: 70px;
  }
  .case_dl .dl_01 .main_dt_buy {
    min-width: 70px;
  }

  /* note */
  .note {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 1024px) {
  .nav {
    height: 92px;
  }

  .header {
    height: 92px;
  }

  .sp {
    display: block;
  }

  .sp_tel_mail {
    display: block;
    position: fixed;
    z-index: 3;
    right: 80px;
    top: 15px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
  }

  .sp .tel_sp_02 a::before {
    content: url(../svg/tel_icon_03.svg);
    width: 11%;
    height: 11%;
    display: block;
    position: absolute;
    top: 3px;
  }

  .sp .mail_sp_02 a {
    background: #fff;
    color: #0f3291;
    padding: 10px 30px;
    border-radius: 30px;
  }

  .sp_contact {
    width: 50%;
    display: block;
    margin: auto;
  }

  .sp_contact li {
    width: 50%;
    float: left;
    position: relative;
  }

  .sp_tel_mail .tel_sp {
    list-style: none;
    float: left;
    margin-right: 15px;
  }

  .sp_tel_mail .mail_sp {
    list-style: none;
    float: left;
  }

  .tel_sp img {
    float: left;
    display: block;
    width: 50px;
  }

  .mail_sp img {
    float: left;
    display: block;
    width: 50px;
  }

  .header {
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
  }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 7;
    right: 15px;
    top: 25px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #0f3291;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 8px;
  }

  .hamburger span:nth-child(2) {
    top: 17px;
  }

  .hamburger span:nth-child(3) {
    top: 26px;
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 6;
    left: 25%;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 75%;
    height: 100vh;
    background: #0f3291;
  }

  nav.globalMenuSp.active {
    transform: translateX(0%);
  }

  .globalMenuSp ul {
    list-style: none;
    padding-left: 0;
    margin-top: 100px;
  }

  .globalMenuSp ul li {
    margin: 25px 0;
  }

  .globalMenuSp ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }

  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }

  .header img {
    width: 100%;
  }

  .header .logo {
    width: 27%;
    padding: 0 20px;
    height: 95px;
  }

  .header .logo img {
    width: 100%;
  }

  section .contents_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
  }

  /* KV */
  
  #main {
    margin-left: 0;
    padding-top: 92px;
    background: url("/area/sendai/img/kv_01_sp.jpg?v=20240913")no-repeat;
    background-position: center bottom;
  }
  #main .copy {
    position: static;
    font-size: 5vw;
    text-align: center;
    margin-top: 5vw;
    position: relative;
    top: 11vw;
  }
  #main .copy_text {
    position: static;
    font-size: 2.5vw;
    text-align: center;
    position: relative;
    top: 11vw;
  }
  .medal {
    position: static;
    margin: 0 auto;
    width: 45vw;
    position: relative;
    top: 11vw;
    margin-top: 30px;
  }
  .kv_text_area {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
  }
  /* reason */
  #reason .reason_box .title {
    font-size: 3vw;
  }
  #reason .reason_box .subtitle {
    font-size: 2vw;
  }
  #reason .reason_box .title .number {
    font-size: 4.7vw;
  }
  #reason .text_reason p {
    font-size: 2vw;
  }
  #reason .text_area p {
    font-size: 1.5vw;
  }

  /* COMPANY */
  #company {
    height: auto;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 80px;
  }

  .company_flex {
    display: block;
  }

  .company_flex .company_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .company_flex .company_dl {
    width: 70%;
    margin: 0 auto;
  }


  .tb_br {
    display: block;
  }

  .company_img img {
    width: 500px;
    position: relative;
    top: 0;
  }

  .company_dl dt {
    width: 25%;
  }

  .company_dl dd {
    width: 75%;
    margin-left: 25%;
  }

  .company_dl dl {
    width: 85%;
    margin: 20px auto;
  }

  .open_btn {
    width: 22.3%;
  }

  .header .pc {
    display: none;
  }

  #company .contact_btn_02 {
    bottom: 6%;
  }

  blockquote .w_fl {
    width: 100%;
  }

  blockquote .w_fr {
    width: 100%;
  }

  /*都道府県*/
  .lp-inquiry-workpref-field {
      width: 100%;
  }

  /* note */
  .note {
		width: 85%;
    margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
  .open_btn {
    width: 29.9%;
  }

  .header .logo {
    width: 30%;
    padding: 0 20px;
    height: 95px;
  }

  #main .copy {
    font-size: 2.2rem;
  }

  #main .copy_text {
    font-size: 1.2rem;
  }

  #main {
    height: 600px;
  }
  .medal {
    width: 365px;
  }

  .row img {
    width: 90%;
  }
  .obj_01 {
    width: 280px;
    position: absolute;
    top: 60%;
    left: 89%;
  }
  .obj_02 {
    width: 288px;
    position: absolute;
    left: -22%;
  }
  .company_img img {
    width: 90%;
  }


  /* reason */
  #reason .reason_03_flex .img_area img {
    width: 100%;
    max-width: 180px;
  }
  #reason .reason_03_flex .img_area .smart_img {
    width: 100%;
    max-width: 180px;
  }
  .point_img {
    width: 6px;
    margin-right: 6px;
  }
  .sendai_area .text {
    font-size: 1rem;
}

/* member */
#member .name {
  font-size: 1.3rem;
}

  /* company */
  .sendai_area .img_area {
    display: flex;
  }

  /* interview */
  .interview_box {
    padding: 20px;
  }

  .interview_flex {
    display: block;
    width: 100%;
  }

  .interview_flex .img01 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .interview_flex .img01 img {
    width: 95%;
    margin: 0 auto;
  }

  .interview_flex .text_box {
    width: 100%;
    padding: 0;
  }

  /* CASE */
  .case_dl .dl_01 .main_dt {
    float: none;
    text-align: center;
  }

  .case_dl .dl_01 .main_dt_buy {
    float: none;
    border-bottom: 2px solid #00b0ec;
  }

  .case_dl .dl_01 .sell {
    text-align: left;
    margin-left: 0;
    padding: 10px;
    background: #f8f0fb;
    font-weight: 600;
    border-left: 2px solid #0f3291;
    margin-bottom: 10px;
  }

  .case_dl .dl_01 .sell {
    border-left: 0;
    margin-bottom: 5px;
    text-align: center;
  }

  .case_dl .dl_01 .buy {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 5px;
    text-align: center;
  }

  .case_dl dt {
    float: none;
    border-bottom: 2px solid #0f3291;
    text-align: center;
    color: #0f3291;
  }

  .case_dl .dl_01 dd {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 5px;
    text-align: center;
  }

  .case_dl .dl_02 {
    width: 20%;

  }
  .case_dl .dl_01 {
    width: 40%;
  }
  .dl_02 .case_img img {
    width: 40%;
  }
  .case_dl .dl_02 dd {
    position: relative;
    top: 100px;
  }

  /* FAQ */
  .ac-parent {
    padding-right: 55px;
  }

  footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  footer .logo {
    margin-top: 50px;
  }

  .footer_policy {
    text-align: center;
    margin-top: 10px;
  }

  footer .write {
    text-align: center;
  }

  /* メルマガパーミッション */
.checkbox-container .checkbox-label {
  flex: 1;
  width: calc(100% - 80px);
  cursor: pointer;
}

}

@media screen and (max-width: 600px) {
  #contact .button .return {
    margin-bottom: 20px;
  }

  #contact .inquirytable th {
    font-size: 0.8rem;
  }
  .contact-plan .select-os {
    display: block;
  }
  .input-radio {
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 500px) {
  .sp_br {
    display: block;
  }
  .sp_tel_mail {
    right: 60px;
  }

  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }

  #main {
    height: 450px;
    background-position: 42% bottom;
    background-size: cover;
  }

  #main .copy {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
  }

  #main .copy_text {
    font-size: 4vw;
    text-align: center;
  }

  .medal {
    width: 70vw;
    margin: 40px auto 0;
  }

  .header .logo {
    width: 50%;
    height: 80px;
  }

  .nav {
    height: 80px;
  }

  .header {
    height: 80px;
  }

  section .contents_inner {
    padding: 50px 25px;
    padding-top: 70px;
  }
  .obj_01 {
    width: 193px;
    position: absolute;
    top: 61%;
    left: 88%;
  }
  .obj_02 {
    width: 190px;
    position: absolute;
    left: -34%;
    top: 98%;
  }
  .obj_03 {
    width: 190px;
    position: absolute;
    top: 94%;
    left: 81%;
  }
  .obj_04 {
    width: 247px;
    position: absolute;
    top: 113%;
    left: -36%;
  }
  .obj_05 {
    width: 185px;
    position: absolute;
    top: 85%;
    left: 79%;
  }
  h2 {
    font-size: 1.8rem;
  }
  h2 span {
    font-size: 1.1rem;
  }

  .company_img {
    width: 75%;
    position: relative;
  }

  .company_dl dt {
    width: 100%;
    float: none;
  }

  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }

  .company_flex .company_dl {
    width: 100%;
  }

  .sendai_office_02 {
    margin-top: 0;
  }

  .sendai_area .text {
    font-size: 4vw;
  }
  .open_btn {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .footer_policy a {
    font-size: 0.8rem;
    text-decoration: none;
    color: #1E2124;
  }

  .button .return {
    margin: 0 7px;
    /* width: 170px; */
    margin-bottom: 20px;
  }
  /* reason */
  #reason .reason_box .title {
    font-size: 4.5vw;
  }
  #reason .reason_box .flex_title {
    padding: 15px 15px 12px 15px;
  }
  #reason .reason_box .title .number {
    margin-right: 12px;
    font-size: 8vw;
  }
  #reason .reason_box .img_flex {
    display: block;
    width: 100%;
  }
  #reason .reason_box .img_flex .img_area {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
  }
  #reason .reason_box .img_flex .text_area {
    width: 100%;
  }
  #reason .reason_box .subtitle {
    font-size: 4.2vw;
  }
  #reason .text_area p {
    font-size: 4vw;
  }
  #reason .reason_02_flex {
    display: block;
    width: 100%;
  }
  #reason .text_reason p {
    font-size: 4.2vw;
  }
  #reason .reason_02_flex .text_reason {
    width: 100%;
  }
  #reason .reason_02_flex .img_area {
    display: none;
  }
  #reason .reason_03_flex {
    display: block;
  }
  #reason .reason_03_flex .flex_50 {
    width: 100%;
  }
  #reason .reason_03_flex .img_area {
    width: 40vw;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #reason .reason_box:nth-child(n+2) {
    margin-top: 50px;
  }
  #reason .reason_04_flex {
    display: block;
  }
  #reason .reason_04_flex .img_area {
    width: 80vw;
    margin: 0 auto;
  }

  /* company */
  .sendai_area .img_area {
    display: block;
  }
  .sendai_area .img_area .office_img {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  /* MEMBER */
  #member .member_flex {
    display: block;
  }

  #member .member_flex .img_area {
    width: 60%;
    margin: 0 auto;
  }

  #member .member_flex .text_area {
    width: 100%;
    padding: 0;
  }

  #member .name {
    font-size: 1.3rem;
  }

  /* #member .border_color::before {
    content: none;
  } */
  #member .member_area {
    margin-top: 30px;
  }

  #member .name {
    margin-top: 20px;
    text-align: center;
    line-height: 1.2;
  }

  #member .name .position {
    margin-bottom: 0.7em;
  }


  /*INTERVIEW*/
  #interview::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    /*background-color: #f2fbff;*/
    z-index: -1;
    left: 0;
    border-radius: 0;
  }

  .slick-next {
    width: 18px;
    height: 18px;
  }

  .slick-prev {
    width: 18px;
    height: 18px;
  }

  /* CASE */
  .case_dl .dl_01 .main_dt {
    width: auto;
  }

  .case_dl .dl_01 .sell {
    width: auto;
  }

  .dl_02 .case_img img {
    width: 55%;
  }

  .case_dl {
    margin-bottom: 35px;
    font-size: 3.2vw;
  }
  .case_dl .small_font {
    font-size: 2.7vw;
  }

  #case .button {
    margin: 0px auto;
  }

  #case {
    margin-bottom: 55px;
  }
  .case_text {
    font-size: 4.5vw;
  }

  /* FAQ */
  .ac-parent span {
    font-size: 1.2rem;
    margin-right: 10px;
    display: inline-block;
    float: left;
    position: relative;
    top: -3px;
  }
  .ac-parent {
    font-size: vw;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 20px 0;
    padding-right: 35px;
  }
  .ac-parent:after {
    right: 10px;
    width: 8px;
    height: 8px;
  }
  .ac-child {
    padding: 20px 15px;
  }

  /*  */
  #pagetop {
    right: 20px;
  }

  #pagetop .arrow {
    width: 14px;
    height: 14px;
    top: 0px;
  }

  #pagetop a {
    padding: 10px 5px;
  }

  #pagetop a {
    width: 50px;
    height: 50px;
  }

  .sp_contact {
    width: 55%;
    display: block;
    margin: auto;
  }

  .sp_contact {
    width: 55%;
    margin-top: 70px;
  }

  .sp_contact li {
    width: 100%;
    float: none;
  }

  .tel_sp img {
    width: 45px;
  }

  .mail_sp img {
    width: 45px;
  }

  .contact_btn_02 a {
    font-size: 1.2rem;
    padding: 20px 85px;
  }

  .menber_box {
    width: 100%;
    margin: 13px 0;
  }

  /* CONTACT */
  blockquote.step input.text,
  blockquote.step textarea {
    padding: 10px;
  }

  #contact .phone_area .title {
    font-size: 1rem;
  }

  #contact .phone_area .number {
    font-size: 1.5rem;
  }

  #contact .phone_area img {
    width: 40px;
    margin-right: 10px;
  }

  #contact .encourage {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  /*都道府県*/
  .lp-inquiry-workpref-field select {
    padding: 10px;
  }
}