@charset "UTF-8";
/* root */
:root {
  --color-basecolor: #006633;
  --color-subcolor: #E6F2EB;
  --color-accentcolor: #FFCC00;
  --color-white: #FFFFFF;
  --color-black: #333333;
  --font-family-notosans : 'Noto Sans', sans-serif;
  --font-size-base: 16px;  
  --line-height-base: 1.6;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
   overflow-y: auto;
}

/* reset */
ul {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: var(--color-black);
}

/* common */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  font-size: var(--font-size-base);
  color: var(--color-black);
  background: var(--color-white);
  font-weight: normal;
  font-family: var(--font-family-notosans);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
}
section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 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;
  z-index: 2; 
  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 .logo {
  width: 11%;
  max-width: 300px;
  height: 85px;
  float: left;
  margin: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.header .logo img {
  width: 100%;
}
.pc li a {
  color: var(--color-black);
  font-weight: 600;
  font-size: 0.8vw;
}
.sp {
  display: none;
}
.pc .tel {
  margin-left: 48px;
  position: relative;
  font-weight: 600;
  font-size: 1.5vw;
  margin-left: 20px;
}
.sp_tel_mail {
  display: none;
}
.contact_btn_02 {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-block-end: 1.40625vw;
  width: 31.6145833333%;
  translate: -50% 0;
  left: 50%;
}
.contact_btn_02 a {
  display: grid;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.9375vw 0 0.9895833333vw;
  border-radius: 50px;
  color: var(--color-accentcolor);
  background: var(--color-white);
  border: 2px solid var(--color-accentcolor);
}
.contact_btn_02 a:hover {
  color: var(--color-white);
  background: var(--color-accentcolor);
  border: var(--color-white) 2px solid;
  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;
}
.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;
  top: -1px;
}

/*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;
  height: 700px;
  box-sizing: content-box;
}
#main .mv_inner {
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: row-reverse;
  background-image: url(../img/mv_packaging.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#main .text {
  width: 65%;
  padding: 30px 50px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
#main .copy_text {
  font-size: 1.5vw;
  font-weight: 600;
  position: relative;
  color: var(--color-black);
}
.visual__feature img {
  width: 50%;
}

/*footer*/
footer {
  color: var(--color-black);
  font-weight: 500;
}
footer .footer_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 0 120px;
  text-align: center;
}
.footer_policy {
  margin-bottom: 20px;
}

/*pagetop*/
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 10;
}
#pagetop a {
  padding: 15px 8px;
  background: var(--color-basecolor);
  color: var(--color-white);
  text-align: center;
  box-sizing: border-box;
  border: 1px solid var(--color-white);
}
#pagetop .arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: var(--color-white);
  line-height: 1;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  margin: -6px 10px;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

/*cta*/
.cta_area {
  background-color: var(--color-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;
  color: var(--color-basecolor);
  background-color: var(--color-white);
  display: inline-block;
  animation: fuwafuwa 1s ease 0s infinite alternate;
}
@keyframes fuwafuwa {
from {transform: scale(0.9,0.9);}
to {transform: scale(1,1);}
}

/*issue*/
#issue .contents_inner {
  padding-bottom: 0;
  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: 60%;
  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: fit-content;
  width: 80%;
}
#issue ul li {
  position: relative;
  list-style: none;
  margin: 20px 0;
  font-weight: 600;
  padding: 10px 10px 10px 50px;
  background-color: var(--color-subcolor);
}
#issue ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../svg/check_icon.svg) no-repeat center center;
  background-size: contain;
}
.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);
}

/*reason*/
.reason_list__item01 {
  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 {
  width: 70%;
  font-weight: 600;
}
.reason__text p {
  font-weight: 600;
}
.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__item02 {
   background-color: var(--color-subcolor);
  padding: 20px 40px;
  margin-top: 50px;
}
.reason_list__item02 .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);
}

/*service*/
.service_intro {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
.arrow_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 40px;
  height: 100%;
  z-index: 2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.arrow_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background-color: var(--color-white);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.arrow_item.upstream {
    padding-left: 20px;
}
.arrow_item.upstream::before {
    display: none;
}
.upstream {
   background-color: #006432; 
}
.upstream::after { 
  background-color: #006432; 
}
.middle {
  background-color: #00A14B; 
}
.middle::after { 
  background-color: #00A14B; 
}
.downstream { 
  background-color: #40c985; 
}
.downstream::after { 
  background-color: #40c985; 
}
.arrow_box {
  display: flex;
  gap: 5px; 
  margin-top: 50px;
}
.arrow_item {
  position: relative;
  flex: 1;
  padding: 30px 20px 30px 60px;
  color: var(--color-white);
  min-height: 250px;
  
  clip-path: polygon(
    0% 0%, 
    calc(100% - 40px) 0%, 
    100% 50%, 
    calc(100% - 40px) 100%, 
    0% 100%, 
    40px 50%
  );
}
.arrow_item.upstream {
  background-color: var(--color-basecolor);
  padding-left: 20px;
  clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 0% 100%);
}
.arrow_item.middle {
  background-color: #00A14B;
}
.category {
  color: var(--color-black);
  padding: 10px 20px;
  background-color: var(--color-white);
  border-radius: 50px;
  width: 150px;
  margin-left: 50px;
  text-align: center;
  font-weight: 600;
}
.arrow_item ul {
  width: 100%;
  font-size: 0.9rem;
}
.arrow_item ul .item {
  margin: 0;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 5px;
}

/*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);
}

/*flow*/
#flow .contents_inner p {
  text-align: center;
}
#flow ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.flow {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
.flow .flow02 {
  position: relative;
  text-align: center;
  font-weight: 600;
  padding: 100px 30px 30px;
  margin: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.flow li {
  float: left;
}
.flow02 .num {
  color: var(--color-white);
  background: var(--color-basecolor);
  display: table-cell;
  width: auto;
  height: 360px;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  padding: 0 20px;
}
.flow .triangle2 {
  width: 0;
  height: 0;
  border-left: 10px solid var(--color-basecolor);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: relative;
  top: 270px;
  padding: 0;
  margin: 0;
}
.flow_box {
  display: flex;
}
.flow .basic_fee {
  position: absolute;
  top: -57px;
  left: 17%;
  width: 88px;
  height: 88px;
  margin-top: 40px;
  padding: 24px 18px 18px;
  color: var(--color-white) !important;
  font-size: 0.8rem;
  font-weight: 600;
  align-items: center;
  background-color: var(--color-basecolor);
  border-radius: 50%;
  writing-mode: horizontal-tb;
  box-sizing: border-box;
}
.flow .basic_fee::before {
  position: absolute;
  content: "";
  top: 92px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: var(--color-basecolor);
  border-radius: 50%;
}
.flow .basic_fee::after {
  position: absolute;
  content: "";
  top: 103px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: var(--color-basecolor);
  border-radius: 50%;
}
.flow .success_fee {
  position: absolute;
  top: -57px;
  left: 17%;
  width: 88px;
  height: 88px;
  margin-top: 40px;
  padding: 33px 18px 30px;
  color: var(--color-white) !important;
  font-size: 0.8rem;
  font-weight: 600;
  align-items: center;
  background-color: var(--color-basecolor);
  border-radius: 50%;
  writing-mode: horizontal-tb;
  box-sizing: border-box;
}
.flow .success_fee::before {
  position: absolute;
  content: "";
  top: 92px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: var(--color-basecolor);
  border-radius: 50%;
}
.flow .success_fee::after {
  position: absolute;
  content: "";
  top: 103px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: var(--color-basecolor);
  border-radius: 50%;
}
.flow02 .pink {
  background: var(--color-white);
  display: table-cell;
  width: auto;
  height: 360px;
  color: var(--color-basecolor);
  border: 2px solid var(--color-basecolor);
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  padding: 0 20px;
}

/*price*/
.lehman__illustration {
  background-color: #EDEDED;
  padding: 34px 48px;
  padding-bottom: 54px;
  margin-top: 36px;
}
.lehman__illustration .row {
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lehman__illustration .lehman__result {
  margin-left: 90px;
  position: relative;
}
.lehman__illustration .lehman__result:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent var(--color-black);
  left: -54px;
  top: 0;
  bottom: 26px;
  margin: auto;
}
.lehman__illustration .lehman__result .row {
  margin-top: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.lehman__illustration .lehman__result .note {
  text-align: right;
  font-size: 1rem;
  margin-top: 10px;
}
.lehman__illustration .lehman__result__item {
  background-color: rgba(255, 255, 255, 0.7);
  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: 600;
}
#faq .ac a {
  color: #2f8bc9;
}

/*contact*/
#contact {
  color: var(--color-white);
}
h2.contact-title {
 color: var(--color-white);
}
#contact {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: var(--color-basecolor);
  font-weight: 500;
}
blockquote {
  margin: 0 auto;
}
blockquote.step input.text, blockquote.step textarea {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px;
  border: solid 1px var(--color-white);
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.9rem;
}
blockquote.step label.item {
  margin: 0 20px 0 0;
  font-size: 1rem;
  text-align: left;
  clear: both;
  width: 100%;
}
blockquote.step label {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}
blockquote.step .text {
  display: block;
}
blockquote .w_fl {
  width: 48%;
  float: left;
}
blockquote .w_fr {
  width: 48%;
  float: right;
}
.select-os .check_box {
  clear: both;
}
input {
  display: none;
}
/* メルマガパーミッション */
input[type=checkbox] {
  display: block;
  clear: both;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #252525;
}
.checkbox-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.checkbox-container .checkbox-label {
  border: none;
  background: none;
  padding: 0 !important;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
/* オートコンプリート機能デザイン変更 */
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
}
blockquote.step label {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}
.select-os label {
  color: #1e2124;
  border: 1px solid #fff;
  text-align: center;
  display: inline-block;
  padding: 9px 30px !important;
  background: #fff;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}
.required {
  color: yellow;
}
.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-accentcolor);
  border: 2px solid var(--color-accentcolor);
  color: var(--color-black);
  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 {
  color: var(--color-black);
  background-color: var(--color-accentcolor);
  border: 1px solid var(--color-white);
}
.check_box:checked + .label {
  color: var(--color-black);
  background-color: var(--color-accentcolor);
  border: 1px solid var(--color-white);
}
.select-os input[type="radio"]:checked.icon + label {
  color: var(--color-black);
  background-color: var(--color-accentcolor);
  border: 1px solid var(--color-white);
}
.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: 8px 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: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: 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;
}

@media screen and (max-width: 1200px) {
  body {
    font-size: calc(var(--vw) * 1.25);
  }
  .header .pc {
    width: 83%;
  }
  .header .pc li {
    margin: 37px 4px;
  }
  .header .logo {
    width: 17%;
    height: 100px;
  }
  .pc .tel {
    margin-left: 37px;
  }
  .tel::before {
    left: -24px;
    top: 3px;
  }
  #main .contents_inner {
    padding: 85px 5% 0;
  }
  #main .copy_text {
    font-size: 1.3rem;
  }
  #main ul li {
    font-size: 1rem;
  }
}

@media (min-width: 551px) and (max-width: 1200px) {
  /*price*/
  .lehman__illustration {
      padding: 34px 28px;
  }
}
@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_02.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 .mv_inner {
    height: 70svh;
    max-height: 500px;
    background-position: 40% 50%;
    background-size: cover; 
  }
  #main .text {
    padding: 30px 20px;
    align-content: center;
  }
  #main .copy {
    top: 20px;
    font-size: 2.5rem;
  }
  .visual__feature img {
    width: 70%;
  }

  /*cta*/
  .contact_btn_02 {
    width: 60%;
    margin: 100px auto 40px;
  }

  /*issue*/
  .issue_box {
    padding-bottom: 30px;
  }
  .issue_text {
    padding: 50px 20px;
  }
  .issue_text p { 
    font-size: 1.3rem;
  }

  /*reason*/
  .reason__img {
    align-content: center;
  }
  .reason_title span {
    font-size: 4.0rem;
  }

  /*case*/
  .case_item {
    padding: 20px 10px;
  }

  /*service*/
  .arrow_box {
    flex-direction: column; 
    gap: 0;
  }
  .arrow_item {
    padding: 60px 20px 30px 20px;
    margin-right: 0;
    min-height: auto;
    clip-path: polygon(
      0% 0%, 
      50% 40px,
      100% 0%, 
      100% calc(100% - 40px), 
      50% 100%,
      0% calc(100% - 40px)
    );
  }
  .arrow_item.upstream {
    padding-top: 30px;
    clip-path: polygon(
      0% 0%, 
      100% 0%, 
      100% calc(100% - 40px), 
      50% 100%, 
      0% calc(100% - 40px)
    );
  }
  .arrow_item::before {
    display: none;
  }
  .category {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin: 10px auto 20px;
  }
  .arrow_item ul {
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
    text-align: center;
  }
  
  /*member*/
  .member_box_02 {
    display: block;
    width: 100%;
  }
  .member_text {
    width: 100%;
    min-height: auto;
  }
 
  /*flow*/
  .flow .flow02 {
    padding: 100px 17px 30px;
  }
  .flow02 .num {
    padding: 0 20px;
    height: 320px;
  }
  .flow02 .pink {
    padding: 0 20px;
    height: 320px;
  }
  .flow p {
    left: 13%;
  }
  .flow .basic_fee {
    top: -55px;
    left: 6%;
  }
  .flow .success_fee {
    top: -55px;
    left: 7%;
  }
  .lehman__illustration {
    padding: 34px 35px;
    width: auto;
  }
  .header .pc {
    display: none;
  }
  .flow_box {
    width: auto;
  }

  /*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;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #main {
    background-position: 50% 25%;
  } 
  #main .text {
    width: 75%;
  }

  /*member*/
  .adviser_title  {
    font-size: 1.2rem;
  }

  /*case*/
  #case .contents_inner {
    padding: 60px 40px;
  }

}
@media screen and (max-width: 820px) {
  br.pc_only {
    display: none;
  }
  br.sp_only {
    display: block;
  }
  .sp .tel_sp_02 a::before {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 2px;
  }

  /*main*/
  #main .copy {
    font-size: 3.5vw;
    line-height: 1.4;
  }
  #main .copy_text {
    font-size: 2vw;
  }

   /*case*/
  #case .case_flex {
    flex-direction: column;
  }
  #case .case_box {
    width: 100%;
  }
  #case .case_box:nth-child(2) {
    margin-top: 30px;
  }

  /*flow*/
  .flow02 .num {
    padding: 0 11px;
  }
  .flow02 .pink {
    padding: 0 11px;
  }
  .flow p {
    left: 10%;
  }
  .flow .basic_fee {
    top: -55px;
    left: -3%;
  }
  .flow .success_fee {
    top: -55px;
    left: -3%;
  }
}

@media screen and (max-width: 768px) {
  /*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;
  }
  #main .text {
    width: 90%;
  }
  .header .logo {
    width: 30%;
    padding: 0 20px;
    height: 95px;
  }
  .visual__feature img {
    width: 80%;
  }

  /*issue*/
  .issue_flex {
    flex-wrap: wrap;
  }
  .issue_img {
    width: 40%;
    margin: 0 auto;
  }
  .issue_box {
    width: 100%;
  }
  .issue_box ul {
    width: 70%;
    margin: 0 auto;
  }
  #issue ul li {
    margin: 10px 0;
  }

  /*reason*/
  .reason_contents {
    width: 100%;
  }
  .reason_list__item01,
  .reason_list__item02 {
    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
  }

  /*case*/
  .case_item table {
    width: 100%;
  }
  
  /*cta*/
  .contact_btn_02 a {
    font-size: 1.2rem;
    padding: 20px 30px;
  }

  /*flow*/
  .flow {
    display: block;
    margin-top: 0;
  }
  #flow ul {
    text-align: center;
    width: 100%;
  }
  .flow .triangle2 {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--color-basecolor);
    top: 20px;
    display: inline-block;
  }
  .flow02 .num {
    height: auto;
    padding: 15px;
    display: block;
  }
  .flow .flow02 {
    writing-mode: horizontal-tb;
    float: none;
    padding: 20px 14px 0px;
  }
  .flow li {
    float: none;
  }
  .flow02 .pink {
    height: auto;
    padding: 15px;
    display: block;
  }
  .flow02.fee {
    margin: 0 0 120px 0;
  }
  .flow_box {
    display: block;
    text-align: center;
    padding-bottom: 0;
    float: none;
  }
  .flow p {
    left: 0;
    width: 100%;
  }
  .flow .basic_fee {
    top: 72px;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    padding: 24px 18px 18px;
    font-size: 0.8rem;
    border-radius: 50%;
    writing-mode: horizontal-tb;
  }
  .flow .basic_fee::before {
    top: -25px;
    left: 46%;
    margin: 0;
    padding: 4px 4px;
    border-radius: 50%;
  }
  .flow .basic_fee::after {
    top: -13px;
    left: 46%;
    margin: 0;
    padding: 4px 4px;
    border-radius: 50%;
  }
  .flow .success_fee {
    width: 90px;
    top: 72px;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    padding: 33px 18px 30px;
    font-size: 0.8rem;
    border-radius: 50%;
    writing-mode: horizontal-tb;
  }
  .flow .success_fee::before {
    top: -25px;
    left: 46%;
    margin: 0;
    padding: 4px 4px;
    border-radius: 50%;
  }
  .flow .success_fee::after {
    top: -13px;
    left: 46%;
    margin: 0;
    padding: 4px 4px;
    border-radius: 50%;
  }

  /*company*/
  .company_dl dl {
    width: 100%;
  }

  /*member*/
  .member_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;
  }
}
@media screen and (max-width: 550px) {
  /*common*/
  section .contents_inner {
    padding: 50px 25px;
  }
  h2.section-title  {
    font-size: 1.7rem;
    margin-bottom: 50px;
    line-height: 1.4;
  }

  /*header*/
  header {
    max-width: 100vw !important;
  }
  .header .logo {
    width: 50%;
    height: 80px;
  }
  .nav {
    height: 85px;
  }
  .sp_tel_mail {
    right: 60px;
  }
  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }
  
  /*main*/
  #main {
    background-position: 60% 0;
    height: 70svh;
    background-size: cover;
  }
  #main .text {
    padding: 20px;
  }
  #main .copy {
    margin: 0;
    top: 0;
    left: 2%;
    font-size: 1.8rem;
  }
  #main .copy_text {
    font-size: 1.0rem;
  }
  .visual__feature {
    margin: 0;
  }
  .visual__feature img {
    width: 100%;
  }
  #main .mv_inner {
    width: 100%;
    height: 70svh;
    display: flex;
    flex-direction: row-reverse;
    background-image: url(../img/mv_packaging_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  /*issue*/
  .lead {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .issue_text p {
    font-size: 1.1rem;
    text-align: left;
  }
  .issue_box ul {
    width: 100%;
  }
  #issue ul li {
    margin: 10px 0;
  }
  #issue ul li::before {
    width: 20px;
    height: 20px;
  }

  /*case*/
  .case_box {
    display: block;
  }
  .case_sell,
  .case_buy {
    width: 100%;
  }
  .case_icon {
    width: 100%;
  }
  .case_icon img {
    width: 10%;
    margin: 30px 0;
  }
  .case_detail {
    padding: 20px 0;
    text-align: left;
  }
  .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;
  }

  /*service*/
  .arrow_item ul {
    margin-bottom: 10px;
  }

  /*flow*/
  .flow_box {
    width: 100%;
  }
  
  /*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;
  }
  .ac-child {
    padding: 20px 15px;
  }

  /*footer*/
  .footer_policy a {
    font-size: 0.9rem;
    color:var(--color-black);
  }
  .button .return {
    margin: 0 7px;
    width: 170px;
    margin-bottom: 20px;
  }

  /*pagetop*/
  #pagetop {
    right: 20px;
  }
  #pagetop .arrow {
    width: 14px;
    height: 14px;
  }
  #pagetop a {
    padding: 10px 5px;
  }
  .tel_sp img {
    width: 45px;
  }
  .mail_sp img {
    width: 45px;
  }

  /* video */
  #video .video_li {
     grid-template-columns: 1fr;
  }
}