html {
  overflow-y: scroll;
}

body {
  width: 100%;
  font-size: 1.05rem;
  color: #252525;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  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;
}

p {
  margin: 0;
}

section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 130px 110px 160px;
}

.cb {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

h2 {
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 60px;
  color: #0f3291;
  margin-top: 0;
  text-align: center;
}

h2 span {
  font-size: 1.7rem;
  color: #00aff0;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 13px;
}

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

.header ul {
  width: 87%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header ul li {
  display: inline-block;
  margin: 35px 14px;
}

/*  */
.header ul .mail {
  /* margin: 0 0 0 10px; */
  margin: 0;
  /* height: 110px; */
  background: #0f3281;
}

/*  */
.header .logo {
  width: 13%;
  /* max-width: 240px; */
  height: 100px;
  float: left;
  margin: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.header .logo img {
  width: 10vw;
}

.pc li a {
  text-decoration: none;
  color: #252525;
  font-weight: 500;
  font-size: 1rem;
}

.pc .contents a:hover {
  color: #0f3291;
}

.sp {
  display: none;
}

.pc .tel {
  /* margin-left: 55px; */
  margin: 0 15px;
  position: relative;
  font-weight: 500;
  font-size: 1.45vw;
  color: #0f3281;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  position: relative;
  top: -5px;
}

.pc .tel span {
  font-size: 0.7vw;
}

.pc .tel img {
  width: 40px;
  margin-right: 5px;
}

.pc .tel a {
  font-size: 1.3vw;
  color: #0f3281;
}

.sp_tel_mail {
  display: none;
}

.nav {
  height: 100px;
}

.pc .mail:hover {
  opacity: 0.8;
}

/*main*/
#main {
  padding-top: 100px;
  /* background: #5BC9F2; */
  height: 750px;
  position: relative;
  background-image: linear-gradient(42deg, #3dbeed, #7bd5f8 14%, #EDF9FF);
  z-index: 1;
}

#main .mv_text_area {
  padding-left: 17vw;
  box-sizing: border-box;
}

#main .copy {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 75px 20px 25px 0;
}

#main .copy span {
  color: #fff;
  display: inline-block;
  background-color: #00aff0;
  padding: 4px 24px;
  margin-bottom: 8px;
}

#main .copy span.pr_none {
  padding-right: 0;
}

#main .copy span.pl_none {
  padding-left: 0;
}

#main .copy_text {
  font-size: 1.4rem;
  color: #252525;
  line-height: 1.6;
  font-weight: 500;
  /* margin-left: 60px; */
  margin-right: 20px;
  font-weight: 500;
}

#main .point {
  padding-left: 0;
  display: flex;
  /* margin-left: 60px; */
  margin-top: 40px;
}

#main .point li {
  list-style: none;
  margin: 0;
  color: #0f3291;
  font-weight: 600;
  padding: 12px 10px;
  font-size: 1.1rem;
  background: #fff;
  width: 160px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  box-shadow: 5px 5px 0px #00aff0;
}

#main .point li + li {
  margin-left: 20px;
}

#main ul li.fee {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main ul li.prime {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

#main ul li.achievement {
  line-height: 1.3;
}

#main ul li span {
  font-size: 1.7rem;
}

#main .cm_area_box {
  width: 40%;
}

#main .cm_area {
  width: 230px;
}

#main .cm_area p {
  font-size: 1rem;
  color: #0f3281;
  font-weight: 600;
  margin-bottom: 4px;
  border-bottom: 2px solid #0f3281;
  padding: 2px;
}

#main .cm_area .cm img {
  width: 100%;
}

#main .cm_cta {
  display: flex;
  width: 650px;
  align-items: center;
  margin-top: 38px;
}

#main .mv_cta {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#main .mv_cta .text {
  font-size: 1rem;
  font-weight: 600;
  color: #0f3291;
  /* display: inline-block; */
}

#main .mv_cta .button {
  margin-top: 24px;
  position: relative;
  display: inline-block;
}

#main .mv_cta .button a {
  font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 50px;
    color: #fff;
    background-color: #0f3291;
    margin-top: 20px;
    box-shadow: 0 0 8px #0f3291;
}

#main .mv_cta .button a:hover {
  opacity: 0.8;
}

#main .mv_cta .button::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 1px;
    bottom: 0;
    right: 6%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#main .main_img_area {
  position: absolute;
  top: 0;
  right: 0;
  height: 750px;
  padding-top: 100px;
  z-index: -1;
}

#main .main_img_area img {
  height: 100%;
}

#main .main_img_area_sp {
  display: none;
}

/* #main .main_img_area_02 {
  position: absolute;
  top: 0;
  right: 0;
  height: 750px;
  padding-top: 100px;
  z-index: -1;
}

#main .main_img_area_02 img {
  height: 100%;
} */

.br_tb {
  display: none;
}

.br_1600 {
  display: none;
}

.br_1300 {
  display: none;
}

.pc li .contact_btn {
  color: #fff;
  padding: 0vw 1vw;
  font-size: 1.4rem;
  line-height: 100px;
  display: block;
}

/* .mv_text_area {
  position: absolute;
  height: 100%;
  top: 0;
  left: 80px;
  z-index: -1;
  background-color: #F8F2E7;
  z-index: 2;
  width: 100%;
  height: 750px;
  padding-top: 100px;
} */

/*  */

footer {
  margin: 0 auto 0;
  text-align: center;
  font-weight: 500;
}

.footer_contents {
  padding-right: 20px;
  padding-left: 20px;
}

.footer_policy {
  margin-bottom: 20px;
  font-weight: 600;
}

footer .logo {
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}

footer .write {
  background-color: #DEF4FF;
  color: #252525;
  padding: 20px 0 120px;
  margin-top: 50px;
  font-weight: 600;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 3;
}

#pagetop a {
  background: #00aff0;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #EBF8FF;
  display: inline-block;
  width: 60px;
  height: 60px;
}

#pagetop .arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 50px;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  position: relative;
  top: 14px;
}

.footer_policy a {
  text-decoration: none;
  color: #252525;
}

/* cta */

.cta_area {
  /* background: radial-gradient(#F8F2E7, #FFA987); */
  background-color: #A0E1FF;
  color: #0f3291;
  padding: 40px 40px 50px;
}

.cta_area p {
  margin: 0;
  text-align: center;
  font-weight: 600;
}

.cta_area .contact_btn_01 {
  text-align: center;
  margin-top: 35px;
}

.cta_area .contact_btn_01 a {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 50px;
  color: #fff;
  background-color: #0f3291;
}

.cta_area .contact_btn_01 a:hover {
  opacity: 0.8;
}

/* 追従CTA */

.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: #0f3291;
  background: #fff;
  border: 2px solid #0f3291;
}
.contact_btn_03 a:hover {
  color: #fff;
  background: #0f3291;
  border: none;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
  /* opacity: 0.95; */
}

.lead {
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
}

/*issue*/

#issue {
  /* position: relative; */
  background-color: #DEF4FF;
}

#issue .issue_area {
  background-color: #fff;
  padding: 80px 0 30px;
}

#issue .issue_contents_inner {
  padding-top: 0;
  padding-bottom: 0;
}

#issue .assignment {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin: 20px 0 40px;
}

#issue .assignment .item {
  width: calc(100% / 2 - 10px);
  background-color: #fff;
  padding: 24px 20px;
  box-sizing: border-box;
  display: flex;
  border: 1px solid #0f3291;
}

#issue .assignment .item .title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0f3291;
}

#issue .assignment .item .text_area {
  width: 82%;
}

/* #issue .assignment .item p {
  font-weight: 500;
} */

#issue .assignment .item .img_area {
  width: 15%;
  margin-right: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#issue .assignment .item .img_area img {
  width: 100%;
  height: auto;
}

#issue .assignment .item .img_area .issue_01_icon {
  width: 80%;
}

#issue .assignment .item .img_area .issue_02_icon {
  width: 85%;
}

#issue .assignment .item .img_area .issue_03_icon {
  width: 80%;
  text-align: center;
}

#issue .assignment .item .img_area .issue_05_icon {
  width: 95%;
}

#issue .assignment .item .img_area .issue_06_icon {
  width: 60%;
}

#issue .title_01, #video .title_01 {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: #252525;
}

#issue .triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 40px solid #fff;
  margin: auto;
}

#issue .issue_text {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 0;
  background-color: #DEF4FF;
}

#issue .issue_text span {
  color: #0f3291;
}

#issue .issue_text.issue_text_02 {
  padding: 20px 0 60px;
}

/* reason */

/* #reason {
  background-color: #EBF5FF;
} */

#reason .reason_box {
  /* padding: 20px 50px 50px; */
  /* margin-top: 60px; */
  display: flex;
  align-items: center;
  gap: 40px;
}

#reason .reason_box:nth-of-type(n+2) {
  margin-top: 80px;
}

#reason .text_area {
  /* margin-top: 35px; */
  width: 70%;
}

#reason .reason_box .title {
  font-size: 1.8rem;
  color: #0f3291;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid #00aff0;
  margin-bottom: 20px;
}

#reason .reason_box .title .number {
  font-size: 1.2rem;
  color: #00aff0;
  padding: 5px 10px;
  background-color: #DEF4FF;
  display: inline-block;
  /* position: relative;
  top: -3px;
  line-height: 1.4;
  margin-right: 20px; */
}

#reason .reason_box .title .text {
  padding-top: 10px;
}

#reason .img_area {
  width: 30%;
  box-sizing: border-box;
}

#reason .img_area img {
  width: 100%;
}

#reason .reason_box_02 {
  display: flex;
  flex-direction: row-reverse;
}

#reason ul {
  margin: 0;
  padding: 0;
}

#reason li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* case */
#case {
  background-color: #fff;
}

#case .case_item {
  display: flex;
  width: 100%;
  gap: 40px;
  background-color: #F0F0F0;
  padding: 50px 40px;
  box-sizing: border-box;
}

#case .case_item:nth-of-type(n+2) {
  margin-top: 50px;
}

#case table tr {
  background-color: #fff;
}

#case .buy {
  width: 46%;
  border-collapse: collapse;
}

#case .buy .title {
  background-color: #0f3291;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  font-size: 1.2rem;
  border: 1px solid #0f3291;
}

#case .buy .headline {
  color: #0f3291;
  font-weight: 500;
  border-bottom: 1px solid #0f3291;
  padding: 12px;
  width: 35%;
}

#case .buy td {
  border-bottom: 1px solid #CCCCCC;
  padding: 12px;
}

#case .case_img_area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8%;
}

#case .case_img_area img {
  width: 100%;
  max-width: 80px;
}

#case .sell {
  width: 46%;
  border-collapse: collapse;
}

#case .sell .title {
  background-color: #00aff0;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  font-size: 1.2rem;
  border: 1px solid #00aff0;
}

#case .sell .headline {
  color: #00aff0;
  font-weight: 500;
  border-bottom: 1px solid #00aff0;
  padding: 12px;
  width: 35%;
}

#case .sell td {
  border-bottom: 1px solid #CCCCCC;
  padding: 12px;
}

#case .border_none {
  border-bottom: none !important;
}


/*interview*/

#interview {
  background-color: #DEF4FF;
}

#interview .interview_item:not(:first-of-type) {
  margin-top: 100px;
}

#interview .interview_01 {
  display: flex;
  width: 100%;
  gap: 40px;
}

#interview .interview_02 {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  gap: 40px;
}

#interview .interview_item .image_area {
  width: calc(50% - 20px);
  margin-top: 10px;
}

#interview .interview_item .image_area img {
  width: 100%;
}

#interview .interview_item .video_area {
  width: calc(50% - 20px);
}

#interview .interview_item .video_area iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

#interview .interview_item .text_area {
  width: calc(50% - 20px);
}

#interview .interview_item .text_area .title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.5;
  padding-bottom: 20px;
}

#interview .interview_01 .text_area .title {
  border-bottom: 2px solid #00aff0;
  /* border-image: linear-gradient(to right, #0F3291, #00AFF0) 1; */
  color: #0f3291;
}

#interview .interview_02 .text_area .title {
  border-bottom: 2px solid #00aff0;
  /* border-image: linear-gradient(to right, #00aff0, #0F3291) 1; */
  color: #0f3291;
}

#interview .interview_tag {
  padding: 0;
}

#interview .interview_tag li {
  display: inline-block;
  margin-right: 15px;
  color: #0f3291;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 3px;
}

#interview .leadmore {
  position: relative;
  /* display: inline-block;
  right: 40px; */
  text-align: right;
  right: 30px;
}

#interview .leadmore a {
  text-decoration: none;
  color: #00aff0;
  font-weight: 500;
}

#interview .leadmore::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 101%;
  top: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00aff0;
  border-right: 2px solid #00aff0;
  transform: rotate(45deg);
}

/* member */
#member {
  background-color: #fff;
}

#member .member_area {
  display: flex;
  width: 100%;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

#member .member_area .member_item {
  width: calc((100% - 40px) / 2);
  border: 1px solid #0f3291;
  padding: 30px;
  box-sizing: border-box;
}

#member .member_area .member_item .name {
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: 600;
}

/* service */
#service {
  background-color: #F0F0F0;
}

#service .service_area {
  display: flex;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

#service .service_area .service_item {
  /* width: calc(100% / 3 - 60px); */
  width: calc((100% - 60px) / 3);
  padding: 24px 10px 30px;
  box-sizing: border-box;
  border-top: 2px solid #00aff0;
  background-color: #fff;
}

#service .service_area .service_item .icon {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#service .service_area .service_item .icon img {
  width: 60px;
  height: auto;
}

#service .service_area .service_item .icon .icon_04 {
  width: 55px;
}

#service .service_area .service_item .title {
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#service .service_area .service_item .text {
  text-align: center;
}

/*FLOW*/
#flow {
  background-color: #fff;
  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: #fff;
  background: #00aff0;
  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 #00aff0;
  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: #252525 !important;
  font-size: 0.8rem;
  font-weight: 600;
  align-items: center;
  background-color: #A0E1FF;
  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: #A0E1FF;
  border-radius: 50%;
}
.flow .basic_fee::after {
  position: absolute;
  content: "";
  top: 103px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: #A0E1FF;
  border-radius: 50%;
}
.flow .success_fee {
  position: absolute;
  top: -57px;
  left: 17%;
  width: 88px;
  height: 88px;
  margin-top: 40px;
  padding: 33px 18px 30px;
  color: #252525 !important;
  font-size: 0.8rem;
  font-weight: 600;
  align-items: center;
  background-color: #A0E1FF;
  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: #A0E1FF;
  border-radius: 50%;
}
.flow .success_fee::after {
  position: absolute;
  content: "";
  top: 103px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: #A0E1FF;
  border-radius: 50%;
}
.flow02 .pink {
  background: #fff;
  display: table-cell;
  width: auto;
  height: 360px;
  color: #00aff0;
  border: 2px solid #00aff0;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  padding: 0 20px;
}

/*PRICE*/

#price {
  background-color: #fff;
}

#price .text {
  margin-bottom: 10px;
}

#price .text02 {
  margin-top: 10px;
}

.lehman__illustration {
  background-color: #f1f1f1;
  padding: 34px 48px;
  padding-bottom: 54px;
  margin-top: 36px;
  color: #252525;
  /* border-radius: 20px; */
}
.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: 15px 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;
  margin-bottom: 10px;
}
.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 #252525;
  left: -54px;
  top: 0;
  bottom: 26px;
  margin: auto;
}
.lehman__illustration .lehman__result .note {
  text-align: right;
  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;
}


/*COMPANY*/

#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%;
  /* float: left; */
  font-weight: 600;
}
#company .company_dl dd {
  width: 85%;
  /* margin-left: 15%; */
}
#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: 1px solid #DBDBDB;
}

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


/*FAQ*/
#faq {
  background-color: #fff;
  position: relative;
}

.ac {
  position: relative;
}

.ac-child span {
  color: #0f3291;
  font-weight: 500;
}

.ac-parent {
  position: relative;
  /* border-bottom: 1px solid #00aff0; */
  background-color: #DEF4FF;
  margin-top: 25px;
  text-align: left;
  line-height: 50px;
  cursor: pointer;
  padding: 20px 0 20px 30px;
  font-weight: 500;
  color: #252525;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #00aff0;
  border-bottom: 3px solid #00aff0;
  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-parent:last-of-type {
  border-bottom: none;
}

.ac-child {
  display: none;
  padding: 20px 30px;
  /* border-bottom: 1px solid #00aff0; */
  margin-left: 0;
}

.ac-child:last-of-type {
  border-bottom: none;
}

.ac-parent span {
  font-size: 1.5rem;
  margin-right: 20px;
  color: #00aff0;
  position: relative;
  top: -2px;
}

.ac-child p + p {
  margin-top: 15px;
}

/*  */
.separator {
  background-color: #DEF4FF;
  height: 15px;
}

/*CONTACT*/
#contact {
  background: #DEF4FF;
}

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: 1rem;
}

blockquote.step label.item {
  margin: 0 20px 0 0;
  font-size: 1.1rem;
  text-align: left;
  clear: both;
  width: 100%;
}

blockquote.step label {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}

blockquote.step .text {
  display: block;
}

blockquote .w_fl {
  width: 48%;
  float: left;
}

blockquote .w_fr {
  width: 48%;
  float: right;
}

.select-os .check_box {
  clear: both;
}

input {
  display: none;
}

/* メルマガパーミッション */
input[type=checkbox] {
  display: block;
  clear: both;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #007AFF;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkbox-container .checkbox-label {
  border: none;
  background: none;
  padding: 0 !important;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  line-height: 1.4;
  cursor: pointer;
}

.input-radio {
  display: flex;
  align-items: center;
}
/* 連絡方法ラジオの表示強制 */
.contact-plan {
  margin: 0 0 10px 0;
}
.contact-plan input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  position: static !important;
  opacity: 1 !important;
  clip: auto !important;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 0;
  cursor: pointer;
  accent-color: #007AFF;
}
.contact-plan .select-os label {
  padding-left: 0;
  background: none;
}
.contact-plan .select-os {
  align-items: center;
  display: flex;
}
.select-os .method {
  border: none;
  text-align: left;
  display: inline-block;
  padding: 0 !important;
  margin-bottom: 0;
  background: #fff;
}
.supMail, .supTel {
  display: none;
}
.contact-plan:has(#plan_mail:checked) .supMail,
.contact-plan:has(#plan_any:checked) .supMail {
  display: inline;
}
.contact-plan:has(#plan_mail:checked) .supTel,
.contact-plan:has(#plan_any:checked) .supTel {
  display: inline;
}
/* オートコンプリート機能デザイン変更 */
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
}

blockquote.step label {
  display: block;
  /* float: left; */
  padding: 15px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}

.select-os label {
  color: #252525;
  border: 1px solid #dbdbda;
  text-align: center;
  display: inline-block;
  padding: 9px 40px !important;
  background: #fff;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}

.required {
  color: #f01423;
}

.button {
  font-family: 'Noto Sans JP', sans-serif;
}

.button button {
  color: #fff;
  background: #0f3291;
  padding: 10px;
  display: block;
  width: 250px;
  cursor: pointer;
  margin: 0 auto;
  clear: both;
  border: 0px;
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-weight: 600;
  position: relative;
  top: 50px;
  font-size: 1.1rem;
  font-family: inherit;
  /* border-radius: 10px; */
  padding: 15px 30px;
  box-sizing: border-box;
  /* 矢印のため */
  position: relative;
  border: 2px solid #0f3291;
}

.button button:hover {
  opacity: 0.8;
}

/* 矢印背景 */
/* #contact button::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 83.5%;
  width: 20px;
  横幅 height: 20px;
  高さ border-radius: 50%;
  角の丸み background: #fff;
} */

/* 矢印 */
#contact button::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 1px;
  bottom: 0;
  left: 85.5%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.select-os input[type="radio"]:checked.sell_buy+label {
  color: #fff;
  background-color: #0f3291;
}

.check_box:checked+.label {
  color: #fff;
  background-color: #0f3291;
}

.select-os input[type="radio"]:checked.icon+label {
  color: #fff;
  background-color: #0f3291;
}

.inquirytable {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.inquirytable tr:first-child {
  border-top: 1px solid #dbdbdb;
}

.inquirytable tr {
  border-bottom: 1px solid #dbdbdb;
}

.inquirytable th {
  text-align: left;
  padding: 10px 20px;
  width: 25%;
  border-right: 1px solid #dbdbdb;
  background: #0f3291;
  border-left: 1px solid #dbdbdb;
  color: #fff;
}

.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
}

.inquirytable_title {
  color: #252525;
  border-bottom: none;
  padding-bottom: 10px;
}

.button .return {
  color: #0f3291;
  font-weight: 600;
  background: #fff;
  /* padding: 8px 10px; */
  display: block;
  border: 2px solid #0f3291;
  cursor: pointer;
  margin: 0 auto;
}

#contact .button .return::after {
  content: "";
  position: absolute;
  border-top: 2px solid #0f3291;
  border-right: 2px solid #0f3291;
}

.error {
  color: #f01423;
}

#contact .encourage {
  text-align: center;
  margin-bottom: 20px;
}

.tb_br {
  display: none;
}

.br_768 {
  display: none;
}

.br_sp {
  display: none;
}

.sp_br_sp {
  display: none;
}

button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
  border: 2px solid #ccc;
}

/* note */
#company .note {
  width: 80%;
	margin: 10px auto 0;
	color: #636363;
	font-size: 0.95rem;
}

/* video */
#video p {
  text-align: center;
}
#video .contents_inner {
  padding-top: 0;
}

.contents_box p {
  margin-top: 50px;
}
#video .video_li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}
#video .video_li li {
  margin: 0;
}
.hm-cm-unit__inner img {
  border: 1px solid #7a7a7a;
}
.hm-cm-unit__inner {
  display: block;
  text-decoration: none;
}
.hm-cm-unit__inner figure {
  margin: 0;
}
.hm-cm-unit__inner figure img {
  width: 100%;
  height: auto;
}
.hm-cm-unit-cover figcaption {
  color: #252525;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}
/* .hm-cm-unit-cover__inner {
  display: block;
  position: relative;
  overflow: hidden;
} */
/* .hm-cm-unit-cover__inner:after {
  position: absolute;
  inset: 0;
  border: 1px solid #707070;
  content: "";
} */

@media screen and (max-width: 1600px) {
/* GN */
  .nav {
    height: 92px;
  }

  .header {
    height: 92px;
  }

  .sp {
    display: block;
  }

  .sp_tel_mail {
    display: block;
    position: fixed;
    z-index: 3;
    right: 80px;
    top: 15px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
  }

  .sp .tel_sp_02 a::before {
    content: url(../svg/tel_icon_03.svg);
    width: 20px;
    height: auto;
    display: block;
    position: absolute;
    top: 4px;
    left: -20%;
  }

  .sp .mail_sp_02 {
    padding-left: 20px;
  }

  .sp .mail_sp_02 a {
    background: #fff;
    color: #0f3291;
    padding: 10px 30px;
    border-radius: 30px;
  }

  .sp_contact {
    /* width: 50%; */
    /* display: block; */
    margin: auto;
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .sp_contact li {
    position: relative;
    margin: 20px 0 !important;
  }

  .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: #0f3291;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 8px;
  }

  .hamburger span:nth-child(2) {
    top: 17px;
  }

  .hamburger span:nth-child(3) {
    top: 26px;
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 4;
    left: 50%;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 50%;
    height: 100vh;
    background: #0f3291;
  }

  nav.globalMenuSp.active {
    transform: translateX(0%);
  }

  .globalMenuSp ul {
    list-style: none;
    padding-left: 0;
    /* margin-top: 100px; */
    margin-top: 70px;
  }

  .globalMenuSp ul li {
    margin: 35px 0;
    font-size: 1.2rem;
  }

  .globalMenuSp ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    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: 220px;
    padding: 0 20px;
    height: 95px;
  }

  .header .logo img {
    width: 100%;
  }

  .header .pc {
    display: none;
  }

  #main {
    margin-left: 0;
    padding-top: 92px;
  }

  #main .main_img_area {
    padding-top: 92px;
  }

  #main .mv_text_area {
    padding-left: 14vw;
  }

  .br_1600 {
    display: block;
  }

  #main .copy_text {
    font-size: 1.2rem;
  }

    /* #main .main_img_area_02 {
    padding-top: 92px;
  } */

}

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

  .br_1300 {
    display: block;
  }

  #main .mv_text_area {
    padding-left: 7vw;
  }

  #main .main_img_area {
    right: -100px;
  }

  #main .copy {
    font-size: 2.8rem;
    margin: 65px 20px 25px 0;
  }

}

@media screen and (max-width: 1200px) {
  body {
    font-size: calc(var(--vw) * 1.25);
  }

  .pc .tel {
    margin: 0 10px;
  }

  .pc li .contact_btn {
    padding: 0vw 1vw;
  }

  .header ul li {
    margin: 45px 10px;
  }

  .header ul li a {
    font-size: 1.2vw;
  }

  /* note */
  #company .note {
    font-size: 0.9rem;
	}
}

@media screen and (max-width: 1024px) {
  nav.globalMenuSp {
    left: 25%;
    width: 75%;
  }

  .globalMenuSp ul li {
    font-size: 1rem;
  }

  section .contents_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 90px 40px;
  }

  .sp .tel_sp_02 a::before {
    width: 15px;
  }

  .globalMenuSp ul li {
    margin: 25px 0;
  }

  /* KV */
  #main {
    /* height: 970px; */
    height: auto;
    background-image: linear-gradient(320deg, #3dbeed, #7bd5f8 14%, #edf9ff);
    position: relative;
  }

  #main .mv_text_area {
    width: 100%;
    padding: 0;
  }

  #main .mv_text_area .mv_inner {
    padding: 0 70px;
  }

  #main .copy {
    font-size: 4vw;
    margin: 40px 0 20px;
  }

  #main .copy_text {
    font-size: 2.2vw;
  }

  #main .point li {
    width: 170px;
    font-size: 1rem;
  }

  #main ul li.fee {
    font-size: 1.4rem;
  }

  #main .main_img_area {
    display: none;
  }

  #main .cm_cta {
    margin-bottom: 70px;
  }

  #main .main_img_area_sp {
    display: block;
    width: 100%;
    /* position: absolute; */
    /* bottom: 0; */
  }

   #main .main_img_area_sp img {
    width: 100%;
    display: block;
   }


  /* issue */
  #issue .issue_text {
    font-size: 1.1rem;
    padding: 20px 20px;
  }

  #issue .issue_text.issue_text_02 {
    padding: 0 20px 60px;
  }

  /* case */

  #case .case_item {
    gap: 20px;
    padding: 50px 30px;
  }

  #case .buy .title {
    padding: 8px;
    font-size: 1.1rem;
  }

  #case .sell .title {
    padding: 8px;
    font-size: 1.1rem;
  }

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

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

  .tb_br {
    display: block;
  }

  blockquote .w_fl {
    width: 100%;
  }

  blockquote .w_fr {
    width: 100%;
  }

  /* company */
  #company {
    height: 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: 50px 0 30px;
  }

  /* contact */
  #contact .contents_inner {
    padding-bottom: 110px;
  }

}

@media screen and (max-width: 820px) {
  .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) {
  .open_btn {
    width: 29.9%;
  }

  .header .logo {
    width: 200px;
    padding: 0 20px;
    height: 95px;
  }

  /* #main {
    height: 930px;
  } */

  #main .mv_text_area .mv_inner {
    padding: 0 6vw;
  }

  #main .copy {
    font-size: 2rem;
    margin: 40px 0 10px;
  }

  .br_768 {
    display: block;
  }

  #main .copy span.pr_none {
    padding-right: 8px;
  }

  #main .copy span.pl_none {
    padding-left: 8px;
  }

  /* #main .copy span:first-child {
    display: block;
    width: fit-content;
  } */

  #main .copy span {
    padding: 4px 8px;
  }

  #main .copy_text {
    font-size: 1rem;
    margin-right: 0;
  }

  #main .point {
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }

  #main .point li {
    width: 130px;
  }
 
  #main .point li + li {
    margin-left: 15px;
  }

  #main ul li.prime {
    font-size: 0.9rem;
  }

  #main ul li.fee {
    font-size: 1.1rem;
  }

  #main .point li {
    font-size: 0.9rem;
  }

  #main ul li span {
    font-size: 1.3rem;
  }

  #main .point li {
    padding: 10px 10px;
    box-shadow: 4px 4px 0px #00aff0;
  }

  #main .cm_cta {
    margin-top: 20px;
    width: auto;
    display: block;
  }

  #main .cm_area_box {
    width: 230px;
    margin: 0 auto;
  }

  #main .cm_area {
    width: 100%;
  }

  #main .cm_area p {
    font-size: 0.9rem;
  }

  #main .mv_cta {
    width: 100%;
    margin: 0 auto;
    margin-top: 18px;
  }

  #main .mv_cta .text {
    font-size: 0.9rem;
  }

  #main .mv_cta .button {
    margin-top: 18px;
  }

  #main .mv_cta .button a {
    font-size: 1rem;
    padding: 12px 50px;
  }

  .br_tb {
    display: block;
  }

  .row img {
    width: 90%;
  }

  h2 {
    margin-bottom: 50px;
  }

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

  /* case */

  #case .case_item {
    flex-flow: column;
  }

  #case .buy {
    width: 100%;
  }

  #case .sell {
    width: 100%;
  }

  #case .case_img_area {
    width: 100%;
  }

  #case .buy td {
    padding-left: 30px;
  }

  #case .sell td {
    padding-left: 30px;
  }

  /* member */
  #member .member_area {
    flex-flow: column;
  }

  #member .member_area .member_item {
    width: 100%;
    padding: 20px 30px;
  }

  /* service */
  #service .service_area {
    flex-flow: column;
  }

  #service .service_area .service_item {
    width: 100%;
  }

  /* price */
  .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: 15px 10px;
    box-sizing: border-box;
  }

  /* issue */

  #issue .assignment {
    margin-bottom: 20px;
  }

  #issue .issue_contents_inner {
    padding: 0px 25px 0px;
  }

  #issue .assignment .item {
    width: 100%;
  }

  /* reason */
  #reason .reason_box {
    display: block;
  }

  #reason .text_area {
    width: 100%;
  }

  #reason .img_area {
    width: 100%;
    margin-top: 20px;
  }

  /* flow */
  .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 #00aff0;
    top: 20px;
    display: inline-block;
  }
  .flow .sp_triangle {
    margin-top: 40px;
  }
  .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 120px 0; */
    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;
    /* border-radius: 50%; */
    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;
    /* border-radius: 50%; */
    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%;
  }

  /* interview */
  #interview .interview_01 {
    display: block;
  }

  #interview .interview_item .image_area {
    width: 100%;
    margin-bottom: 30px;
  }

  #interview .interview_item .text_area {
    width: 100%;
  }

  #interview .interview_02 {
    display: block;
  }

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

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

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

  /* FAQ */
  .ac-parent {
    padding-right: 55px;
  }

  footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  footer .logo {
    margin-top: 50px;
  }

  .footer_policy {
    text-align: center;
    margin-top: 10px;
  }

  footer .write {
    text-align: center;
  }

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

  /* note */
  #company .note {
		width: 100%;
	}

  /* video */
  #video .video_li {
    grid-template-columns: 1fr;
  }

}

@media screen and (max-width: 600px) {
  #contact .button .return {
    margin-bottom: 20px;
  }

  #contact .inquirytable th {
    font-size: 0.8rem;
  }

  .contact-plan .select-os {
    display: block;
  }
  .input-radio {
    margin-bottom: 10px;
  }
}


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

  h2 {
    margin-bottom: 30px;
  }

  .br_sp {
    display: block;
  }

  .br_pc {
    display: none;
  }

  .sp_tel_mail {
    right: 60px;
  }

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

  .sp_contact {
    display: block;
  }

  .sp .mail_sp_02 {
    padding-left: 0;
  }

  #main {
    /* height: 760px; */
    padding-top: 80px;
  }

  #main .copy {
    font-size: 6vw;
    margin: 30px 0 10px;
  }

  /* #main .copy span {
    margin-bottom: 5px;
  } */

  #main .copy_text {
    font-size: 0.9rem;
  }

  #main .point {
    width: auto;
  }

  #main ul li.fee {
    font-size: 0.9rem;
  }

  #main ul li.prime {
    font-size: 0.8rem;
  }

  #main ul li span {
    font-size: 1.1rem;
  }

  #main .point li {
    font-size: 0.7rem;
    padding: 10px 0px;
    width: 100px;
  }

  #main .point li + li {
    margin-left: 10px;
  }

  .header .logo {
    width: 50%;
    height: 80px;
  }

  #main .cm_cta {
    margin-bottom: 50px;
  }

  #main .cm_area_box {
    width: 180px;
  }

  #main .cm_area p {
    font-size: 0.8rem;
    border-bottom: 1px solid #0f3281;
  }

  #main .mv_cta .text {
    font-size: 0.8rem;
  }

  #main .mv_cta .button a {
    font-size: 0.9rem;
  }

  .nav {
    height: 80px;
  }

  .header {
    height: 80px;
  }

  section .contents_inner {
    padding: 80px 25px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  h2 span {
    font-size: 1.1rem;
    margin-bottom: 7px;
    vertical-align: 8px
  }

  /* reason */
  #reason .reason_box .title {
    font-size: 1.5rem;
  }

  #reason .reason_box:nth-of-type(n+2) {
    margin-top: 60px;
  }
  
  /* case */
  #case th,td {
    font-size: 0.9rem;
  }

  #case .case_item {
    padding: 30px 30px;
  }
  
  #case .buy .title {
    font-size: 1rem;
  }

  #case .buy .headline {
    padding: 10px;
    width: 40%;
  }

  #case .buy td {
    padding: 10px;
  }

  #case .sell .title {
    font-size: 1rem;
  }

  #case .sell .headline {
    padding: 10px;
    width: 40%;
  }

  #case .sell td {
    padding: 10px;
  }

  #case .case_img_area img {
    width: 25%;
  }
  
  /* interview */
  #interview .interview_item .text_area .title {
    font-size: 1.3rem;
  }

  #interview .interview_tag li {
    font-size: 1rem;
  }

  /* member */

  #member .member_area {
    gap: 30px;
  }
  
  #member .member_area .member_item .name {
    font-size: 1.2rem;
  }

  /* price */
  .lehman__illustration .row {
    display: block;
  }

   .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: -110vw;
    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;
  }

  .lehman__illustration .lehman__result__item {
    padding: 15px 20px;
    box-sizing: border-box;
  }

  /* issue */

  #issue .issue_area {
    padding: 60px 0 30px;
  }

  #issue .title_01, #video .title_01 {
    font-size: 1.4rem;
  }

  #issue .issue_text {
    font-size: 1rem;
    /* font-weight: 500; */
  }

  #issue .balloon4 {
    padding: 35px 15px;
  }

  #issue .assignment .item .title {
    font-size: 1.1rem;
  }

  #issue .assignment .item .img_area {
    width: 20%;
    margin-right: 2%;
  }

  #issue .assignment .item .text_area {
    width: 78%;
  }

  #issue .assignment .item .img_area .issue_04_icon {
    width: 95%;
  }

  #issue .assignment .item {
    padding: 18px 14px;
  }

  /* flow */
  .flow_box {
    width: 100%;
  }

  .flow .sp_triangle {
    margin-top: 25px;
  }

  /* COMPANY */

  .company_dl dt {
    width: 100%;
    float: none;
  }
  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }
  .company_dl {
    padding: 20px 0 15px;
  }


  /* FAQ */
  .ac-parent span {
    font-size: 1.2rem;
    margin-right: 10px;
    display: inline-block;
    float: left;
    position: relative;
    top: -2px;
  }

  .ac-parent {
    line-height: 1.5;
    padding: 20px 10px;
    padding-right: 35px;
  }

  .ac-parent:after {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  .ac-child {
    padding: 20px 15px;
  }

  .footer_policy a {
    font-size: 0.8rem;
    text-decoration: none;
    color: #252525;
  }

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

  /*  */
  #pagetop {
    right: 20px;
  }

  #pagetop .arrow {
    width: 14px;
    height: 14px;
    top: 0px;
  }

  #pagetop a {
    padding: 10px 5px;
  }

  #pagetop a {
    width: 50px;
    height: 50px;
  }

  .sp_contact {
    width: 55%;
    display: block;
    margin: auto;
  }

  .sp_contact {
    width: 55%;
    margin-top: 30px;
  }

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

  .tel_sp img {
    width: 45px;
  }

  .mail_sp img {
    width: 45px;
  }

  /* CONTACT */
  blockquote.step input.text,
  blockquote.step textarea {
    padding: 10px;
  }

  #contact .encourage {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 500;
  }

}