* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  width: 100%;
  font-size: 1.1rem;
  color: #252525;
  background: #fff;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  vertical-align: baseline;
  line-height: 1.5;
}
section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 20px;
}
.cb {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
h2 {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.1;
  margin-bottom: 80px;
  color: #252525;
  text-align: center;
  z-index: 1;
}
h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 150px;
  height: 15px;
  background: #fff;
  margin: 20px auto 0;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
h2.yellow::after {
  background: #FFD22D;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*header*/
.header {
  position: fixed;
  width: 100%;
  height: 85px;
  z-index: 10;
  background-color: #fff;
}

.header .nav {
  display: flex;
  justify-content: space-between; /* 要素を左右に配置 */
  align-items: center; /* 要素を垂直方向中央に配置 */
  width: 100%;
}

.nav.scrolled {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header ul {
  width: 89%;
  /* float: left; */
  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 0 26px 20px;
  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;
  flex-shrink: 0; /* ロゴが縮まないように */
}
.header .logo img {
  width: 100%;
}
.pc li a {
  text-decoration: none;
  color: #252525;
  font-weight: 600;
  font-size: 0.8vw;
}

.sp {
  display: none;
}
.pc .tel {
  /* margin-left: 55px; */
  position: relative;
  font-weight: 600;
  font-size: 1.6vw;
  color: #252525;
  margin-right: 0;
  margin-left: 20px;
}

.pc li .contact_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #EB3D11;
  color: #fff;
  padding: 5px 65px 5px 25px;
  font-size: 1.3vw;
  /* max-width: 260px; */
  width: 100%;
  height: 85px;
  text-align: left;
  align-items: flex-start;
}

.pc li .contact_btn span {
  font-size: 1.2vw;
}

.pc li .contact_btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../svg/arrow_icon.svg) no-repeat center/contain;
  vertical-align: middle;
  margin-right: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.sp_tel_mail {
  display: none;
}

.cta_area {
  background-color: #FFD22D;
  color: #252525;
  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;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 50px;
  color: #fff;
  background-color: #252525;
}

/*  */
.contact_btn_02 {
  text-align: center;
  margin: 100px 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: #0f3291;
}

.contact_btn_02 a:hover {
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
  opacity: 0.95;
}

.contact_btn_02 .b_white {
  background: #0f3291;
  color: #fff;
}

.contact_btn_02 .b_white:hover {
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
  opacity: 0.95;
}

.contact_btn_03 {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 100px auto 50px;
}
.contact_btn_03 a {
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 145px;
  border-radius: 50px;
  color: #EB3D11;
  background: #fff;
  border: 2px solid #EB3D11;
}
.contact_btn_03 a:hover {
  color: #fff;
  background: #EB3D11;
  border: none;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
  /* opacity: 0.95; */
}

.nav {
  height: 85px;
}

.pc li .contact_btn:hover {
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
  opacity: 0.95;
}

.br_sp,
.br_sp02 {
  display: none;
}

.br_tb {
  display: none;
}

/*main*/
#main {
  padding-top: 85px;
  background-image: url(/industry/gas-station/img/mv_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#main .copy {
  font-size: 3.6rem;
  font-weight: 600;
  margin: 30px 0;
  color: #fff;
  text-shadow: 0 0 10px #252525;
  line-height: 1.5;
  margin: 0 30px;
}
#main .copy_text {
  max-width: 800px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 10px #252525;
  margin: 30px auto 15px;
}
#main .contents_inner {
  max-width: 1280px;
  margin: auto;
  padding: 125px 20px;
}
#main ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
}
#main ul li {
  position: relative;
  list-style: none;
  margin: 20px 20px 0 0;
  color: #252525;
  font-weight: 600;
  padding: 15px 10px;
  font-size: 1.2rem;
  background: #FFD22D;
  width: 300px;
  box-sizing: border-box;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main ul li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../svg/check_icon.svg) no-repeat center/contain;
  vertical-align: middle;
  margin-right: 8px;
}

/*  */

footer {
  max-width: 1140px;
  margin: 0 auto 0;
  text-align: center;
  padding: 60px 0 120px;
}
.footer_policy {
  margin-bottom: 20px;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 0;
}
#pagetop a {
  padding: 15px 8px;
  background: #252525;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
#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;
}

/*issue*/
#issue .issue_list {
  width: 100%;
  margin: 0 auto;
}

#issue ul span {
  font-size: 0.9rem;
}

#issue .lead {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  z-index: 1;
  margin: 0;
  margin-bottom: 20px;
}

#issue .balloon4 { 
  display: flex;
}

#issue .balloon4 li {
  position: relative;
  padding: 20px;
  margin-left: 20px;
  background: #FFD22D;
  width: 50%;
  font-weight: 600;
  border-radius: 10px;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100px;
}

#issue .balloon4 li:first-child {
  margin-left: 0;
}

#issue .balloon4 li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFD22D;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

#issue.balloon4 p {
  margin: 0;
  padding: 0;
}

#issue .issue_text {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin: 40px 0 20px;
}

/*REASON*/
#reason {
  background-color: #FFD22D;
}
#reason .reason_list {
  max-width: 950px;
  margin: 0 auto;
}
#reason .reason_list li {
  display: flex;
  max-width: 600px;
  padding: 20px;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 10px;
  list-style: none;
}
#reason .reason_list li.right {
  margin-left: auto;
}
#reason .reason_list li .text_box {
  width: 50%;
  font-size: 1.2rem;
  font-weight: 600;
}
#reason .reason_list li .text_box p {
  position: relative;
  margin: 45px 0 0;
}
#reason .reason_list li .text_box p span {
  position: absolute;
  top: -110px;
  left: 0;
  color: #FFD22D;
  font-size: 5rem;
  font-weight: 900;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
}
#reason .reason_list li.right .text_box p span {
  left: auto;
  right: 0;
}
#reason .reason_list li .img {
  width: 50%;
}
#reason .reason_list li.left .img {
  margin: auto 0 auto 20px;
}
#reason .reason_list li.right .img {
  margin: auto 20px auto 0;
}

/*REPORT*/
#report .report_box {
  width: 40%;
  margin: 0 auto 50px;
  padding: 20px;
  color: #252525;
  background-color: #EDEDED;
  border-radius: 6px;
}
#report .title02 {
  margin-top: 0;
  color: #EB3D11;
  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: #EB3D11;
}
#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);
}

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

#company .img img {
  width: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/*CASE*/
#case {
  background-color: #EDEDED;
}
.case_dl {
  margin-bottom: 25px;
  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: #EB3D11;
  color: #fff;
  font-weight: 600;
  float: left;
  padding: 10px;
}

.case_dl .dl_01 .main_dt_buy {
  background: #FFD22D;
  color: #252525;
  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: #fff;
  font-weight: 600;
  border-left: 2px solid #EB3D11;
  margin-bottom: 10px;
}

.case_dl .dl_01 .buy {
  margin-left: 90px;
  padding: 10px;
  background: #fff;
  font-weight: 600;
  border-left: 2px solid #FFD22D;
  margin-bottom: 10px;
}

.case_dl .dl_01 dd {
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  border-left: 2px solid #EB3D11;
  margin-bottom: 5px;
}
.case_dl .dl_01 dd.sub_dd_buy {
  border-left: 2px solid #FFD22D;
}
.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;
}
.case_dl .dt_02 {
  margin-right: 70%;
  margin-bottom: 18px;
}
#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;
}
.case_dl .dl_01 .f_case_dd_01 {
  float: left;
  margin-left: 18px;
}

.case_dl .f_case_dt_01 {
  margin-left: 40px;
}

.case_dl .dl_01 .f_case_dd_02 {
  margin-left: 350px;
}

#case .title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0f3291;
}

/*POINT*/
#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 #FFD22D;
  box-sizing: border-box;
}
#point .point_dl:last-child {
  margin-right: 0;
}
#point .point_dl.failure {
  border: 2px solid #EB3D11;
}
#point .point_dl .number {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 5px 20px;
  color: #252525;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFD22D;
  box-sizing: border-box;
  width: 175px;
}

#point .point_dl .number span {
  font-size: 1rem;
  margin-right: 5px;
}
#point .point_dl.failure .number {
  color: #fff;
  background-color: #EB3D11;
}
#point .point_dl dt {
  margin: 1rem 0;
  font-weight: 600;
  text-align: center;
}
#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 {
  background-color: #EDEDED;
  text-align: center;
}

#flow p {
  color: #252525;
}
#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: #252525;
  background: #FFD22D;
  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 #252525;
  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: #fff !important;
  font-size: 0.8rem;
  font-weight: 600;
  align-items: center;
  background-color: #EB3D11;
  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: #EB3D11;
  border-radius: 50%;
}
.flow .basic_fee::after {
  position: absolute;
  content: "";
  top: 103px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: #EB3D11;
  border-radius: 50%;
}
.flow .success_fee {
  position: absolute;
  top: -57px;
  left: 17%;
  width: 88px;
  height: 88px;
  margin-top: 40px;
  padding: 33px 18px 30px;
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 600;
  align-items: center;
  background-color: #EB3D11;
  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: #EB3D11;
  border-radius: 50%;
}
.flow .success_fee::after {
  position: absolute;
  content: "";
  top: 103px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: #EB3D11;
  border-radius: 50%;
}
.flow02 .pink {
  display: table-cell;
  width: auto;
  height: 360px;
  color: #fff;
  background-color: #EB3D11;
  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 #252525;
    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: #fff;
    padding: 0 30px;
}
.lehman__illustration .lehman__result__item + .lehman__result__item {
    margin-left: 30px;
}
.lehman__illustration .lehman__result__ttl {
    font-weight: 600;
}

/*MEMBER*/
#member {
  position: relative;
}
#member::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  z-index: -1;
  background-color: #FFD22D;
}
section#member .contents_inner {
  max-width: 1400px;
}
.member_box {
  display: flex;
  align-items: stretch;
}
.member_box_02 {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 15px 20px;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.16);
}
.member_box_02 .member_img img {
  width: 100%;
}
.member_img {
  display: flex;
}
.member_text {
  padding: 25px 0px;
}
.member_text p {
  margin: 0;
}
.member_text .name {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
  color: #252525;
}
.member_text .name span {
  font-size: 1.1rem;
  color: #EB3D11;
}
.adviser_title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: -30px;
  margin-bottom: 65px;
  text-align: center;
}

/*FAQ*/
#faq {
  background: #fff;
}
.ac {
  position: relative;
}
.ac-parent {
  position: relative;
  text-align: left;
  line-height: 1.5;
  cursor: pointer;
  padding: 20px 55px 20px 30px;
  margin-top: 20px;
  font-weight: 600;
  color: #252525;
  box-shadow: 0 4px 15px rgba(0,0,0,0.16);
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #252525;
  border-bottom: 3px solid #252525;
  transform: translateY(-50%) rotate(45deg);
}
.ac-parent.open:after {
  top: 55%;
  transform: translateY(-50%) rotate(225deg);
}
.ac-parent:first-child {
  margin-top: 0;
}
.ac-child {
  display: none;
  padding: 20px 30px;
  margin-left: 0;
}
#faq .ac-parent span {
  font-size: 1.5rem;
  margin-right: 20px;
  color: #252525 !important;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #FFD22D;
  border-radius: 50%;
  font-weight: 700;
  vertical-align: middle;
  flex-shrink: 0;
}
#faq .ac span {
  color: #EB3D11;
  font-weight: 600;
}
#faq .ac a {
  color: #2f8bc9;
}

/*CONTACT*/
#contact {
  background-color: #FFD22D;
}
blockquote {
  margin: 0 auto;
}
blockquote.step input.text,
blockquote.step textarea {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px;
  background-color: #fff;
  border: solid 1px #dbdbda;
  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: 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: #252525;
}

.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:-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 #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: #252525;
  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;
  font-family: inherit;
  border-radius: 5px;
  margin-bottom: 80px;
}
.select-os input[type="radio"]:checked.sell_buy + label {
  color: #fff;
  background-color: #252525;
}
.check_box:checked + .label {
  color: #fff;
  background-color: #252525;
}
.select-os input[type="radio"]:checked.icon + label {
  color: #fff;
  background-color: #252525;
}
.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: #252525;
  border-left: 1px solid #dbdbdb;
  color: #fff;
}
.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
  text-align: left;
}
.button .return {
  color: #252525;
  font-weight: 600;
  background: #fff;
  padding: 8px 10px;
  display: block;
  border: 2px solid #252525;
  cursor: pointer;
  margin: 0 auto;
}
.error {
  color: #f01423;
}

button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
}

@media screen and (max-width: 1500px) {
  #main .contents_inner {
    padding: 80px 20px;
  }

  #main .copy {
    font-size: 3rem;
    left: 43%;
  }

  #main .copy_text {
    left: 43%;
  }

}

@media screen and (max-width: 1200px) {
  body {
    font-size: calc(var(--vw) * 1.25);
  }
  .header .pc {
    display: none;
  }
  .nav {
    height: 85px;
  }
  .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 {
    position: relative;
  }

  .sp .tel_sp_02 a::before {
    content: url(../svg/tel_icon_03.svg);
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 2px;
    left: -20px;
  }
  .sp .mail_sp_02 a {
    background: #fff;
    color: #252525;
    padding: 10px 15px;
    border-radius: 5px;
  }
  .sp_contact {
    width: 100%;
    display: block;
    margin: auto;
  }
  .sp_contact li {
    width: 100%;
    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;
  }

  .sp_contact li {
    width: 100%;
    float: none;
  }

  .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: #252525;
    -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: #252525;
  }
  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%;
  }

  #main .copy {
    font-size: 2.5rem;
  }
  #main .copy_text {
    font-size: 1rem;
  }
  #main ul li {
    font-size: 1rem;
  }
  #main .contents_inner {
    padding: 80px 80px 100px;
  }
  .case_dl .dl_01 .sell {
    text-align: left;
    margin-left: 115px;
    padding: 10px;
    background: #fff;
    font-weight: 600;
    border-left: 2px solid #EB3D11;
    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: 115px;
  }
  .case_dl .dl_01 dd {
    margin-left: 115px;
  }
  .case_dl .dl_01 .main_dt_buy {
    width: 115px;
  }
  .case_dl .dl_01 .buy {
    margin-left: 115px;
  }
  .pc li a {
    font-size: 0.8vw;
  }
  .lehman__illustration {
    padding: 34px 28px;
  }
  .member_box_02 {
    min-height: 410px;
  }

}

@media screen and (max-width: 1024px) {
  section .contents_inner {
    max-width: 900px;
    margin: 0 auto;
  }

  .br_tb {
    display: block;
  }

  /* issue */
  #issue ul li {
    font-size: 1.1rem;
    margin: 5px 10px;
  }

  #issue .balloon4 {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2カラムに変更 */
    gap: 30px;
    width: 85%;
    margin: 0 auto;
  }

  #issue .balloon4 li {
    position: relative;
    padding: 20px;
    background: #FFD22D;
    font-weight: 600;
    border-radius: 10px;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100px;
    margin: 0;
    width: 100%;
  }

  #issue ul li::before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

  /* main */
  #main {
    background: url("../img/mv_01_sp.jpg") no-repeat;
    background-size: cover;
  }

  #main .copy {
    font-size: 4.2vw;
    left: 10vw;
    text-shadow: 0 0 8px #161616;
  }

  #main .copy_text {
    font-size: 2vw;
    left: 13%;
  }

  #main ul {
    font-size: 1vw;
    left: 13%;
  }

  #main ul li {
    font-size: 1.7vw;
    text-align: left;
  }

  #report .report_box {
    width: 70%;
  }

  #company {
    height: auto;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 80px;
  }

  /* CASE */
  .case_dl .dl_01 .main_dt {
    float: none;
  }

  .case_dl .dl_01 .main_dt_buy {
    float: none;
    border-bottom: 2px solid #FFD22D;
  }

  .case_dl .dl_01 .sell {
    text-align: left;
    margin-left: 0;
    padding: 10px;
    background: #fff;
    font-weight: 600;
    border-left: 2px solid #EB3D11;
    margin-bottom: 10px;
  }
  .case_dl .dl_01 .sell {
    border-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .case_dl .dl_01 .buy {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 0;
  }

  .case_dl dt {
    float: none;
    color: #252525;
    padding-bottom: 0;
    text-align: center;
    border-bottom: 2px solid #EB3D11;
  }
  .buy + dt,
  .sub_dd_buy + dt {
    border-bottom: 2px solid #FFD22D;
  }
  .case_dl .dl_01 dd.sub_dd_buy {
    border-left: none;
  }
  .case_dl .dl_02 dt {
    border-bottom: 0;
  }

  .case_dl .dl_01 .f_case_dd_01 {
    float: none;
    margin-left: 0;
  }
  .case_dl .dl_01 dd {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .case_dl .dl_01 .f_case_dd_02 {
    margin-left: 0;
  }

  .case_dl .dl_02 {
    width: 30%;
  }
  .case_dl .dl_01 .main_dt_buy {
    width: auto;
  }

  .case_dl .dl_01 {
    width: 35%;
  }
  .case_dl .dl_01 .main_dt {
    width: auto;
  }

  .company_dl {
    background: #fff;
    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%;
  }
  .company_dl dl {
    width: 85%;
  }
  #company .img {
    margin: 10px 0 30px;
  }
  .open_btn {
    width: 22.3%;
  }
  
  /* 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%;
  }
  section .contents_inner {
    padding: 40px 50px;
  }
  .adviser_title {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 820px) {

  h2 {
    font-size: 2rem;
  }
  h2 span {
    font-size: 1.5rem;
  }
  #issue .balloon4 {
    gap: 20px;
  }
  #issue .balloon4 li::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FFD22D;
    bottom: -15px;
  }
  .dl_02 .case_img img {
    width: 45%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .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%;
  }

  .service .flex .flex_text {
    width: 100%;
    margin-right: 0%;
  }
  .service .flex .flex_text02 {
    width: 100%;
    margin-left: 0;
  }
  .service .flex .flex_img {
    width: 85%;
    margin: auto;
  }
  .service .flex .flex_img02 {
    width: 85%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {

  h2 {
    line-height: 1.3;
 }

  .br_sp {
    display: block;
  }

  .br_pc {
    display: none;
  }

  .contact_btn_03 a {
    font-size: 1.2rem;
    padding: 20px 35px;
  }

  #main ul li::before {
    width: 3vw;
    height: 3vw;
    margin-right: 5px;
  }

  .flow .flow02 {
    padding: 100px 14px 30px;
  }
  .flow {
    display: block;
    margin-top: 0;
  }
  #flow .contents_inner {
    padding-bottom: 70px;
  }
  #flow ul {
    text-align: center;
    width: 100%;
  }
  .flow_box {
    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 #252525;
    top: 20px;
    display: inline-block;
  }
  .flow .sp_triangle {
    margin-top: 20px;
  }
  .flow02 .num {
    height: auto;
    padding: 15px;
    display: block;
  }
  .flow .flow02 {
    float: none;
    padding-top: 20px;
  }
  .flow li {
    float: none;
  }
  .flow02 .pink {
    height: auto;
    padding: 15px;
    display: block;
  }
  .flow02.fee {
    margin: 0 0 60px 0;
  }
  .flow_box {
    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: 15px 15px 15px;
    font-size: 0.8rem;
    writing-mode: horizontal-tb;
    width: 130px;
    height: auto;
    border-radius: 50%;
  }
  .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 {
    top: 72px;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    padding: 15px 15px 15px;
    font-size: 0.8rem;
    writing-mode: horizontal-tb;
    width: 130px;
    height: auto;
    border-radius: 50%;
  }
  .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%;
  }

  .service_box {
    width: 45%;
  }
  
  .open_btn {
    width: 29.9%;
  }
  .header .logo {
    width: 30%;
    padding: 0 20px;
    height: 95px;
  }

  #main .copy {
    font-size: 5.5vw;
    left: 5vw;
    z-index: 1;
  }
  #main .flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #main .flex .text {
    width: 100%;
  }
  #main .flex .img {
    width: 45%;
    margin-left: 55%;
  }
  #main .contents_inner {
    padding: 65px 30px;
  }
  #main .copy_text {
    font-size: 2.5vw;
    left: 5vw;
  }
  #main ul {
    align-items: center;
    left: 5vw;
  }
  #main ul li {
    font-size: 1.8vw;
    text-align: left;
  }

  /* 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%;
  }
  #report .reason_list li .text_box {
    font-size: 1rem;
  }

  /* REASON */
  #reason .reason_list li .text_box {
    font-size: 1.1rem;
  }
  #reason .reason_list li .text_box p span {
    font-size: 4.3rem;
    top: -98px;
  }
  #reason .reason_list li.left .img {
    margin: 50px 0 0 20px;
  }
  #reason .reason_list li.right .img {
    margin: 50px 20px 0 0;
  }
  .reason_box {
    flex-direction: column-reverse;
  }
  .reason_text {
    width: 60%;
  }
  .reason_text p {
    position: relative;
    width: 85%;
    top: 0;
    background: #fff;
    padding: 30px;
    z-index: 2;
    margin: auto;
  }
  .reason_img {
    width: 100%;
  }
  .reason_box .flex {
    width: 90%;
    padding-left: 0;
  }
  .reason_box .box {
    padding: 10px;
  }
  .reason_box .box br {
    display: none;
  }

  /* 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;
  }

  /* PRICE */
  .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;
  }

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

  #company .company_dl dt {
    width: 35%;
  }

  #company .company_dl dd {
    width: 65%;
  }

  .member_box_02 {
    min-height: 320px;
  }

  .adviser_title {
    font-size: 1.2rem;
  }


  .service .flex .flex_img img {
    width: 80%;
    box-shadow: 10px 10px 0px #19b0e8d9;
    margin: auto;
    display: block;
  }

  .service .flex .flex_img02 img {
    box-shadow: 10px 10px 0px #0f3291c9;
    width: 80%;
    margin: auto;
    display: block;
  }

  /* メルマガパーミッション */
  .checkbox-container .checkbox-label {
    flex: 1;
    width: calc(100% - 80px);
    cursor: pointer;
  }
}

@media screen and (max-width: 550px) {
  .br_sp02 {
    display: block;
  }
  #main ul li::before {
    width: 5vw;
    height: 5vw;
    margin-right: 8px;
  }

  .service .flex .flex_img img {
    width: 100%;
  }

  .service .flex .flex_img02 img {
    box-shadow: 10px 10px 0px #0f3291c9;
    width: 100%;
  }
  
  #service .table_scroll {
    overflow-x: scroll;
  }

  #service table {
  width: 100%;
  white-space: nowrap;
  }

  #service table .sp_td {
    width: 100px;
    white-space: normal;
  }
  .service_box {
    width: 100%;
    margin: 14px 0;
  }
  #reason .reason_list li .text_box {
    font-size: 1rem;
  }
  .reason_box .flex {
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .reason_box .box {
    width: 100%;
  }

  .contact_btn_02 a {
    padding: 20px 120px;
  }

  .sp_tel_mail {
    right: 60px;
  }
  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }

  #main {
    padding-top: 70px;
    height: 137vw;
    min-height: 630px;
    background-position: left -160px top 0;
  }

  #main .contents_inner {
    padding: 65px 30px;
  }

  #main .copy {
    margin: 0;
    font-size: 6.7vw;
    font-weight: 700;
    left: 0;
  }

  #main .copy_text {
    font-size: 3.7vw;
    left: 0;
    margin: 30px auto;
  }

  #main ul {
    flex-direction: column;
    left: 0;
  }

  #main ul li {
    font-size: 3.5vw;
    padding: 10px 10px;
    margin: 0 0 15px 0;
    width: 50vw;
  }

  .medal {
    width: 100%;
    margin: 55px auto 0;
  }
  .reason_text {
    width: 100%;
  }
  .header {
    height: 80px;
  }
  .header .logo {
    width: 50%;
    height: 80px;
  }
  .nav {
    height: 80px;
  }
  section .contents_inner {
    padding: 50px 25px;
  }

  /* issue */

  #issue ul li {
    font-size: 1rem;
  }

  #issue .lead {
    font-size: 1.1rem;
  }

  #issue .issue_text {
    font-size: 1.1rem;
  }

  /* reason */

  .reason_box .flex {
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .reason_box .box {
    width: 100%;
  }

  .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;
  }

  .case_box {
    width: 100%;
    float: none;
  }
  .case_dl {
    margin-bottom: 35px;
  }
  
  /*INTERVIEW*/
  #interview .contents_inner {
    padding: 50px 25px;
  }

  #interview .interview_box {
    padding: 0 20px;
  }

  #interview::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    border-radius: 0;
  }

  .interview_flex .title {
    font-size: 1.15rem;
  }

  .row {
    flex-wrap: wrap;
  }
  
  .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: -8px;
  }
  .ac-parent {
    font-size: 1rem;
    padding: 20px 45px 20px 15px;
  }
  .ac-parent:after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
  .ac-child {
    padding: 20px 15px;
    font-size: 1rem;
  }
  #faq .ac span {
    top: 0;
    font-size: 1rem;
  }
  .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 {
    display: block;
    margin: auto;
  }
  .sp_contact {
    margin-top: 30px;
  }

  .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 55px;
  }
  .reason_img {
    width: 100%;
  }
  #reason .reverse {
    flex-direction: column-reverse;
  }

  .reason_img img {
    width: 100%;
    margin: 25px auto;
  }
  .flow_box {
    width: 100%;
  }

  h2 .first_text {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.5rem;
    margin-bottom: 70px;
  }
  h2 .line {
    font-size: 1.5rem;
    margin: 0 5px;
  }
  h2 span {
    font-size: 1.1rem;
    margin-left: 10px;
  }
  #main .flex .img {
    width: 100%;
    margin-left: 0;
  }
  
  #reason .title span img {
    width: 70px;
    position: relative;
    top: 20px;
    margin-right: -20px;
    z-index: -1;
  }

  .reason_text p {
    width: 100%;
    padding: 0;
  }
  #case .button {
    margin: 0px auto;
    margin-bottom: 35px;
  }

  .member_box {
    display: block;
    width: 100%;
  }

  .member_box_02 {
    width: 100%;
    min-height: 360px;
  }

  .company_dl {
    padding: 20px 0 15px;
  }

  /* 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: #252525 transparent transparent transparent;
    left: 0;
    right: 0;
    top: -124vw;
    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;
  }
}
