:root { 
  --vw: 10px; 
  --vh: 10px;
}
html {
  overflow-y: scroll;
}
body {
  width: 100%;
  font-size: 1rem;
  color: #60432A;
  background: #fff;
  font-weight: normal;
  font-family: '游ゴシック', 'YuGothic', 'メイリオ', '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: 80px 20px;
}
.cb {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 80px;
}
h2 span {
  font-size: 1.2rem;
}
/*header*/
.header{
    position: fixed;
    width: 100%;
    height: 115px;
    z-index: 10;
}
.header ul {
  width: 80%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
}
.header ul li {
  display: inline-block;
  margin: 35px 10px;
}
.header .logo {
  width: 20%;
  max-width: 240px;
  height: 115px;
  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: #60432A;
  font-weight: 600;
  font-size: 0.8vw;
}
.sp {
  display: none;
}
.pc .tel {
  margin-left: 55px;
  position: relative;
  font-weight: 600;
    font-size: 1.2vw;
}
.tel::before {
  content: url(../svg/tel_icon.svg);
  width: 17%;
  height: 17%;
  display: block;
  position: absolute;
  left: -35px;
  top: 3px;
}
.sp_tel_mail {
  display: none;
}

.contact_btn_02{
    text-align: center;
    margin: 100px auto 50px;
}
.service_btn {
  margin: 0 auto 50px;
}
.contact_btn_02 a{
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 150px;
    border-radius: 50px;
    color: #fff;
    background: #EAAC00;
}

.contact_btn_02 a:hover{
        box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
    background: #EA7D00;
}

.contact_btn_02 .b_white{
    background: #EAAC00;
    color: #fff;
}

.contact_btn_02 .b_white:hover{
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
    background: #EA7D00;
}
.nav{
        height: 110px;
}

.pc li .contact_btn:hover{
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
    background: #EA7D00;
}

/*main*/
#main .copy {
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  margin: 30px 0;
  z-index: 1;
}
#main {
  background-size: 100%;
  background-position: bottom;
  padding-top: 120px;
  background: url("../img/dog.jpg")no-repeat;

  background-size: cover;
  height: 750px;
 background-position: right bottom;
}
#main {
  position: relative;
}

.dog {
  width: 25vw;
  max-width: 500px;
  position: absolute;
  bottom: 15%;
  left: 71%;
  box-shadow: 7px 7px 0 #EAAC00;
  border-radius: 64% 36% 68% 32% / 40% 64% 36% 60%;
  border-radius: 64% 36% 50% 50% / 50% 64% 36% 50%;
  z-index: 0;
}
.cat {
  width: 23vw;
  max-width: 450px;
  position: absolute;
  bottom: 35%;
  left: 3%;
  box-shadow: 7px 7px 0 #EAAC00;
  border-radius: 35% 65% 47% 53% / 53% 39% 61% 47%;
  z-index: 0;
}
#main .copy_text {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.medal {
  position: relative;
  width: 55%;
  display: block;
  margin: 80px auto 0;
}
.pc li .contact_btn {
      background: #EAAC00;
    color: #fff;
    border-radius: 50px;
    padding: 0.5vw 2.2vw;
    font-size: 1vw;
    position: relative;
    top: -5px;
}
footer {
  max-width: 1140px;
  margin: 100px auto 0;
  padding-bottom: 60px;
  text-align: center;
}
.footer_policy {
  margin-bottom: 20px;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 5;
}
#pagetop a {
  padding: 15px 8px;
  background: #EAAC00;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eac357;
  border-radius: 10px;
}
#pagetop .arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 1;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  margin: -6px 10px;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.footer_policy a {
  text-decoration: none;
  color: #1E2124;
}
/*REASON*/
.reason_box {
  display: flex;
  flex-wrap: wrap;
}
.reason_text {
  width: 50%;
}
.reason_img {
  width: 50%;
  margin: auto;
}
#reason .title {
  font-size: 1.3rem;
  font-weight: 600;
  border-bottom: 1px solid #707070;
  margin-bottom: 0;
}
#reason .title span {
  font-size: 4rem;
  margin-right: 10px;
  color: #9D9FA1;
  font-weight: 500;
  top: 13px;
  position: relative;
}
.reason_img img {
  width: 55%;
  margin: 35px auto;
  display: block;
}
/*COMPANY*/

#company .contact_btn_02{
    position: absolute;
    bottom: 11%;
    margin: auto;
    left: 0;
    right: 0;
}
.company_dl {
  background: #fff;
  padding: 60px 60px 60px 100px;
  position: absolute;
  right: 0;
  width: 50%;
  top: 20%;
  border-radius: 30px 0 0 30px;
}
.company_dl dl {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  width: 70%;
}
.company_dl dt {
  width: 15%;
  float: left;
  font-weight: 600;
}
.company_dl dd {
  width: 80%;
  margin-left: 20%;
}
#company {
  background: #FCF6E0;
  height: 1200px;
  position: relative;
  padding-bottom: 70px;
}
.company_img {
  width: 40%;
  position: relative;
  z-index: 2;
}
.company_img img {
  width: 100%;
  position: absolute;
  top: 50px;
  border-radius: 30px;
}
.link_external {
  color: #60432A;
  text-decoration: none;
}
.link_external:hover {
  opacity: 0.8;
}
.icon_external_link {
  width: 12px;
}
/*CASE*/
#case {
  background: #fafafa;
}
.case_dl {
  margin-bottom: 25px;
  border-bottom: 1px solid #60432A;
  padding-bottom: 15px;
}
.case_dl .dl_01 {
  width: 33.3%;
    display: block;
    float: left;
    margin: 5px 0;
    text-align: center;
}
.case_dl .dl_01 .main_dt {
  width: 100%;
  background: #EAAC00;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
}
.case_dl .dl_01 .sub_dt {
  background: #CECECE;
}
.case_dl .dl_01 dd {
 clear: left;
    margin: 15px 0;
    text-align: left;
    display: inline-block;
}
.case_dl .dl_02 {
  width: 33.3%;
  display: block;
  float: left;
    margin: 5px 0;
}
.case_dl .dl_02 dt {
  width: 100%;
  background: #fafafa;
  color: #1E2124;
  font-weight: 600;
  text-align: center;
}
.case_dl .dl_02 dd {
  clear: left;
  text-align: center;
        margin: 20px 0;
}
.case_dl dt {
  width: 100%;
  float: none;
  font-weight: 600;
  text-align: center;
  background: #FCF6E0;
  border-radius: 10px;
}
.case_dl dd {
  margin-left: 0;
}
.case_dl .dt_02 {
  margin-right: 70%;
  margin-bottom: 18px;
}
#case .button {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #1E2124;
  width: 200px;
  font-weight: 600;
  margin: 50px auto;
}

#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: 20%;
  left: 0;
  right: 0;
  margin: auto;
}

.case_dl .dl_01 .t_left{
    text-align: left;
}
/*ABOUT*/
#about {
  background: #dadada;
}
/*MEMBER*/
.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #1e2124e0;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 75%;
  max-width: 800px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
.popup_content .text {
  padding: 0 50px 50px;
}
.popup_content .name {
  padding: 50px 50px 0;
}
.close_btn {
  position: absolute;
  top: 30px;
  right: 16px;
  font-size: 50px;
  cursor: pointer;
  color: #1e2124;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
  cursor: pointer;
  display: inline-block;
  width: 22.9%;
  margin: 10px;
}
.open_btn img {
  width: 100%;
  position: relative;
}
.member_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
    
}

.menber_box_02{
    width: 24%;
    margin: 4px;
    flex-grow: 1;
}

.member_box .bg01{
     background: #DDE8EE;
     border-radius: 10px;
}

.menber_box_02 .member_img img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.member_img{
    display: flex;
}

.member_text{
    padding:40px 20px;
}


.member_text p{
    margin: 0;
    font-weight: 500;
}

.member_text .name{
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
}

.member_text .position {
 font-size: 1rem;
}

/*SERVICE*/
#service {
  background: #FCF6E0;
}
.service_flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.service_box {
  width: 27%;
  border: 2px solid;
  margin: 14px;
  padding: 20px;
}
.service_box p {
  font-weight: 600;
  text-align: center;
}
#service .text {
  text-align: center;
  margin-bottom: 30px;
}
#service .flex_service {
  display: flex;
  width: 100%;
}
#service .textarea {
  width: 60%;
}
#service .textarea p {
  margin-left: 1em;
}
#service .imagearea {
  width: 40%;
  padding-left: 50px;
}
#service .imagearea img {
  width: 100%;
  border-radius: 30px;
  position: relative;
  bottom: 100px;
}
/*INTERVIEW*/
.interview_box {
  background-color: #FCF6E0;
  height: auto;
  padding: 30px;
  border-radius: 30px;
}
.interview_flex{
  display: flex;
  width: 100%;
}

.interview_flex .title{
 font-size: 1.3rem;
  font-weight: 600;
  color: #EAAC00;
}

.interview_flex .img01{
  width: 49%;
}

.interview_flex .img02{
  width: 49%;
  background: url("../img/interview01.jpg")no-repeat;
      background-size: cover;
}
.slide-items {
width: 100%;
height: 50%;
margin: auto;
  padding-left: 0;
}
.interview_flex img {
  width: 90%;
height: auto;
margin-top: 30px;
margin-left: 30px;
border-radius: 10px;
}
.slick-prev:before,
.slick-next:before {
color: black;
}
.slick-dots li button:before {
font-size: 18px;
top: 6px;
}

.interview_flex .text_box{
  width: 51%;
  padding:10px 30px; 
  background: #FCF6E0;
  border-radius: 0 30px 0 0;
}

.interview_link{
  text-decoration: none;
  color: #60432A;
}

.interview_link:hover{
  opacity: 0.8;
}

.text_box span{
  color: #EAAC00;
  font-weight: 600;
}
.advisor_box {
  background-color: #fff;
  margin: 10px 30px;
  border-radius: 10px;
  padding: 10px;
}
.advisor_box .title {
  font-weight: 600;
  font-size: 1.1rem;
  padding-left: 30px;
  margin-bottom: 0;
}
.advisor_box .flex {
  display: flex;
}
.advisor_box .advisor {
  width: 25%;
}
.advisor_box .advisor img {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
    display: block;
}
.advisor_box .text {
  width: 85%;
  padding-right: 30px;
}
.video_area {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.video_area p {
  font-weight: 600;
}
#interview .leadmore {
  text-align: right;
  padding-right: 40px;
  margin-top: -10px;
}
#interview .leadmore span {
  color: #EAAC00;
  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: #EAAC00;
}
#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);
}
/*FLOW*/
#flow {
  background: #FCF6E0;
}
#flow ul {
  list-style: none;
  padding-left: 0;
        width: 100%;
}
.flow {
  position: relative;
  display: flex;
  justify-content: center;
}
.flow .flow02 {
  text-align: center;
  font-weight: 600;
  padding: 100px 30px 30px;
  margin: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.flow02 .num {
  background: #DDE8EE;
  display: table-cell;
  width: auto;
  height: 360px;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  padding: 0 20px;
  border-radius: 10px;
}
.flow .triangle2 {
  width: 0;
  height: 0;
  border-left: 10px solid #1E2124;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: relative;
  top: 270px;
  padding: 0;
  margin: 0;
}
.flow_box {
  background: #fff;
  display: flex;
  border-radius: 10px;
}
.flow p {
  position: absolute;
  font-weight: 600;
  left: 19%;
  margin-top: 40px;
}
.flow02 .orange {
  background: #f3d172;
  display: table-cell;
  width: auto;
  height: 360px;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  padding: 0 20px;
  border-radius: 10px;
}
/*PRICE*/
.lehman__illustration {
  background-color: #f1f1f1;
  padding: 34px 48px;
  padding-bottom: 54px;
  margin-top: 36px;
  color: #1E2124;
  border-radius: 30px;
}
.lehman__illustration .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lehman__illustration .lehman__result {
  margin-left: 90px;
  position: relative;
}
.lehman__illustration .lehman__result__item {
  background-color: #fff;
  padding: 0 30px;
  border-radius: 10px;
}
.lehman__illustration .lehman__result__item + .lehman__result__item {
  margin-left: 30px;
  border-radius: 10px;
}
.lehman__illustration .lehman__result__ttl {
  font-weight: 600;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lehman__illustration .lehman__result:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #1e2124;
  left: -54px;
  top: 0;
  bottom: 26px;
  margin: auto;
}
.lehman__illustration .lehman__result .note {
  text-align: center;
  font-size: 1rem;
  margin-top: 10px;
}
.lehman__illustration .lehman__result .row {
  margin-top: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
/*FAQ*/
#faq {
  background: #fafafa;
}
.ac {
  position: relative;
}
.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;
}
.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;
}
/*CONTACT*/
#contact {
  background: #FCF6E0;
}
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: 3px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.9rem;
}
blockquote.step label.item {
  margin: 0 20px 0 0;
  font-size: 0.9rem;
  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: #60432A;
}

.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;
  font-size: 14px;
  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: #60432A;
}
.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: #60432A;
  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 input {
  accent-color: #60432A;
}
#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: 3px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.9rem;
  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: 10px 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 30px !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: #EAAC00;
  padding: 10px;
  display: block;
  width: 200px;
  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;
  border-radius: 10px;
  font-family: inherit;
}
.select-os input[type="radio"]:checked.sell_buy + label {
  color: #fff;
  background-color: #EAAC00;
}
.check_box:checked + .label {
  color: #fff;
  background-color: #EAAC00;
}
.select-os input[type="radio"]:checked.icon + label {
  color: #fff;
  background-color: #EAAC00;
}
.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: #f1f1f1;
  border-left: 1px solid #dbdbdb;
  color: #60432A;
}
.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
}
.button .return {
  color: #60432A;
  font-weight: 600;
  background: #fff;
  padding: 8px 10px;
  display: block;
  border: 2px solid #60432A;
  cursor: pointer;
  margin: 0 auto;
}
.error {
  color: #f01423;
}
.br_sp {
  display: none;
}
.minibox{
    margin-top: 30px;
    padding-bottom: 50px;
    /*padding: 65px 30px 90px;
    position: relative;
    top: 95px;*/
}

#interview li{
    list-style: none;
}

button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
}

/* note */
#company .note {
  width: 70%;
	margin-top: 10px;
	color: #60432A;
	font-size: 0.9rem;
}

@media screen and (max-width: 1370px) {
.header ul li {
  display: inline-block;
  margin: 35px 7px;
}
.company_dl dl {
  width: 85%;
}

/* note */
#company .note {
  width: 85%;
}

}
@media screen and (max-width: 1200px) {
  .header ul {
    width: 82%;
  }
  .header ul li {
    margin: 45px 6px;
  }
  .header .logo {
    width: 17%;
    height: 106px;
  }
  .pc .tel {
    margin-left: 30px;
}
.tel::before {
  position: absolute;
  left: -21px;
  top: 3px;
}
}
@media screen and (max-width: 1024px) {
  #main {
  background-size: 100%;
  padding-top: 120px;
    background: url("../img/dog_1024.jpg")no-repeat;
  background-size: cover;
  height: 750px;
 background-position: right bottom;
}
.medal {
    position: relative;
    width: 55%;
    display: block;
    margin: 80px auto 0;
    bottom: 30px;
}
    .nav {
    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: #1E2124;
        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: #EAAC00;
    -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: #EAAC00;
  }
  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;
  }
  #company {
    height: auto;
  }
  h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 80px;
  }
  .company_dl {
    background: #fff;
    padding: 75px 0 50px;
    position: relative;
    width: 100%;
    right: auto;
    top: -50px;
  }
  .company_img {
    width: 60%;
    position: relative;
    left: 20%;
  }
    #main .copy_text {
    font-size: 1.3rem;
}
    #main .copy {
    font-size: 4rem;
}
  .company_img img {
    width: 100%;
    position: relative;
    top: 0;
  }
  .company_dl dt {
    width: 25%;
  }
  .company_dl dd {
    margin-left: 25%;
  }
  .company_dl dl {
    width: 85%;
    margin: 20px auto;
  }
  .open_btn {
    width: 22.3%;
  }
  .flow .flow02 {
    padding: 100px 16px 30px;
  }
  .flow02 .num {
    padding: 0 10px;
    height: 320px;
  }
  .flow02 .orange {
    padding: 0 10px;
    height: 320px;
  }
  .flow p {
    left: 19%;
  }
  .flow .triangle2 {
    position: relative;
    top: 252px;
  } 
  .lehman__illustration {
    padding: 34px 35px;
    width: auto;
  }
  .header .pc {
    display: none;
  }
  .service_box {
    width: 25.3%;
  }
    #company .contact_btn_02 {
    bottom: 6%;
}
    .menber_box_02 {
    width: 46%;
}
#service .imagearea img {
  width: 100%;
  border-radius: 30px;
  position: relative;
  bottom: 50px;
}
.service_btn {
  margin: 0 auto 50px;
  margin-top: 30px;
}
.company_dl {
  border-radius: 30px;
}
/* interview */
.advisor_box {
  padding: 20px;
}
.advisor_box .text {
  padding: 0 20px;
}
.advisor_box .title {
  padding-left: 5px;
}
.video_area iframe {
  aspect-ratio: 16/9;
  width: 70%;
  height: 70%;
}
/* form */
blockquote .w_fl {
  width: 100%;
  float: left;
}
blockquote .w_fr {
  width: 100%;
  float: right;
}

/*都道府県*/
.lp-inquiry-workpref-field {
    width: 100%;
}

/* note */
#company .note {
  margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
  .flow .flow02 {
    padding: 100px 14px 30px;
  }
  .service_box {
    width: 39%;
  }
  .open_btn {
    width: 29.9%;
  }
  .header .logo {
    width: 30%;
    padding: 0 20px;
    height: 95px;
  }
  #main .copy {
    font-size: 2.5rem;
  }
  #main .copy_text {
    font-size: 1rem;
  }
  #main {
    height: 675px;
  }
  .medal {
    width: 70%;
  }
  .row img {
    width: 90%;
  }
  .lehman__illustration .lehman__result {
    margin-left: 50px;
  }
  .lehman__illustration .lehman__result__item + .lehman__result__item {
    margin-left: 15px;
  }
  .lehman__illustration .lehman__result:before {
    left: -45px;
  }
  .lehman__illustration .lehman__result__item {
    padding: 0 10px;
  }

  /* kv */
  .dog {
    width: 39vw;
    max-width: 500px;
    position: absolute;
    bottom: 3%;
    left: 57%;
    box-shadow: 7px 7px 0 #EAAC00;
    border-radius: 64% 36% 68% 32% / 40% 64% 36% 60%;
    border-radius: 64% 36% 50% 50% / 50% 64% 36% 50%;
    z-index: 0;
  }
  .cat {
    width: 35vw;
    max-width: 450px;
    position: absolute;
    bottom: 64%;
    left: 4%;
    box-shadow: 7px 7px 0 #EAAC00;
    border-radius: 35% 65% 47% 53% / 53% 39% 61% 47%;
    z-index: 0;
  }
  #main .kv_text {
    position: relative;
    top: 10px;
  }
  /* service */
  #service .flex_service {
    display: block;
}
#service .textarea {
  width: 100%;
}
#service .textarea p {
  margin-left: 1em;
}
#service .imagearea {
  width: 60%;
  padding-left: 0;
  margin: 0 auto;
  margin-top: 35px;
}
#service .imagearea img {
  width: 100%;
  border-radius: 30px;
  position: relative;
  bottom: 0;
}
.service_btn {
  margin: 0 auto 50px;
  margin-top: 80px;
}
/* interview */
.interview_flex {
  display: block;
  width: 100%;
}
.interview_flex .img01 {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.interview_flex .img01 img {
  width: 70%;
  margin: 0 auto;
}
.interview_flex .text_box {
  width: 100%;
  padding: 0;
}
.advisor_box {
  margin: 30px 0;
}
.advisor_box .advisor {
  width: 35%;
}
.advisor_box .text {
  width: 65%;
}
.interview_flex .title {
  font-size: 1.2rem;
}
.video_area iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.video_area {
  margin-top: 10vw;
}
/* flow */
.flow {
  display: block;
}
.flow .flow02 {
  writing-mode: horizontal-tb;
  padding: 100px 14px 0px;
}
.flow .triangle2 {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  top: 20px;
  display: inline-block;
}
.flow02 .num {
  height: auto;
  padding: 15px;
  display: block;
}
.flow .flow02 {
  padding-top: 20px;
}
.flow02 .orange {
  height: auto;
  padding: 15px;
    display: block;
}
.flow_box {
  display: block;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
    float: none;
  width: 100%;
}
#flow ul {
  text-align: center;
        width: 100%;
}
.flow p {
  left: 0;
  width: 100%;
}

/* メルマガパーミッション */
.checkbox-container .checkbox-label {
    flex: 1;
    width: calc(100% - 80px);
    cursor: pointer;
}

}
@media screen and (max-width: 550px) {
  .case_dl .dl_01 {
    width: 100%;
    float: none;
  }
  .case_dl .dl_02 {
    width: 100%;
    float: none;
  }
  .case_dl dt {
    width: 100%;
    margin-right: 0;
  }
  .case_dl .dl_01 dd {
    width: 100%;
    margin-bottom: 20px;
  }
  .dl_02 .case_img img {
    position: relative;
    top: 0;
  }
    .menber_box_02 {
    width: 100%;
    margin: 13px 0;
}
    .service_box {
    width: 100%;
    margin: 14px 0;
}
.contact-plan .select-os {
  display: block;
}
.input-radio {
  margin-bottom: 10px;
}
}
@media screen and (max-width: 500px) {
  #main {
    background-size: 100%;
    padding-top: 120px;
      background: url("../img/dog_500.jpg")no-repeat;
    background-size: cover;
    height: 750px;
   background-position: right bottom;
  }
  .sp_tel_mail {
    right: 60px;
  }
  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }
  #main {
    height: 520px;
  }
  #main .copy {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
  }
  #main .copy_text {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
  }
  #main .kv_text {
    position: relative;
    top: -50px;
  }
  .medal {
    width: 100%;
    margin: 55px auto 0;
    position: relative;
    bottom: 80px;
  }
  .br_pc {
    display: none;
  }
  .reason_text {
    width: 100%;
  }
 .header .logo {
    width: 50%;
     height: 80px;
}
    .nav {
    height: 80px;
}
  section .contents_inner {
    padding: 50px 25px;
  }
  #reason .title span {
    font-size: 2.5rem;
  }
  .company_img {
    width: 75%;
    position: relative;
    left: 12%;
  }
  .company_dl dt {
    width: 100%;
    float: none;
  }
  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }
  .open_btn {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .service_box {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  #service .imagearea {
    width: 75%;
    padding-left: 0;
    margin: 0 auto;
    margin-top: 35px;
  }
  .case_box {
    width: 100%;
    float: none;
  }
  .case_dl {
    margin-bottom: 45px;
  }
  .case_dl {
    padding-bottom: 25px;
}
  .row {
    flex-wrap: wrap;
  }
  .lehman__illustration .lehman__result:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.036458333333334vw 2.278645833333333vw 0 2.278645833333333vw;
    border-color: #0a3291 transparent transparent transparent;
    left: 0;
    right: 0;
    top: -126vw;
    margin: auto;
  }
  .lehman__illustration .lehman__result .row {
    margin-top: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .lehman__illustration .lehman__result {
    margin-left: 0;
    margin-top: 60px;
  }
  .lehman__illustration .lehman__result__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .lehman__illustration .lehman__result__item + .lehman__result__item {
    margin-left: 0;
  }
  .row img {
    width: 65%;
    margin: auto;
    display: block;
  }
  .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;
  }
  .footer_policy a {
    font-size: 0.9rem;
    text-decoration: none;
    color: #1E2124;
  }
  .button .return {
    margin: 0 7px;
    width: 170px;
    margin-bottom: 20px;
  }
  #pagetop {
    right: 20px;
  }
  #pagetop .arrow {
    width: 14px;
    height: 14px;
  }
  #pagetop a {
    padding: 10px 5px;
  }
    .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;
}
    .reason_img {
    width: 100%;
}
    .menber_box_02 {
    width: 100%;
    margin: 13px 0;
}
    #reason .reverse{
      flex-direction: column-reverse;  
    }
    
    .reason_img img {
    width: 70%;
    margin: 25px auto;
}
    .flow_box {
    width: 100%;
}
/* interview */
.advisor_box .flex {
  display: block;
}
.advisor_box .advisor {
  width: 100%;
}
.advisor_box .text {
  width: 100%;
}
.advisor_box .text {
  padding: 0;
}
.interview_flex .img01 img {
  width: 100%;
}
.br_sp {
  display: block;
}
   
}
