@charset "UTF-8";

/* root */
:root {
  --color-basecolor: #E2725B;
  --color-accentcolor: #0A1C3C;
  --color-subcolor: #F3F3E7;
  --color-white: #FFFFFF;
  --color-black: #333333;
  --font-family-notosans : 'Noto Sans', sans-serif;
  --font-size-base: 16px;  
  --line-height-base: 1.6;
}

/* reset */
ul {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: var(--color-black);
}

/* common */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  font-size: var(--font-size-base);
  color: var(--color-black);
  background: var(--color-white);
  font-weight: normal;
  font-family: var(--font-family-notosans);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
}
section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 20px;
}
.cb {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
h2 {
  font-size: 2.2rem;
  line-height: 2.0;
  margin-bottom: 80px;
  color: var(--color-black);
  text-align: center;
  position: relative;
}
h2 span {
  display: block;
}
h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: var(--color-basecolor);
}
#contact h2:before {
  background: var(--color-basecolor);
}
.white:before {
  background: var(--color-accentcolor);
}
.en_title {
  font-size: 1.5rem;
}
h3 {
  margin: 1.5rem 0;
  font-size: 1.5rem;
  color: var(--color-black);
  line-height: 1.7;
  text-align: center;
}
.white {
  color: #fff;
}

/*header*/
.header {
  position: fixed;
  width: 100%;
  height: 85px;
  z-index: 10;
}
.header ul {
  width: 89%;
  margin: 0;
  padding: 0;
  text-align: right;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}
.header ul li {
  display: inline-block;
  margin: 26px 10px;
  vertical-align: middle;
}
.header .logo {
  width: 11%;
  max-width: 300px;
  height: 85px;
  float: left;
  margin: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.header .logo img {
  width: 100%;
}
.pc li a {
  color: var(--color-black);
  font-weight: 600;
  font-size: 0.8vw;
}
.sp {
  display: none;
}
.pc .tel {
  margin-left: 48px;
  position: relative;
  font-weight: 600;
  font-size: 1.5vw;
  margin-left: 20px;
}
.sp_tel_mail {
  display: none;
}
.contact_btn_02 {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 100px auto 50px;
}
.contact_btn_02 a {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 20px 145px;
  border-radius: 50px;
  color: var(--color-basecolor);
  background: var(--color-white);
  border: 2px solid var(--color-basecolor);
}
.contact_btn_02 a:hover {
  color: var(--color-white);
  background: var(--color-basecolor);
  border: none;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
}
.contact_btn_02 .b_white {
  background: var(--color-basecolor);
  color: var(--color-white);
}
.contact_btn_02 .b_white:hover {
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
  opacity: 0.95;
}
.nav {
  height: 85px;
  background: var(--color-white);
}
.pc li .contact_btn:hover {
  color: var(--color-white);
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
}
.sp_only {
  display: none;
}
.pc li .contact_btn {
  background: var(--color-basecolor);
  color: #fff;
  padding: 15px 10px;
  font-size: 1.3vw;
  position: relative;
  top: -1px;
}

/*main*/
#main .copy {
  position: relative;
  color: var(--color-black);
  top: 12px;
  font-size: 3vw;
  font-weight: 600;
  margin: 1vw 0;
  z-index: 1;
  line-height: 1.4;
 text-shadow: 
  0 0 5px #FFFFFF,
  0 0 10px #FFFFFF,
  0 0 15px #FFFFFF;
}
#main .copy span {
  color: var(--color-basecolor);
  font-size: 4vw;
}
#main {
  padding-top: 85px;
  height: 700px;
  position: relative;
  background: url("../img/hotel_main.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
#main .copy_text {
  font-size: 1.5vw;
  font-weight: 600;
  position: relative;
  margin-top: 2rem;
  text-shadow: 
    0 0 5px #FFFFFF,
    0 0 10px #FFFFFF,
    0 0 15px #FFFFFF;
}
#main .contents_inner {
  max-width: 100%;
  margin: auto;
}
#main ul {
  padding-left: 0;
  position: relative;
  display: flex;
}
#main .flex {
  display: flex;
  justify-content: flex-end;
}
#main .flex .text {
  width: 60%;
  margin: auto 0;
}

.sub_copy li {
  background-color: var(--color-basecolor);
  color: var(--color-white);
  padding: 10px 20px;
  margin-right: 20px;
  width: 160px;
  text-align: center;
  line-height: 1.3;
  font-size: 1.2rem;
  font-weight: 600;
}
.sub_copy li img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}


/*footer*/
footer {
  color: var(--color-black);
  font-weight: 500;
}
footer .footer_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 0 120px;
  text-align: center;
}
.footer_policy {
  margin-bottom: 20px;
}

/*pagetop*/
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 0;
}
#pagetop a {
  padding: 15px 8px;
  background: var(--color-basecolor);
  color: var(--color-white);
  text-align: center;
  box-sizing: border-box;
  border: 1px solid var(--color-white);
}
#pagetop .arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: var(--color-white);
  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);
}

/*cta*/
.cta_area {
  background-color: var(--color-accentcolor);
  color: var(--color-white);
  padding: 40px 40px 50px;
}
.cta_area p {
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.contact_btn_01 {
  text-align: center;
  margin-top: 35px;
}
.contact_btn_01 a {
  font-size: 1rem;
  font-weight: 600;
  padding: 15px 50px;
  border-radius: 50px;
  color: var(--color-white);
  background-color: var(--color-basecolor);
}

/*issue*/
#issue .contents_inner {
  padding-bottom: 0;
}
.issue_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 600;
  position: relative;
}
.issue_flex::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 98%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-white);
  width: 180px;
  height: 55px;
}
.issue_flex .img {
  width: 15%;
  margin-right: 30px;
}
.issue_flex ul {
  width: 50%;
  padding-left: 20px;
  align-content: center;
}
.issue_text {
  background-color: var(--color-subcolor);
  padding: 50px 0;
  text-align: center; 
  margin-top: 30px;
}
.issue_text p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.fa-check-circle {
  color: var(--color-basecolor);
}
.issue_flex ul {
  font-size: 1.2rem;
  font-weight: 500;
}
.fa-ul>li {
  margin-bottom: 10px;
}
.lead {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  z-index: 1;
  margin: 0;
  margin-bottom: 20px;
}

/*reason*/
#reason {
  background-color: var(--color-basecolor);
}
.reasonbox_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.reason_box {
  width: calc((100% - 60px) / 3);
  background-color: var(--color-white);
  padding: 30px 20px 20px;
  box-sizing: border-box;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px;
}
.reason_txt .num {
  font-size: 4rem;
  color: var(--color-basecolor);
  font-weight: 600;
}
.reason_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.reason_txt .description {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 20px;
  color: var(--color--black);
}

/*report*/
#report .report_box {
  width: 40%;
  margin: 0 auto 50px;
  padding: 20px;
  color: var(--color-black);
  background-color: var(--color-subcolor);
  border-radius: 6px;
}
#report .title02 {
  margin-top: 0;
  color: var(--color-accentcolor);
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
#report .report_li {
  padding-left: 3rem;
}
#report .report_li li::marker {
  font-weight: 600;
  color: var(--color-accentcolor);
}
#report .img {
  margin: 20px 0;
  text-align: center;
}
#report .img img {
  width: 100%;
  height: auto;
  border: 1px solid #ededed;
}
#report .img_box {
  display: flex;
}
#report .img_box .img {
  margin: 20px 20px 20px 0;
}
#report .img_box .img:last-child {
  margin: 20px 0;
}
#report .img_box.column_3 .img {
  width: calc(100% / 3);
}
#report .img_box.column_2 .img {
  width: calc(100% / 2);
}

/*interview*/
#interview {
  position: relative;
}
.interview_box {
  height: auto;
}
.interview_flex {
  display: flex;
  width: 100%;
}
.interview_flex .title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--color-accentcolor);
}
.interview_flex .img01 {
  width: 45%;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.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: var(--color-accentcolor);
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}
.interview_flex .text_box {
  width: 55%;
  padding: 0 0 10px 30px;
}
.interview_link:hover {
  opacity: 0.8;
}
#interview .title {
  border-bottom: 1px solid var(--color-accentcolor);
  padding-bottom: 30px;
  margin-top: 0;
}
#interview .leadmore {
  text-align: right;
  padding-right: 40px;
}
#interview .leadmore span {
  color: var(--color-accentcolor);
  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: var(--color-accentcolor);
}
#interview .leadmore span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 115%;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
}
.slide-items {
  width: 100%;
  height: 50%;
  margin: auto;
  padding-left: 0;
}
.slide-items img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slick-prev:before,
.slick-next:before {
  color: var(--color-black);
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}
.text_box {
  width: 70%;
  padding: 0 30px;
}

/*case*/
#case {
  background-color: var(--color-subcolor);
}
.case_dl {
  margin-bottom: 25px;
  border-bottom: 1px solid var(--color-black);
  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: var(--color-basecolor);
  color: var(--color-white);
  font-weight: 600;
  float: left;
  padding: 11px;
}
.case_dl .dl_01 .main_dt_buy {
  background: var(--color-accentcolor);
  color: var(--color-white);
  font-weight: 600;
  float: left;
  padding: 11px;
}
.case_dl .dl_01 .sell {
  text-align: left;
  margin-left: 80px;
  padding: 10px;
  font-weight: 600;
  border: 1px solid var(--color-basecolor);
  background-color: var(--color-white);
  margin-bottom: 10px;
}
.case_dl .dl_01 .buy {
  text-align: left;
  margin-left: 80px;
  padding: 10px;
  font-weight: 600;
  border: 1px solid var(--color-accentcolor);
  background-color: var(--color-white);
  margin-bottom: 10px;
}
.case_dl .dl_01 dd {
  text-align: left;
  margin-left: 86px;
  padding: 10px;
  border-left: 1px solid var(--color-black);
  margin-bottom: 5px;
}
.case_dl .dl_02 {
  width: 20%;
  display: block;
  float: left;
  margin: 5px 0;
}
.case_dl .dl_02 dt {
  width: 100%;
  color: #1e2124;
  font-weight: 600;
  text-align: center;
  padding: 0;
}
.case_dl .dl_02 dd {
  clear: left;
  text-align: center;
  margin: 20px 0;
}
.case_dl dt {
  float: left;
  font-weight: 600;
  text-align: left;
  padding: 10px;
}
.case_dl dd {
  margin-left: 0;
}
.dl_02 .case_img {
  position: relative;
}
.dl_02 .case_img img {
  width: 20%;
  left: 0;
  right: 0;
  margin: auto;
}
.case_dl .dl_01 .f_case_dd_01 {
  float: left;
  margin-left: 18px;
}
.case_dl .f_case_dt_01 {
  margin-left: 50px;
}
.case_dl .dl_01 .f_case_dd_02 {
  margin-left: 350px;
}

/*point*/
#point {
  font-weight: 500;
}
#point .point_box {
  display: flex;
  margin-top: 60px;
}
#point .point_dl {
  position: relative;
  width: calc(100% / 3);
  margin-right: 20px;
  padding: 20px;
  border: 2px solid var(--color-basecolor);
}
#point .point_dl:last-child {
  margin-right: 0;
}
#point .point_dl.failure {
  border: 2px solid var(--color-accentcolor);
}
#point .point_dl .number {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 10px 20px;
  color: var(--color-black);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-basecolor);
  box-sizing: border-box;
  width: 175px;
  color: var(--color-white);
}
#point .point_dl .number span{
  font-size: 1.2rem;
}
#point .point_dl.failure .number {
  background-color: var(--color-accentcolor);
}
#point .point_dl dt {
  margin: 1rem 0;
  color: var(--color-basecolor);
  font-weight: 600;
  text-align: center;
}
#point .point_dl.failure dt {
  color: var(--color-accentcolor);
}
#point .point_dl dd {
  margin: 0 0 20px 0;
}
#point .point_img {
  margin: 2rem 0 1rem;
  text-align: center;
}
#point .point_img img {
  width: 60%;
  height: auto;
  max-height: 370px;
}

/*flow*/
#flow {
  color: var(--color-black);
  background-color: var(--color-subcolor);
  text-align: center;
}
#flow ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.flow {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
.flow .flow02 {
  position: relative;
  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;
}
.flow li {
  float: left;
}
.flow02 .num {
  color: var(--color-white);
  background: var(--color-basecolor);
  display: table-cell;
  width: auto;
  height: 360px;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  padding: 0 20px;
}
.flow .triangle2 {
  width: 0;
  height: 0;
  border-left: 10px solid var(--color-basecolor);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: relative;
  top: 270px;
  padding: 0;
  margin: 0;
}
.flow_box {
  display: flex;
}
.flow .basic_fee {
  position: absolute;
  top: -57px;
  left: 17%;
  width: 88px;
  height: 88px;
  margin-top: 40px;
  padding: 24px 18px 18px;
  color: var(--color-white) !important;
  font-size: 0.8rem;
  font-weight: 600;
  align-items: center;
  background-color: var(--color-basecolor);
  border-radius: 50%;
  writing-mode: horizontal-tb;
  box-sizing: border-box;
}
.flow .basic_fee::before {
  position: absolute;
  content: "";
  top: 92px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: var(--color-basecolor);
  border-radius: 50%;
}
.flow .basic_fee::after {
  position: absolute;
  content: "";
  top: 103px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: var(--color-basecolor);
  border-radius: 50%;
}
.flow .success_fee {
  position: absolute;
  top: -57px;
  left: 17%;
  width: 88px;
  height: 88px;
  margin-top: 40px;
  padding: 33px 18px 30px;
  color: var(--color-white) !important;
  font-size: 0.8rem;
  font-weight: 600;
  align-items: center;
  background-color: var(--color-basecolor);
  border-radius: 50%;
  writing-mode: horizontal-tb;
  box-sizing: border-box;
}
.flow .success_fee::before {
  position: absolute;
  content: "";
  top: 92px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: var(--color-basecolor);
  border-radius: 50%;
}
.flow .success_fee::after {
  position: absolute;
  content: "";
  top: 103px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: var(--color-basecolor);
  border-radius: 50%;
}
.flow02 .pink {
  background: var(--color-white);
  display: table-cell;
  width: auto;
  height: 360px;
  color: var(--color-basecolor);
  border: 2px solid var(--color-basecolor);
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  padding: 0 20px;
}

/*price*/
.lehman__illustration {
  background-color: #EDEDED;
    padding: 34px 48px;
    padding-bottom: 54px;
    margin-top: 36px;
}

.lehman__illustration .row {
    display: flex;
    height: 100%;
    -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:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent var(--color-black);
    left: -54px;
    top: 0;
    bottom: 26px;
    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 .note {
    text-align: right;
    font-size: 1rem;
    margin-top: 10px;
}

.lehman__illustration .lehman__result__item {
    background-color: var(--color-white);
    padding: 0 30px;
}

.lehman__illustration .lehman__result__item + .lehman__result__item {
    margin-left: 30px;
}

.lehman__illustration .lehman__result__ttl {
    font-weight: 600;
}

/*FAQ*/
#faq {
  background: var(--color-subcolor);
}
.ac {
  position: relative;
}
.ac-parent {
  position: relative;
  border-bottom: 1px solid var(--color-accentcolor);
  text-align: left;
  line-height: 50px;
  cursor: pointer;
  padding: 20px 0 20px 30px;
  font-weight: 600;
  color: #252525;
}
.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--color-accentcolor);
  border-bottom: 2px solid var(--color-accentcolor);
  transform: translateY(-50%) rotate(45deg);
}
.ac-parent.open:after {
  top: 55%;
  transform: translateY(-50%) rotate(225deg);
}
.ac-parent:first-child {
  border-top: 1px solid var(--color-accentcolor);
}
.ac-child {
  display: none;
  padding: 20px 30px;
  border-bottom: 1px solid var(--color-accentcolor);
  margin-left: 0;
}
.ac-child p a {
  text-decoration: underline;
}
#faq .ac-parent span {
  font-size: 1.5rem;
  margin-right: 20px;
  color: var(--color-accentcolor) !important;
}
#faq .ac span {
  color: var(--color-accentcolor);
  font-weight: 600;
}
#faq .ac a {
  color: #2f8bc9;
}

/*contact*/
#contact {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: var(--color-white);
  background-color: var(--color-accentcolor);
  font-weight: 500;
}
blockquote {
  margin: 0 auto;
}
blockquote.step input.text, blockquote.step textarea {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px;
  border: solid 1px var(--color-white);
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.9rem;
}
blockquote.step label.item {
  margin: 0 20px 0 0;
  font-size: 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;
  flex-wrap: wrap;
  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:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
}
blockquote.step label {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}
.select-os label {
  color: #1e2124;
  border: 1px solid #fff;
  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: var(--color-basecolor);
  padding: 10px;
  display: block;
  width: 200px;
  cursor: pointer;
  margin: 0 auto 80px;
  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: 5px;
}
.select-os input[type="radio"]:checked.sell_buy + label {
  color: #fff;
  background-color: var(--color-basecolor);
  border: 1px solid var(--color-basecolor);
}
.check_box:checked + .label {
  color: #fff;
  background-color: var(--color-basecolor);
  border: 1px solid var(--color-basecolor);
}
.select-os input[type="radio"]:checked.icon + label {
  color: #fff;
  background-color: var(--color-basecolor);
  border: 1px solid var(--color-basecolor);
}
.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: var(--color-subcolor);
  border-left: 1px solid #dbdbdb;
  color: var(--color-black);
}
.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
  color: #252525;
}
.button .return {
  color: var(--color-black);
  font-weight: 600;
  background: var(--color-white);
  padding: 8px 10px;
  display: block;
  border: 2px solid var(--color-white);
  cursor: pointer;
  margin: 0 auto;
}
.error {
  color: red;
}
button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
}
#contact_form_confirmation h2:before {
  background:none;
}

/*comapny*/
#company .contact_btn_02 {
  position: absolute;
  bottom: 11%;
  margin: auto;
  left: 0;
  right: 0;
}
.company_dl {
  margin: 0 auto;
}
.company_dl dl {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 auto;
  padding: 20px 10px 10px;
  width: 80%;
  box-sizing: border-box;
}
.company_dl dt {
  width: 15%;
  float: left;
  font-weight: 600;
}
.company_dl dd {
  width: 70%;
  margin-left: 15%;
}
#company {
  position: relative;
}
.company_img {
  width: 40%;
  position: relative;
  z-index: 2;
}
.company_img img {
  width: 100%;
  position: absolute;
  top: 50px;
}
#company .img {
  margin: 65px 0 30px;
  border: 2px solid #0f3291;
}

/*member*/
#member {
  color: var(--color-black);
  background-color: rgba(226, 114, 91, 0.2);
}
.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);
}
.member_box {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.member_box_02 {
  width: 100%;
}
.member_box .bg01 {}
.member_box .bg02 {}
.member_box .bg03 {}
.menber_box_02 .member_img img {
  width: 100%;
}
.member_img {
  display: flex;
  flex-wrap: wrap;
}
.member_text {
  padding: 25px 0px;
}
.member_text p {
  margin: 0;
  font-weight: 500;
}
.member_text .name {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
  color: var(--color-black);
  border-bottom: 2px solid var(--color-black);
}
.member_text .name span {
  font-size: 1.1rem;
  color: var(--color-basecolor);
}
.adviser_title {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 1535px) {
  .header ul li {
    margin: 35px 6px;
  }
}
@media screen and (max-width: 1245px) {
  .header ul li {
    margin: 35px 5px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: calc(var(--vw) * 1.25);
  }
  .header ul {
    width: 83%;
  }
  .header ul li {
    margin: 37px 4px;
  }
  .header .logo {
    width: 17%;
    height: 100px;
  }
  .pc .tel {
    margin-left: 37px;
  }
  .tel::before {
    left: -24px;
    top: 3px;
  }
  #main {
    min-height: 565px;
  }
  #main .contents_inner {
    padding: 85px 5% 0;
  }
  #main .copy_text {
    font-size: 1.3vw;
  }
  #main ul li {
    font-size: 1rem;
  }

  /**case**/
  .case_dl .dl_01 .sell {
    text-align: left;
    margin-left: 95px;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .case_dl .dl_01 .f_case_dd_01 {
    float: none;
    margin-left: 115px;
  }
  .case_dl .dl_01 .f_case_dd_01 {
    float: none;
    margin-left: 115px;
  }
  .case_dl .f_case_dt_01 {
    margin-left: 0;
  }
  .case_dl .dl_01 .f_case_dd_02 {
    margin-left: 115px;
  }
  .case_dl .dl_01 .main_dt {
    width: 95px;
  }
  .case_dl .dl_01 dd {
    margin-left: 115px;
  }
  .case_dl .dl_01 .main_dt_buy {
    width: 95px;
  }
  .case_dl .dl_01 .buy {
    margin-left: 95px;
  }
}

@media (min-width: 551px) and (max-width: 1200px) {
  /*price*/
  .lehman__illustration {
      padding: 34px 28px;
  }
}
@media screen and (max-width: 1024px) {
  section .contents_inner {
    max-width: 900px;
    margin: 0 auto;
  }
  #main {
    min-height: auto;
  }
  #main .flex .text {
    width: 65%;
  }
  #main .contents_inner {
    padding: 85px 5% 162px;
  }
  #main .text_box {
    padding: 20px 10px;
  }
  #main .copy {
    top: 20px;
    margin: 2vw 0;
  }
  .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: var(--color-white);
    color: var(--color-basecolor);
    padding: 10px 30px;
    border-radius: 30px;
  }
  .sp_contact {
    width: 100%;
    display: block;
    margin: 20px 0 0;
  }
  .sp_contact li {
    width: 100%;
    float: none;
    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: 5;
    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: var(--color-basecolor);
    -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: 4;
    left: 25%;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 75%;
    height: 100vh;
    background: var(--color-basecolor);
  }
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  .globalMenuSp ul {
    list-style: none;
    padding-left: 0;
    margin-top: 80px;
  }
  .globalMenuSp ul li {
    margin: 25px 0;
  }
  .globalMenuSp ul li a {
    color: #fff;
    font-weight: 600;
    position: relative;
  }
  .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;
  }
  h2 {
    font-size: 2rem;
    margin-bottom: 70px;
  }

  /*report*/
  #report .report_box {
    width: 70%;
  }
  
  /*company*/
  #company {
    height: auto;
  }
  .company_dl {
    background: var(--color-white);
    position: relative;
    width: 100%;
    right: auto;
    top: -40px;
  }
  .company_img {
    width: 60%;
    position: relative;
    left: 20%;
  }
  .company_img img {
    width: 100%;
    position: relative;
    top: 0;
  }
  .company_dl dt {
    width: 25%;
  }
  .company_dl dd {
    width: 75%;
    margin-left: 25%;
  }
  .company_dl dl {
    width: 85%;
  }
  #company .img {
    margin: 10px 0 30px;
  }

 
  /*flow*/
  .flow .flow02 {
    padding: 100px 17px 30px;
  }
  .flow02 .num {
    padding: 0 20px;
    height: 320px;
  }
  .flow02 .pink {
    padding: 0 20px;
    height: 320px;
  }
  .flow p {
    left: 13%;
  }
  .flow .basic_fee {
    top: -55px;
    left: 6%;
  }
  .flow .success_fee {
    top: -55px;
    left: 7%;
  }
  .lehman__illustration {
    padding: 34px 35px;
    width: auto;
  }
  .header .pc {
    display: none;
  }
  .flow_box {
    width: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  
  /*reason*/
  .reason_txt .num {
    font-size: 2rem;
    text-align: center;
  }
  
  .reason_txt .description {
    padding-left: 10px;
    font-size: 1.0rem;
  }

   /*case*/
  #case .contents_inner {
    padding: 60px 40px;
  }

  .dl_02 .case_img img {
    width: 30%;
    left: 0;
    right: 0;
    margin: auto;
  }


}
@media screen and (max-width: 820px) {
  /*main*/
  #main {
    background-size: cover;
    background-position: 25% 0;
    height: 780px;
  }
  #main .flex .text {
    width: 75%;
  }
  #main .copy {
    font-size: 4.5vw;
    line-height: 1.4;
  }
  #main .copy span {
    font-size: 6vw;
  }
  br.pc_only {
    display: none;
  }
  br.sp_only {
    display: block;
  }
  #main .copy_text {
    margin: 1.0rem 0;
    font-size: 1rem;
  }
  #main .contents_inner {
    padding: 160px 20px;
  }

  .en_title {
    font-size: 1.0rem;
  } 
  .nav.scrolled {
    background: #fff;
  }
  .sp .tel_sp_02 a::before {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 2px;
    left: -20px;
  }

  /*flow*/
  .flow02 .num {
    padding: 0 11px;
  }
  .flow02 .pink {
    padding: 0 11px;
  }
  .flow p {
    left: 10%;
  }
  .flow .basic_fee {
    top: -55px;
    left: -3%;
  }
  .flow .success_fee {
    top: -55px;
    left: -3%;
  }
}

@media screen and (max-width: 768px) {
  h2:before {
    bottom: -10px;
  }
  /*main*/
  #main {
    background-position: 25% 0;
    height: 705px;
  }
  #main .contents_inner {
    padding: 190px 20px 0;
  }
  #main .flex .text {
    width: 100%;
  }
  .header .logo {
    width: 30%;
    padding: 0 20px;
    height: 95px;
  }
  .sub_copy li img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  /*cta*/
  .contact_btn_02 a {
    font-size: 1.2rem;
    padding: 20px 35px;
  }

  /*reason*/
  .reason_box { 
    width: 100%;
  }
  .reason_txt {
    margin-top: 10px;
    justify-content: left;
  }
  .reason_img {
    width: 100%;
  }
  .reason_txt .num {
    font-size: 3rem;
  }
  .reason_txt .description {
    font-size: 1.0rem;
  }

  /*report*/
  #report .report_box {
    width: 90%;
  }
  #report .report_li {
    padding-left: 1.5rem;
  }
  #report .img_box {
    flex-direction: column;
  }
  #report .img_box.column_3 .img {
    width: 100%;
  }
  #report .img_box .img:last-child {
    margin: 20px 20px 20px 0;
  }
  #report .img_box.column_2 .img {
    width: 100%;
  }

  /* interview */
  .interview_box {
    padding: 20px;
  }
  .interview_flex {
    display: block;
  }
  .interview_flex .img01 {
    width: 100%;
    margin-top: 30px;
  }
  .interview_flex .img01 img {
    width: 100%;
    margin: 0 auto 30px;
  }
  #interview .title {
    padding-bottom: 10px;
  }
  .interview_flex .text_box {
    width: 100%;
    padding: 0;
  }

  /*case*/
  #case .case_flex {
    flex-direction: column;
  }
  #case .case_box {
    width: 100%;
  }
  #case .case_box:nth-child(2) {
    margin-top: 30px;
  }
  .case_dl .dl_01 .main_dt {
    float: none;
    width: auto;
  }
  .case_dl .dl_01 .main_dt_buy {
    float: none;
    border-bottom: 2px solid var(--color-accentcolor);
    width: auto;
  }
  .case_dl .dl_01 .sell {
    text-align: center;
    margin-left: 0;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .case_dl .dl_01 .sell {
    margin-bottom: 0;
  }
  .case_dl .dl_01 .buy {
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .case_dl .dl_01 dd {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .case_dl .dl_02 dt {
      border-bottom: 0;
  }
  .case_dl .dl_02 {
    width: 30%;
  }
  .case_dl .dl_01 {
    width: 35%;
  }
  .case_dl .dl_01 .f_case_dd_01 {
    float: none;
    margin-left: 0;
  }
  .case_dl .dl_01 .f_case_dd_02 {
    margin-left: 0;
  }
  .case_dl dt {
    float: none;
    border-bottom: none;
    color: var(--color-basecolor);
    padding-bottom: 0;
    text-align: center;
    border-bottom: 2px solid var(--color-basecolor);
    padding: 10px;
  }
  .case_dl dt.dt_buy {
    color: var(--color-accentcolor);
    border-bottom: 2px solid var(--color-accentcolor);
  }
  .case_dl .dl_02 dd {
    margin: 80px 0 0;
  }

  /*point*/
  #point .pc_only {
    display: none;
  }
  #point .point_box {
    flex-direction: column;
    margin-top: 70px;
  }
  #point .point_dl {
    width: 100%;
    margin: 30px 0 50px 0;
  }
  #point .point_dl:last-child {
    margin: 30px 0 0 0;
  }
  #point .point_dl dt {
    text-align: center;
  }

  /*flow*/
  .flow {
    display: block;
    margin-top: 0;
  }
  #flow ul {
    text-align: center;
    width: 100%;
  }
  .flow .triangle2 {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--color-basecolor);
    top: 20px;
    display: inline-block;
  }
  .flow02 .num {
    height: auto;
    padding: 15px;
    display: block;
  }
  .flow .flow02 {
    writing-mode: horizontal-tb;
    float: none;
    padding: 20px 14px 0px;
  }
  .flow li {
    float: none;
  }
  .flow02 .pink {
    height: auto;
    padding: 15px;
    display: block;
  }
  .flow02.fee {
    margin: 0 0 120px 0;
  }
  .flow_box {
    display: block;
    text-align: center;
    padding-bottom: 0;
    float: none;
  }
  .flow p {
    left: 0;
    width: 100%;
  }
  .flow .basic_fee {
    top: 72px;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    padding: 24px 18px 18px;
    font-size: 0.8rem;
    border-radius: 50%;
    writing-mode: horizontal-tb;
  }
  .flow .basic_fee::before {
    top: -25px;
    left: 46%;
    margin: 0;
    padding: 4px 4px;
    border-radius: 50%;
  }
  .flow .basic_fee::after {
    top: -13px;
    left: 46%;
    margin: 0;
    padding: 4px 4px;
    border-radius: 50%;
  }
  .flow .success_fee {
    width: 90px;
    top: 72px;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    padding: 33px 18px 30px;
    font-size: 0.8rem;
    border-radius: 50%;
    writing-mode: horizontal-tb;
  }
  .flow .success_fee::before {
    top: -25px;
    left: 46%;
    margin: 0;
    padding: 4px 4px;
    border-radius: 50%;
  }
  .flow .success_fee::after {
    top: -13px;
    left: 46%;
    margin: 0;
    padding: 4px 4px;
    border-radius: 50%;
  }

  /*company*/
  .company_dl dl {
    width: 100%;
  }

  /*member*/
  .member_box {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .member_text .name {
    font-size: 1.3rem;
  }
  .member_text .name span {
    font-size: 1.0rem;
  }

  /* メルマガパーミッション */
  .checkbox-container .checkbox-label {
    flex: 1;
    width: calc(100% - 80px);
    cursor: pointer;
  }
}
@media screen and (max-width: 550px) {
  section .contents_inner {
    padding: 50px 25px;
  }
  /*main*/
  #main {
    background-position: 20% 0;
    height: 600px;
    margin-top: 20px;
  }
  #main .copy {
    margin: 0;
    top: 0;
    left: 2%;
    font-size: 6vw;
  }
  #main .copy span {
    font-size: 8vw;
  }
  #main .copy_text br {
    display: none;
  }
  #main .copy_text {
    font-size: 0.9rem;
  }
  .reason_text {
    width: 100%;
  }
  .header .logo {
    width: 50%;
    height: 80px;
  }
  .nav {
    height: 80px;
  }
  section .contents_inner,
  #case .contents_inner {
    padding: 50px 25px;
  }
  .sp_tel_mail {
    right: 60px;
  }
  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }

  /*issue*/
  .lead {
    font-size: 1.3rem;
  }
  .issue_flex .img {
    width: 100%;
    margin-right: 0;
    order: 2;
    text-align: center;
  }
  .issue_flex .img img {
    width: 40%;
  }
  .issue_flex ul {
    width: 100%;
    margin-top: 30px;
    order: 1;
    padding-left: 0;
    font-size: 1.0rem;
  }
  .issue_text { 
    padding: 50px 20px;
  }

  /*interview*/
  #interview::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    border-radius: 0;
  }
  .interview_title {
    font-size: 1.2rem;
  }
  .interview_flex .title {
    font-size: 1.1rem;
  }
  
  /*case*/
  .case_dl .dl_01 {
    width: 80%;
    float: none;
  }
  .case_dl .dl_02 {
    width: 70%;
    float: none;
  }
  .case_dl dt {
    width: auto;
    margin-right: 0;
  }
  .case_dl .dl_01 dd {
    width: auto;
    margin-bottom: 0;
    text-align: center;
  }
  .case_dl .dl_01 .buy {
    text-align: center;
  }
  .case_dl .dl_02 dt {
    border-bottom: none;
  }
  .case_dl .dl_01 .main_dt {
    width: auto;
    text-align: center;
  }
  .case_dl .dl_01 .sell {
    width: auto;
    text-align: center;
  }
  .dl_02 .case_img img {
    width: 35%;
  }

  /*price*/
  .lehman__illustration {
    padding: 20px;
    width: auto;
  }

  .lehman__illustration .row {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .lehman__illustration .row img {
    width: 65%;
    margin: auto;
    display: block;
  }

  .lehman__illustration .lehman__result {
    margin-left: 0;
    margin-top: 60px;
  }
  
  .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: var(--color-black) transparent transparent transparent;
    left: 0;
    right: 0;
    top: -126vw;
    margin: auto;
  }
  
  .lehman__illustration .lehman__result__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .lehman__illustration .lehman__result__item + .lehman__result__item {
    margin-left: 0;
  }


  /*member*/
  .member_box {
    display: block;
    width: 100%;
  }
  .dl_02 .case_img img {
    position: relative;
    top: 0;
  }
  .menber_box_02 {
    width: 100%;
    margin: 13px 0;
  }

  /*reason*/
  #reason .title span {
    font-size: 2.5rem;
  }

  /*company*/
  .company_img {
    width: 75%;
    position: relative;
    left: 12%;
  }
  .company_dl dt {
    width: 100%;
    float: none;
  }
  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }
  .company_dl {
    padding: 20px 0 15px;
  }

  /*case*/
  .case_dl {
    margin-bottom: 35px;
    display: flex;
  }

  /*price*/
  .lehman__illustration {
    padding: 20px;
    width: auto;
  }
  .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: #1e2124 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;
  }

  /*faq*/
  .ac-parent span {
    font-size: 1.2rem;
    margin-right: 10px;
    display: inline-block;
    float: left;
    position: relative;
    top: -3px;
  }
  .ac-parent {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 20px 35px 20px 20px;
  }
  .ac-parent:after {
    right: 18px;
    width: 8px;
    height: 8px;
  }
  .ac-child {
    padding: 20px 15px;
  }

  /*footer*/
  .footer_policy a {
    font-size: 0.9rem;
    color:var(--color-black);
  }

  .button .return {
    margin: 0 7px;
    width: 170px;
    margin-bottom: 20px;
  }

  /*pagetop*/
  #pagetop {
    right: 20px;
  }
  #pagetop .arrow {
    width: 14px;
    height: 14px;
  }
  #pagetop a {
    padding: 10px 5px;
  }


  .sp_contact {
    width: 100%;
    display: block;
    margin-top: 70px auto auto;
  }
  .sp_contact li {
    width: 100%;
    float: none;
  }
  .tel_sp img {
    width: 45px;
  }
  .mail_sp img {
    width: 45px;
  }

  /*report*/
  #report .title02 {
    font-size: 1.1rem;
  }

  /*reason*/
  .reason_img {
    width: 100%;
  }
  .reason_img img {
    width: 100%;
  }

  .flow_box {
    width: 100%;
  }


  h2 {
    font-size: 1.6rem;
    margin-bottom: 50px;
    line-height: 1.4;
  }
  h2 span {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.3rem;
  }

  #main ul li {
    font-size: 0.7rem;
    text-align: center;
    margin: 9px;
    padding: 10px;
    font-weight: 500;
  }
}

