:root {
  --vw: 10px; 
  --vh: 10px;
}

html {
  overflow-y: scroll;
}

body {
  width: 100%;
  font-size: 1.1rem;
  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.1;
  margin-bottom: 80px;
  color: #0f3291;
  border-bottom: 1px solid #A0E1FF;
  padding-bottom: 25px;
  margin-top: 0;
}

h2 span {
  font-size: 1.5rem;
  color: #0f3291;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 13px;
}

.h2_left {
  text-align: left;
}

/*header*/
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 10;
  background-color: #fff;
}

.header ul {
  width: 87%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header ul li {
  display: inline-block;
  margin: 35px 15px;
}

/*  */
.header ul .mail {
  margin: 0 0 0 10px;
  /* height: 110px; */
  background: #00aff0;
}

/*  */
.header .logo {
  width: 13%;
  /* max-width: 240px; */
  height: 100px;
  float: left;
  margin: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.header .logo img {
  width: 10vw;
}

.pc li a {
  text-decoration: none;
  color: #1E2124;
  font-weight: 500;
  font-size: 1.1rem;
}

.sp {
  display: none;
}

.pc .tel {
  /* margin-left: 55px; */
  margin: 0 15px;
  position: relative;
  font-weight: 500;
  font-size: 1.45vw;
  color: #00aff0;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  position: relative;
  top: -5px;
}

.pc .tel span {
  font-size: 0.8vw;
}

.pc .tel img {
  width: 40px;
  margin-right: 5px;
}

.pc .tel a {
  font-size: 1.45vw;
  color: #00aff0;
}

.sp_tel_mail {
  display: none;
}

.contact_btn_02 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #EBF8FF;
}

.contact_btn_02 a {
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 150px;
  border-radius: 10px;
  color: #fff;
  background: #00AFF0;
}

.contact_btn_02 a:hover {
  opacity: 0.8;
}

.contact_btn_02 .b_white {
  background: #fff;
  color: #1E2124;
}

.contact_btn_02 .b_white:hover {
  background: #e6e6e6;
}

.nav {
  height: 100px;
}

.pc .mail:hover {
  opacity: 0.8;
}

/*main*/
#main {
  background-size: 100%;
  background-position: bottom;
  padding-top: 100px;
  background: linear-gradient(180deg, #ffffff 0%, #D9F3FF 100%);
  height: 750px;
  background-position: center bottom;
  position: relative;
}

#main .copy {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  margin: 20px 0 40px;
  color: #0f3291;
  text-align: left;
  top: 25px;
  left: 0%;
  line-height: 1.4;
}

#main .copy_text {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  color: #000;
  text-align: left;
  top: 196px;
  left: 0%;
  line-height: 1.6;
}

#main .point {
  font-size: 1.5rem;
  text-align: center;
  text-align: left;
  margin-top: 50px;
  left: 0%;
  z-index: 1;
}

#main .point p {
  margin-bottom: 10px;
  font-weight: 500;
}

#main .point .point_kv {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.kv_text_area {
  width: 1300px;
  /* height: 600px; */
  top: 170px;
  margin: 0 auto;
  margin-top: 140px;
}

.kv_blue {
  color: #00aff0;
}

#main .kv_img {
  width: 600px;
  height: auto;
  position: absolute;
  bottom: 140px;
  left: 53%;
}

#main .kv_img img {
  width: 100%;
}

.br_tb {
  display: none;
}

.pc li .contact_btn {
  /* background: #FFA000; */
  color: #fff;
  /* border-radius: 50px; */
  /* padding: 0.5vw 2.2vw; */
  padding: 0vw 1.2vw;
  font-size: 1.1vw;
  /* position: relative;
    top: -5px; */
  /* display: inline-block; */
  line-height: 100px;
  display: block;
}

/*下からフェードイン*/
.fade-in-bottom_1 {
  opacity: 0;
  animation: fadein-bottom 1.5s ease-out forwards;
}

.fade-in-bottom_2 {
  opacity: 0;
  animation: fadein-bottom 1.5s 0.5s ease-out forwards;
}

.fade-in-bottom_3 {
  opacity: 0;
  animation: fadein-bottom 1.5s 1s ease-out forwards;
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*  */
footer {
  /* max-width: 1550px; */
  margin: 100px auto 0;
  /* padding-bottom: 60px; */
  text-align: center;
  /* display: grid;
  grid-template-columns: 1fr 2fr 1fr; */
  font-weight: 500;
  /* padding-right: 20px;
  padding-left: 20px; */
}

.footer_contents {
  padding-right: 20px;
  padding-left: 20px;
}

.footer_policy {
  margin-bottom: 20px;
  font-weight: 600;
}

footer .logo {
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}

footer .write {
  background-color: #EBF8FF;
  color: #00aff0;
  padding: 20px 0;
  margin-top: 50px;
  font-weight: 600;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 5;
}

#pagetop a {
  background: #00aff0;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #EBF8FF;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

#pagetop .arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 50px;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  position: relative;
  top: 14px;
}

.footer_policy a {
  text-decoration: none;
  color: #1E2124;
}

/*reason*/
#reason .reason_box .title {
  font-size: 1.9rem;
  color: #0f3291;
  font-weight: 600;
  line-height: 3;
  display: inline-block;
}

#reason .reason_box .title .number {
  font-size: 3.5rem;
  color: #A0E1FF;
  position: relative;
  top: 28px;
  line-height: 1;
}

#reason .reason_box .img_flex {
  display: flex;
  width: 100%;
  align-items: center;
}

#reason .reason_box_01 .img_flex .img_area {
  width: 60%;
  box-sizing: border-box;
}

#reason .reason_box_01 .img_flex .img_area img {
  width: 100%;
  border-radius: 10px;
}

#reason .text_area p {
  line-height: 1.6;
}

#reason .reason_box_01 .img_flex .text_area {
  width: 40%;
  position: relative;
  top: -20px;
}

#reason .reason_box .title .blue {
  color: #00AFF0;
  font-size: 2.4rem;
}

#reason .reason_box_02 .title {
  position: relative;
  left: 50%;
}

#reason .reason_box_01 {
  position: relative;
  margin-top: 80px;
}

.reason_box_01::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  left: -5%;
  top: 11%;
  background-color: #EBF8FF;
  z-index: -1;
  border-radius: 10px;
}

#reason .reason_box_01 .img_area {
  margin-left: 10px;
}

#reason .reason_box_02 {
  position: relative;
  margin-top: 120px;
}

.reason_box_02::before {
  position: absolute;
  content: "";
  height: 57%;
  width: 90%;
  left: 15%;
  top: 12%;
  background-color: #EBF8FF;
  z-index: -1;
  border-radius: 10px;
}

#reason .reason_box_02 .img_flex {
  align-items: start;
}

#reason .reason_box_02 .img_flex .img_area {
  width: 50%;
  text-align: right;
  position: relative;
  top: -135px;
  padding-right: 40px;
  box-sizing: border-box;
}

#reason .reason_box_02 .img_flex .img_area img {
  width: 450px;
}

#reason .reason_box_02 .img_flex .text_area {
  width: 50%;
  margin-top: 30px;
}

#reason .reason_box_03 {
  position: relative;
  margin-top: -90px;
}

.reason_box_03::before {
  position: absolute;
  content: "";
  height: 90%;
  width: 90%;
  left: -5%;
  top: 28%;
  background-color: #EBF8FF;
  z-index: -1;
  border-radius: 10px;
}

#reason .reason_box_04 .title {
  position: relative;
  left: 50%;
}

#reason .reason_box_04 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 60px;
}

.reason_box_04::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  left: 15%;
  top: 12%;
  background-color: #EBF8FF;
  z-index: -1;
  border-radius: 10px;
}

#reason .reason_box_04 .img_flex {
  align-items: start;
}

#reason .reason_box_04 .img_flex .img_area {
  width: 50%;
  box-sizing: border-box;
}

#reason .reason_box_04 .img_flex .text_area {
  width: 50%;
}

#reason .reason_box_04 .img_flex .img_area img {
  width: 800px;
  position: relative;
  left: 110px;
}

#reason .reason_box_04 .img_flex .img_area .reason_04_sp {
  display: none;
}

#reason .reason_box_04 .br_reason {
  display: none;
}

#reason .text_reason p {
  font-size: 1.3rem;
  font-weight: 600;
}

#reason {
  position: relative;
}

/*company*/
#company {
  background-color: #EBF8FF;
}

.company_dl dl {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  width: 93%;
  margin-left: 7%;
}

.company_dl dt {
  width: 25%;
  float: left;
  font-weight: 600;
  /* color: #0f3291; */
}

.company_dl dd {
  margin-left: 25%;
}

.company_flex {
  display: flex;
  width: 100%;
  align-items: center;
}

.company_flex .company_img {
  width: 35%;
}

.company_img img {
  width: 100%;
  border-radius: 10px;
}

.company_flex .company_dl {
  width: 65%;
}

/*member*/
#member {
  background-color: #fff;
  position: relative;
}

#member .member_flex {
  display: flex;
  width: 100%;
  align-items: center;
}

#member .member_area {
  display: grid;
  gap: 40px;
}

#member .member_flex .img_area {
  width: 25%;
}

#member .member_flex .img_area img {
  width: 100%;
  border-radius: 10px;
}

#member .member_flex .text_area {
  width: 75%;
  padding-left: 50px;
}

#member .border_color {
  border-bottom: 1px solid #DBDBDB;
  /* position: relative; */
  line-height: 1.2;
  margin-top: 0;
}

/* #member .border_color::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 9%;
  height: 3px;
  background: #0f3291;
} */
#member .name {
  font-weight: 600;
  font-size: 1.5rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#member .name .position {
  font-size: 1.1rem;
  color: #0f3291;
  display: inline-block;
  font-weight: 600;
  margin: 0 0 1em 0;
}

#member .name span {
  font-size: 1rem;
  margin-left: 23px;
}

/*interview*/

#interview {
  position: relative;
  background-color: #EBF8FF;
}

#interview::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  /*background-color: #f2fbff;*/
  z-index: -1;
  left: 10%;
  border-radius: 20px;
}

.interview_box {
  height: auto;
}

.interview_flex {
  display: flex;
  width: 100%;
  /* align-items: center; */
}

.interview_title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.interview_flex .title {
  font-size: 1.3rem;
}

.interview_flex .img01 {
  width: 45%;
  border-radius: 20px;
}

.interview_flex .img01 img {
  border-radius: 10px;
}

.slide-items {
  width: 100%;
  height: 50%;
  margin: auto;
  padding-left: 0;
}

.interview_flex img {
  width: 100%;
  height: auto;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}

.interview_flex .text_box {
  width: 55%;
  padding: 10px 30px;
  /* background: #fff; */
}

.interview_link {
  text-decoration: none;
  color: #000;
}

.interview_link:hover {
  opacity: 0.8;
}

#interview .title {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

#interview .leadmore {
  text-align: right;
  padding-right: 40px;
  margin-top: 20px;
}

#interview .leadmore span {
  color: #00aff0;
  position: relative;
  font-weight: 500;
}

#interview .leadmore span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 108%;
  width: 23px;
  top: 3px;
  /* 横幅 */
  height: 23px;
  /* 高さ */
  border-radius: 50%;
  /* 角の丸み */
  background: #00aff0;
}

#interview .leadmore span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 115%;
  top: 2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/*case*/

.case_dl {
  margin-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
}

.case_dl .dl_01 {
  width: 40%;
  display: block;
  float: left;
  margin: 5px 0;
  text-align: center;
}

.case_dl .dl_01 .main_dt {
  background: #0f3291;
  color: #fff;
  font-weight: 600;
  float: left;
  padding: 10px;
}

.case_dl .dl_01 .main_dt_buy {
  background: #00aff0;
  color: #fff;
  font-weight: 600;
  float: left;
  padding: 10px;
}

.case_dl .dl_01 .sub_dt {
  background: #CECECE;
}

.case_dl .dl_01 .sell {
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  background: #f8f0fb;
  border-left: 2px solid #0f3291;
  margin-bottom: 10px;
  font-weight: 600;
}

.case_dl .dl_01 .buy {
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  background: #ebf7fd;
  border-left: 2px solid #00b0ec;
  margin-bottom: 10px;
  font-weight: 600;
}

.case_dl .dl_01 dd {
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  border-left: 2px solid #0f3291;
  margin-bottom: 5px;
}

.case_dl .dl_02 {
  width: 20%;
  display: block;
  float: left;
  margin: 5px 0;
}

.case_dl .dl_02 dd {
  clear: left;
  text-align: center;
  margin: 20px 0;
  position: relative;
  top: 7px;
}

.case_dl .dl_02 dt {
  width: 100%;
  color: #0f3291;
  font-weight: 500;
  text-align: center;
  float: none;
  padding: 0;
  margin-top: 22px;
  font-size: 0.9rem;
}
.case_dl .dl_02 .date_dt {
  margin-top: 0;
}
.case_dl .dl_02 .date_dd {
  margin: 0;
  top: 0;
  margin-top: 3px;
  font-weight: 500;
}

.case_dl .dl_02 .period {
  margin: 0;
  top: 0;
  margin-top: 3px;
  font-weight: 500;
}

.case_dl dt {
  float: left;
  text-align: left;
  padding: 10px;
}

.case_dl dd {
  margin-left: 0;
}

.case_dl .dt_02 {
  margin-right: 70%;
  margin-bottom: 18px;
  /* background: #d9e4e9;*/
}

#case .button {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #00aff0;
  width: 200px;
  font-weight: 500;
  margin: 50px auto;
  border-radius: 10px;
}

#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;
}

/* smart */
.smart_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px 30px;
}

.smart_box {
  width: calc((100% - 60px) / 3);
  background-color: #EBF8FF;
  padding: 40px 40px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  position: relative;
  height: 407px;
}

.smart_box .smart_ss {
  font-size: 1rem;
}

.smart_box .smart_title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 2px;
}

.smart_box .smart_center_2 {
  display: inline-block;
  text-align: left;
}

.smart_box .smart_location_area {
  margin-bottom: 3px;
}

.smart_box .smart_location {
  font-weight: 600;
  margin-right: 30px;
}

.smart_box .smart_sales {
  font-weight: 600;
  margin-right: 30px;
}

.border_top {
  border-top: 1px solid #DBDBDB;
  padding-top: 30px;
  margin-top: 25px;
  padding-bottom: 35px;
}

.smart_button {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.smart_button a {
  text-decoration: none;
}

.smart_button a span:hover {
  color: #fff;
  background-color: #00aff0;
}

.smart_button span {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 12px 45px;
  color: #00AFF0;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #00AFF0;
  position: relative;
}

/* .smart_button::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 11px;
  left: 66.5%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #00aff0;
  border-right: 2px solid #00aff0;
  transform: rotate(45deg);
} */
.smart_button:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*Activity*/
#activity {
  background-color: #fff;
}

.activity_flex {
  display: flex;
  width: 100%;
}

.activity_flex .activity_01_text {
  width: 50%;
  margin-right: 20px;
  box-sizing: border-box;
}

.activity_flex .activity_01_img {
  width: 50%;
}

.activity_flex .activity_01_img img {
  width: 100%;
}

.activity_title {
  font-size: 1.9rem;
  font-weight: 600;
  color: #00AFF0;
  margin-top: 20px;
  margin-bottom: 40px;
}

.activity_flex_02 {
  display: flex;
  width: 100%;
  gap: 20px;
}

.activity_flex_02 .activity_flex_box {
  width: calc(100% / 3);
  background-color: #EBF8FF;
  padding: 30px 30px;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
}

.activity_flex_02 .title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.activity_flex_02 .with {
  font-size: 0.9rem;
  margin-bottom: 3px;
}

.activity_flex_02 .date {
  font-size: 0.9rem;
  padding-bottom: 5px;
}

.activity_02 .activity_title {
  margin-top: 70px;
}

.activity_flex_02 .activity_02_img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.activity_flex_02 .activity_02_img img {
  width: 100%;
}

#activity .link_icon {
  width: 12px;
  height: 12px;
  margin-left: 7px;
  position: relative;
  top: 1px;
}

.link_youtube {
  text-align: center;
}

.link_youtube a {
  color: #0f3291;
  font-size: 0.95rem;
}

.activity_flex_box .img_area {
  width: 80%;
  max-width: 230px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.activity_flex_box .img_area img {
  width: 100%;
}

/*FAQ*/
#faq {
  background-color: #EBF8FF;
  position: relative;
}

.ac {
  position: relative;
}

.ac-child span {
  color: #00aff0;
}

.ac-parent {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
  line-height: 50px;
  cursor: pointer;
  padding: 20px 0 20px 30px;
  font-weight: 500;
  color: #000;
}

.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #4b4948;
  border-bottom: 2px solid #4b4948;
  transform: translateY(-50%) rotate(45deg);
}

.ac-parent.open:after {
  top: 55%;
  transform: translateY(-50%) rotate(225deg);
}
/* 
.ac-parent:first-child {
  border-top: 1px solid #dbdbdb;
} */

.ac-parent:last-of-type {
  border-bottom: none;
}

.ac-child {
  display: none;
  padding: 20px 30px;
  border-bottom: 1px solid #dbdbdb;
  margin-left: 0;
}

.ac-child:last-of-type {
  border-bottom: none;
}

.ac-parent span {
  font-size: 1.5rem;
  margin-right: 20px;
  color: #00aff0;
}

/*CONTACT*/
#contact {
  background: #fff;
}

blockquote {
  margin: 0 auto;
}

blockquote.step input.text,
blockquote.step textarea {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px;
  background-color: #f6f6f6;
  border: solid 1px #dbdbda;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
}

blockquote.step label.item {
  margin: 0 20px 0 0;
  font-size: 1.1rem;
  text-align: left;
  clear: both;
  width: 100%;
}

blockquote.step label {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}

blockquote.step .text {
  display: block;
}

blockquote .w_fl {
  width: 48%;
  float: left;
}

blockquote .w_fr {
  width: 48%;
  float: right;
}

.select-os .check_box {
  clear: both;
}

input {
  display: none;
}

/* メルマガパーミッション */
input[type=checkbox] {
  display: block;
  clear: both;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #007AFF;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkbox-container .checkbox-label {
  border: none;
  background: none;
  padding: 0 !important;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  line-height: 1.4;
  cursor: pointer;
}


.input-radio {
  display: flex;
  align-items: center;
}
/* 連絡方法ラジオの表示強制 */
.contact-plan {
  margin: 0 0 10px 0;
}
.contact-plan input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  position: static !important;
  opacity: 1 !important;
  clip: auto !important;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 0;
  cursor: pointer;
  accent-color: #007AFF;
}
.contact-plan .select-os label {
  padding-left: 0;
  background: none;
}
.contact-plan .select-os {
  align-items: center;
  display: flex;
}
.select-os .method {
  border: none;
  text-align: left;
  display: inline-block;
  padding: 0 !important;
  margin-bottom: 0;
  background: #fff;
}
.supMail, .supTel {
  display: none;
}
.contact-plan:has(#plan_mail:checked) .supMail,
.contact-plan:has(#plan_any:checked) .supMail {
  display: inline;
}
.contact-plan:has(#plan_mail:checked) .supTel,
.contact-plan:has(#plan_any:checked) .supTel {
  display: inline;
}
.lp-inquiry-form-intro {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.lp-inquiry-contact-required-notice {
  clear: both;
  color: #ec0043;
  position: relative;
  top: -13px;
  font-size: 0.9rem;
  text-align: left;
}

/* 買収ニーズ入力部分 */
blockquote.step .buy-target {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}

blockquote.step .buy-target .c-form__item__name,
blockquote.step .buy-target .c-form__item__input {
  width: 100%;
}

blockquote.step .buy-target .c-form__item__name {
  margin-bottom: 10px;
}

blockquote.step .buy-target .c-form__item__name p {
  margin: 8px 0 0;
  font-size: 0.9rem;
}

blockquote.step .buy-target .buy-target__toggle {
  margin-bottom: 18px;
}

blockquote.step .buy-target .buy-target__note {
  color: #1e2124;
  font-size: 0.875rem;
  margin-bottom: 0;
}

blockquote.step .buy-target .input-checkbox {
  display: flex;
  align-items: center;
}

blockquote.step .buy-target .input-checkbox input[type="checkbox"] {
  flex: 0 0 auto;
}

blockquote.step .buy-target .input-checkbox label {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-size: 0.9rem;
  background: none;
}

blockquote.step .buy-target .buy-target__panel {
  width: 100%;
  margin-right: 0;
  margin-top: 16px;
  padding: 24px;
  color: #1e2124;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}

blockquote.step .buy-target .input-select select {
  display: block;
  width: 100%;
  padding: 7px;
  background-color: #f6f6f6;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.9rem;
  appearance: auto;
}

blockquote.step .buy-target .buy-target-area-picker__control {
  min-height: 44px;
  padding: 10px 46px 10px 16px;
  border-color: #b8b8b8;
}

blockquote.step .buy-target .buy-target-area-picker__dropdown {
  width: 100%;
  box-sizing: border-box;
}

blockquote.step .buy-target__grid label {
  padding: 0;
  margin-right: 0;
  font-size: 0.9rem;
  text-align: left;
}

blockquote.step .buy-target__grid textarea {
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #fff;
  border: 1px solid #b8b8b8;
}

/*譲渡オプション*/
#contact .sell-target .sell-target__label,
#contact .sell-target .input-radio .insolvency_label {
	color: #1e2124;
	font-size: 0.9rem;
}
#contact .sell-target .input-radio .insolvency_label {
	margin-right: 15px;
  line-height: 1.6;
}
#contact .sell-target .input-select select,
#contact .sell-target .slider-ticks span,
#contact .sell-target .slider-label span {
	font-size: 0.9rem;
}

/*都道府県*/
.lp-inquiry-workpref-field {
  width: 48%;
}
.lp-inquiry-workpref-field select {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #f6f6f6;
  border: 1px solid #dbdbda;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1.0rem;
  appearance: auto;
  margin: 0 0 10px;
  cursor: pointer;
}

/* オートコンプリート機能デザイン変更 */
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}

blockquote.step label {
  display: block;
  /* float: left; */
  padding: 15px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}

.select-os label {
  color: #1e2124;
  border: 1px solid #dbdbda;
  text-align: center;
  display: inline-block;
  padding: 9px 40px !important;
  background: #fff;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}

.required {
  color: #f01423;
}

.button {
  font-family: 'Noto Sans JP', sans-serif;
}

.button button {
  color: #fff;
  background: #00aff0;
  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;
}

.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: 0;
  bottom: 0;
  left: 85.5%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #00aff0;
  border-right: 2px solid #00aff0;
  transform: rotate(45deg);
}
#contact .buy-target-area-picker__control::after {
  content: none;
}
#contact .buy-target-area-picker__control::before {
  content: none;
}
.select-os input[type="radio"]:checked.sell_buy+label {
  color: #fff;
  background-color: #00aff0;
}

.check_box:checked+.label {
  color: #fff;
  background-color: #00aff0;
}

.select-os input[type="radio"]:checked.icon+label {
  color: #fff;
  background-color: #00aff0;
}

.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: #00aff0;
  border-left: 1px solid #dbdbdb;
  color: #fff;
}

.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
}

.inquirytable_title {
  color: #1E2124;
  border-bottom: none;
  padding-bottom: 10px;
}

.button .return {
  color: #00aff0;
  font-weight: 600;
  background: #fff;
  /* padding: 8px 10px; */
  display: block;
  border: 2px solid #00aff0;
  cursor: pointer;
  margin: 0 auto;
}

#contact .button .return::after {
  content: "";
  position: absolute;
  border-top: 2px solid #00aff0;
  border-right: 2px solid #00aff0;
}

.error {
  color: #f01423;
}

#contact .encourage {
  text-align: center;
  margin-bottom: 20px;
}

.tb_br {
  display: none;
}

.br_sp {
  display: none;
}

.sp_br_sp {
  display: none;
}

button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
}
#contact button.disabled-button::after {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

/* note */
.note {
  width: 93%;
  margin-left: 7%;
	color: #636363;
	font-size: 1rem;
}

@media screen and (max-width: 1600px) {
  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 a {
    background: #fff;
    color: #00aff0;
    padding: 10px 30px;
    border-radius: 30px;
  }

  .sp_contact {
    width: 50%;
    display: block;
    margin: auto;
  }

  .sp_contact li {
    /* width: 50%; */
    /* float: left; */
    position: relative;
  }

  .sp_tel_mail .tel_sp {
    list-style: none;
    float: left;
    margin-right: 15px;
  }

  .sp_tel_mail .mail_sp {
    list-style: none;
    float: left;
  }

  .tel_sp img {
    float: left;
    display: block;
    width: 50px;
  }

  .mail_sp img {
    float: left;
    display: block;
    width: 50px;
  }

  .header {
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
  }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 7;
    right: 15px;
    top: 25px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #00aff0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 8px;
  }

  .hamburger span:nth-child(2) {
    top: 17px;
  }

  .hamburger span:nth-child(3) {
    top: 26px;
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 6;
    left: 50%;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 50%;
    height: 100vh;
    background: #00aff0;
  }

  nav.globalMenuSp.active {
    transform: translateX(0%);
  }

  .globalMenuSp ul {
    list-style: none;
    padding-left: 0;
    margin-top: 100px;
  }

  .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;
  }
}

@media screen and (max-width: 1400px) {
  #main {
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
  }

  .kv_text_area {
    margin-top: 120px;
  }

  #main .copy {
    font-size: 2.65rem;
    line-height: 1.25;
  }

  #main .copy_text {
    font-size: 1.15rem;
  }

  #main .point {
    font-size: 1.25rem;
  }

  #main .kv_img {
    width: 40vw;
    bottom: 120px;
  }
}

@media screen and (max-width: 1300px) {

  /* reason */
  #reason .reason_box_02 .title {
    position: relative;
    /* left: 48%; */
  }

  #reason .reason_box_02 .img_flex .img_area {
    /* width: 48%; */
  }

  #reason .reason_box_02 .img_flex .img_area img {
    width: 100%;
  }

  #reason .reason_box_02 .img_flex .text_area {
    /* width: 52%; */
    margin-top: 0;
  }

  #reason .reason_box_04 .title {
    position: relative;
    /* left: 48%; */
  }

  #reason .reason_box .title .text {
    line-height: 1.3;
    margin-top: 35px;
    margin-bottom: 20px;
  }

  #reason .reason_box_04 .img_flex .img_area {
    /* width: 48%; */
  }

  #reason .reason_box_04 .img_flex .img_area img {
    width: 600px;
    position: relative;
    bottom: -20px;
  }

  #reason .reason_box_04 .img_flex .text_area {
    /* width: 52%; */
  }

  #reason .reason_box_04 .br_reason {
    display: block;
  }

  #reason .reason_box_04 .br_pc_reason {
    display: none;
  }

}

@media screen and (max-width: 1200px) {
  .header .logo {
    padding: 0 15px;
  }

  .pc .tel {
    margin: 0 10px;
  }

  .pc li .contact_btn {
    padding: 0vw 1vw;
  }

  .header ul li {
    margin: 45px 10px;
  }

  .header ul li a {
    font-size: 1.2vw;
  }

  #main .kv_img {
    left: 55%;
  }

  /* case */
  .case_dl .dl_01 .main_dt {
    min-width: 70px;
  }

  .case_dl .dl_01 .main_dt_buy {
    min-width: 70px;
  }

  /* note */
  .note {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 1024px) {
  nav.globalMenuSp {
    left: 25%;
    width: 75%;
  }

  .globalMenuSp ul li {
    font-size: 1rem;
  }

  section .contents_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
  }

  .sp .tel_sp_02 a::before {
    width: 15px;
  }

  .globalMenuSp ul li {
    margin: 25px 0;
  }

  /* KV */
  #main {
    height: 80vw;
  }

  #main .copy {
    position: static;
    text-align: center;
    margin-top: 5vw;
    position: relative;
    top: 3vw;
  }

  #main .copy_text {
    position: static;
    font-size: 1.8vw;
    text-align: center;
    position: relative;
    top: 3vw;
    z-index: 1;
  }

  .kv_text_area {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    margin-top: 0;
  }

  #main .kv_img {
    width: 35vw;
    bottom: 10vw;
    z-index: 0;
  }

  #main .point {
    display: inline-block;
    position: relative;
    top: 5vw;
    left: 15vw;
    font-size: 2.1vw;
    /* color: #0f3291; */
  }

  #main .point p {
    margin-bottom: 6px;
  }

  #main .point .point_kv {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
  }

  /* reason */
  #reason .reason_box .title {
    font-size: 3vw;
  }

  #reason .reason_box .title .number {
    font-size: 4.7vw;
    top: 23px;
  }

  #reason .reason_box .title .blue {
    font-size: 2rem;
  }

  #reason .text_reason p {
    font-size: 2vw;
  }

  #reason .text_area p {
    font-size: 1.5vw;
  }

  .reason_box_01::before {
    left: -8%;
  }

  .reason_box_02::before {
    left: 18%;
  }

  .reason_box_03::before {
    left: -8%;
  }

  .reason_box_04::before {
    left: 18%;
  }

  #reason .reason_box_04 .img_flex .img_area img {
    left: 70px;
  }

  /* company */
  #company {
    height: auto;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 80px;
  }

  .company_flex {
    display: block;
  }

  .company_flex .company_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .company_flex .company_dl {
    width: 70%;
    margin: 0 auto;
  }

  .tb_br {
    display: block;
  }

  .company_img img {
    width: 500px;
    position: relative;
    top: 0;
  }

  .company_dl dt {
    width: 25%;
  }

  .company_dl dd {
    width: 75%;
    margin-left: 25%;
  }

  .company_dl dl {
    width: 85%;
    margin: 20px auto;
  }

  .open_btn {
    width: 22.3%;
  }

  /* .header .pc {
    display: none;
  } */

  #company .contact_btn_02 {
    bottom: 6%;
  }

  blockquote .w_fl {
    width: 100%;
  }

  blockquote .w_fr {
    width: 100%;
  }

  /* member */
  #member .name {
    font-size: 1.4rem;
  }

  /* smart */
  .smart_box {
    padding: 30px 20px;
    width: calc((100% - 40px) / 3);
  }

  .smart_area {
    gap: 30px 20px;
  }

  /* .smart_button::after {
    top: 8px;
  } */
  .smart_button span {
    padding: 12px 30px;
  }

  /* activity */
  .activity_flex_02 .title {
    font-size: 1rem;
  }

  .activity_title {
    font-size: 1.5rem;
  }

  /* note */
  .note {
		width: 85%;
    margin: 0 auto;
	}

  /*都道府県*/
  .lp-inquiry-workpref-field {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .open_btn {
    width: 29.9%;
  }

  .header .logo {
    width: 200px;
    padding: 0 20px;
    height: 95px;
  }

  #main .copy {
    font-size: 2.2rem;
    top: 2vw;
  }

  #main {
    height: 600px;
    padding-left: 40px;
    padding-right: 40px;
  }

  #main .copy_text {
    top: 1vw;
    font-size: 1rem;
  }

  #main .point {
    top: 0vw;
    left: 8vw;
    font-size: 1.05rem;
  }

  #main .kv_img {
    left: 55vw;
    bottom: 50px;
    width: 32vw;
  }

  .br_tb {
    display: block;
  }

  .row img {
    width: 90%;
  }

  h2 {
    margin-bottom: 55px;
  }

  /* company */
  .company_img img {
    width: 90%;
  }

  .company_flex .company_dl {
    width: 90%;
  }

  .company_dl dl {
    width: 100%;
  }

  /* reason */
  #reason .reason_box .img_flex {
    display: block;
  }

  /* #reason .reason_box .title {
    line-height: 1;
  } */
  #reason .reason_box {
    background-color: #EBF8FF;
    border-radius: 10px;
    padding: 40px;
    padding-top: 10px;
  }

  #reason .reason_box .title {
    position: relative;
    /* top: -75px; */
    top: 0;
    line-height: 2.5;
  }

  #reason .reason_box .title .number {
    font-size: 6.5vw;
    top: 30px;
  }

  #reason .reason_box .title {
    font-size: 1rem;
  }

  #reason .text_area p {
    font-size: 1rem;
  }

  .reason_box_01::before {
    content: none;
  }

  #reason .reason_box_01 {
    margin-top: 50px;
  }

  #reason .reason_box_01 .img_flex .text_area {
    width: 100%;
    position: relative;
    top: 0px;
  }

  #reason .reason_box_01 .img_flex .img_area {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .reason_box_02::before {
    content: none;
  }

  #reason .reason_box_02 {
    margin-top: 50px;
  }

  #reason .reason_box_02 .title {
    left: 0;
  }

  #reason .reason_box_02 .img_flex .img_area {
    width: 90%;
    max-width: 300px;
    padding: 0;
    margin: 0 auto;
    top: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #reason .reason_box_02 .img_flex .text_area {
    width: 100%;
  }

  .reason_box_03::before {
    content: none;
  }

  #reason .reason_box_03 {
    margin-top: 50px;
  }

  .reason_box_04::before {
    content: none;
  }

  #reason .reason_box_04 {
    margin-top: 50px;
    margin-bottom: 0;
  }

  #reason .reason_box_04 .title {
    left: 0;
  }

  #reason .reason_box_04 .img_flex .img_area {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #reason .reason_box_04 .img_flex .img_area img {
    width: 100%;
    left: 0;
    bottom: 0;
  }

  #reason .reason_box_04 .img_flex .text_area {
    width: 100%;
  }

  /* member */
  #member .member_area {
    gap: 50px;
  }

  #member .name {
    font-size: 1.3rem;
  }

  #member .member_flex {
    display: block;
  }

  #member .member_flex .img_area {
    width: 60%;
    margin: 0 auto;
  }

  #member .member_flex .text_area {
    width: 100%;
    padding: 0;
  }

  #member .name {
    font-size: 1.3rem;
  }

  #member .member_area {
    margin-top: 30px;
  }

  #member .name {
    margin-top: 20px;
    text-align: center;
    line-height: 1.2;
  }

  #member .name .position {
    margin-bottom: 0.7em;
    font-size: 1rem;
  }

  /* interview */
  .interview_box {
    padding: 20px;
  }

  .interview_flex {
    display: block;
    width: 100%;
  }

  .interview_flex .img01 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .interview_flex .img01 img {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .interview_flex .text_box {
    width: 100%;
    padding: 0;
  }

  /* case */
  .case_dl .dl_01 .main_dt {
    float: none;
    text-align: center;
  }

  .case_dl .dl_01 .main_dt_buy {
    float: none;
    border-bottom: 2px solid #00b0ec;
  }

  .case_dl .dl_01 .sell {
    text-align: left;
    margin-left: 0;
    padding: 10px;
    background: #f8f0fb;
    font-weight: 600;
    border-left: 2px solid #0f3291;
    margin-bottom: 10px;
  }

  .case_dl .dl_01 .sell {
    border-left: 0;
    margin-bottom: 5px;
    text-align: center;
  }

  .case_dl .dl_01 .buy {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 5px;
    text-align: center;
  }

  .case_dl dt {
    float: none;
    border-bottom: 2px solid #0f3291;
    text-align: center;
    color: #0f3291;
  }

  .case_dl .dl_01 dd {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 5px;
    text-align: center;
  }

  .case_dl .dl_01 dt,
  .case_dl .dl_01 .sell,
  .case_dl .dl_01 .buy {
    font-size: 0.8rem;
  }

  .case_dl .dl_02 {
    width: 28%;
    padding-right: 8px;
    padding-left: 8px;
    box-sizing: border-box;
    margin-top: 80px;
  }

  .case_dl .dl_01 {
    width: 36%;
  }

  .dl_02 .case_img img {
    width: 40%;
  }

  .case_dl .dl_02 dt {
    border-bottom: none;
    font-size: 0.8rem;
  }

  /* .case_dl .dl_02 dd {
    position: relative;
    top: 155px;
  } */

  /* smart */
  .smart_box {
    padding: 30px 30px;
    width: 100%;
    height: 390px;
  }

  /* .smart_button::after {
    top: 8px;
    left: 57%;
  } */

  /* activity */
  .activity_flex {
    display: block;
  }

  .activity_flex .activity_01_text {
    width: 100%;
  }

  .activity_flex .activity_01_img {
    width: 100%;
  }

  .activity_flex .activity_01_img {
    width: 100%;
    margin-top: 15px;
  }

  .activity_flex_02 {
    display: block;
  }

  .activity_flex_box:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .activity_flex_02 .activity_flex_box {
    width: 100%;
    text-align: center;
  }

  .activity_flex_box .img_area {
    position: static;
    transform: none;
    margin: 0 auto;
    margin-top: 10px;
  }

  .activity_title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  /* 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 */
  .note {
		width: 100%;
	}
  
}

@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) {
  .br_sp {
    display: block;
  }

  .br_pc {
    display: none;
  }

  .sp_tel_mail {
    right: 60px;
  }

  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }

  #main .copy {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    top: 5px;
  }

  #main .copy_text {
    font-size: 0.9rem;
    text-align: center;
    font-weight: 400;
  }

  #main .point {
    font-size: 1rem;
    margin-top: 30px;
    left: 0;
  }

  #main .point_area {
    text-align: center;
  }

  #main .kv_img {
    left: 6vw;
    bottom: 27px;
    width: 180px;
  }

  .header .logo {
    width: 50%;
    height: 80px;
  }

  .nav {
    height: 80px;
  }

  .header {
    height: 80px;
  }

  section .contents_inner {
    padding: 70px 25px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  h2 span {
    font-size: 1.1rem;
  }

  /* company */
  .company_img {
    width: 75%;
    position: relative;
  }

  .company_dl dt {
    width: 100%;
    float: none;
  }

  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }

  .company_flex .company_dl {
    width: 100%;
  }

  .open_btn {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  /* reason */
  #reason .reason_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  #reason .reason_box .title {
    font-size: 1.3rem;
  }

  #reason .reason_box .title .number {
    margin-left: 4px;
    font-size: 10vw;
  }

  #reason .reason_box .title .text {
    margin-top: 30px;
  }

  #reason .reason_box_04 .title .text {
    margin-top: 38px;
  }

  #reason .reason_box .img_flex {
    display: block;
    width: 100%;
  }

  #reason .reason_box .img_flex .img_area {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0;
  }

  #reason .reason_box_04 .img_flex .img_area .reason_04_pc {
    display: none;
  }

  #reason .reason_box_04 .img_flex .img_area .reason_04_sp {
    display: block;
  }

  #reason .reason_box .img_flex .text_area {
    width: 100%;
  }

  #reason .reason_box:nth-child(n+2) {
    margin-top: 50px;
  }

  /*interview*/
  #interview::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    /*background-color: #f2fbff;*/
    z-index: -1;
    left: 0;
    border-radius: 0;
  }

  .slick-next {
    width: 18px;
    height: 18px;
  }

  .slick-prev {
    width: 18px;
    height: 18px;
  }

  .interview_title {
    font-size: 1.2rem;
  }

  .interview_flex .title {
    font-size: 1.1rem;
  }

  /* case */
  .case_dl .dl_01 .main_dt {
    width: auto;
  }

  .case_dl .dl_01 .sell {
    width: auto;
  }

  .dl_02 .case_img img {
    width: 55%;
  }

  .case_dl {
    margin-bottom: 35px;
    font-size: 0.85rem;
  }

  .case_dl .dl_01 {
    font-size: 0.9rem;
  }

  #case .button {
    margin: 0px auto;
    width: 150px;
    font-size: 3.5vw;
  }

  /* smart */
  #border_top {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  /* FAQ */
  .ac-parent span {
    font-size: 1.2rem;
    margin-right: 10px;
    display: inline-block;
    float: left;
    position: relative;
    top: -3px;
  }

  .ac-parent {
    font-size: vw;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 20px 0;
    padding-right: 35px;
  }

  .ac-parent:after {
    right: 10px;
    width: 8px;
    height: 8px;
  }

  .ac-child {
    padding: 20px 15px;
  }

  .footer_policy a {
    font-size: 0.8rem;
    text-decoration: none;
    color: #1E2124;
  }

  .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: 50px;
  }

  .sp_contact li {
    width: 100%;
    float: none;
  }

  .tel_sp img {
    width: 45px;
  }

  .mail_sp img {
    width: 45px;
  }

  .contact_btn_02 a {
    font-size: 1.2rem;
    padding: 20px 85px;
  }

  /* 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;
  }
  /*都道府県*/
  .lp-inquiry-workpref-field select {
    padding: 10px;
  }

}