@charset "UTF-8";
/* root */
:root {
  --color-basecolor: #c54f1f;
  --color-subcolor: #f6f3ef;
  --color-accentcolor: #eb9978;
  --color-white: #fff;
  --color-black: #353b44;
  --color-text: #565656;
  --color-navy: #353b44;
  --font-family-notosans: 'Noto Sans JP', sans-serif;
  --font-family-notoserif: 'Noto Serif JP', serif;
  --font-size-base: 16px;
  --line-height-base: 1.6;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  overflow-y: auto;
}
:root {
  --vw: 10px; 
  --vh: 10px;
}

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

/* common */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  font-size: var(--font-size-base);
  color: var(--color-black);
  background: var(--color-white);
  font-weight: normal;
  font-family: var(--font-family-notosans);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
}
section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 20px;
}
.cb {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
h2.section-title {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: transparent;
  text-align: center;
  margin-bottom: 70px;
}
h2 span {
  display: block;
  color: var(--color-basecolor);
}
h2 .white {
  color: var(--color-white);
}

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

/*main*/
#main .copy {
  color: var(--color-basecolor);
  top: 12px;
  font-size: 3.0rem;
  font-weight: 600;
  margin: 1vw 0;
  z-index: 1;
  line-height: 1.4;
}
#main {
  padding-top: 85px;
  box-sizing: content-box;
  background-color: var(--color-subcolor);
}
#main .mv_inner {
  width: 100%;
}
/* #main .text {
  padding: 20px 20px 20px 70px;
  text-align: center;
} */
#main .copy_text {
  font-size: 1.5vw;
  font-weight: 600;
  position: relative;
  color: var(--color-black);
}
.visual__feature img {
  width: 30%;
}

/*swiper*/
.swiper {
  width: 100%;
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
  width: max-content;
  animation: loop-slider-sp 30s linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-slide {
  flex: 0 0 220px;
  padding-right: 20px;
  box-sizing: border-box;
}
@keyframes loop-slider-sp {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-1320px, 0, 0); }
}

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

.swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

/*pagetop*/
#pagetop {
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 10;
  width: 51px;
  height: 50px;
}
#pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  border: 2px solid var(--color-basecolor);
  box-sizing: border-box;
}
#pagetop .arrow {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid var(--color-basecolor);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(4px) rotate(-45deg);
}

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

.contact_btn_01 a:hover {
  color: var(--color-white);
  background: var(--color-navy);
}

/*issue*/
#issue .contents_inner {
  position: relative;
}
.lead {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  z-index: 1;
  margin: 0;
  margin-bottom: 50px;
}
.issue_flex {
  display: flex;
  flex-wrap: nowrap;
}
.issue_img {
  width: 40%;
}
.issue_box {
  width: 100%;
  font-weight: 600;
  padding-bottom: 20px;
  margin: 0 auto;
}
.issue_box::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 98%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-white);
  width: 180px;
  height: 55px;
}
.issue_box ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
#issue ul li {
  position: relative;
  list-style: none;
  font-weight: 600;
}
.issue_text {
  background-color: var(--color-subcolor);
  padding: 50px 0;
  text-align: center;
  margin-top: 30px;
}
.issue_text p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}
.issue_text p span {
  color: var(--color-basecolor);
}
.issue__item__inner {
  width: 100%;
  padding: 15px 0;
  border-radius: 14px;
  background-color: var(--color-subcolor);
}
.issue__item__image {
  width: 250px;
  height: auto;
  margin: 0 auto 12px;
  position: relative;
}
.issue__item__image img {
  width: 40%;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.issue__item__image::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  margin: 10px auto;
  border-radius: 50%;
  background-color: var(--color-white);
}
.feature__item__details {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}

/*reason*/
.reason__text {
  width: 70%;
  font-weight: 600;
}
.reason_list__item01 {
  background-color: var(--color-subcolor);
  padding: 20px 40px;
  margin-bottom: 50px;
}
.reason_list__item01 .reason__text {
  width: 100%;
}
.reason_list__item01 .reason__text a{
  color: var(--color-basecolor);
  text-decoration: underline;
}
.point_txt {
  color: var(--color-basecolor);
}
.reason_list__item02 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: var(--color-subcolor);
  padding: 20px 40px;
}
.reason_contents {
  background-color: rgba(255, 255, 255, 0.7);
  width: 80%;
  margin: 0 auto;
  padding: 10px;
}
.reason_contents p {
  text-align: center;
}
.reason__text p {
  font-weight: 600;
}
.report_intro {
  display: block;
  width: fit-content;
  margin: 16px auto;
}
.reason__img {
  width: 25%;
}
.reason_title {
  font-size: 1.8rem;
  color: var(--color-basecolor);
}
.reason_title span {
  font-size: 5.0rem;
  font-weight: 600;
  padding-right: 20px;
}
.reason__point {
  background-color: var(--color-basecolor);
  padding: 5px 10px;
  position: relative;
  margin-top: 30px;
}
.reason__point::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent var(--color-basecolor) transparent;
  width: 0;
  height: 0;
}
.reason__point p {
  color: var(--color-white);
  font-size: 1.2rem;
  text-align: center;
}
.reason_list__item03 {
  background-color: var(--color-subcolor);
  padding: 20px 40px;
  margin-top: 50px;
}
.reason_list__item03 .reason__text {
  width: 100%;
}

/*case*/
.case_list {
  margin-bottom: 50px;
  border-bottom: 1px solid var(--color-black);
}
.case_box {
  display: flex;
  width: 100%;
}
.case_sell, .case_buy {
  width: 40%;
  box-shadow: 2px 2px 4px;
}
.case_sell .case_title {
  background-color: var(--color-basecolor);
  padding: 10px 10px;
  color: var(--color-white);
  text-align: center;
  margin: 0;
  font-weight: 600;
}
.case_title_buy {
  background-color: var(--color-subcolor);
  padding: 10px 10px;
  color: var(--color-black);
  text-align: center;
  margin: 0;
  font-weight: 600;
}
.case_icon {
  width: 20%;
  text-align: center;
  align-content: center;
}
.case_icon img {
  width: 20%;
}
.case_item table {
  margin: 0 auto;
  width: 90%;
}
.case_item table th {
  width: 30%;
}
.case_item table td {
  width: 70%;
}
.case_item {
  padding: 0 0 10px;
}
.case_item p {
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 10px 20px;
}
.case_detail {
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}
.case_detail span {
  color: var(--color-basecolor);
}

/*member*/
#member {
  background-color: var(--color-subcolor);
}
#member .contents_inner {
  text-align: center;
}
.member_box {
  width: 100%;
  text-align: left;
}
.member_box_02 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.member__list {
   background-color: var(--color-white);
}
.member_text {
  padding: 25px 20px;
  min-height: 355px;
}
.member_text .name {
  margin: 0 0 15px 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
}
.member_text .name span {
  font-size: 1.2rem;
  color: var(--color-basecolor);
  display: block;
}
.adviser_title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-basecolor);
  border-bottom: 3px solid var(--color-basecolor);
  padding-bottom: 5px;
  display: inline-flex;
  margin-bottom: 40px;
}
.color-line-container {
  display: flex;
  width: 100%;
  height: 10px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.color-line-segment {
  height: 100%;
}
.dark-green {
  background-color: var(--color-basecolor);
  width: 50%;
}
.light-green {
  background-color: #2DBF76;
  width: 50%;
}
@keyframes fadeInAnimation {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s, transform 0.5s;
}
.fade-in.is-visible {
  animation-name: fadeInAnimation;
  animation-duration: 2.0s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 1;
  transform: translateY(0);
}

/*price*/
.lehman__illustration {
  background-color: #EDEDED;
  padding: 34px 48px;
  padding-bottom: 54px;
  margin-top: 36px;
}
.lehman__illustration .row {
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.lehman__illustration .lehman__result {
  margin-left: 90px;
  position: relative;
}
.lehman__illustration .lehman__result:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent var(--color-black);
  left: -54px;
  top: 0;
  bottom: 26px;
  margin: auto;
}
.lehman__illustration .lehman__result .row {
  margin-top: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.lehman__illustration .lehman__result .note {
  text-align: center;
  font-size: 1rem;
  margin-top: 10px;
}
.lehman__illustration .lehman__result__item {
  background-color: var(--color-subcolor);
  padding: 0 30px;
}
.lehman__illustration .lehman__result__item + .lehman__result__item {
  margin-left: 30px;
}
.lehman__illustration .lehman__result__ttl {
  font-weight: 600;
}

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

/*contact*/
#contact {
  color: var(--color-white);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: var(--color-navy);
  font-weight: 500;
}
#contact .section-title, #contact .section-title .white {
  color: var(--color-white);
}
blockquote {
  margin: 0 auto;
}
blockquote.step input.text, blockquote.step textarea {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px;
  border: solid 1px var(--color-white);
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.9rem;
}
blockquote.step label.item {
  margin: 0 20px 0 0;
  font-size: 1rem;
  text-align: left;
  clear: both;
  width: 100%;
}
blockquote.step label {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}
blockquote.step .text {
  display: block;
}
blockquote .w_fl {
  width: 48%;
  float: left;
}
blockquote .w_fr {
  width: 48%;
  float: right;
}
.select-os .check_box {
  clear: both;
}
input {
  display: none;
}
/* メルマガパーミッション */
input[type=checkbox] {
  display: block;
  clear: both;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #0078D4;
}
.checkbox-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.checkbox-container .checkbox-label {
  border: none;
  background: none;
  padding: 0 !important;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.input-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: #252525;
}
.contact-plan .select-os label {
  padding-left: 0;
  background: none;
}
.contact-plan .select-os {
  align-items: center;
  display: flex;
}
.select-os .method {
  color: #fff;
  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: #fff;
  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;
}

/* オートコンプリート機能デザイン変更 */
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
}
.select-os label {
  color: #1e2124;
  border: 1px solid #fff;
  text-align: center;
  display: inline-block;
  padding: 9px 30px !important;
  background: #fff;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}
.required {
  color: var(--color-basecolor);
}
.button {
  font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
}
.button button {
  background: var(--color-basecolor);
  color: var(--color-white);
  border: 2px solid var(--color-basecolor);
  padding: 10px;
  display: block;
  width: 200px;
  cursor: pointer;
  margin: 0 auto 80px;
  clear: both;
  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: 50px;
}
.select-os input[type="radio"]:checked.sell_buy + label,
.check_box:checked + .label,
.select-os input[type="radio"]:checked.icon + label {
  color: var(--color-white);
  background-color: var(--color-basecolor);
  border: 1px solid var(--color-basecolor);
}
.inquirytable {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.inquirytable tr:first-child {
  border-top: 1px solid #dbdbdb;
}
.inquirytable tr {
  border-bottom: 1px solid #dbdbdb;
}
.inquirytable th {
  text-align: left;
  padding: 10px 20px;
  width: 25%;
  border-right: 1px solid #dbdbdb;
  background: var(--color-accentcolor);
  border-left: 1px solid #dbdbdb;
  color: var(--color-black);
}
.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
  color: #252525;
}
.button .return {
  color: var(--color-black);
  font-weight: 600;
  background: var(--color-white);
  padding: 10px;
  display: block;
  border: 2px solid var(--color-white);
  cursor: pointer;
  margin: 0 auto;
}
.error {
  color: yellow;
}
button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
  border: none;
}

/*company*/
.company_dl {
  margin: 0 auto;
}
.company_dl dl {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 auto;
  padding: 20px 10px 10px;
  width: 80%;
  box-sizing: border-box;
}
.company_dl dt {
  width: 15%;
  float: left;
  font-weight: 600;
}
.company_dl dd {
  width: 70%;
  margin-left: 15%;
}
#company {
  position: relative;
}
#company .img {
  margin: 65px 0 30px;
  border: 2px solid #0f3291;
}

/* VIDEO */
#video p {
  text-align: center;
}
.contents_box p {
  margin-top: 50px;
}
.gallery {
  position: relative;
  text-align: center;
}
.gallery:before {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 7px;
  height: 7px;
  content: "";
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--color-basecolor);
  box-shadow: -15px 0 0 var(--color-basecolor), 15px 0 0 var(--color-basecolor);
}
#video .video_li {
  list-style-type: none;
  margin-block-end: 0;
  padding-inline-start: 0;
  unicode-bidi: normal;
  display: grid;
  row-gap: 1rem;
  -moz-column-gap: 3.4129692833%;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.4129692833%;
  width: 100%;
  margin-inline: auto;
  margin-block-start: 4.875rem;
  padding: 0 0 30px;
}
#video .video_li li {
  margin-top: 0;
  margin-bottom: 0;
}
#video .video_li li::marker {
  display: none;
}
#video .ownerslab_img {
  width: 80%;
  max-width: 375px;
  margin: 0 auto;
}
#video .ownerslab_img a {
  transition-property: opacity;
  transition-duration: 0.5s;
}
#video .ownerslab_img a:hover {
  opacity: 0.7;
}
.hm-cm-unit__inner {
  display: block;
  text-decoration: none;
}
.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: "";
}
.hm-cm-unit-cover figcaption {
  color: var(--color-basecolor);
  font-weight: 600;
  margin-block-start: 0.5rem;
}





/* food-retail figma overrides */
body {
  color: var(--color-text);
  letter-spacing: .07em;
}

section .contents_inner {
  max-width: 1180px;
  padding: 100px 20px;
}

h2.section-title {
  color: var(--color-navy);
  font-family: var(--font-family-notoserif);
  font-size: 2.125rem;
  line-height: 1.45;
  letter-spacing: .07em;
}

h2.section-title span {
  color: var(--color-basecolor);
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: .07em;
  text-transform: lowercase;
}

h2.section-title span.faq {
  text-transform: uppercase;
}

.header,
.nav,
.header .pc,
.header .logo {
  height: 100px;
}

.header .logo {
  width: 15%;
  justify-content: flex-start;
  padding-left: 30px;
}

.header .pc {
  width: 85%;
  gap: 0;
}

.header .pc li {
  margin: 0 11px;
}

.pc .tel {
  color: var(--color-navy);
  font-size: 1.25vw;
}

.pc li .contact_btn {
  display: inline-flex;
  align-items: center;
  min-height: 100px;
  padding: 0 28px;
  color: var(--color-white);
  background: var(--color-navy);
}

.cta_area {
  background: #e4ddd4;
  color: var(--color-text);
  padding: 40px 20px 35px;
}

.cta_area p {
  font-family: var(--font-family-notosans);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .07em;
}

.contact_btn_01 {
  margin-top: 20px;
}

/* mv */
#main.fr-mv {
  padding-top: 100px;
  background: var(--color-white);
}

.fr-mv .mv_inner {
  display: grid;
  grid-template-columns: minmax(430px, 43.8%) 1fr;
  align-items: stretch;
  height: 71vh;
  padding-bottom: 0;
  position: relative;
}

.fr-mv .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70vh;
  overflow: visible;
  padding: 20px 20px 30px 110px;
  text-align: left;
  position: relative;
  z-index: 4;
}

#main.fr-mv .copy {
  color: var(--color-text);
  font-family: var(--font-family-notoserif);
  font-size: clamp(2.5rem, 2.708vw, 3.25rem);
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: .07em;
  margin: 0 0 25px;
  text-align: left;
}

#main.fr-mv .copy_text {
  color: var(--color-text);
  font-size: clamp(1rem, 1.198vw, 1.275rem);
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: .07em;
  margin: 25px 0 0;
  text-align: left;
}

.fr-mv .visual__feature {
  display: flex;
  gap: 5%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
  width: 120%;
}

.fr-mv .visual__feature li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-basecolor);
  color: var(--color-white);
  font-family: var(--font-family-notoserif);
  font-size: clamp(1.25rem, 1.563vw, 1.575rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  isolation: isolate;
  z-index: 0;
}

.fr-mv .visual__feature__mark {
  background: linear-gradient(transparent 54%, var(--color-accentcolor) 54%, var(--color-accentcolor) 82%, transparent 82%);
  padding: 0 .04em 8px .04em;
}

.fr-mv .mv_visual {
  height: 100%;
  min-height: 70vh;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.fr-mv .mv_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* issue */
.fr-issue .lead {
  color: var(--color-navy);
  font-family: var(--font-family-notoserif);
  font-size: 1.5625rem;
  letter-spacing: .07em;
  margin-bottom: 46px;
}

.fr-issue .issue_box {
  max-width: 1100px;
  padding-bottom: 0;
}

.fr-issue .issue_box::after {
  display: none;
}

.fr-issue .issue_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fr-issue #issue ul li,
.fr-issue .issue_box li {
  background: transparent;
}

.fr-issue .issue__item__inner {
  display: grid;
  grid-template-columns: 85px 1fr;
  align-items: center;
  height: 100%;
  min-height: 120px;
  padding: 18px 20px;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .25);
}

.fr-issue .issue__item__image {
  width: 85px;
  margin: 0;
}

.fr-issue .issue__item__image::before {
  width: 85px;
  height: 85px;
  margin: 0;
  background: #e4ddd4;
}

.fr-issue .issue__item__image img {
  width: 80px;
}

.fr-issue .feature__item__details {
  color: var(--color-text);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding-left: 10px;
}

.issue_arrow {
  width: 77px;
  height: 50px;
  margin: 25px auto;
}

.issue_arrow__icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--color-navy);
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.fr-issue .issue_text {
  width: fit-content;
  margin: 0 auto 28px;
  padding: 10px 20px;
  background: var(--color-navy);
}

.fr-issue .issue_text p {
  color: var(--color-white);
  font-family: var(--font-family-notoserif);
  font-size: 1.875rem;
  line-height: 1.2;
}

.issue_note {
  color: var(--color-navy);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin: 0;
}

/* reason */
.fr-reason {
  background: var(--color-subcolor);
}

.fr-reason .contents_inner {
  max-width: 1140px;
}

.fr-reason .reason_list {
  display: grid;
  /* gap: 108px; */
  margin-top: 90px;
}

.reason_card {
  position: relative;
  background: var(--color-white);
  padding: 78px 40px 62px;
}

.reason_num {
  position: absolute;
  top: -48px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-navy);
  font-family: var(--font-family-notoserif);
  font-size: 1.5625rem;
}

.reason_card h3 {
  color: var(--color-navy);
  font-family: var(--font-family-notoserif);
  font-size: 1.5625rem;
  line-height: 1.45;
  letter-spacing: .07em;
  text-align: center;
  margin: 0 0 70px;
}

.reason_points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 38px;
}

.reason_points p {
  position: relative;
  color: var(--color-text);
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0;
  padding-left: 50px;
}

.reason_points p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--color-navy);
}

.reason_points p::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 13px;
  height: 8px;
  border-left: 3px solid var(--color-white);
  border-bottom: 3px solid var(--color-white);
  transform: rotate(-45deg);
}

.reason_visuals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
}

.reason_visuals figure,
.fr-reason .reason__img .img {
  margin: 0;
}

.reason_card_report {
  padding-bottom: 66px;
  margin-top: 108px;
}

.reason_card_report h3 {
  margin-bottom: 34px;
}

.reason_report_box {
  width: min(530px, 100%);
  margin: 0 auto 52px;
  padding: 32px 32px 22px;
  background: #e4ddd4;
  color: var(--color-text);
}

.reason_report_box p:first-child {
  color: var(--color-navy);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 26px;
}

.reason_report_box ol {
  margin: 0;
  padding-left: 1.4em;
  font-size: 1.1rem;
  line-height: 1.45;
  font-weight: 500;
}

.reason_report_box ol li::marker {
  color: var(--color-black);
  font-weight: 700;
}

.reason_report_note {
  margin: 22px auto 0;
  color: var(--color-text);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
}

.reason_report_note span {
  padding: 0 .04em;
  background: linear-gradient(transparent 55%, var(--color-accentcolor) 55%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.fr-reason .report_intro {
  color: var(--color-text);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  margin: 0 auto 34px;
}

.fr-reason .reason__img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
  width: 100%;
}

.fr-reason .reason__img img {
  border: 1px solid #cfcfcf;
}

/* case */
.fr-case .contents_inner {
  max-width: 1140px;
}

.fr-case .case_flex {
  display: grid;
  gap: 60px;
}

.fr-case .case_list {
  margin: 0;
  padding-bottom: 60px;
  border-bottom: 1px dashed #959595;
}

.fr-case .case_box {
  display: grid;
  grid-template-columns: 450px 1fr 450px;
  align-items: center;
  gap: 70px;
}

.fr-case .case_sell,
.fr-case .case_buy {
  width: 100%;
  min-height: 265px;
  box-shadow: none;
  border: 1px solid var(--color-basecolor);
}

.fr-case .case_buy {
  border-color: var(--color-navy);
}

.fr-case .case_sell .case_title,
.fr-case .case_title_buy {
  background: var(--color-basecolor);
  color: var(--color-white);
  font-size: 1.25rem;
  font-weight: 700;
  padding: 11px;
}

.fr-case .case_title_buy {
  background: var(--color-navy);
}

.fr-case .case_icon {
  width: 100%;
}

.fr-case .case_icon img {
  width: 45px;
}

.fr-case .case_item {
  padding: 32px 40px 24px;
}

.fr-case .case_item p {
  color: var(--color-text);
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0 24px;
}

.fr-case .case_item table {
  width: 100%;
  color: var(--color-text);
  font-size: 1.1rem;
  line-height: 1.7;
}

.fr-case .case_item table th {
  width: 36%;
  text-align: left;
}

.fr-case .case_detail {
  margin: 50px 0 0;
  padding: 20px;
  background: var(--color-subcolor);
  color: var(--color-text);
  font-size: 1.1rem;
  line-height: 1.45;
}

.fr-case .case_detail span {
  color: var(--color-basecolor);
}

/* interview */
.fr-interview {
  background: var(--color-subcolor);
}

.fr-interview .contents_inner {
  max-width: 1180px;
}

.interview_lead,
.interview_click {
  text-align: center;
  font-weight: 700;
}

.interview_lead {
  font-size: 1.25rem;
  margin: 0 0 18px;
}

.interview_click {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
}

.interview_click img {
  width: 30px;
  animation: icon-picopico 0.5s infinite alternate cubic-bezier(.77,0,.18,1);
}

@keyframes icon-picopico {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20%);
  }
}

.interview_map {
  max-width: 1140px;
  margin: 0 auto 150px;
}

.interview_map_inner {
  position: relative;
  display: block;
}

.interview_map_link {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 1;
}

.interview_map_link:focus-visible {
  outline: 3px solid var(--color-accentcolor);
  outline-offset: 4px;
}

.interview_map_link_stable {
  left: 27.8%;
  top: 58.1%;
  width: 17.6%;
  height: 11.4%;
}

.interview_map_link_growth {
  left: 55.7%;
  top: 41%;
  width: 17.6%;
  height: 11.7%;
}

.interview_map_link_mature {
  left: 76.8%;
  top: 20.9%;
  width: 17.7%;
  height: 11.7%;
}

.interview_map_sp {
  display: none;
}

.interview_map_link_sp_stable {
  left: 57.25%;
  top: 46.53%;
  width: 39.7%;
  height: 7.94%;
}

.interview_map_link_sp_growth {
  left: 0;
  top: 71.01%;
  width: 39.7%;
  height: 8.1%;
}

.interview_map_link_sp_mature {
  left: 56.95%;
  top: 80.03%;
  width: 39.7%;
  height: 8.1%;
}

.interview_case h3 {
  margin: 0 0 20px 0;
  padding: 10px;
  background: var(--color-navy);
  color: var(--color-white);
  font-family: var(--font-family-notoserif);
  font-size: 1.5625rem;
  line-height: 1.45;
  text-align: center;
}

.interview_case_body {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  align-items: start;
  background: var(--color-white);
  padding: 40px;
}

.interview_case_body figure {
  margin: 0;
}

.interview_case_body img {
  aspect-ratio: 420 / 260;
  object-fit: cover;
}

.interview_case_body h4 {
  color: var(--color-navy);
  font-size: 1.4375rem;
  line-height: 1.45;
  margin: 0 0 18px;
}

.interview_case_body .company_name {
  color: var(--color-navy);
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 18px;
  border-bottom: 1px solid #959595;
}

.interview_case_body p {
  font-size: 1.1rem;
  line-height: 1.55;
}

.interview_case_body a {
  color: var(--color-navy);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
}

.interview_case_body a:hover {
  opacity: 0.7;
}

.interview_case_slider {
  position: relative;
}

.interview_case_slider .splide__track {
  overflow: hidden;
}

.interview_case_slider .splide__list {
  line-height: normal;
}

.interview_case_slider .splide__slide {
  list-style: none;
}

.interview_case_slider .splide__arrow {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 28px;
  height: 76px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  transform: translateY(-50%);
  z-index: 2;
}

.interview_case_slider .splide__arrow svg {
  display: none;
}

.interview_case_slider .splide__arrow::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 2px solid var(--color-navy);
  border-left: 2px solid var(--color-navy);
}

.interview_case_slider .splide__arrow--prev {
  left: -58px;
}

.interview_case_slider .splide__arrow--prev::before {
  transform: rotate(-45deg);
}

.interview_case_slider .splide__arrow--next {
  right: -58px;
}

.interview_case_slider .splide__arrow--next::before {
  transform: rotate(135deg);
}

.interview_case_slider .splide__pagination {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 22px 0 0;
  visibility: visible;
  z-index: 3;
  margin-bottom: 40px;
}

.interview_case_slider .splide__pagination li {
  display: block;
  line-height: 0;
}

.interview_case_slider .splide__pagination__page {
  display: block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9c9c9;
  opacity: 1;
  transform: none;
}

.interview_case_slider .splide__pagination__page.is-active {
  background: var(--color-navy);
  transform: none;
}

/* member */
#member.fr-member {
  background: var(--color-white);
}

.fr-member .contents_inner {
  max-width: 1140px;
}

.fr-member .adviser_title {
  color: var(--color-text);
  border: 0;
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
  margin: 0 auto 58px;
}

.fr-member .member_box_02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}

.fr-member .member__list {
  background: var(--color-subcolor);
}

.fr-member .member_text {
  min-height: 413px;
  padding: 34px 30px;
}

.fr-member .member_text .name {
  color: var(--color-navy);
  font-family: var(--font-family-notoserif);
  font-size: 1.5625rem;
  line-height: 1.35;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #959595;
}

.fr-member .member_text .name span {
  color: var(--color-text);
  font-family: var(--font-family-notoserif);
  font-size: .875rem;
  line-height: 1.45;
  margin-top: 4px;
}

.fr-member .member_text p:not(.name) {
  font-size: 1.1rem;
  line-height: 1.45;
  margin: 0;
}

/* flow */
.fr-flow .contents_inner {
  max-width: 1180px;
}

.fr-flow .contents_inner > p {
  color: var(--color-text);
  font-size: 1.1rem;
  margin: 0 0 58px;
  text-align: center;
}

.flow_steps {
  display: grid;
  grid-template-columns: repeat(8, 60px);
  justify-content: center;
  gap: 80px;
  margin: 0;
  padding: 134px 0 0;
  list-style: none;
}

.flow_steps li {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 340px;
  background: var(--color-navy);
  color: var(--color-white);
  font-weight: 700;
}

.flow_steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -48px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid var(--color-basecolor);
  transform: translateY(-50%);
}

.flow_steps span {
  writing-mode: vertical-rl;
  line-height: 1.3;
}

.flow_steps .fee {
  background: var(--color-white);
  color: var(--color-navy);
  border: 2px solid var(--color-navy);
}

.flow_steps .fee em {
  position: absolute;
  top: -134px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--color-navy);
  color: var(--color-white);
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.flow_steps .fee em::before,
.flow_steps .fee em::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--color-navy);
}

.flow_steps .fee em::before { bottom: -18px; }
.flow_steps .fee em::after { bottom: -36px; }

/* price, faq, company, video */
#price,
#faq {
  background: var(--color-subcolor);
}

#price .contents_inner,
#faq .contents_inner,
#company .contents_inner,
#video .contents_inner {
  max-width: 1140px;
  font-size: 1.1rem;
}

.lehman__illustration {
  background: var(--color-white);
}

.fr-faq .ac-parent {
  border-color: #959595;
  color: var(--color-text);
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 24px 70px 24px 54px;
}

.fr-faq .ac-parent.open {
  border-bottom: none;
}

.fr-faq .ac-parent:first-child {
  border-top: none;
}

.fr-faq .ac-parent:after {
  border-color: var(--color-basecolor);
}

.fr-faq .ac-child {
  border-color: #959595;
  color: var(--color-text);
  font-size: 1.1rem;
  line-height: 1.45;
  padding: 8px 70px 28px 54px;
}

.fr-faq .ac-child.first-open {
  display: block;
}

#faq.fr-faq .ac-parent span {
  color: var(--color-basecolor) !important;
  font-family: var(--font-family-notoserif);
  font-size: 1.875rem;
}

.company_dl dl {
  border-color: #d8d8d8;
}

.company_dl dt,
.company_dl dd {
  color: var(--color-text);
  font-size: 1.1rem;
  letter-spacing: .07em;
}

#company .note {
  color: var(--color-text);
}

#video .gallery {
  color: var(--color-navy);
  font-family: var(--font-family-notoserif);
  letter-spacing: .07em;
}

#video .video_li figcaption {
  color: var(--color-basecolor);
  font-weight: 700;
}

footer {
  background: var(--color-white);
  color: var(--color-navy);
}







/* Phone icon */

.pc .tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text);
  white-space: nowrap;
}

.pc .tel::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 28px;
  background: url(../svg/tel_icon.svg) center / contain no-repeat;
  vertical-align: middle;
  padding-right: 10px;
}

/* Responsive overrides (grouped by breakpoint) */

/* 768px and up */
@media (min-width: 768px) {
  .swiper-wrapper {
    animation: loop-slider-pc 40s linear infinite;
  }
  .swiper-slide {
    flex: 0 0 380px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  @keyframes loop-slider-pc {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-2280px, 0, 0); }
  }
}

/* 1200px and below */
@media screen and (max-width: 1200px) {
  body {
    font-size: calc(var(--vw) * 1.25);
  }
  .pc .tel {
    margin-left: 37px;
  }
  #main .contents_inner {
    padding: 85px 5% 0;
  }
  #main .text {
    padding-left: 50px;
  }
  #main .copy_text {
    font-size: 1.3rem;
  }
  .fr-mv .visual__feature li {
    font-size: clamp(.9rem, 4vw, 1.2rem);
  }
  .fr-mv .mv_inner {
    grid-template-columns: minmax(430px, 51.5%) 1fr;
  }
}

/* 551px–1200px */
@media (min-width: 551px) and (max-width: 1200px) {
  /*price*/
  .lehman__illustration {
      padding: 34px 28px;
  }
}

/* 1024px and below */
@media screen and (max-width: 1024px) {
  /*header*/
  .nav {
    height: 92px;
  }
  .sp {
    display: block;
  }
  .sp_tel_mail {
    display: block;
    position: fixed;
    z-index: 3;
    right: 80px;
    top: 15px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
  }
  .sp .tel_sp_02 a::before {
    content: url(../svg/tel_icon_03.svg);
    width: 11%;
    height: 11%;
    display: block;
    position: absolute;
    top: 3px;
    left: -20px;
  }
  .sp .mail_sp_02 a {
    background: var(--color-accentcolor);
    color: var(--color-black);
    padding: 10px 30px;
    border-radius: 30px;
  }
  .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%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 5;
    right: 15px;
    top: 25px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: var(--color-basecolor);
    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: 50;
    left: 25%;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 75%;
    height: 100vh;
    background: var(--color-basecolor);
  }
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  .globalMenuSp ul {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
  }
  .globalMenuSp ul li {
    margin: 25px 0;
    display: inherit;
  }
  .globalMenuSp ul li a {
    color: var(--color-white);
    font-weight: 600;
    position: relative;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: var(--color-basecolor);
  }
  .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: var(--color-basecolor);
  }
  .header .logo {
    width: 20%;
    padding: 0 20px;
    height: 95px;
  }
  .header .logo img {
    width: 100%;
  }
  h2 {
    font-size: 2rem;
    margin-bottom: 70px;
  }
  #pagetop {
    z-index: 1;
  }

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

  /*main*/
  #main {
    height: auto;
  }
  #main .text {
    padding: 20px;
    align-content: center;
  }
  #main .copy {
    top: 20px;
    font-size: 2.5rem;
  }
  .visual__feature img {
    width: 50%;
  }
  .fr-mv .visual__feature li {
    font-size: 1.4rem;
  }

  /*cta*/
  .contact_btn_02 {
    width: 60%;
    margin: 100px auto 20px;
  }

  /*issue*/
  .issue_box {
    padding-bottom: 30px;
  }
  .issue_text {
    padding: 50px 20px;
  }
  .issue_text p {
    font-size: 1.3rem;
  }
  .fr-issue .feature__item__details {
    font-size: 1rem;
  }

  /*reason*/
  .reason__img {
    align-content: center;
  }
  .reason_title span {
    font-size: 4.0rem;
  }

  /*case*/
  .case_item {
    padding: 20px 10px;
  }

  /*member*/
  .member_box_02 {
    display: block;
    width: 100%;
  }
  .member_text {
    width: 100%;
    min-height: auto;
  }

  .lehman__illustration {
    padding: 34px 35px;
    width: auto;
  }
  .header .pc {
    display: none;
  }
  /*company*/
  #company {
    height: auto;
  }
  .company_dl {
    background: var(--color-white);
    position: relative;
    width: 100%;
    right: auto;
    top: -40px;
  }
  .company_dl dt {
    width: 25%;
  }
  .company_dl dd {
    width: 75%;
    margin-left: 25%;
  }
  .company_dl dl {
    width: 85%;
  }
  #company .img {
    margin: 10px 0 30px;
  }

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

@media screen and (max-width: 1200px) {
  .header .pc li { margin: 0 7px; }
  .fr-mv .text { padding-left: 46px; }
  .flow_steps { gap: 50px; }
  .flow_steps li:not(:last-child)::after { right: -32px; }
}

@media screen and (max-width: 1024px) {
  .header, .nav, .header .logo {
    height: 95px;
  }
  .header .logo {
    width: 20%;
    padding: 0 20px;
  }
  .fr-mv .mv_inner {
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
  }
  .fr-mv .text {
    padding: 60px 20px 36px;
    text-align: center;
  }

  .nav {
    background: var(--color-white);
  }

  .sp_tel_mail {
    display: flex;
    gap: 10px;
    align-items: center;
    top: 16px;
    right: 72px;
    margin: 0;
    z-index: 3;
  }

  .sp_tel_mail .tel_sp,
  .sp_tel_mail .mail_sp {
    float: none;
    margin: 0;
  }

  .tel_sp img,
  .mail_sp img {
    display: block;
    float: none;
    width: 48px;
    height: 48px;
  }

  .hamburger {
    top: 30px;
    right: 20px;
    z-index: 60;
    width: 32px;
    height: 20px;
    margin-left: 30px;
  }

  .hamburger span {
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--color-navy);
  }

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

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

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

  .hamburger.active span:nth-child(1),
  .hamburger.active span:nth-child(3) {
    top: 9px;
    left: 0;
    background: var(--color-white);
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(45deg);
  }

  nav.globalMenuSp {
    top: 0;
    right: 0;
    left: auto;
    width: 75%;
    height: 100vh;
    height: 100dvh;
    background: var(--color-navy);
    text-align: center;
    transform: translateX(100%);
    transition: transform .35s ease;
    z-index: 50;
  }

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

  .globalMenuSp ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    margin: 0;
    padding: 86px 20px 0;
  }

  .globalMenuSp ul li {
    display: block;
    margin: 0;
  }

  .globalMenuSp ul li a {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .07em;
  }

  .globalMenuSp ul li.tel_sp_02 {
    margin-top: 46px;
  }

  .sp .tel_sp_02 a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    white-space: nowrap;
  }

  .sp .tel_sp_02 a::before {
    content: "";
    position: static;
    display: block;
    width: 19px;
    height: 23px;
    background: url(../svg/tel_icon_03.svg) center / contain no-repeat;
  }

  .globalMenuSp ul li.mail_sp_02 {
    margin-top: 5px;
  }

  .sp .mail_sp_02 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 169px;
    min-height: 40px;
    padding: 8px 20px;
    border-radius: 30px;
    background: var(--color-white);
    color: var(--color-navy);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .07em;
  }

  #main .text {
    padding-left: 0;
    padding-right: 0;
    width: 100vw;
    min-height: 0;
  }
  #main.fr-mv .copy {
    margin-bottom: 0;
    text-align: center;
  }

  #main.fr-mv .copy_text {
    text-align: center;
    font-size: 1.1rem;
  }

  .fr-mv .visual__feature {
    justify-content: center;
    transform: none;
    order: 3;
    width: 100%;
    margin-bottom: -100px;
    margin-top: 30px;
  }

  .fr-mv .visual__feature li {
    max-width: 23%;
  }

  .fr-mv .mv_visual {
    height: 45vw;
    min-height: 320px;
  }

  .fr-issue .issue__item__inner {
    grid-template-columns: 65px 1fr;
  }

  .fr-issue .issue__item__image,
  .fr-issue .issue__item__image::before {
    width: 64px;
    height: 64px;
  }

  .fr-issue .issue__item__image img {
    width: 65px;
  }

  .fr-case .case_box {
    grid-template-columns: minmax(0, 1fr) 45px minmax(0, 1fr);
    gap: 22px;
  }

  .interview_case_body {
    grid-template-columns: 1fr;
  }
  .interview_case h3 {
    margin-left: 34px;
    margin-right: 34px;
    margin-bottom: 15px;
  }
  .interview_case_slider {
    padding: 0 34px;
  }
  .interview_case_slider .splide__arrow {
    width: 24px;
    height: 54px;
  }
  .interview_case_slider .splide__arrow::before {
    width: 22px;
    height: 22px;
  }
  .interview_case_slider .splide__arrow--prev {
    left: 0;
  }
  .interview_case_slider .splide__arrow--next {
    right: 0;
  }
  .flow_steps {
    grid-template-columns: repeat(8, 52px);
    gap: 32px;
  }
  .flow_steps li {
    min-height: 320px;
  }
  .flow_steps li:not(:last-child)::after {
    right: -24px;
  }

  /*member*/
  .adviser_title  {
    font-size: 1.2rem;
  }
  .fr-member .adviser_title br {
    display: none;
  }
  .fr-member .member_box_02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

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

  /* CTA */
  .contact_btn_02 a {
    padding: 1.9vw 0 2vw;
  }

}

/* 820px and below */
@media screen and (max-width: 820px) {
  .sp .tel_sp_02 a::before {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 5px;
  }

  /*main*/
  #main .copy {
    font-size: 3.5vw;
    line-height: 1.4;
  }
  #main .copy_text {
    font-size: 2vw;
  }

  /*issue*/
  .issue_box ul {
    grid-template-columns: 1fr 1fr;
  }

   /*case*/
  #case .case_flex {
    flex-direction: column;
  }
  #case .case_box {
    width: 100%;
  }
  #case .case_box:nth-child(2) {
    margin-top: 30px;
  }

}

/* 768px and below */
@media screen and (max-width: 768px) {
  html { scroll-padding-top: 80px; }
  .header .logo { width: 42%; padding: 0 20px; }
  #main.fr-mv { padding-top: 80px; }
  section .contents_inner { padding: 70px 20px; }
  h2.section-title {
    font-size: 1.8rem;
    margin-bottom: 58px;
  }
  h2.section-title span { font-size: 1rem; }
  #price .contents_inner, #faq .contents_inner, #company .contents_inner, #video .contents_inner {
    font-size: 1rem;
  }
  #main.fr-mv .copy {
    font-size: 2.25rem;
    line-height: 1.45;
    margin-bottom: 10px;
  }
  #main.fr-mv .copy_text {
    font-size: 1rem;
    margin-top: 28px;
  }
  .fr-mv .visual__feature {
    gap: 23px;
    margin-bottom: -100px;
  }
  .fr-mv .visual__feature li {
    width: 24%;
    font-size: clamp(.9rem, 4.1vw, 1.3rem);
  }
  .fr-mv .mv_visual {
    height: 45vw;
    min-height: 200px;
  }
  .fr-issue .issue_box ul,
  .reason_points,
  .reason_visuals,
  .fr-reason .reason__img {
    grid-template-columns: 1fr;
  }
  .reason_card:first-child {
    display: grid;
    row-gap: 35px;
  }
  .reason_card:first-child h3 {
    margin-bottom: 12px;
  }
  .reason_card:first-child .reason_points,
  .reason_card:first-child .reason_visuals {
    display: contents;
  }
  .reason_card:first-child .reason_points p:nth-child(1) { order: 1; }
  .reason_card:first-child .reason_visuals figure:nth-child(1) { order: 2; }
  .reason_card:first-child .reason_points p:nth-child(2) { order: 3; }
  .reason_card:first-child .reason_visuals figure:nth-child(2) { order: 4; }
  .fr-issue .issue__item__inner {
    min-height: 96px;
    grid-template-columns: 72px 1fr;
  }
  .fr-issue .feature__item__details,
  .issue_note,
  .reason_points p,
  .reason_report_box ol,
  .reason_report_note,
  .fr-reason .report_intro,
  .fr-case .case_item table,
  .fr-case .case_detail,
  .interview_case_body p,
  .fr-member .member_text p:not(.name),
  .fr-flow .contents_inner > p,
  .fr-faq .ac-parent,
  .fr-faq .ac-child {
    font-size: 1rem;
  }
  .fr-issue .issue_text p {
    font-size: 1.25rem;
  }
  .reason_card {
    padding: 60px 20px 34px;
  }

  .reason_card h3 {
    font-size: 1.25rem;
    margin-bottom: 36px;
  }
  .reason_card:first-child .reason_points p:nth-child(n+2) {
    margin-top: 70px;
  }
  .reason_report_box {
    padding: 24px 18px;
  }
  .fr-case .case_box {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fr-case .case_sell,
  .fr-case .case_buy {
    min-height: auto;
  }
  .fr-case .case_item {
    padding: 24px 20px;
  }
  .interview_map {
    margin-bottom: 100px;
    overflow-x: auto;
    padding: 0 20px;
  }
  .interview_case h3 {
    margin-left: 34px;
    margin-right: 34px;
    margin-bottom: 15px;
  }
  .interview_case_slider {
    padding: 0 34px;
  }
  .interview_case_slider .splide__arrow {
    width: 24px;
    height: 54px;
  }
  .interview_case_slider .splide__arrow::before {
    width: 22px;
    height: 22px;
  }
  .interview_case_slider .splide__arrow--prev {
    left: 0;
  }
  .interview_case_slider .splide__arrow--next {
    right: 0;
  }
  .interview_case_slider .splide__pagination {
    padding-top: 16px;
  }
  .interview_case_body {
    padding: 24px 18px;
  }
  .interview_case_body h4 {
    font-size: 1.25rem;
  }
  .interview_case_body .company_name {
    font-size: 1.1rem;
  }
  .interview_case_body a {
    font-size: 1.1rem;
  }
  .fr-member .adviser_title {
    font-size: 1rem;
  }
  .fr-member .member_text {
    min-height: auto;
  }
  .fr-faq .ac-parent,
  .fr-faq .ac-child {
    padding-left: 0;
    padding-right: 42px;
  }
  /*main*/
  #main {
    background-position: 25% 0;
  }
  #main .copy {
    font-size: 2.2rem;
    text-align: center ;
  }
  #main .copy_text {
    text-align: center ;
    font-size: 1.3rem;
  }
  #main .mv_inner {
    display: block;
    max-height: none;
  }
  .header .logo {
    width: 30%;
    padding: 0 20px;
    height: 95px;
  }
  .visual__feature img {
    width: 60%;
  }

  /*issue*/
  .issue_flex {
    flex-wrap: wrap;
  }
  .issue_img {
    width: 40%;
    margin: 0 auto;
  }
  .issue_box {
    width: 100%;
  }
  #issue ul li {
    margin: 0;
  }

  /*reason*/
  .reason_contents {
    width: 100%;
  }
  .reason_contents ol {
    padding-left: 1.5rem;
  }
  .reason_list__item01,
  .reason_list__item02,
  .reason_list__item03 {
    flex-wrap: wrap;
    padding: 20px;
  }
  .reason__text {
    width: 100%;
  }
  .reason__img {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .reason_title span {
    font-size: 3.0rem;
    padding-right: 0;
  }
  .reason_title {
    font-size: 1.25rem;
    text-align: center;
  }
  .reason__point p {
    font-size: 1.1rem;
  }
  .reason__img img {
    width: 80%;
    /* margin-bottom: 20px */
  }

  .fr-reason .reason_list {
    margin-top: 70px;
  }

  /*case*/
  .case_item table {
    width: 100%;
  }

  .fr-case .case_item table th {
    width: 28%;
  }

  .fr-case .case_icon img {
    width: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .cta_area p {
    font-size: 1rem;
    line-height: 25px;
  }

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

  .company_dl dt,
  .company_dl dd {
    font-size: 1rem;
  }

  /*member*/
  .member_text .name {
    font-size: 1.3rem;
  }
  .member_text .name span {
    font-size: 1.0rem;
  }
  .adviser_title  {
    font-size: 1.1rem;
  }

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

  /*video*/
  #video .video_li {
    grid-template-columns: 1fr;
  }
  .gallery {
    font-size: 1.3rem;
    padding-bottom: 5px;
  }

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

@media screen and (max-width: 767px) {
  .flow_steps {
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .flow_steps li {
    display: grid;
    min-height: auto;
    padding: 15px;
    margin: 0 0 30px;
  }
  .flow_steps span {
    writing-mode: horizontal-tb;
  }
  .flow_steps li:not(:last-child)::after {
    top: calc(100% + 10px);
    right: 50%;
    bottom: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--color-basecolor);
    border-bottom: 0;
    transform: translateX(50%);
  }
  .flow_steps .fee {
    margin-bottom: 170px;
  }
  .flow_steps .fee em {
    top: calc(100% + 36px);
    width: 90px;
    height: 90px;
    transform: translateX(-50%);
    border-radius: 50%;
    padding: 0;
    margin: 0;
  }
  .flow_steps .fee em::before,
  .flow_steps .fee em::after {
    width: 8px;
    height: 8px;
  }
  .flow_steps .fee:not(:last-child)::after {
    top: calc(100% + 152px);
  }
  .flow_steps .fee em::before {
    top: -25px;
    bottom: auto;
  }
  .flow_steps .fee em::after {
    top: -13px;
    bottom: auto;
  }
}

/* 550px and below */
@media screen and (max-width: 550px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }

  .fr-interview .interview_lead {
    line-height: 1.5;
  }
  .fr-interview .interview_click {
    display: block;
    position: relative;
    width: fit-content;
    padding-left: 30px;
    margin: 0 auto 30px;
    line-height: 1.45;
    text-align: left;
  }
  .fr-interview .interview_click img {
    position: absolute;
    top: 4px;
    left: 0;
    width: 25px;
  }
  .fr-interview .interview_map_pc {
    display: none;
  }
  .fr-interview .interview_map_sp {
    display: block;
    max-width: 655px;
    margin-bottom: 80px;
    overflow: visible;
  }
  .fr-interview .interview_map img {
    display: block;
  }
  .interview_case h3 {
    margin-bottom: 10px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .interview_case_slider {
    padding: 0 6px;
  }
  .interview_case_slider .splide__arrow--prev {
    left: -17px;
  }
  .interview_case_slider .splide__arrow--next {
    right: -17px;
  }
  .interview_case_slider .splide__arrow::before,
  .interview_case_slider .splide__arrow::after {
    width: 15px;
    height: 15px;
  }
  .header .logo {
    width: 50%;
    height: 80px;
  }
  html {
    scroll-padding-top: 80px;
  }

  .header,
  .nav,
  .header .logo {
    height: 80px;
  }

  #main.fr-mv {
    padding-top: 80px;
  }
  /*common*/
  section .contents_inner {
    padding: 50px 25px;
  }
  h2.section-title  {
    font-size: 1.7rem;
    margin-bottom: 50px;
    line-height: 1.4;
  }

  .fr-member .member_box_02 {
    grid-template-columns: 1fr;
  }

  /*header*/
  header {
    max-width: 100vw !important;
  }
  .nav {
    height: 85px;
  }
  .sp_tel_mail .tel_sp {
    margin-right: 0;
  }

  /*main*/
  #main .text {
    padding: 20px;
  }
  #main.fr-mv .copy {
    margin: 0;
    top: 0;
    left: 2%;
    font-size: 1.8rem;
  }

  #main.fr-mv .copy_text {
    font-size: 1rem;
  }
  #main.fr-mv .copy_text br {
    display: none;
  }
  .fr-mv .visual__feature {
    gap: 15px;
    margin-bottom: -85px;
  }

  .fr-mv .visual__feature li {
    max-width: 31%;
    width: 31%;
    font-size: clamp(.8rem, 3.5vw, 1.3rem);
  }
  .visual__feature img {
    width: 80%;
  }

  /*issue*/
  .lead {
    font-size: 1.2rem;
  }
  .issue_text p {
    font-size: 1.1rem;
    text-align: left;
  }
  .issue_box {
    padding-bottom: 0;
  }
  .issue_box ul {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #issue ul li {
    margin: 0;
  }
  #issue ul li::before {
    width: 20px;
    height: 20px;
  }
  .issue__item__inner {
    display: flex;
    padding: 5px 0;
  }
  .issue__item__image {
    width: 100px;
    margin-bottom: 0;
  }
  .issue__item__image img {
    width: 55%;
  }
  .issue__item__image::before {
    width: 60px;
    height: 60px;
  }
  .feature__item__details {
    width: 100%;
    margin: auto 10px;
    text-align: left;
  }

  /* reason */
  .reason_card:first-child .reason_points p:nth-child(n+2) {
    margin-top: 40px;
  }

  /*case*/
  .case_box {
    display: block;
  }
  .case_sell,
  .case_buy {
    width: 100%;
  }
  .case_icon {
    width: 100%;
  }
  .fr-case .case_flex {
    gap: 40px;
  }
  .fr-case .case_list {
    padding-bottom: 40px;
  }
  .fr-case .case_icon img {
    margin: 10px 0;
  }
  .fr-case .case_detail {
    text-align: left;
    margin-top: 30px;
  }
  .case_item table th {
    width: 40%;
  }
  .case_item table td {
    width: 60%;
  }

  /*price*/
  .lehman__illustration {
    padding: 20px;
    width: auto;
  }
  .lehman__illustration .row {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .lehman__illustration .row img {
    width: 65%;
    margin: auto;
    display: block;
  }
  .lehman__illustration .lehman__result {
    margin-left: 0;
    margin-top: 60px;
  }
  .lehman__illustration .lehman__result:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.036458333333334vw 2.278645833333333vw 0 2.278645833333333vw;
    border-color: var(--color-black) transparent transparent transparent;
    left: 0;
    right: 0;
    top: -126vw;
    margin: auto;
  }
  .lehman__illustration .lehman__result__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .lehman__illustration .lehman__result__item + .lehman__result__item {
    margin-left: 0;
  }

  /*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;
    position: relative;
    top: -3px;
  }
  .ac-parent {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 20px 35px 20px 20px;
  }
  .ac-parent:after {
    right: 18px;
    width: 8px;
    height: 8px;
  }
  .fr-faq .ac-child {
    padding-right: 0;
  }

  /*footer*/
  .footer_policy a:first-child {
    margin-right: 15px !important;
  }
  .footer_policy a {
    font-size: 0.8rem;
    color: var(--color-black);
  }
  .button .return {
    margin: 0 7px;
    width: 170px;
    margin-bottom: 20px;
  }

  /*pagetop*/
  #pagetop {
    right: 20px;
    bottom: 30px;
    width: 41px;
    height: 40px;
  }
  .tel_sp img {
    width: 45px;
  }
  .mail_sp img {
    width: 45px;
  }

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