html {
  overflow-y: scroll;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  font-size: 1.1rem;
  color: #252525;
  background: #fff;
  font-weight: normal;
  font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
  overflow: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 20px;
}
.cb {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
p {
  font-weight: 500;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
h2 {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 80px;
  color: #D74710;
  text-align: center;
}
h2 .first_text {
  font-size: 4rem;
  color: #00b0ec;
}
h2 span {
  font-size: 1.8rem;
  color: #f3981c;
  font-weight: 500;
  margin-left: 20px;
}
h2 .line {
  font-size: 2.5rem;
  color: #B5B5B6;
  font-weight: bold;
  margin: 0 10px;
}
h3 {
  margin: 1.5rem 0;
  font-size: 1.5rem;
  color: #D74710;
  line-height: 1.7;
  text-align: center;
}
h3 .number {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.5rem;
  color: #D74710;
}
h3 .number::before {
  position: absolute;
  content: "POINT";
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.8rem;
  top: -18px;
  left: -9px;
}
.white {
  color: #fff;
}
.orange {
  color: #ED9700;
}
/*header*/
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 10;
}
.header ul {
  width: 85%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
}
.header ul li {
  display: inline-block;
  margin: 35px 8px;
}
.header .logo {
  width: 15%;
  max-width: 300px;
  height: 100px;
  float: left;
  margin: 0;
  padding: 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.header .logo img {
  width: 10vw;
}
.pc li a {
  text-decoration: none;
  color: #252525;
  font-weight: 600;
  font-size: 0.8vw;
}
.pc li a:hover {
  color: #D74710;
}
.sp {
  display: none;
}
.pc .tel {
  margin-left: 48px;
  position: relative;
  font-weight: 600;
  font-size: 1.2vw;
}
.tel::before {
  content: url(../svg/tel_icon.svg);
  width: 16%;
  height: 16%;
  display: block;
  position: absolute;
  left: -35px;
  top: 3px;
}
.sp_tel_mail {
  display: none;
}
.contact_btn_02 {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 100px auto 50px;
}
.contact_btn_02 a {
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 145px;
  border-radius: 50px;
  color: #D74710;
  background: #fff;
  border: 2px solid #D74710;
}
.contact_btn_02 a:hover {
  color: #fff;
  background: #D74710;
  border: none;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
  /* opacity: 0.95; */
}
.contact_btn_02 .b_white {
  background: #f3981c;
  color: #fff;
}
.contact_btn_02 .b_white:hover {
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
  opacity: 0.95;
}
.nav {
  height: 100px;
  background: #fff;
}
.pc li .contact_btn:hover {
  color: #fff;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
  /* opacity: 0.95; */
}
.sp_only {
  display: none;
}
/*main*/
#main .copy {
  position: relative;
  top: 12px;
  font-size: 4vw;
  font-weight: 600;
  margin: 1vw 0;
  color: #D74710;
  z-index: 1;
  line-height: 1.4;
  text-shadow: 3px 4px 4px rgb(37 37 37 / 15%);
}
#main {
  position: relative;
  /* max-width: 1920px; */
  width: 100%;
  aspect-ratio: 2000 / 940;
  height: auto;
  min-height: 580px;
  background: url("../img/food_main.jpg?v=20250515") no-repeat bottom/100%;
  background-size: contain;
}
#main .copy_text {
  font-size: 1.2vw;
  font-weight: 600;
  position: relative;
  margin: 2rem 1rem 0;
}
#main .copy_text span {
  background: linear-gradient(to right, #ED9700 0%, #F7DE6C 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
}
#main .orenge {
  color: #f3981c;
}
#main .blue {
  color: #083190;
}
.mv01 {
  position: absolute;
  right: 0;
  top: 100px;
}
.mv02 {
  position: absolute;
  left: 0;
  bottom: 0;
}
#main .contents_inner {
  max-width: 100%;
  margin: auto;
  padding: 130px 5% 0;
}
#main ul {
  padding-left: 0;
  position: relative;
  display: flex;
}
#main ul li {
  list-style: none;
  margin: 20px 20px 30px 0;
  color: #083190;
  font-weight: 600;
  border-top: 2px solid #00b0ec;
  border-bottom: 2px solid #00b0ec;
  padding: 20px 10px;
  font-size: 1.1rem;
  background: #fff;
}
#main .flex {
  display: flex;
}
#main .flex .text {
  width: 75%;
  margin: auto 0;
}
#main .flex .img img {
  width: 100%;
}

#main .strong_point{
    width: 45%;
}

#main .strong_point img{
    width: 100%;
}

.text_box .medal {
  width: 88%;
  min-width: 250px;
  display: block;
  margin: 0 auto;
}
.pc li .contact_btn {
  background: #D74710;
  color: #fff;
  border-radius: 50px;
  padding: 0.5vw 2.2vw;
  font-size: 1vw;
  position: relative;
  top: -5px;
}
footer {
  color: #fff;
  background-color: #D74710;
  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 {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 0;
}
#pagetop a {
  padding: 15px 8px;
  background: #D74710;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #D74710;
}
#pagetop .arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 1;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  margin: -6px 10px;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.footer_policy a {
  text-decoration: none;
  color: #fff;
}
.position {
  position: relative;
}
/*REASON*/
.reason_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.reverse {
  flex-direction: column-reverse;
}
.reason_text {
  width: 100%;
  margin: 50px auto;
}
.reason_box {
  width: 55%;
}
.reverse p {
  right: 0;
}
.reason_img {
  width: 100%;
}
.reason_img img {
  width: 100%;
  margin: auto;
  display: block;
}
#reason .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #083190;
}
#reason .title span {
  margin-right: 20px;
  color: #f3981c;
}
#reason .title span img {
  width: 95px;
  position: relative;
  top: 35px;
  margin-right: 10px;
}
.reason02 li {
  list-style: none;
  color: #083190;
  font-size: 1.3rem;
  font-weight: 600;
}
.reason02 li span {
  color: #00b0ec;
  font-size: 2rem;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.reason_box .flex {
  display: flex;
  width: 85%;
  margin: 30px auto 0;
}
.reason_box .box {
  width: 50%;
}
#reason {
  background: linear-gradient(#fff, #fff3e3);
}
#reason .flex {
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}
#reason .flex .point {
  padding: 0;
    width: 100%;
}
#reason .point li {
  list-style: none;
  font-size: 1.4rem;
  margin-bottom: 40px;
  color: #0F3291;
  font-weight: 600;
}
#reason .point li .num {
  color: #f3981c;
  font-size: 2.5rem;
  margin-right: 20px;
  display: block;
  float: left;
position: relative;
    top: -8px;
}

#reason .point_div{
    float: left;
    width: 50%;
}
#reason .point li .bold {
  font-size: 1.8rem;
    color: #f3981c;
}
#reason .case_li {
  padding: 0;
  /* display: ruby-text; */
  margin: auto;
}
#reason .case_li li {
  list-style: none;
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  width: 20%;
  text-align: center;
  padding: 7px;
  margin: 10px;
  box-shadow: 3px 4px 0px #f3981c;
  font-weight: 600;
}
/*REASON_POINT*/
#reason .point01 {
  color: #fff;
  background-color: #ED9700;
}
#reason .point02 {
  color: #D74710;
  background-color: #F7DE6C;
}
#reason .report_box {
  width: 40%;
  margin: 0 auto 50px;
  padding: 20px;
  color: #252525;
  background-color: #fff;
  border-radius: 6px;
}
#reason .title02 {
  margin-top: 0;
  color: #ED9700;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
#reason .report_li {
  padding-left: 3rem;
}
#reason .report_li li::marker {
  font-weight: 600;
  color: #D74710;
}
#reason .img {
  margin: 20px 0;
  text-align: center;
}
#reason .img img {
  width: 100%;
  height: auto;
}
#reason .img_box {
  display: flex;
}
#reason .img_box .img {
  margin: 20px 20px 20px 0;
}
#reason .img_box .img:last-child {
  margin: 20px 0;
}
#reason .img_box.column_3 .img {
  width: calc(100% / 3);
}
#reason .img_box.column_2 .img {
  width: calc(100% / 2);
}
/*COMPANY*/
#company .contact_btn_02 {
  position: absolute;
  bottom: 11%;
  margin: auto;
  left: 0;
  right: 0;
}
.company_dl {
  margin: 0 auto;
}
.company_dl dl {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 auto;
  padding: 20px 10px 10px;
  width: 80%;
}
.company_dl dt {
  width: 15%;
  float: left;
  font-weight: 600;
}
.company_dl dd {
  width: 70%;
  margin-left: 15%;
}
#company {
  position: relative;
  font-weight: 500;
}
.company_img {
  width: 40%;
  position: relative;
  z-index: 2;
}
.company_img img {
  width: 100%;
  position: absolute;
  top: 50px;
}
#company .img {
  margin: 65px 0 30px;
  border: 2px solid #0f3291;
}
/*CASE*/
#case {
  background-color: #ED9700;
}
#case p {
  color: #fff;
}
#case .case_flex {
  display: flex;
  flex-wrap: wrap;
}
#case .case_box {
  width: calc((100% - 30px) / 2);
  padding: 1rem;
  margin-top: 30px;
  margin-right: 30px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 1rem;
}
#case .case_box:nth-child(1),
#case .case_box:nth-child(2) {
  margin-top: 0;
}
#case .case_box:nth-child(2n) {
  margin-right: 0;
}
#case .case_title {
  margin: 1rem 0;
  color: #D74710;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}
.case_dl {
  border-bottom: 1px solid #c5c5c5;
}
.case_dl:last-child {
  border-bottom: none;
}
.case_dl .dl_01 {
  width: 35%;
  display: block;
  float: left;
  margin: 5px 0;
  text-align: center;
}
.case_dl .dl_01 .main_dt {
  background: #D74710;
  color: #fff;
  font-weight: 600;
  padding: 10px;
}
.case_dl .dl_01 .main_dt_buy {
  background: #ED9700;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  border-bottom: 2px solid #ED9700;
}
.case_dl .dl_01 .sub_dt {
  background: #CECECE;
}
.case_dl .dl_01 .sell {
  text-align: center;
  padding: 10px;
  background: #ffded2;
  font-weight: 600;
  margin-bottom: 10px;
}
.case_dl .dl_01 .buy {
  text-align: center;
  padding: 10px;
  background: #ffe5b8;
  font-weight: 600;
  margin-bottom: 10px;
}
.case_dl .dl_01 dd {
  padding: 10px;
  font-weight: 600;
  text-align: center;
}
.case_dl .dl_02 {
  width: 30%;
  display: block;
  float: left;
  margin: 125px 0;
}
.case_dl .dl_02 dt {
  width: 100%;
  color: #ED9700;
  font-weight: 600;
  text-align: center;
  padding: 0;
  border-bottom: 0;
}
.case_dl .dl_02 dd {
  clear: left;
  text-align: center;
  color: #ED9700;
  font-size: 0.8rem;
  font-weight: 600;
}
.case_dl dt {
  width: auto;
  text-align: center;
  border-bottom: 2px solid #D74710;
  padding: 10px;
  padding-bottom: 0;
  color: #D74710;
  font-weight: 600;
}
.case_dl dt.dt_buy {
  color: #ED9700;
  border-bottom: 2px solid #ED9700;
}
.case_dl dd {
  margin-left: 0;
}
.case_dl .dt_02 {
  margin-right: 70%;
  margin-bottom: 18px;
}
#case .button {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #083190;
  width: 200px;
  font-weight: 600;
  margin: 50px auto;
  border-radius: 5px;
}
#case .button:hover {
  cursor: pointer;
}
.close {
  background: #1E2124;
  display: table;
  font-weight: 600;
  position: relative;
  top: 40px;
}
#case .content {
  display: inline-block;
  width: 100%;
}
.dl_02 .case_img {
  position: relative;
}
.dl_02 .case_img img {
  width: 30%;
  left: 0;
  right: 0;
  margin: auto;
}
/*POINT*/
#point {
  font-weight: 500;
}
#point .point_box {
  display: flex;
  margin-top: 60px;
}
#point .point_dl {
  position: relative;
  width: calc(100% / 3);
  margin-right: 20px;
  padding: 20px;
  border: 2px solid #ED9700;
  border-radius: 6px;
}
#point .point_dl:last-child {
  margin-right: 0;
}
#point .point_dl.failure {
  border: 2px solid #D74710;
}
#point .point_dl .number {
  position: absolute;
  top: -52px;
  left: 50%;
  width: 92px;
  height: 92px;
  transform: translateX(-50%);
  margin: 0;
  padding: 37px 38px 12px;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: 600;
  align-items: center;
  background-color: #ED9700;
  border-radius: 50%;
}
#point .point_dl .number::before {
  position: absolute;
  content: "成功ポイント";
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.7rem;
  top: 21px;
  left: 14px;
}
#point .point_dl.failure .number {
  background-color: #D74710;
}
#point .point_dl.failure .number::before {
  content: "失敗ポイント";
}
#point .point_dl dt {
  margin: 1rem 0;
  color: #ED9700;
  font-weight: 600;
}
#point .point_dl.failure dt {
  color: #D74710;
}
#point .point_dl dd {
  margin: 0 0 20px 0;
}
#point .point_img {
  margin: 2rem 0 1rem;
  text-align: center;
}
#point .point_img img {
  width: 60%;
  height: auto;
  max-height: 370px;
}
/*ABOUT*/
#about {
  background: #dadada;
}
/*MEMBER*/
#member {
  color: #fff;
  background-color: #ED9700;
}
.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #1e2124e0;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 75%;
  max-width: 800px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
.popup_content .text {
  padding: 0 50px 50px;
}
.popup_content .name {
  padding: 50px 50px 0;
}
.close_btn {
  position: absolute;
  top: 30px;
  right: 16px;
  font-size: 50px;
  cursor: pointer;
  color: #1e2124;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
  cursor: pointer;
  display: inline-block;
  width: 22.9%;
  margin: 10px;
}
.open_btn img {
  width: 100%;
  position: relative;
}
.member_box {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.menber_box_02 {
  width: 100%;
}
.member_box .bg01 {}
.member_box .bg02 {}
.member_box .bg03 {}
.menber_box_02 .member_img img {
  width: 100%;
}
.member_img {
  display: flex;
}
.member_text {
  padding: 25px 0px;
}
.member_text p {
  margin: 0;
  font-weight: 500;
}
.member_text .name {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
}
.member_text .name span {
  color: #F7DE6C;
  font-size: 1.1rem;
}
.adviser_title {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
/*SERVICE*/
#service {
  color: #fff;
  background-color: #ED9700;
  text-align: center;
}
#service h2 {
  text-align: center;
}
.service_flex {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.service_box {
  width: 100%;
  margin-top: 10px;
  background-size: cover;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
}
.service_box .title {
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  padding: 10px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  margin: 0;
  background-color: #D74710;
}
.service_box .ac-parent:after {
  right: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.service_box .ac-parent.open {
  margin-bottom: 0;
  border-radius: 0;
  font-weight: 600;
}
.service_box .ac-parent.animating {
  border-radius: 0;
}
.service_box .ac-child {
  padding: 10px;
  border-radius: 0 0 6px 6px;
}
#service .text {
  margin: 0;
  padding: 15px;
  color: #252525;
  text-align: left;
}
.service_box .more-text {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
.service_box ul {
  padding-left: 0;
  padding: 10px 6px;
  margin: 0;
  color: #252525;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
}
.service_box li {
  margin-bottom: 10px;
  padding-left: 10px;
  list-style: none;
}
.service_box .img img {
  border-radius: 0 0 6px 6px;
}
.service_box .img.img-expanded-style img {
  border-radius: 0;
}
.triangle3 {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 13px solid #F7DE6C;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.triangle3.left {
  left: 24%;
  top: 44%;
}
.triangle3.center {
  left: 0;
  right: 0;
  top: 44%;
  margin: 0 auto;
}
.triangle3.right {
  right: 23.5%;
  top: 44%;
}
.see-more-button {
  position: relative;
  width: 200px;
  margin-top: 2rem;
  padding: 10px 60px 10px 50px;
  border: none;
  border-radius: 5px;
  background-color: #D74710;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
}
.see-more-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.see-more-button.expanded::after {
  top: 55%;
  transform: translateY(-50%) rotate(225deg);
}
/*INTERVIEW*/
#interview {
  position: relative;
  background-size: cover;
  background-color: #F7DE6C;
}
#interview .img_title {
  color: #D74710;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
#interview .box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.interview_box_01 {
  width: 48%;
  padding-right: 20px;
}
.interview_box_02 {
  width: 50%;
}
.interview_box_02 img {
  width: 100%;
}
.interview_text_box_bg_01 {
  width: 70%;
}
.interview_text_box_02 {
  width: 30%;
}
.interview_text_box_02 img {
  width: 100%;
}
.interview_text_box_01 {
  width: 82%;
  padding-left: 80px;
}
.interview_text_box_03 {
  padding-left: 0;
  width: 90%;
}
.comment {
  background: #fff;
  padding: 30px;
}
#interview .company_name {
  font-weight: 600;
  margin-bottom: 30px;
}
.interview_q {
  font-weight: 600;
  color: #2f8bc9;
}
.box_bg_01 {
  background: -moz-linear-gradient(left, #E3D0CE, #DAEAE3);
  background: -webkit-linear-gradient(left, #E3D0CE, #DAEAE3);
  background: linear-gradient(to right, #E3D0CE, #DAEAE3);
  padding: 50px;
}
#interview .comment .flex_box {
  display: flex;
}
#interview .comment .flex_box .text {
  margin-left: 20px;
}
#interview .comment .flex_box .text p {
  margin: 0;
}
#interview .box01 {
  margin-bottom: 30px;
  display: flex;
}
#interview .box02 {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row-reverse;
}
.staff_box {
  display: flex;
}
.staff_box .title {
  font-size: 1.3rem;
  font-weight: 600;
}
.staff_box .img01 {
  width: 40%;
  background: url("../../../assets/images/interview/interview_45_06.jpg")no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.staff_box .img02 {
  width: 40%;
  background: url("/industry/food/img/interview_87.jpg")no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}
.staff_box .img03 {
  width: 40%;
  background: url("../../../assets/images/interview/interview_47_01.jpg")no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.slide-items {
  width: 100%;
  height: 50%;
  margin: auto;
  padding-left: 0;
}
.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-prev:before, .slick-next:before {
  color: black;
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}
.interview_link {
  text-decoration: none;
  color: #000;
}
.interview_link:hover {
  opacity: 0.8;
}
.text_box {
  width: 70%;
  padding: 0 30px;
}
.text_box .name {
  color: #0F3291;
  font-weight: 600;
  background: linear-gradient(to right, #fff6eb, #ffc06b);
  padding: 10px;
  margin: 0 0 30px;
}
.text_box .matitle {
  font-size: 1.5rem;
  margin-top: 1em;
  font-weight: 600;
  color: #0F3291;
}
.text_box .matitle02 {
  font-size: 1.5rem;
  margin-top: 1em;
  font-weight: 600;
  color: #00b0ec;
}
#main .text_box {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 35%;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.comment {
  background: #fff;
  padding: 30px;
}
#interview .company_name {
  font-weight: 600;
  margin-bottom: 30px;
}
.interview_q {
  font-weight: 600;
  color: #2f8bc9;
}
.box_bg_01 {
  background: -moz-linear-gradient(left, #E3D0CE, #DAEAE3);
  background: -webkit-linear-gradient(left, #E3D0CE, #DAEAE3);
  background: linear-gradient(to right, #E3D0CE, #DAEAE3);
  padding: 50px;
}
#interview .comment .flex_box {
  display: flex;
}
#interview .comment .flex_box .text {
  margin-left: 20px;
}
#interview .comment .flex_box .text p {
  margin: 0;
}
#interview .box01 {
  margin-bottom: 30px;
  display: flex;
}
#interview .box02 {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row-reverse;
}
.modal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 70%);
}
.modal-box {
  background-color: #fff;
  margin: 10% auto;
  max-width: 1180px;
  width: 90%;
  border-radius: 20px;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
  box-sizing: border-box;
  padding: 70px 100px;
  top: 0%;
  margin: 50vh auto 0;
  transform: translateY(-50%);
}
.modal_flex {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.modal_flex .picture_area {
  width: 50%;
  box-sizing: border-box;
  margin-right: 40px;
}
.modal_flex .text_area {
  width: 50%;
}
.modal_flex .title {
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #ED9700;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.modal_flex .sub_title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  padding: 10px 0;
  color: #D74710;
}
.modal .text_bottom {
  font-weight: 500;
  line-height: 1.7;
}
.modal .text_bottom a {
  text-decoration: none;
}
.modal .leadmore {
  text-align: right;
  padding-right: 40px;
  margin-bottom: 0;
}
.modal .leadmore span {
  color: #D74710;
  position: relative;
  font-weight: 500;
}
.modal .leadmore span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 112%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #D74710;
}
.modal .leadmore span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 120.5%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.modalClose {
  position: absolute;
  top: 4px;
  right: 25px;
  border: none;
  font-size: 4rem;
  font-weight: 300;
  color: #D74710;
  background-color: none;
  margin: 0;
}
.modalClose:hover {
  cursor: pointer;
}
.modalOpen:hover {
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
  touch-action: none; /* タッチ操作によるスクロールを無効化 */
}
/*FLOW*/
#flow {
  color: #fff;
  background-color: #ED9700;
  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 {
  background: #D74710;
  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 #F7DE6C;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: relative;
  top: 270px;
  padding: 0;
  margin: 0;
}
.flow_box {
  display: flex;
}
.flow .basic_fee {
  position: absolute;
  top: -57px;
  left: 17%;
  width: 88px;
  height: 88px;
  margin-top: 40px;
  padding: 24px 18px 18px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  align-items: center;
  background-color: #D74710;
  border-radius: 50%;
  writing-mode: horizontal-tb;
}
.flow .basic_fee::before {
  position: absolute;
  content: "";
  top: 92px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: #D74710;
  border-radius: 50%;
}
.flow .basic_fee::after {
  position: absolute;
  content: "";
  top: 103px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: #D74710;
  border-radius: 50%;
}
.flow .success_fee {
  position: absolute;
  top: -57px;
  left: 17%;
  width: 88px;
  height: 88px;
  margin-top: 40px;
  padding: 33px 18px 30px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  align-items: center;
  background-color: #D74710;
  border-radius: 50%;
  writing-mode: horizontal-tb;
}
.flow .success_fee::before {
  position: absolute;
  content: "";
  top: 92px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: #D74710;
  border-radius: 50%;
}
.flow .success_fee::after {
  position: absolute;
  content: "";
  top: 103px;
  left: 46%;
  margin: 0;
  padding: 4px 4px;
  background-color: #D74710;
  border-radius: 50%;
}
.flow02 .pink {
  background: #fff;
  display: table-cell;
  width: auto;
  height: 360px;
  color: #D74710;
  border: 2px solid #D74710;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  padding: 0 20px;
}
/*PRICE*/
#price {
  border-top: 5px solid #00b0ec;
  border-image: linear-gradient(to right, #00b0ec 0%, #fff 100%);
  border-image-slice: 1;
}
.lehman__illustration {
  background-color: #ebf7fd;
  padding: 34px 48px;
  padding-bottom: 54px;
  margin-top: 36px;
  color: #1E2124;
}
.lehman__illustration .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lehman__illustration .lehman__result {
  margin-left: 90px;
  position: relative;
}
.lehman__illustration .lehman__result__item {
  background-color: #fff;
  padding: 0 30px;
}
.lehman__illustration .lehman__result__item + .lehman__result__item {
  margin-left: 30px;
}
.lehman__illustration .lehman__result__ttl {
  font-weight: 600;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lehman__illustration .lehman__result:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #1e2124;
  left: -54px;
  top: 0;
  bottom: 26px;
  margin: auto;
}
.lehman__illustration .lehman__result .note {
  text-align: right;
  font-size: 1rem;
  margin-top: 10px;
}
.lehman__illustration .lehman__result .row {
  margin-top: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
/*FAQ*/
#faq {
  background-color: #F7DE6C;
}
.ac {
  position: relative;
}
.ac-parent {
  position: relative;
  text-align: left;
  line-height: 50px;
  cursor: pointer;
  padding: 20px 60px 20px 30px;
  margin-top: 1.5rem;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 600;
  color: #D74710;
}
.ac-parent.animating {
  border-radius: 10px 10px 0 0;
}
.ac-parent.open {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
}
.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #D74710;
  border-bottom: 2px solid #D74710;
  transform: translateY(-50%) rotate(45deg);
}
.ac-parent.open:after {
  top: 55%;
  transform: translateY(-50%) rotate(225deg);
}
.ac-parent:first-child {
  margin-top: 0;
}
.ac-child {
  display: none;
  padding: 20px 30px;
  margin-left: 0;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.ac-parent span {
  font-size: 1.5rem;
  margin-right: 20px;
  color: #00b0ec;
  border-right: 2px solid #D74710;
  padding-right: 15px;
}
#faq .ac span {
  color: #ED9700;
  font-weight: 600;
}
#faq .ac a {
  color: #0f3291;
}
#faq .ac .ac-parent .q {
  color: #D74710;
  font-weight: 600;
}
/*CONTACT*/
#contact {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  background-color: #ED9700;
  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 #fff;
  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:-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: #f01423;
}
.button {
  font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
}
.button button {
  color: #fff;
  background: #D74710;
  padding: 10px;
  display: block;
  width: 200px;
  cursor: pointer;
  margin: 0 auto 80px;
  clear: both;
  border: 0px;
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-weight: 600;
  position: relative;
  top: 50px;
  font-size: 1.1rem;
  font-family: inherit;
  border-radius: 5px;
}
.select-os input[type="radio"]:checked.sell_buy + label {
  color: #fff;
  background-color: #D74710;
  border: 1px solid #D74710;
}
.check_box:checked + .label {
  color: #fff;
  background-color: #D74710;
  border: 1px solid #D74710;
}
.select-os input[type="radio"]:checked.icon + label {
  color: #fff;
  background-color: #D74710;
  border: 1px solid #D74710;
}
.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: #D74710;
  border-left: 1px solid #dbdbdb;
  color: #fff;
}
.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
  color: #252525;
}
.button .return {
  color: #D74710;
  font-weight: 600;
  background: #fff;
  padding: 8px 10px;
  display: block;
  border: 2px solid #D74710;
  cursor: pointer;
  margin: 0 auto;
}
.error {
  color: #fff;
}
/* VIDEO */
#video .contents_inner {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
}
#video .contents_box.width_70 {
  width: calc(100% - (30% + 15px));
  margin-right: 30px;
}
#video .contents_box.width_30 {
  width: calc(100% - (70% + 15px));
}
#video p {
  text-align: center;
}
#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: 62.3404255319%;
  min-width: 56.25rem;
  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: #D74710;
  font-weight: 600;
  margin-block-start: 0.5rem;
}
figure {
  margin: 0;
}
@media (hover: hover) {
  .hm-cm-unit__inner .hm-cm-unit-cover img {
    transition: transform 0.6s cubic-bezier(0, 0.4, 0.25, 1);
  }

  .hm-cm-unit__inner .hm-cm-unit-cover:hover img {
    transform: scale(1.05);
  }
}

#reason .support .title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #f3981c;
}
#reason .support .title02 {
  text-align: center;
  background: #f3981c;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
}

@media screen and (max-width: 1535px) {
  .header ul li {
    margin: 35px 6px;
  }
  #video .video_li {
    min-width: 40rem;
  }
}
@media screen and (max-width: 1245px) {
  .header ul li {
    margin: 35px 5px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: calc(var(--vw) * 1.25);
  }
  .header ul {
    width: 83%;
  }
  .header ul li {
    margin: 37px 4px;
  }
  .header .logo {
    width: 17%;
    height: 100px;
  }
  .pc .tel {
    margin-left: 37px;
  }
  .tel::before {
    left: -24px;
    top: 3px;
  }
  #main {
    min-height: 565px;
  }
  #main .contents_inner {
    padding: 85px 5% 0;
  }
  #main .copy_text {
    font-size: 1.3vw;
  }
  #main ul li {
    font-size: 1rem;
  }
  .case_dl .dl_01 .f_case_dd_01 {
    float: none;
  }
  .case_dl .f_case_dt_01 {
    margin-left: 0;
  }
  .case_dl .dl_01 .sell {
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .case_dl .dl_01 .main_dt_buy {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  #main {
    min-height: auto;
  }
  #main .flex .img {
    width: 45%;
  }
  #main .flex .text {
    width: 55%;
  }
  #main .contents_inner {
    padding: 85px 5% 162px;
  }
  #main .text_box {
    padding: 20px 10px;
  }
  #main .copy {
    top: 20px;
    margin: 2vw 0;
  }
  .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;
    ;
  }
  .sp .mail_sp_02 a {
    background: #fff;
    color: #D74710;
    padding: 10px 30px;
    border-radius: 30px;
  }
  .sp_contact {
    width: 50%;
    display: block;
    margin: auto;
  }
  .sp_contact li {
    width: 50%;
    float: left;
    position: relative;
  }
  .sp_tel_mail .tel_sp {
    list-style: none;
    float: left;
    margin-right: 15px;
  }
  .sp_tel_mail .mail_sp {
    list-style: none;
    float: left;
  }
  .tel_sp img {
    float: left;
    display: block;
    width: 50px;
  }
  .mail_sp img {
    float: left;
    display: block;
    width: 50px;
  }
  .header {
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 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: #D74710;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 8px;
  }
  .hamburger span:nth-child(2) {
    top: 17px;
  }
  .hamburger span:nth-child(3) {
    top: 26px;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 4;
    left: 25%;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 75%;
    height: 100vh;
    background: #D74710;
  }
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  .globalMenuSp ul {
    list-style: none;
    padding-left: 0;
    margin-top: 80px;
  }
  .globalMenuSp ul li {
    margin: 25px 0;
  }
  .globalMenuSp ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  .header img {
    width: 100%;
  }
  .header .logo {
    width: 27%;
    padding: 0 20px;
    height: 95px;
  }
  .header .logo img {
    width: 100%;
  }
  section .contents_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
  }
  #reason .report_box {
    width: 70%;
  }
  #company {
    height: auto;
  }
  h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 70px;
  }
  .company_dl {
    background: #fff;
    position: relative;
    width: 100%;
    right: auto;
    top: -40px;
  }
  .company_img {
    width: 60%;
    position: relative;
    left: 20%;
  }
  .company_img img {
    width: 100%;
    position: relative;
    top: 0;
  }
  .company_dl dt {
    width: 25%;
  }
  .company_dl dd {
    width: 95%;
    margin-left: 25%;
  }
  .company_dl dl {
    width: 85%;
  }
  #company .img {
    margin: 10px 0 30px;
  }
  .open_btn {
    width: 22.3%;
  }
  .interview_box_01 {
    width: 50%;
  }
  .interview_box_02 {
    width: 46%;
  }
  .interview_text_box_01 {
    width: auto;
    padding-left: 45px;
  }
  .interview_text_box_03 {
    width: 95%;
  }
  .interview_text_box_01 {
    width: auto;
    padding-left: 45px;
  }
  .modal_flex .title {
    font-size: 1.2rem;
  }
  .modal_flex .sub_title {
    font-size: 1.3rem;
  }
  #case .contents_inner {
    padding: 60px 40px;
  }
  .service_box .title {
    padding: 10px;
  }
  .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;
  }
  #company .contact_btn_02 {
    bottom: 6%;
  }
  .flow_box {
    width: auto;
  }
  /* #interview .title {
    font-size: 1.2rem;
    margin-left: 38%;
    margin-bottom: 20px;
  } */
  .text_box {
    width: 100%;
    padding: 0;
    position: absolute;
  }
  .staff_box .img01 {
    width: 35%;
    background-size: 100%;
    top: 20px;
    position: relative;
  }
  .staff_box .img02 {
    width: 35%;
    background-size: 100%;
    top: 20px;
    position: relative;
  }
  .staff_box .img03 {
    width: 35%;
    background-size: 100%;
    top: 20px;
    position: relative;
  }
  .staff_box {
    position: relative;
    min-height: 390px;
  }
  .text_box .text {
    width: 60%;
    margin-left: 38%;
  }
  #main .strong_point{
    width: 85%;
  }
  #video .contents_box {
    margin-top: 80px;
  }
  #video .contents_box:first-child {
    margin-top: 0;
  }
  #video h2{
    margin: 40px 0 20px;
  }
  #video .video_li {
      min-width: 40rem;
  }
  #video .contents_inner {
      flex-direction: column;
  }
  #video .contents_box.width_70 {
      width: 100%;
      margin-right: 0;
  }
  #video .contents_box.width_30 {
      width: 100%;
  }
}
@media screen and (max-width: 820px) {
  br.sp_only {
    display: block;
  }
  .nav {
    background: none;
  }
  .nav.scrolled {
    background: #fff;
  }
  .sp .tel_sp_02 a::before {
    top: 3px;
    left: -10px;
  }
  .dl_02 .case_img img {
    width: 45%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .flow02 .num {
    padding: 0 11px;
  }
  .flow02 .pink {
    padding: 0 11px;
  }
  .flow p {
    left: 10%;
  }
  .flow .basic_fee {
    top: -55px;
    left: -3%;
  }
  .flow .success_fee {
    top: -55px;
    left: -3%;
  }
  .service_flex {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  #reason .point li .bold {
    font-size: 1.4rem;
  }
  #reason .point li {
    font-size: 1.2rem;
  }
  .staff_box .img01 {
    width: 100%;
    background-size: cover;
    background-position: 50% 11%;
    top: 65px;
    height: 250px;
}
  .staff_box .img02 {
    width: 100%;
    background-size: cover;
    background-position: 50% 13%;
    top: 65px;
    height: 250px;
}
    .staff_box .img03 {
    width: 100%;
    background-size: cover;
    background-position: 50% 25%;
    top: 65px;
    height: 250px;
}
    .text_box .text {
    width: 100%;
    margin-left: 0;
    position: relative;
    top: 250px;
}
    .staff_box {
    position: relative;
    min-height: 620px;
}
    #main {
    background: url(../img/food_main_02.jpg?v=20250522) no-repeat;
    background-size: cover;
    background-position: 15% 0;
    height: 780px;
}
    #main .text_box {
    width: 55%;
    padding: 30px;
}
    #main .copy {
    top: 90px;
    font-size: 6vw;
    margin: 1vw 4vw;
    line-height: 1.4;
}
    br.pc_only {
    display: none;
}
    .medal.sp_only {
    position: absolute;
    min-width: 290px;
    width: 40%;
    top: 21%;
    left: 6%;
}
  #main .copy {
    top: 120px;
    line-height: 1.6;
}
    #main .copy_text {
    margin: 1rem 0 0;
    font-size: 1.8vw;
}
    #main .flex .text {
    width: 100%;
}
    #main .contents_inner {
    padding: 30px 20px;
}
    #reason .support .title {
    font-size: 1.5rem;
}
    #reason .support .title02 {
    font-size: 1.3rem;
}
    #reason .case_li li {
    width: 18%;
    margin: 10px 5px;
}
    #main .strong_point {
        width: 65%;
    }
}
@media screen and (max-width: 768px) {
  .contact_btn_02 a {
    font-size: 1.2rem;
    padding: 20px 35px;
  }
  #reason .report_box {
    width: 90%;
  }
  #reason .report_li {
    padding-left: 1.5rem;
  }
  #reason .img_box {
    flex-direction: column;
  }
  #reason .img_box.column_3 .img {
    width: 100%;
  }
  #reason .img_box .img:last-child {
    margin: 20px 20px 20px 0;
  }
  #reason .img_box.column_2 .img {
    width: 100%;
  }
  .flow .flow02 {
    padding: 100px 14px 30px;
  }
  .open_btn {
    width: 29.9%;
  }
  .header .logo {
    width: 30%;
    padding: 0 20px;
    height: 95px;
  }
  .row img {
    width: 90%;
  }
  .lehman__illustration .lehman__result {
    margin-left: 50px;
  }
  .lehman__illustration .lehman__result__item + .lehman__result__item {
    margin-left: 15px;
  }
  .lehman__illustration .lehman__result:before {
    left: -45px;
  }
  .lehman__illustration .lehman__result__item {
    padding: 0 10px;
  }
  #case .case_flex {
    flex-direction: column;
  }
  #case .case_box {
    width: 100%;
  }
  #case .case_box:nth-child(2) {
    margin-top: 30px;
  }
  .case_dl .dl_01 .main_dt {
    float: none;
  }
  .case_dl .dl_01 .main_dt_buy {
    float: none;
    border-bottom: 2px solid #ED9700;
  }
  .case_dl .dl_01 .sell {
    text-align: center;
    margin-left: 0;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .case_dl .dl_01 .sell {
    border-left: 0;
    margin-bottom: 0;
  }
  .case_dl .dl_01 .buy {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .case_dl dt {
    float: none;
    border-bottom: 2px solid #D74710;
  }
  .case_dl .dl_01 dd {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .case_dl .dl_02 dt {
      border-bottom: 0;
  }
  .case_dl .dl_02 {
    width: 30%;
  }
  .case_dl .dl_01 {
    width: 35%;
  }
  .reason_box {
    flex-direction: column-reverse;
  }
  .reason_text {
    width: 60%;
  }
  .reason_text p {
    position: relative;
    width: 85%;
    top: 0;
    background: #fff;
    padding: 30px;
    z-index: 2;
    margin: auto;
  }
  .reason_img {
    width: 100%;
  }
  .reason_box .flex {
    width: 90%;
    padding-left: 0;
  }
  .reason_box .box {
    padding: 10px;
  }
  .reason_box .box br {
    display: none;
  }
  .modal-box {
    padding: 40px;
  }
  .modal_flex {
    display: block;
  }
  .modal_flex .sub_title {
    line-height: 1.8;
    padding: 0;
  }
  .modal_flex .picture_area {
    width: 85%;
    margin: 0 auto;
  }
  .modal_flex .text_area {
    width: 100%;
  }
  .modalClose {
    font-size: 3rem;
  }
  #point .pc_only {
    display: none;
  }
  #point .point_box {
    flex-direction: column;
    margin-top: 70px;
  }
  #point .point_dl {
    width: 100%;
    margin: 30px 0 50px 0;
  }
  #point .point_dl:last-child {
    margin: 30px 0 0 0;
  }
  #point .point_dl dt {
    text-align: center;
  }
  .flow {
    display: block;
    margin-top: 0;
  }
  #flow ul {
    text-align: center;
    width: 100%;
  }
  .flow_box {
    display: block;
  }
  .flow .flow02 {
    writing-mode: horizontal-tb;
    padding: 100px 14px 0px;
  }
  .flow .triangle2 {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F7DE6C;
    top: 20px;
    display: inline-block;
  }
  .flow02 .num {
    height: auto;
    padding: 15px;
    display: block;
  }
  .flow .flow02 {
    float: none;
    padding-top: 20px;
  }
  .flow li {
    float: none;
  }
  .flow02 .pink {
    height: auto;
    padding: 15px;
    display: block;
  }
  .flow02.fee {
    margin: 0 0 120px 0;
  }
  .flow_box {
    text-align: center;
    padding-bottom: 0;
    float: none;
  }
  .flow p {
    left: 0;
    width: 100%;
  }
  .flow .basic_fee {
    top: 72px;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    padding: 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%;
  }
  #main .flex {
    flex-wrap: wrap;
    flex-direction: column-reverse
  }
  #main .flex .text {
    width: 100%;
  }
  #main .flex .img {
    width: 45%;
    margin-left: 55%;
  }
  #main .contents_inner {
    padding: 0 20px;
  }
  .case_dl .dl_01 .main_dt {
    width: auto;
  }
  .case_dl .dl_01 .main_dt_buy {
    width: auto;
  }
  .case_dl .dl_01 .f_case_dd_01 {
    float: none;
    margin-left: 0;
  }
  .case_dl .dl_01 .f_case_dd_02 {
    margin-left: 0;
  }
  .case_dl dt {
    float: none;
    border-bottom: none;
    color: #D74710;
    padding-bottom: 0;
       text-align: center;
    border-bottom: 2px solid #D74710;
  }
  .case_dl dt.dt_buy {
    color: #ED9700;
    border-bottom: 2px solid #ED9700;
  }
  .case_dl .dl_01.left dd {
    border-left: none;
  }
  .case_dl .dl_01.right dd {
    border-left: none;
  }
  .company_dl dl {
    width: 100%;
  }
  .member_box {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
      .case_dl .dl_02 dd {
    margin: 0;
  }
    #main {
      background-position: 25% 0;
      height: 705px;
  }
    #main .strong_point {
        width: 65%;
        margin: auto;
  }
    
    #reason .point_div{
    float: none;
    width: 100%;
  }
  #video .video_li {
    min-width: 90%;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .modal-box {
    padding: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    top: 0;
    max-height: 80vh;
    overflow: scroll;
    margin: 50vh auto 0;
    transform: translateY(-52%);
  }
  .modalClose {
    font-size: 2rem;
    top: -2px;
    right: 11px;
  }
  .case_dl .dl_01 {
    width: 80%;
    float: none;
  }
  .case_dl .dl_02 {
    width: 70%;
    float: none;
  }
  .case_dl dt {
    width: auto;
    margin-right: 0;
  }
  .case_dl .dl_01 dd {
    width: auto;
    margin-bottom: 0;
    text-align: center;
  }
  .case_dl .dl_01 .buy {
    text-align: center;
  }
  .case_dl .dl_02 dt {
    border-bottom: none;
  }
  .member_box {
    display: block;
    width: 100%;
  }
  .dl_02 .case_img img {
    position: relative;
    top: 0;
  }
  .menber_box_02 {
    width: 100%;
    margin: 13px 0;
  }
  .service_flex {
    display: block;
    width: 100%;
  }
  .case_dl .dl_01 .main_dt {
    width: auto;
    text-align: center;
  }
  .case_dl .dl_01 .sell {
    width: auto;
    text-align: center;
  }

  .dl_02 .case_img img {
    width: 55%;
  }
  .case_dl {
    border-bottom: none;
  }
  .reason_box .flex {
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .reason_box .box {
    width: 100%;
  }
  .triangle3 {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #F7DE6C;
    top: 110%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .service_box li {
    margin-bottom: 10px;
    padding-left: 10px;
    list-style: none;
    display: inline-block;
  }
  .service_box li.li_title {
    display: block;
  }
  .sp_tel_mail {
    right: 60px;
  }
  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }
  #main {
    background-position: 42% 0;
    height: 660px;
  }
  #main .copy {
    margin: 0;
    top: 165px;
    left: 2%;
    font-size: 8vw;
    line-height: 1.8;
  }
  .medal.sp_only {
    width: 68%;
    top: 18%;
    left: 0;
    right: 0;
  }
  #main .strong_point {
    width: 90%;
    margin: auto;
  }
  #main .copy_text br {
    display: none;
  }
  #main .text_box {
    z-index: 2;
    bottom: -30px;
    right: 0;
    width: 85%;
    border-radius: 10px 0 0 10px;
  }
  #main .copy_text {
    right: 0;
    font-size: 0.8rem;
    line-height: 1.8;
  }
  .medal {
    width: 80%;
    margin: 0 auto;
  }
  .reason_text {
    width: 100%;
  }
  .header .logo {
    width: 50%;
    height: 80px;
  }
  .nav {
    height: 80px;
  }
  section .contents_inner,
  #case .contents_inner {
    padding: 50px 25px;
  }
  section .point01 .contents_inner {
    padding: 80px 25px 50px;
  }
  #reason .title span {
    font-size: 2.5rem;
  }
  .company_img {
    width: 75%;
    position: relative;
    left: 12%;
  }
  .company_dl dt {
    width: 100%;
    float: none;
  }
  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }
  .open_btn {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .service_box {
    width: 100%;
    margin: 0;
    margin-bottom: 65px;
  }
  .service_box:last-child {
    margin-bottom: 0;
  }
  .service_box .img {
    max-height: 200px;
  }
  .service_box .img img {
    border-radius: 0;
    object-fit: cover;
    max-height: 200px;
  }
  .service_box .more-text {
    display: block;
  }
  .see-more-button {
    display: none;
  }
  #interview .pc_only {
    display: none;
  }
  #interview .sp_only {
    display: block;
  }
  .interview_box_01 {
    width: 100%;
    padding-right: 0;
  }
  .interview_box_02 {
    width: 100%;
  }
  .interview_text_box_02 {
    width: 100%;
  }
  .interview_text_box_bg_01 {
    position: relative;
    width: auto;
    margin-top: 0;
    left: 0;
    top: 0;
    padding: 0;
  }
  .interview_text_box_01 {
    padding-left: 0;
  }
  #interview .box02 {
    display: flex;
    flex-wrap: wrap;
  }
  .case_dl {
    margin-bottom: 35px;
    display: flex;
  }
  #interview .comment .flex_box {
    flex-wrap: wrap;
  }
  #interview .comment .flex_box .img {
    margin: 20px auto;
  }
  #interview .comment .flex_box .text {
    margin-left: 0;
  }
  .row {
    flex-wrap: wrap;
  }
  .lehman__illustration .lehman__result:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.036458333333334vw 2.278645833333333vw 0 2.278645833333333vw;
    border-color: #0a3291 transparent transparent transparent;
    left: 0;
    right: 0;
    top: -126vw;
    margin: auto;
  }
  .lehman__illustration .lehman__result .row {
    margin-top: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .lehman__illustration .lehman__result {
    margin-left: 0;
    margin-top: 60px;
  }
  .lehman__illustration .lehman__result__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .lehman__illustration .lehman__result__item + .lehman__result__item {
    margin-left: 0;
  }
  .row img {
    width: 65%;
    margin: auto;
    display: block;
  }
  .ac-parent span {
    font-size: 1.2rem;
    margin-right: 10px;
    display: inline-block;
    float: left;
    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_policy a {
    font-size: 0.9rem;
    text-decoration: none;
    color: #fff;
  }
  .button .return {
    margin: 0 7px;
    width: 170px;
    margin-bottom: 20px;
  }
  #pagetop {
    right: 20px;
  }
  #pagetop .arrow {
    width: 14px;
    height: 14px;
  }
  #pagetop a {
    padding: 10px 5px;
  }
  .sp_contact {
    width: 55%;
    display: block;
    margin: auto;
  }
  .sp_contact {
    width: 55%;
    margin-top: 70px;
  }
  .sp_contact li {
    width: 100%;
    float: none;
  }
  .tel_sp img {
    width: 45px;
  }
  .mail_sp img {
    width: 45px;
  }
  .company_dl {
    padding: 20px 0 15px;
  }
  .reason_img {
    width: 100%;
  }
  .menber_box_02 {
    width: 100%;
    margin: 13px 0;
  }
  #reason .title02 {
    font-size: 1.1rem;
  }
  #reason .reverse {
    flex-direction: column-reverse;
  }
  .reason_img img {
    width: 100%;
    margin: 25px auto;
  }
  .flow_box {
    width: 100%;
  }
  #interview .box01 {
    display: flex;
    flex-wrap: wrap;
  }
  h2 .first_text {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  h2 .line {
    font-size: 1.5rem;
    margin: 0 5px;
  }
  h2 span {
    font-size: 1.3rem;
  }
  #main ul li {
    font-size: 0.9rem;
    text-align: center;
    margin: 9px;
    padding: 10px;
  }
  #reason .title span img {
    width: 70px;
    position: relative;
    top: 20px;
    margin-right: -20px;
    z-index: -1;
  }
  .reason_text p {
    width: 100%;
    padding: 0;
  }
  #case .button {
    margin: 0px auto;
  }
  #main .flex .img {
    width: 100%;
    margin-left: 0;
  }
  #reason .point li {
    float: none;
    width: 100%;
  }
  #reason .point br {
    display: none;
  }
  #reason .point li .num {
    font-size: 2rem;
    margin-right: 13px;
    display: block;
    float: left;
    position: relative;
    top: -6px;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  #reason .support .title {
    font-size: 1.2rem;
  }
  #reason .support .title02 {
    text-align: center;
    background: #f3981c;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
  }
  #reason .case_li li {
    width: 40%;
  }
    .staff_box {
    position: relative;
    min-height: 750px;
}
}