.office-relocation .wrapper .container{
  max-width: 960px;
  width: 100%;
}
.office-relocation h2{
  font-size: 50px;
  text-align: center;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  color: #333333;
  font-family: YuGothic, "Yu Gothic bold", "Hiragino Sans", Meiryo, sans-serif;
}
.company_office > .container > p.fs-m{
  position: relative;
}
.company_office > .container > p.fs-m::before{
  content: '';
  background: url(../img_webp/office-relocation/company_office_arr.png);
  width: 303px;
  height: 92px;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.office-relocation .wrapper p{
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
  letter-spacing: 0;
  /* font-weight: normal; */
}
.center{
  text-align: center;
}
.office-relocation img{
  margin: 0rem auto;
  max-width: 100%;
}
.office-relocation .wrapper p.mb0{
  margin-bottom: 0;
}
.break_pc{
  display: block;
}
.break_sp{
  display: contents;
}
.bold{
  font-weight: 700;
}
.arr_sp{
  display: none;
}

/*MV----------------------------------------------------------- */
.mv{
  padding-top: 0;
  position: relative;
}
.mv-slider{
  width: 100%;
  overflow: hidden;
}
.mv-slider .swiper-slide{
  background-size: cover;
  background-position: center;
  height: 760px;
  position: relative;
}
.mv-slider .swiper-slide-fade-transition,
.mv-slider.swiper-fade .swiper-slide{
  transition-timing-function: ease-in-out;
}
.mv-slide-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-slide-content{
  text-align: center;
  padding: 0 20px;
}
.mv-slide-img{
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 560px;
  margin: 0 auto;
}
/* .mv-pagination-wrap{
  text-align: center;
  padding: 16px 0 20px;
  background: rgba(0, 30, 50, 0.85);
} */
/* .mv-pagination-wrap .swiper-pagination{
  position: static !important;
} */
.mv-pagination-wrap .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 0.4;
  margin: 0 6px !important;
}
.mv-pagination-wrap .swiper-pagination-bullet-active{
  opacity: 1;
  background: #41a9a5;
}
.mv-slider .swiper-button-prev,
.mv-slider .swiper-button-next{
  color: #fff;
  top: calc(50% - 80px);
}
.mv-slider .swiper-button-prev::after,
.mv-slider .swiper-button-next::after{
  font-size: 28px;
}

/*FORM----------------------------------------------------------- */
.office-relocation .form{
  background: #e5f6f5;
  padding: 90px 0;
}
.office-relocation .form h2{
  position: relative;
}
.office-relocation .form h2::before {
  content: '';
  background: url(../img_webp/office-relocation/company_office_arr.png);
  background-repeat: repeat;
  width: 303px;
  height: 92px;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  top: -140px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.office-relocation .form h2 .fs_m{
  font-size: 55%;
}
.office-relocation .form h2 .fs_l{
  display: block;
}
.office-relocation .form .wrapp_form{
  background: #41a9a5;
  padding: 40px;
  border-radius: 2rem;
}
.office-relocation .form .wrapp_form form{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}
.office-relocation .form .wrapp_form form dl{
  width: calc((100% - 90px) / 3);
}
.office-relocation .form .wrapp_form form dl select,
.office-relocation .form .wrapp_form form dl input{
  border-radius: 6px;
  border: none;
  width: calc(100% + -0px);
  height: 42px;
  padding: 10px 15px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  background: #fff;
}
.office-relocation .form .wrapp_form form dl input::placeholder,
.office-relocation .form .wrapp_form form dl select::placeholder {
  color: #666;
  opacity: 1;
}
.office-relocation .form .wrapp_form form dl dt{
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.office-relocation .form .wrapp_form form dl dt .must{
  display: inline-block;
  font-weight: 700;
  background-color: #15817c;
  color: #fff;
  padding: 1px 10px 2px 10px;
  font-weight: 700;
  font-size: .7em;
  margin-left: 10px;
  border-radius: 3px;
}
.office-relocation .form .wrapp_form .txt_notes{
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-size: 85%;
}
.txt_notes{
  font-size: 1.4rem;
}
.office-relocation .form .wrapp_form form dl.btn_submit button{
  border-radius: 6px;
  border: none;
  width: calc(100% + -0px);
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  background: #e04622;
  border: 2px solid #e04622;
  height: 100%;
  position: relative;
}
.office-relocation .form .wrapp_form form dl.btn_submit button:before{
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.form-title{
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  padding: 0px 0px 30px;
  border-radius: 8px;
  line-height: 1.4 !important;
}
.office-relocation .form .wrapp_form form dl.btn_submit--center{
  width: 100%;
  display: flex;
  justify-content: center;
}
.office-relocation .form .wrapp_form form dl.btn_submit--center button{
  max-width: 480px;
  width: 100%;
}

/*SET PROPOSAL----------------------------------------------------------- */
.set_proposal .txt_notes{
  text-align: center;
  margin-top: 12px;
  font-size: 85%;
}
.set_proposal{
  padding: 90px 0;
  background: #ffffff;
}
.set_proposal1{
  padding: 90px 0;
  background: #41a9a5;
}

/* .set_proposal h2{
  margin-bottom: 50px;
} */
.set_proposal_box{
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.set_proposal_left{
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.set_proposal_left .set_proposal_item{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.set_proposal_left .set_proposal_img{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.set_proposal_left .set_proposal_img img{
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.set_proposal_right{
  flex: 1;
  display: flex;
}
.set_proposal_item{
  background: #fff;
  border: 2px solid #41a9a5;
  padding: 20px;
  width: 100%;
}
.set_proposal_item--full{
  display: flex;
  flex-direction: column;
}
.set_proposal_item--full .set_proposal_img{
  flex: 1;
}
.set_proposal_img--stacked{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.set_proposal_img--stacked img{
  width: 100%;
  height: auto;
  margin: 0;
}
.set_proposal_item h3{
  background: #41a9a5;
  color: #fff;
  /* font-size: 15px; */
  font-weight: 700;
  padding: 12px 16px;
  margin: -20px -20px 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.set_proposal_item--middle_heading{
  padding: 0;
  border: none;
  background: transparent;
}
/* .set_proposal_item--middle_heading .set_proposal_img{
  border: 2px solid #41a9a5;
  background: #fff;
  padding: 20px;
} */
.set_proposal_item--middle_heading h3{
  margin: 0px 0;
  padding: 12px 16px;
  border-radius: 0;
}
.set_proposal_num{
  font-size: 18px;
  font-weight: 700;
  margin-right: .4em;
  color: #fff;
}
.set_proposal_img{
  padding: 0;
}
.set_proposal_img img{
  width: 100%;
  height: auto;
  margin: 0;
}
.set_proposal_bottom{
  text-align: center;
  font-size: 30px !important;
  font-weight: 900;
  color: #333;
  margin-top: 50px;
  margin-bottom: 0 !important;
  letter-spacing: .05em;
  line-height: 1.6 !important;
  position: relative;
  padding-top: 120px;
}
.set_proposal_bottom::before{
  content: '';
  background: url(../img_webp/office-relocation/company_office_arr.png);
  width: 303px;
  height: 92px;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/*SEARCH PLUS----------------------------------------------------------- */
.search_plus{
  padding: 90px 0;
  background: url("../img_webp/office-relocation/search_plus_bg.jpg")no-repeat center center/cover;
}
.search_plus h2{
  color: #fff;
}
.search_plus_box{
  background: #fff;
  position: relative;
  padding: 10px;
}
.search_plus_box:before{
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  z-index: 1;
}
.search_plus_box ul{
  padding: 30px 40px 50px 40px;
  position: relative;
  z-index: 2;
}
.search_plus_box ul li{
  font-weight: bold;
  color: #333333;
  font-size: 19px;
  position: relative;
  padding: 10px 0 10px 40px;
  border-bottom: 1px dashed #bfbfbf;
}

.search_plus_box ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0em;
  width: 15px;
  height: 10px;
  border-left: 3px solid #41a9a5;
  border-bottom: 3px solid #41a9a5;
  transform: translateY(-50%) rotate(-45deg);
}

/*COMPANY OFFICE----------------------------------------------------------- */
.company_office{
  padding: 90px 0 0 0;
  background: #fff;
}
.company_office_bg{
  background-color: #e5f6f5;
  padding: 90px 0;
  margin-top: 90px;
}
/* .company_office_bg h2::before {
  content: '';
  background: url(../img_webp/office-relocation/company_office_arr.png);
  background-repeat: repeat;
  width: 303px;
  height: 92px;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  top: -140px;
  right: 0;
  left: 0;
  margin: 0 auto;
} */
.company_office_bg h2{
  text-align: center;
}
.company_office_bg h2 .fs-m{
  font-size: 50%;
  display: block;
  margin-bottom: 1em;
}
.company_office_bg h2 .fs-l{
  /* font-size: 3.6rem; */
  display: block;
  line-height: 1.3;
  /* color: #41a9a5; */
}
.company_office_box dl{
  border: 2px solid #41a9a5;
  padding: 30px;
  background: #fff;
  width: 100%;
  display: inline-block;
}
.company_office_box dl:not(:last-child){
  margin-bottom: 40px;
}
.company_office_box dl dt{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #41a9a5;
  color: #fff;
  padding: 14px 20px;
  margin: -30px -30px 25px;
}
.company_office_box dl dt .txt_no{
  display: inline-block;
  background: transparent;
  width: auto;
  height: auto;
  font-size: 2.4rem;
  font-weight: 700;
  color: inherit;
  border-radius: 0;
  margin-right: .6em;
}
.company_office_box dl dt .txt_no::after{
  content: '.';
}
.company_office_box dl dt .ttl{
  font-size: 2.4rem;
  font-weight: 700;
  color: inherit;
  width: auto;
  line-height: 1.3;
  text-align: left;
}
.company_office_box dl dt .ttl .fs-m{
  font-size: 64%;
}
.company_office_box dl dd .img_right{
  float: right;
  max-width: 50%;
  margin-left: 30px;
  margin-bottom: 0;
}
.company_office_box dl dd .img_left{
  float: left;
  max-width: 50%;
  margin-right: 30px;
  margin-bottom: 0;
}


/*THREE PLANS----------------------------------------------------------- */
.three_plans{
  padding: 0 0 90px 0;
}
.three_plans h2{
  background: #41a9a5;
  padding: 45px 0;
  color: #fff;
  margin-bottom: 100px;
  position: relative;
}
.three_plans h2:before{
  width: 0px;
  height: 0px;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #41a9a5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
  content: "";
}
.three_plans h2 .cl_yl{
  color: #f3f091;
}
.three_plans h3{
  text-align: center;
}
.three_plans h3 span{
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #41a9a5;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  line-height: 1.4;
}
.three_plans h3 .break_sp{
  display: none;
}
.three_plans .box_img{
  display: inline-block;
  width: 100%;
}
.three_plans .box_img .thumb{
  float: left;
}
.three_plans .box_img .thumb img{
  max-width: 500px;
  height: auto;
  margin-right: 30px;
}
.three_plans .box_img .thumb.thumb02 img{
  max-width: 500px;
}
.three_plans .box_dl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px;
  background: #e8efef;
}
.three_plans .box_dl .item{
  width: calc((100% - 15px) / 3);
  padding: 0;
  background: #fff;
}
.three_plans .box_dl .txt_dl{
  background: #fff;
  padding: 20px;
}
.three_plans .txt_dl p{
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1em !important;
  font-size: 1.5rem;
}
.three_plans .txt_dl p strong{
  font-size: 130%;
}
.three_plans .txt_dl ul li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.three_plans .txt_dl ul li span.b{
  width: 70px;
  font-weight: bold;  
  font-size: 1.5rem;
}
.three_plans .txt_dl ul li span.txt{
  width: calc(100% - 75px);
  font-size: 1.5rem;
}
.three_plans .top_dl dl dt{
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px 0 10px 0;
  position: relative;
}
.three_plans .top_dl dl dt span{
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  background: #dd4323;
  content: "";
  display: table;
  margin: 0 auto;
  border-radius: 50px;
  padding: 0px 15px;
  font-size: 90%;
  width: 100px;
}
.three_plans .top_dl dl dd{
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 2.4rem;
  font-weight: bold;
}
.three_plans .top_dl.bg01 dt{
  background-color: #727e91;
}
.three_plans .top_dl.bg01 dd{
  color: #313443;
}
.three_plans .top_dl.bg02 dt{
  background-color: #2760a3;
}
.three_plans .top_dl.bg02 dd{
  color: #2760a3;
}
.three_plans .top_dl.bg03 dt{
  background-color: #2c3545;
}
.three_plans .top_dl.bg03 dd{
  color: #2c3545;
}
.three_plans .top_dl dl dd .fs-m{
  font-size: 60%;
  color: #555;
}
.fs-80{
  font-size: 80%;
}

/*MOVE OFFICE----------------------------------------------------------- */
.move_office{
  padding: 90px 0 130px 0;
}
.move_office_box{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 50px;
}
.move_office_box .item{
  width: calc((100% - 30px) / 3);
  background-color: #ecebeb;
  padding: 20px 15px;
  border-radius: 1rem;
}
.move_office_box .item .icon{
  margin-bottom: 1em;
}
.move_office_box .item .icon img{
  max-width: 100px;
}
.move_office_box .item .txt01{
  background: #dd4323;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  padding: 3px 20px;
  font-weight: bold;
  font-size: 90%;
  max-width: 200px;
  margin: -35px auto 1.5em;
}
.move_office_box .item .ttl{
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  color: #dd4323;
  margin-bottom: 1rem;
}
.move_office_box .item .txt02{
  background: #41a9a5;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.move_office_box .item .txt02 span{
  font-size: 80%;
  display: block;
  width: 100%;
}
.move_office_box .item .text{
  font-size: 100%;
}
.move_office_box02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-top: 3em;
  margin-bottom: 2em;
  position: relative;
}
.move_office_box02:before {
  content: '';
  background: url(../img_webp/office-relocation/arr02.png);
  background-size: contain;
  width: 50px;
  height: 164px;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  top: 54%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}
.move_office_box02 .item{
  width: calc((100% - 80px) / 2);
}
.move_office_box02 .item h3{
  font-size: 2.6rem;
  font-weight: 700;
  border-left: 5px solid #41a9a5;
  padding-left: 20px;
  margin-bottom: 1em;
  color: #41a9a5;
}
.move_office_box02 .item:last-child h3{
  color: #e04622;
  border-color: #e04622;
}
.move_office_box02 .item dl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 20px;
  min-height: 200px;
  border: 1px solid #48a9a5;
  border-radius: 1rem;
}
.move_office_box02 .item:last-child dl{
  border-color: #e04622;
}
.move_office_box02 .item dl dt{
  width: 60px;
}
.move_office_box02 .item dl dt img{
  max-width: 100%;
}
.move_office_box02 .item dl dd{
  width: calc(100% - 80px);
}
.move_office_box02 .item dl .ttl{
  font-weight: 700;
  color: #41a9a5;
  font-size: 1.85rem;
  margin-bottom: 5px;
}
.move_office_box02 .item:last-child dl .ttl{
  color: #e04622;
}
.move_office_box02 .item dl .txt{
  margin-bottom: 0;
  font-size: 95%;
}
.move_office_box02 .item dl .txt .cl_red{
  color: #e04622;
  font-weight: 700;
}
.move_office table{
  width: 100%;
  vertical-align: middle;
}
.move_office table th{
  background: #41a9a5;
  padding: 20px 15px;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #fff;
  font-size: 110%;
  line-height: 1.4;
}
.move_office table th span{
  font-size: 80%;
}
.move_office table .bg_03{
  background: #ACD3D2;
  color:#333333;
}
.move_office table td{
  text-align: center;
  background: #fff;
  border: 1px solid #ACD3D2;
  padding: 15px;
}
.move_office table td.size-l{
  font-size: 120%;
  font-weight: 700;
}
.move_office table td .cl_red{
  color: #e04622;
  font-weight: 700;
}

/*OF WORK----------------------------------------------------------- */
.of_work{
  padding: 0 0 90px 0;
  background:#ECEBEB;
}
.of_work h2{
  position: relative;
  top: -45px;
  padding-bottom: 30px;
}
.of_work h2 span.fs_m{
  font-size: 55%;
  display: inline-block;
  margin-bottom: 1em;
  background: #41a9a5;
  color: #fff;
  padding: 10px 30px;
}
.of_work h2 span.fs_l{
  /* color: #41a9a5; */
  font-size: 4rem;
  line-height: 1.3;
  display: block;
}
.of_work_box{
  display: inline-block;
}
.of_work_box .thumb{
  float: right;
  max-width: 500px;
  margin-left: 30px;
}

/*SUPPORT----------------------------------------------------------- */
.support{
  padding: 90px 0;
  background: url(../img_webp/office-relocation/background001.png);
  background-size: cover;
}
.support h2::before {
  content: '';
  background: url(../img_webp/office-relocation/company_office_arr.png);
  background-repeat: repeat;
  width: 303px;
  height: 92px;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  top: -140px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.support h2 .fs_l{
  color: #41a9a5;
  font-size: 5rem;
  display: block;
}
.support h2 .fs_l{
  font-size: 4rem;
}
.support h2 .fs_m{
  font-size: 70%;
}

/*YOURSELF----------------------------------------------------------- */
.yourself{
  background-color: #41a9a5;
  padding: 90px 0;
}
.yourself h2 .fs_m{
  font-size: 70%;
  color: #FFFFFF;
}
.yourself h2 .fs_l{
  font-size: 4rem;
  display: block;
  color: #f3f091;
}
.yourself_box{
  background-color: #FFF;
  padding: 10px;
}
.yourself_box .white_box{
  border: solid 1px #41a9a5;
  padding: 45px;
  background: #fff;
}
.yourself_box_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yourself_box_flex .thumb{
  width: 322px;
}
.yourself_box_flex .txt{
  width: calc(100% - 370px);
}

@media (min-width: 768px) and (max-width: 959px) {
  .office-relocation .wrapper p{
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .mv-slider .swiper-slide{
    height: 640px;
  }
  .mv-slide-img{
    max-height: 460px;
  }
  .office-relocation .form .wrapp_form{
    padding: 30px;
  }
  .office-relocation .form .wrapp_form form dl dt{
    font-size: 80%;
  }
  .office-relocation .form .wrapp_form form dl.btn_submit button{
    font-size: 90%;
  }
  .yourself h2 .fs_l,
  .of_work h2 span.fs_l,
  .office-relocation h2{
    font-size: 50px;
  }
  .company_office_bg h2 .fs-l{
    font-size: 2.9rem;
  }
  .company_office_box dl dt .ttl{
    font-size: 2.2rem;
  }
  .company_office_box dl dd .img_right,
  .company_office_box dl dd .img_left{
    margin-bottom: 20px;
    max-width: 40%;
  }
  .company_office_box dl dt .txt_no{
    width: 55px;
    height: 55px;
  }
  .company_office_box dl dt .ttl{
    width: calc(100% - 70px);
  }
  .three_plans .box_img .thumb{
    max-width: 45%;
    margin-right: 30px;
  }
  .three_plans .box_img .thumb.thumb02 img,
  .three_plans .box_img .thumb img{
    max-width: 100%;
  }
  .three_plans h3 span,
  .move_office_box02 .item h3{
    font-size: 2rem;
  }
  .of_work_box .thumb{
    max-width: 45%;
  }
  .yourself_box .white_box{
    padding: 30px;
  }
  .three_plans .txt_dl p strong{
    font-size: 110%;
  }
  .three_plans h2{
    padding: 45px 15px;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .office-relocation .wrapper p{
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .company_office > .container > p.fs-m{
    padding: 11vw 0 0 !important;
    font-size: 5.0vw !important;
    line-height: 1.35 !important;
  }
  .company_office > .container > p.fs-m::before{
    background-size: 35vw;
        margin: 0 auto;
        background-position: bottom;
        height: 12vw;
        top: -5vw;
  }
  .company_office > .container > p.fs-m span[style*="font-size: 60px"]{
    font-size: 10.5vw !important;
  }
  .company_office > .container > p.fs-m span[style*="font-size: 50px"]{
    font-size: 9vw !important;
  }
  .company_office_bg h2 .fs-l span[style*="font-size: 70px"]{
    font-size: 12vw !important;
  }
  .office-relocation footer .container{
    padding-left: 0;
    padding-right: 0;
  }
  .office-relocation footer .ward_list2{
    width: 100%;
  }
  .office-relocation footer .font_s.tac.cl_white.pb15{
    line-height: 1.6;
  }
  .mb60{
    margin-bottom: 8vw;
  }
  .break_pc{
    display: contents;
  }
  .break_sp{
    display: block;
  }
  .office-relocation .wrapper .mv{
    padding-top: 64px;
  }
  .mv-slider .swiper-slide{
    height: auto;
    min-height: 85vw;
    background: none !important;
    background-image: none !important;
  }
  .mv-slide-content{
    padding: 0;
    width: 100%;
  }
  .mv-slide-content picture{
    display: block;
    width: 100%;
  }
  .mv-slide-img{
    width: 100%;
    max-height: none;
    display: block;
  }
  .mv-slider .swiper-button-prev,
  .mv-slider .swiper-button-next{
    display: none;
  }
  .company_office_bg h2 .fs-l,
  .office-relocation h2{
    font-size: 7vw;
    line-height: 1.2;
  }
  .yourself,
  .support,
  .search_plus,
  .set_proposal1,
  .office-relocation .form{
    padding: 12vw 0;
  }
  .office-relocation .form.fix_form{
    margin-top: -18vw;
  }
  .office-relocation .form .wrapp_form{
    padding: 6vw;
  }
  .office-relocation .form .wrapp_form form dl{
    width: calc((100% - 0px) / 1);
  }
  .office-relocation .form .wrapp_form form dl dt{
    margin-bottom: 10px;
  }
  .office-relocation .form .wrapp_form form dl dt .must{
    padding: 5px 10px 5px 10px;
  } 
  .set_proposal_box{
    flex-direction: column;
  }
  .set_proposal_left{
    flex: 1;
  }
  .set_proposal{
    padding: 12vw 0;
  }
  .set_proposal h2{
    font-size: 6vw;
  }
  .set_proposal_intro{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 12vw;
  }
  .set_proposal_intro_img{
    flex: 1;
  }
  .set_proposal_bottom{
    font-size: 5vw !important;
  }
  .search_plus_box ul{
    padding: 6vw;
  }
  .search_plus_box ul li{
    font-size: 100%;
    line-height: 1.5;
  }
  .company_office{
    padding: 12vw 0 0 0;
  }
  .company_office_bg{
    padding: 12vw 0;
    margin-top: 12vw;
    position: relative;
  }
  .company_office_bg h2::before{
    background-size: 35vw;
    margin: 0 auto;
    background-position: bottom;
    height: 12vw;
    top: -7vw;
  }
  /* .company_office_box{
    margin-top: 8vw;
  } */
  .company_office_box dl{
    padding: 4vw;
  }
  .company_office_box dl:not(:last-child) {
    margin-bottom: 12vw;
  }
  .company_office_box dl dt{
    flex-wrap: nowrap;
    text-align: left;
    align-items: center;
    padding: 14px 14px;
  }
  .company_office_box dl dt .ttl{
    font-size: 3.65vw;
    width: auto;
    text-align: left;
  }
  .company_office_box dl dt .txt_no{
    margin: 0 .6em 0 0;
    width: auto;
    height: auto;
  }
  .three_plans .box_img .thumb,
  .company_office_box dl dd .img_left,
  .company_office_box dl dd .img_right{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
    max-width: 100%;
    width: 100%;
    float: unset;
  }
  .three_plans{
    padding: 0 0 24vw 0;
  }
  .three_plans .box_img .thumb img{
    max-width: 100%;
  }
  .three_plans h3 span{
    font-size: 1.8rem;
    padding: 2vw 15px 2vw 15px;
    text-align: left;
    margin-bottom: 0;
    white-space: normal;
  }
  .three_plans h3 .break_sp{
    display: inline;
  }
  .three_plans h2{
    margin-bottom: 11vw;
  }
  .three_plans h2 > span:first-child{
    font-size: 5.8vw!important;
    line-height: 1.4;
    display: block;
  }
  .three_plans h2 > span:first-child + br{
    display: none;
  }
  .three_plans h2:before{
    border-width: 10vw;
    bottom: -5vw;
  }
  .three_plans .box_dl .item{
    width: 100%;
  }
  .three_plans .txt_dl ul li span.txt{
    line-height: 1.6;
  }
  .three_plans .box_dl .item:not(:last-child){
    margin-bottom: 6vw;
  }
  .three_plans .top_dl dl dt span{
    padding: 5px 15px;
  }
  .three_plans .txt_dl p strong{
    font-size: 110%;
  }
  .office-relocation .form h2::before{
    background-size: 35vw;
    margin: 0 auto;
    background-position: bottom;
    height: 12vw;
    top: -18vw;
  }
  .move_office_box02{
    gap: 6vw;
  }
  .office-relocation .arr_sp{
    max-width: 35vw;
    margin: 0 auto;
    display: block;
  }
  .three_plans .box_img .thumb.thumb02 img {
    max-width: 100%;
  }
  .office-relocation .form h2 .fs_m{
    line-height: 1.6;
    display: block;
    margin-bottom: 1em;
    font-size: 64%;
  }
  .office-relocation .form h2{
    padding: 0 15px;
    margin-bottom: 1em;
  }
  .move_office{
    padding: 12vw 0 12vw 0;
  }
  .move_office_box{
    flex-wrap: wrap;
  }
  .move_office_box .item{
    width: 100%;
  }
  .move_office_box .item:not(:last-child){
    margin-bottom: 2em;
  }
  .move_office_box02 .item{
    width: 100%;
  }
  .move_office_box02:before{
    display: none;
  }
  .move_office_box02 .item h3{
    font-size: 1.8rem;
  }
  .move_office_box02 .item dl .ttl{
    font-size: 1.6rem;
  }
  .of_work{
    padding: 12vw 0;
  }
  .of_work h2{
    top: 0;
  }
  .of_work h2 span.fs_m{
    font-size: 65%;
    padding: 10px 10px;
  }
  .of_work h2 span.fs_l{
    font-size: 4.5vw;
  }
  .of_work_box .thumb{
    max-width: 100%;
    margin-left: 0;
  }
  .yourself h2 .fs_m,
  .support h2 .fs_m{
    font-size: 60%;
  }
  .yourself_box{
    padding: 2vw;
  }
  .yourself h2 .fs_l,
  .support h2 .fs_l{
    font-size: 4.5vw;
  }
  .yourself_box .white_box{
    padding: 4vw;
  }
  .yourself_box_flex .txt{
    width: 100%;
    order: 2;
  }
  .yourself_box_flex .thumb{
    width: 100%;
    order: 1;
    margin-bottom: 1em;
  }
  .move_office table th,
  .move_office table td{
    padding: 2vw 1vw;
    line-height: 1.5;
  }
  .move_office table th span{
    font-size: 70%;
  }
  .move_office table th{
    line-height: 1.2;
  }
  .move_office_box02 .item dl .txt{
    font-size: 100%;
  }
  .move_office_box02 .item dl{
    min-height: max-content;
  }
  .support{
    position: relative;
  }  
  .support h2::before{
    background-size: 35vw;
    margin: 0 auto;
    background-position: bottom;
    height: 12vw;
    top: -6vw;
  }
  .office-relocation img{
  margin: 0rem auto;
  max-width: 100%;
}
.mv-pagination-wrap .swiper-pagination-bullet{
  width: 7px;
  height: 7px;
  background: #fff;
  opacity: 0.4;
  margin: 11vw 6px !important;
}
.mv-pagination-wrap .swiper-pagination-bullet-active{
  opacity: 1;
  background: #41a9a5;
}
.yourself, .support, .search_plus, .set_proposal1, .office-relocation .form {
  padding: 12vw 0;
}
.form{
  margin-top: -12vw;
}
.yourself {
    margin-bottom: 45px;
  }
  .office-relocation .form .wrapp_form form{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

}
@media screen and (max-width: 560px) {
  .company_office_box dl dt .ttl{
    font-size: 4.65vw;
  }
  .yourself h2 .fs_l, .support h2 .fs_l,
  .of_work h2 span.fs_l,
  .company_office_bg h2 .fs-l, .office-relocation h2 {
    font-size: 7vw;
    line-height: 1.4;
  }
  .yourself h2 .fs_m, .support h2 .fs_m,
  .company_office_bg h2 .fs-m{
    font-size: 65%;
    line-height: 2.9rem;
    display: block;
  }
  .move_office_box .item .txt01{
    max-width: 44vw;
    margin: -32px auto 1.5em;
  }
  .of_work h2 span.fs_m{
    width: 100%;
  }
  .office-relocation .wrapper .mv{
    padding-top: 16vw;
  }
  .mv-slider .swiper-slide{
    min-height: 100vw;
    background: none !important;
    background-image: none !important;
  }
  .mv-slide-img{
    width: 100%;
    max-height: none;
    display: block;
  }
  .form-title {
    font-size: 5.5vw;
      padding: 0px 0px 17px;
}
.set_proposal_bottom::before {
  background-size: 35vw;
  margin: 0 auto;
  background-position: bottom;
  height: 12vw;
  top: -5vw;
}
.set_proposal_bottom {
  padding-top: 11vw;
}
.mv-slide-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  align-items: center;
  justify-content: center;
}

}
/* header: /daikou/ と同様に MV 上は透過、スクロールで黒背景に(PCのみ) */
header{
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: 0.3s;
}
header.change-color{
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(24px);
}
/* SPはスライド画像上部の文字とロゴが重なるため従来通り(黒背景+余白) */
@media screen and (max-width: 767px){
  header{
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(24px);
  }
}
