@charset "UTF-8";
/* ------------------------------
	ã¬ã¹ãã³ã·ã
------------------------------ */
/* ------------------------------
	// px to vw
------------------------------ */
/* ------------------------------
// px to vh
------------------------------ */
/* ------------------------------
	ãã©ã³ã
------------------------------ */
@import url("assets/css2");
@import url("assets/css2");
@import url("assets/css2");
/* ------------------------------
	ã«ã©ã¼
------------------------------ */
/* ------------------------------
	ã¦ã§ã¤ãå¤æ
------------------------------ */
/* ------------------------------
	.recruit_menu
------------------------------ */
@media screen and (min-width: 769px) {
  .page_ttl .en.fz_large {
    font-size: 8vw;
  }
}

.recruit_menu {
  padding: 160px 0;
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  .recruit_menu {
    padding: 80px 0;
  }
}
.recruit_menu .wrap {
  max-width: 1190px;
}
.recruit_menu .company_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media screen and (max-width: 768px) {
  .recruit_menu .company_list {
    flex-direction: column;
  }
}
.recruit_menu .center_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recruit_menu .center_ttl {
    margin-bottom: 30px;
  }
}
.recruit_menu .company_box {
  width: calc((100% - 30px) / 3);
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .recruit_menu .company_box {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .recruit_menu .company_box {
    width: 100%;
  }
}
.recruit_menu .company_box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px;
  min-height: 160px;
  height: 100%;
}
.recruit_menu .company_box a .ico {
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
.recruit_menu .company_box a .ico.arw {
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
.recruit_menu .company_box a .tag_box li {
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .recruit_menu .company_box a::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #b92530;
    opacity: 0;
    -webkit-transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }
  .recruit_menu .company_box a:hover {
    opacity: 1;
  }
  .recruit_menu .company_box a:hover::before {
    opacity: 1;
  }
  .recruit_menu .company_box a:hover .ico.arw {
    background: #fff url(img/ico_arw04.svg) no-repeat center center;
  }
  .recruit_menu .company_box a:hover .btn_txt {
    color: #fff;
  }
  .recruit_menu .company_box a:hover .tag_box li {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .recruit_menu .company_box a {
    min-height: 0;
    padding: 25px 48px 25px 20px;
  }
}
.recruit_menu .company_box a > div {
  position: relative;
  z-index: 2;
  width: 100%;
}
.recruit_menu .company_box .btn {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .recruit_menu .company_box .btn {
    font-size: 1.4rem;
  }
}
.recruit_menu .company_box .btn .btn_txt {
  background: none;
  font-weight: 500;
  line-height: 1.3;
}
.recruit_menu .company_box .btn .arw {
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .recruit_menu .company_box .btn .arw {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(0, -50%);
    width: 28px;
    height: 28px;
    background-size: 10px;
  }
}
.recruit_menu .company_box .tag_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .recruit_menu .company_box .tag_box {
    gap: 3px 8px;
    margin-top: 12px;
  }
}
.recruit_menu .company_box .tag {
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .recruit_menu .company_box .tag {
    font-size: 1rem;
  }
}
.recruit_menu .company_box .tag::before {
  content: "# ";
  color: #9f9f9f;
  font-weight: 500;
}

/* ------------------------------
	.service_lead
------------------------------ */
.service_lead {
  max-width: 990px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .service_lead {
    margin-top: 40px;
  }
}
.service_lead.--service-top {
  margin-left: calc(0.0714285714 * 140 * 1vw);
}
.service_lead .service_lead_flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .service_lead .service_lead_flow {
    gap: 5px;
  }
}
.service_lead .service_lead_flow .service_lead_flow_item {
  width: calc((100% - 40px) / 5);
  padding: 30px 10px 40px;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 900px) {
  .service_lead .service_lead_flow .service_lead_flow_item {
    padding: 30px 1.5vw 40px;
  }
}
@media screen and (max-width: 768px) {
  .service_lead .service_lead_flow .service_lead_flow_item {
    width: 100%;
    padding: 15px 20px 25px;
  }
}
.service_lead .service_lead_flow .service_lead_flow_item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  margin: 0 auto 5px;
  border-radius: 50%;
  background: #1d1d1d;
  font-weight: 500;
  font-size: 0.8rem;
  color: #e2e2e2;
}
.service_lead .service_lead_flow .service_lead_flow_item .ttl {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service_lead .service_lead_flow .service_lead_flow_item .ttl {
    font-size: 1.3rem;
  }
}
.service_lead .service_lead_flow .service_lead_flow_item .list {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .service_lead .service_lead_flow .service_lead_flow_item .list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-top: 10px;
  }
}
.service_lead .service_lead_flow .service_lead_flow_item .list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .service_lead .service_lead_flow .service_lead_flow_item .list li {
    margin-top: 5px;
  }
}
.service_lead .service_lead_flow .service_lead_flow_item .list li::before {
  content: "ã»";
  color: #9f9f9f;
}
@media screen and (min-width: 769px) {
  .service_lead .service_lead_flow .service_lead_flow_item .list li + li {
    margin-top: 10px;
  }
}
.service_lead .service_lead_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .service_lead .service_lead_box {
    gap: 5px;
  }
}
.service_lead .service_lead_box .service_lead_box_item {
  display: flex;
  width: calc((100% - 10px) / 2);
  padding: 20px;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 900px) {
  .service_lead .service_lead_box .service_lead_box_item {
    padding: 20px 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .service_lead .service_lead_box .service_lead_box_item {
    flex-direction: column;
    width: 100%;
    padding: 20px 20px;
  }
}
.service_lead .service_lead_box .service_lead_box_item .ttl {
  flex-shrink: 0;
  margin-right: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service_lead .service_lead_box .service_lead_box_item .ttl {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.service_lead .service_lead_box .service_lead_box_item .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 13px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .service_lead .service_lead_box .service_lead_box_item .list {
    padding-top: 0;
    gap: 6px 10px;
  }
}
.service_lead .service_lead_box .service_lead_box_item .list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  line-height: 1.3;
}
.service_lead .service_lead_box .service_lead_box_item .list li::before {
  content: "ã»";
  color: #9f9f9f;
}

/* ------------------------------
	.service
------------------------------ */
.content {
  overflow: visible;
}

.service {
  padding: 180px 0 215px;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 80px 0 120px;
  }
  .service.survey {
    padding: 40px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .service .sidenav_wrap {
    display: flex;
    flex-direction: column;
  }
}
.service .sidenav {
  margin-top: calc(0.0714285714 * 150 * 1vw);
  top: 50px;
}
@media screen and (max-width: 896px) {
  .service .sidenav {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .service .sidenav {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .service .sidenav {
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .service .sidenav {
    position: relative;
    top: 0;
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service .sidenav .service_side_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service .sidenav .service_side_nav > li {
    width: calc(50% - 5px);
    padding-left: 0;
  }
}
.service .sidenav .service_side_nav > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .service .sidenav .service_side_nav > li + li {
    margin-top: 0;
  }
}
.service .sidenav .service_side_nav > li > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1d1d1d;
  transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .service .sidenav .service_side_nav > li > a::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .service .sidenav .service_side_nav li {
    text-align: left;
  }
}
.service .sidenav .service_side_nav li a {
  position: relative;
  display: inline-block;
  text-align: left;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #9f9f9f;
  -webkit-transition: opacity 0.4s ease-out, color 0.4s ease-out;
  transition: opacity 0.4s ease-out, color 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .service .sidenav .service_side_nav li a {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  .service .sidenav .service_side_nav li a {
    font-size: 1.1rem;
    color: #1d1d1d;
  }
}
.service .sidenav .service_side_nav li a.big {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .service .sidenav .service_side_nav li a.big {
    font-size: 1.3rem;
  }
}
.service .sidenav .service_side_nav li a.en {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .service .sidenav .service_side_nav li a.en {
    font-size: 1.3rem;
  }
}
.service .sidenav .service_side_nav li .service_side_nav_sub {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .service .sidenav .service_side_nav li .service_side_nav_sub {
    margin-top: 5px;
  }
}
.service .sidenav .service_side_nav li .service_side_nav_sub li + li {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .service .sidenav .service_side_nav li .service_side_nav_sub li + li {
    margin-top: 4px;
  }
}
.service .sidenav .service_side_nav li .service_side_nav_sub li a {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .service .sidenav .service_side_nav li .service_side_nav_sub li a {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .service .sidenav .service_side_nav li .service_side_nav_sub li a {
    font-size: 0.9rem;
  }
}
.service .sidenav .service_side_nav li .service_side_nav_sub li a::before {
  content: "- ";
}
.service .sidenav .service_side_nav li.current a {
  color: #1d1d1d;
}
.service .sidenav .service_side_nav li.current a::after {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 1401px) {
  .service .sidenav_cnt {
    max-width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .service .sidenav_cnt {
    order: 2;
  }
}
.service .sidenav_cnt .service_ttl {
  margin-bottom: 60px;
  font-size: 14rem;
  letter-spacing: -0.02em;
  margin-left: -70px;
  line-height: 16rem;
}
@media screen and (max-width: 1400px) {
  .service .sidenav_cnt .service_ttl {
    margin-left: -6vw;
  }
}
@media screen and (max-width: 1330px) {
  .service .sidenav_cnt .service_ttl {
    margin-left: -6vw;
    font-size: 10vw;
    line-height: 12rem;
  }
}
@media screen and (max-width: 1200px) {
  .service .sidenav_cnt .service_ttl {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .service .sidenav_cnt .service_ttl {
    margin-bottom: 20px;
    font-size: 5.8rem;
    line-height: 7rem;
  }
}
.service .sidenav_cnt .service_box + .service_ttl {
  margin-top: 220px;
}
@media screen and (max-width: 768px) {
  .service .sidenav_cnt .service_box + .service_ttl {
    margin-top: 100px;
  }
}
.service .service_box {
  padding: 60px 0 0;
  margin-top: 35px;
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  .service .service_box {
    padding: 30px 0 0;
  }
}
.service .service_box + .service_box {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .service .service_box + .service_box {
    margin-top: 110px;
  }
}
.service .service_box .mid_ttl {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .service .service_box .mid_ttl {
    font-size: 2.8rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .service .service_box .mid_ttl {
    order: 0;
    margin-bottom: 30px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.service .service_box .bg_ttl {
  display: inline-block;
  padding: 12px 18px 13px;
  margin-bottom: 15px;
  background: #e2e2e2;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .service .service_box .bg_ttl {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .service .service_box .bg_ttl {
    padding: 8px 12px 10px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service_box .txt {
    line-height: 2;
  }
}
.service .service_box .space {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .service .service_box .space {
    margin-top: 20px;
  }
}
.service .service_box .img_box {
  margin-bottom: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .service .service_box .img_box {
    margin-bottom: 30px;
  }
}
.service .service_box .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .service .service_box .btn {
    margin-top: 20px;
  }
}
.service .service_box .flow_item .img_box {
  margin-top: 64px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service .service_box .flow_item .img_box {
    margin-top: 32px;
    margin-bottom: 0;
  }
}

/* ------------------------------
	.service_under_common
------------------------------ */
.service_under_head .en {
  color: #1d1d1d;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
}

.service_under_txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.service_under_feature .item {
  display: flex;
  gap: 0 53px;
  max-width: 1120px;
  padding: 45px 0;
  margin: 20px auto 0;
  border: 1px solid #cccccc;
  border-width: 1px 0;
}
.service_under_feature .heading {
  display: flex;
  width: 36.25%;
}
.service_under_feature .num {
  margin-right: 29px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #1d1d1d;
}
.service_under_feature .head {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #1d1d1d;
}
.service_under_feature .txt {
  width: 52.6785714286%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.lead_img {
  margin-top: 85px;
}

.service_head_ttl {
  font-size: 14rem;
  font-weight: 400;
  line-height: 0.81;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .service_head_ttl {
    font-size: 5.2rem;
    padding: 0;
    line-height: 0.9;
  }
}
@media screen and (min-width: 769px) {
  .service_head_ttl.ml {
    margin-left: -5vw;
  }
}

.features {
  margin-top: 0px;
  width: calc(0.0714285714 * 1000 * 1vw);
}
@media screen and (max-width: 768px) {
  .features {
    width: 100%;
    margin-top: 70px;
    padding: 0 5%;
  }
}
.features.key_points {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .features.key_points {
    max-width: 90%;
  }
}
.features .features_contents {
  margin: auto;
  border: 1px solid #ccc;
  border-width: 0 0 1px;
}
@media screen and (min-width: 769px) {
  .features .features_contents {
    display: flex;
    width: calc(0.0714285714 * 1120 * 1vw);
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .features .features_contents {
    padding: 40px 5%;
  }
}
.features .features_contents:first-child {
  margin-top: 32px;
  border-width: 1px 0;
}
@media screen and (min-width: 769px) {
  .features .features_contents .item {
    display: flex;
    width: calc(0.0714285714 * 406 * 1vw);
    margin-right: calc(0.0714285714 * 53 * 1vw);
  }
}
.features .features_contents .item .num {
  margin-right: calc(0.0714285714 * 30 * 1vw);
  font-size: calc(0.0714285714 * 16 * 1vw);
  font-weight: 400;
  width: calc(0.0714285714 * 30 * 1vw);
  line-height: 2;
  flex-shrink: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .features .features_contents .item .num {
    margin-right: 0;
    width: 100%;
    font-size: 1.6rem;
  }
}
.features .features_contents .item .head {
  font-size: calc(0.0714285714 * 22 * 1vw);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .features .features_contents .item .head {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .features .features_contents .txt {
    width: calc(0.0714285714 * 590 * 1vw);
  }
  .features .features_contents .txt.column {
    width: calc(0.0714285714 * 451 * 1vw);
  }
}
@media screen and (max-width: 768px) {
  .features .features_contents .txt {
    margin-top: 12px;
  }
}

.flow .head {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .flow .head {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.flow .head .small {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .flow .head .small {
    font-size: 1.4rem;
  }
}
.flow .txt {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .flow .txt {
    margin-top: 20px;
  }
}

.training .training__inner {
  width: calc(0.0714285714 * 1156 * 1vw);
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  .training .training__inner {
    width: 100%;
    margin-top: 40px;
  }
}
.training .training__heading {
  padding-left: calc(0.0714285714 * 40 * 1vw);
}
@media screen and (max-width: 896px) {
  .training .training__heading {
    padding-left: 0;
  }
}
.training .training_content {
  margin-top: calc(0.0714285714 * 30 * 1vw);
  margin-left: calc(0.0714285714 * 110 * 1vw);
}
@media screen and (max-width: 896px) {
  .training .training_content {
    margin-left: 0;
    padding: 0 3%;
  }
}
.training .head {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .training .head {
    font-size: 2rem;
  }
}
.training .txt {
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .training .txt {
    margin-top: 40px;
  }
}

.type {
  margin-top: 64px;
}
.type .head {
  padding: 17px 18px 19px;
  background-color: #e2e2e2;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .type .head {
    padding: 16px 16px 18px;
    font-size: 1.8rem;
  }
}
.type .type_content {
  margin-top: 32px;
}
.type .type_item {
  border-top: 1px solid #cccccc;
}
@media screen and (min-width: 769px) {
  .type .type_item {
    display: flex;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .type .type_item {
    padding: 20px 0;
  }
}
.type .type_item .job {
  flex: 1;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .type .type_item .job {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .type .type_item .txt {
    width: 61.9047619048%;
    margin-top: 0;
    margin-left: 20px;
  }
}

.tool {
  margin-top: 290px;
}
@media screen and (max-width: 896px) {
  .tool {
    margin-top: 160px;
  }
}
@media screen and (min-width: 769px) {
  .tool .service_head_ttl {
    margin-left: 5vw;
  }
}
.tool .tool_list {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .tool .tool_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 100px 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tool .tool_list {
    margin-top: 24px;
  }
}
.tool .tool_list .item {
  display: block;
}
@media screen and (min-width: 769px) {
  .tool .tool_list .item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .tool .tool_list .item + .item {
    margin-top: 40px;
  }
}
.tool .tool_list .item .textarea {
  padding: 36px 0 0;
}
@media screen and (max-width: 768px) {
  .tool .tool_list .item .textarea {
    padding: 24px 5%;
  }
}
.tool .tool_list .item .tool_name {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .tool .tool_list .item .tool_name {
    font-size: 1.8rem;
  }
}
.tool .tool_list .item .txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .tool .tool_list .item .txt {
    margin-top: 14px;
  }
}
.tool .tool_list .item .creative {
  margin-top: 30px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .tool .tool_list .item .creative {
    margin-top: 20px;
  }
}
.tool .tool_list .item .btn {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .tool .tool_list .item .btn {
    margin-top: 26px;
  }
}

.kitchen {
  width: calc(0.0714285714 * 1260 * 1vw);
  margin-inline: auto;
}
@media screen and (max-width: 896px) {
  .kitchen {
    width: 100%;
  }
}
.kitchen .sidenav_wrap {
  gap: 0 calc(0.0714285714 * 65 * 1vw);
}
.kitchen .features .features_list {
  margin-left: calc(0.0714285714 * 70 * 1vw);
  width: calc(0.0714285714 * 910 * 1vw);
}
@media screen and (max-width: 896px) {
  .kitchen .features .features_list {
    width: 100%;
    margin-left: 0;
    margin-inline: auto;
  }
}
.kitchen .features .features_contents {
  max-width: 100%;
}
.kitchen .chef {
  margin-left: calc(0.0714285714 * 70 * 1vw);
}
@media screen and (max-width: 896px) {
  .kitchen .chef {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .kitchen .chef {
    display: flex;
    justify-content: space-between;
    width: calc(0.0714285714 * 910 * 1vw);
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  .kitchen .chef {
    margin-top: 48px;
  }
}
@media screen and (min-width: 769px) {
  .kitchen .chef .icon {
    width: 37.3626373626%;
  }
}
@media screen and (min-width: 769px) {
  .kitchen .chef .textarea {
    width: 56.9230769231%;
  }
}
@media screen and (max-width: 768px) {
  .kitchen .chef .textarea {
    margin-top: 20px;
  }
}
.kitchen .chef .textarea .info {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.kitchen .chef .textarea .info .name {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1666666667em;
}
@media screen and (max-width: 768px) {
  .kitchen .chef .textarea .info .name {
    font-size: 2rem;
  }
}
.kitchen .chef .textarea .info .post {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .kitchen .chef .textarea .info .post {
    font-size: 1.3rem;
  }
}
.kitchen .chef .textarea .info .sns-link {
  margin-left: auto;
}
.kitchen .chef .textarea .info .sns-link a img {
  width: calc(0.0714285714 * 14 * 1vw);
}
@media screen and (max-width: 896px) {
  .kitchen .chef .textarea .info .sns-link a img {
    width: calc(0.2666666667 * 16 * 1vw);
  }
}
.kitchen .chef .textarea .txt {
  margin-top: 20px;
}
.kitchen .plan {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .kitchen .plan {
    margin-top: 100px;
    padding: 0 5%;
  }
}
.kitchen .plan .course {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kitchen .plan .course .name {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .kitchen .plan .course .name {
    font-size: 2rem;
    margin-top: calc(0.2666666667 * 0 * 1vw);
  }
}
.kitchen .plan .course .price {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .kitchen .plan .course .price {
    font-size: 1.8rem;
  }
}
.kitchen .plan .txt {
  margin-top: 20px;
}
.kitchen .plan .exsample {
  border: 1px solid #cccccc;
}
@media screen and (min-width: 769px) {
  .kitchen .plan .exsample {
    display: flex;
    align-items: center;
    padding: 28px 46px 26px 30px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .kitchen .plan .exsample {
    padding: 20px 5%;
    margin-top: 20px;
  }
}
.kitchen .plan .exsample .label {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .kitchen .plan .exsample .label {
    font-size: 1.5rem;
  }
}
.kitchen .plan .exsample .dish {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .kitchen .plan .exsample .dish {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .kitchen .plan .exsample .dish {
    margin-top: 12px;
  }
}
.kitchen .plan_premium {
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #cccccc;
  margin-top: calc(0.0714285714 * 60 * 1vw);
  margin-left: calc(0.0714285714 * 70 * 1vw);
}
@media screen and (max-width: 896px) {
  .kitchen .plan_premium {
    margin-left: 0;
  }
}
.kitchen .plan_premium .textarea {
  margin-top: 30px;
}
.kitchen .plan_other {
  margin-left: calc(0.0714285714 * 70 * 1vw);
}
@media screen and (max-width: 896px) {
  .kitchen .plan_other {
    margin-left: 0;
    padding: 0 3%;
  }
}
@media screen and (max-width: 896px) {
  .kitchen .plan_other .textarea {
    margin-top: calc(0.2666666667 * 30 * 1vw);
  }
}
.kitchen .plan_other .content {
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 769px) {
  .kitchen .plan_other .content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .kitchen .plan_other .content {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .kitchen .plan_other .content .img_box {
    width: 43.956043956%;
  }
}
@media screen and (min-width: 769px) {
  .kitchen .plan_other .content .textarea {
    width: 50.5494505495%;
    margin-top: 30px;
  }
}
.kitchen .plan_other .content .textarea .note {
  margin-top: 16px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #9f9f9f;
}
@media screen and (max-width: 768px) {
  .kitchen .plan_other .content .textarea .note {
    margin-top: 12px;
  }
}
.kitchen .event {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .kitchen .event {
    margin-top: 80px;
    padding: 0 5%;
  }
}
.kitchen .event .event_content {
  width: calc(0.0714285714 * 910 * 1vw);
  margin-left: calc(0.0714285714 * 70 * 1vw);
  margin-top: 40px;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 896px) {
  .kitchen .event .event_content {
    margin-left: 0;
    width: 100%;
  }
}
.kitchen .event .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .kitchen .event .item {
    flex-direction: column-reverse;
    padding: 32px 0;
  }
}
@media screen and (min-width: 769px) {
  .kitchen .event .textarea {
    width: 54.9450549451%;
  }
}
@media screen and (max-width: 768px) {
  .kitchen .event .textarea {
    margin-top: 20px;
  }
}
.kitchen .event .head {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .kitchen .event .head {
    font-size: 2rem;
  }
}
.kitchen .event .txt {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .kitchen .event .img_box {
    width: 39.3406593407%;
  }
}
.kitchen .catering {
  margin-top: 220px;
}
@media screen and (max-width: 768px) {
  .kitchen .catering {
    margin-top: 100px;
    padding: 0 5%;
  }
}
.kitchen .catering .catering_lead {
  width: calc(0.0714285714 * 910 * 1vw);
  margin-left: calc(0.0714285714 * 70 * 1vw);
}
@media screen and (max-width: 896px) {
  .kitchen .catering .catering_lead {
    margin-left: 0;
    width: 100%;
  }
}
.kitchen .catering .copy {
  margin-top: 40px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .kitchen .catering .copy {
    margin-top: 20px;
    font-size: 2.2rem;
  }
}
.kitchen .catering .txt {
  margin-top: 32px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .kitchen .catering .txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.kitchen .sidenav {
  margin-right: 0;
}

.catering_casestudy {
  max-width: 1114px;
  margin: 110px auto 0;
}
@media screen and (max-width: 768px) {
  .catering_casestudy {
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .catering_casestudy .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .catering_casestudy .item {
    padding: 0 5%;
  }
}
.catering_casestudy .item + .item {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .catering_casestudy .item + .item {
    margin-top: 60px;
    border-top: 1px solid #cccccc;
    padding-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .catering_casestudy .item .textarea {
    width: 46.6786355476%;
  }
}
.catering_casestudy .item .textarea .company {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .catering_casestudy .item .textarea .company {
    font-size: 2rem;
  }
}
.catering_casestudy .item .textarea .head {
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .catering_casestudy .item .textarea .head {
    font-size: 1.5rem;
  }
}
.catering_casestudy .item .textarea .txt {
  margin-top: 10px;
}
.catering_casestudy .item .textarea .outline {
  margin-top: 14px;
}
.catering_casestudy .item .textarea .outline table {
  width: 100%;
}
.catering_casestudy .item .textarea .outline th,
.catering_casestudy .item .textarea .outline td {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .catering_casestudy .item .textarea .outline th {
    width: 160px;
  }
}
@media screen and (min-width: 769px) {
  .catering_casestudy .item .img_box {
    width: 48.0251346499%;
  }
}
@media screen and (max-width: 768px) {
  .catering_casestudy .item .img_box {
    margin-top: 20px;
  }
}
.catering_casestudy .item .img_box .note {
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #9f9f9f;
}

.office {
  width: calc(0.0714285714 * 1260 * 1vw);
  margin-inline: auto;
}
@media screen and (max-width: 896px) {
  .office {
    width: 100%;
  }
}
.office .features .features_contents {
  max-width: 100%;
}
.office .features_list {
  margin-left: calc(0.0714285714 * 70 * 1vw);
  width: calc(0.0714285714 * 910 * 1vw);
}
@media screen and (max-width: 896px) {
  .office .features_list {
    width: 100%;
    margin-left: 0;
    margin-inline: auto;
  }
}
.office .casestudy {
  margin-top: 210px;
}
@media screen and (max-width: 768px) {
  .office .casestudy {
    margin-top: 100px;
    padding: 0 5%;
  }
}
.office .casestudy .casestudy_list {
  margin-top: 30px;
  margin-left: calc(0.0714285714 * 70 * 1vw);
  width: calc(0.0714285714 * 910 * 1vw);
}
@media screen and (max-width: 896px) {
  .office .casestudy .casestudy_list {
    width: 100%;
    margin-left: 0;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .office .casestudy .casestudy_list .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .office .casestudy .casestudy_list .info {
    margin-top: 30px;
  }
}
.office .casestudy .casestudy_list .name {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .office .casestudy .casestudy_list .name {
    font-size: 2rem;
  }
}
.office .casestudy .casestudy_list .data {
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .office .casestudy .casestudy_list .data {
    font-size: 1.3rem;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .office .casestudy .casestudy_list .data {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.office .casestudy .casestudy_list .copy {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .office .casestudy .casestudy_list .copy {
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.office .casestudy .casestudy_list .txt {
  margin-top: 20px;
}
.office .partner {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .office .partner {
    margin-top: 100px;
    padding: 0 5%;
  }
}
.office .partner .partner_list {
  margin: 45px auto 0;
  margin-left: calc(0.0714285714 * 70 * 1vw);
  width: calc(0.0714285714 * 910 * 1vw);
}
@media screen and (max-width: 896px) {
  .office .partner .partner_list {
    width: 100%;
    margin-left: 0;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .office .partner .partner_list .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.office .partner .partner_list .content + .content {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .office .partner .partner_list .content + .content {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .office .partner .partner_list .img_box {
    width: 41.3043478261%;
  }
}
@media screen and (min-width: 769px) {
  .office .partner .partner_list .textarea {
    width: 54.347826087%;
  }
}
@media screen and (max-width: 768px) {
  .office .partner .partner_list .textarea {
    margin-top: 20px;
  }
}
.office .partner .partner_list .textarea .company {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.office .partner .partner_list .textarea .company .partner_name {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .office .partner .partner_list .textarea .company .partner_name {
    font-size: 2.4rem;
  }
}
.office .partner .partner_list .textarea .company .partner_name .type {
  margin-top: 0;
  margin-left: 14px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .office .partner .partner_list .textarea .company .partner_name .type {
    font-size: 1.4rem;
  }
}
.office .partner .partner_list .textarea .company .sns {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .office .partner .partner_list .textarea .company .sns {
    gap: 0 6px;
  }
}
.office .partner .partner_list .textarea .company .sns a {
  display: block;
}
@media screen and (min-width: 769px) {
  .office .partner .partner_list .textarea .company .sns a {
    width: 26px;
  }
}
@media screen and (max-width: 768px) {
  .office .partner .partner_list .textarea .company .sns a {
    width: 20px;
  }
}
.office .partner .partner_list .textarea .company .sns a.tiktok {
  width: 20px;
}
@media screen and (max-width: 896px) {
  .office .partner .partner_list .textarea .company .sns a.tiktok {
    width: 15px;
  }
}
.office .partner .partner_list .textarea .txt {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .office .partner .partner_list .textarea .txt {
    margin-top: 14px;
  }
}
.office .planlist {
  margin-top: 192px;
  width: calc(0.0714285714 * 910 * 1vw);
}
@media screen and (max-width: 896px) {
  .office .planlist {
    width: 100%;
    padding: 0 5%;
  }
}
.office .planlist .planlist_content {
  margin-left: calc(0.0714285714 * 70 * 1vw);
  width: calc(0.0714285714 * 910 * 1vw);
}
@media screen and (max-width: 896px) {
  .office .planlist .planlist_content {
    width: 100%;
    margin-left: 0;
    margin-inline: auto;
  }
}
.office .planlist .planlist_content .item {
  position: relative;
  margin-top: 20px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .office .planlist .planlist_content .item {
    display: flex;
    align-items: center;
    padding: 60px 50px;
  }
}
@media screen and (max-width: 768px) {
  .office .planlist .planlist_content .item {
    padding: 30px 5% 50px;
  }
}
.office .planlist .planlist_content .item .company_name {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.office .planlist .planlist_content .item .label {
  padding-left: 22px;
  border-left: 5px solid #1d1d1d;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .office .planlist .planlist_content .item .label {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .office .planlist .planlist_content .item .label {
    padding-left: 12px;
    border-left: 3px solid #1d1d1d;
    font-size: 2rem;
    padding-bottom: 3px;
  }
}
.office .planlist .planlist_content .item .tag_group {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .office .planlist .planlist_content .item .tag_group {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
}
.office .planlist .planlist_content .item .tag_group .tag {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #9f9f9f;
}
@media screen and (max-width: 768px) {
  .office .planlist .planlist_content .item .tag_group .tag {
    font-size: 1.3rem;
  }
}
.office .planlist .note {
  margin-top: 20px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
}
.office .other_works {
  margin-top: 210px;
}
@media screen and (max-width: 768px) {
  .office .other_works {
    margin-top: 100px;
    padding: 0 5%;
  }
}
.office .other_works .img_box {
  margin-top: 40px;
  margin-left: calc(0.0714285714 * 70 * 1vw);
  width: calc(0.0714285714 * 910 * 1vw);
}
@media screen and (max-width: 896px) {
  .office .other_works .img_box {
    width: 100%;
    margin-left: 0;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .office .other_works .img_box {
    margin-top: 24px;
  }
}

.service_flow {
  margin-top: 192px;
}
@media screen and (max-width: 768px) {
  .service_flow {
    margin-top: 100px;
    padding: 0 5%;
  }
}
.service_flow .service_flow_list {
  margin-top: 40px;
  width: calc(0.0714285714 * 910 * 1vw);
  margin-left: calc(0.0714285714 * 70 * 1vw);
  display: flex;
  flex-flow: column;
  gap: 15px;
}
@media screen and (max-width: 896px) {
  .service_flow .service_flow_list {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.service_flow .service_flow_list .item {
  padding-top: calc(0.0714285714 * 40 * 1vw);
  padding-bottom: calc(0.0714285714 * 40 * 1vw);
  border-radius: 3px;
  padding-left: calc(0.0714285714 * 50 * 1vw);
  border: 1px solid #e2e2e2;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .service_flow .service_flow_list .item {
    align-items: flex-start;
    justify-content: space-between;
    padding-left: calc(0.2666666667 * 10 * 1vw);
    padding-right: calc(0.2666666667 * 10 * 1vw);
    padding-top: calc(0.2666666667 * 20 * 1vw);
    padding-bottom: calc(0.2666666667 * 20 * 1vw);
  }
}
@media screen and (max-width: 896px) {
  .service_flow .service_flow_list .item + .item {
    margin-top: 20px;
  }
}
.service_flow .service_flow_list .item .item__num {
  width: calc(0.0714285714 * 65 * 1vw);
  margin-right: calc(0.0714285714 * 15 * 1vw);
}
@media screen and (max-width: 896px) {
  .service_flow .service_flow_list .item .item__num {
    width: 20%;
    margin-right: 0;
    flex-shrink: 1;
  }
}
.service_flow .service_flow_list .item .item__num .num {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(0.0714285714 * 65 * 1vw);
  height: calc(0.0714285714 * 65 * 1vw);
  margin: auto;
  border-radius: 50%;
  background-color: #1d1d1d;
  font-size: calc(0.0714285714 * 12 * 1vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #efefef;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .service_flow .service_flow_list .item .item__num .num {
    width: calc(0.2666666667 * 55 * 1vw);
    height: calc(0.2666666667 * 55 * 1vw);
    font-size: calc(0.2666666667 * 12 * 1vw);
    letter-spacing: calc(0.2666666667 * 0.32 * 1vw);
    padding-top: calc(0.2666666667 * 8 * 1vw);
  }
}
.service_flow .service_flow_list .item .item__num .num .num__inner {
  text-align: center;
  display: block;
}
.service_flow .service_flow_list .item .item__num .num .num__inner.num-text {
  font-size: calc(0.0714285714 * 22 * 1vw);
  letter-spacing: calc(0.0714285714 * 0.44 * 1vw);
  line-height: calc(0.0714285714 * 15 * 1vw);
  margin-top: calc(0.0714285714 * 4 * 1vw);
}
@media screen and (max-width: 896px) {
  .service_flow .service_flow_list .item .item__num .num .num__inner.num-text {
    font-size: calc(0.2666666667 * 16 * 1vw);
    letter-spacing: calc(0.2666666667 * 0.36 * 1vw);
    line-height: calc(0.2666666667 * 18 * 1vw);
  }
}
.service_flow .service_flow_list .item .item__container {
  width: calc(0.0714285714 * 667 * 1vw);
}
@media screen and (max-width: 896px) {
  .service_flow .service_flow_list .item .item__container {
    width: 78%;
  }
}
.service_flow .service_flow_list .item .item__container .name {
  font-size: calc(0.0714285714 * 22 * 1vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: calc(0.0714285714 * 0.88 * 1vw);
  line-height: calc(0.0714285714 * 30.8 * 1vw);
}
@media screen and (max-width: 896px) {
  .service_flow .service_flow_list .item .item__container .name {
    font-size: calc(0.2666666667 * 16 * 1vw);
    line-height: calc(0.2666666667 * 24 * 1vw);
    letter-spacing: calc(0.2666666667 * 0.72 * 1vw);
  }
}
.service_flow .service_flow_list .item .item__container .txt {
  font-size: calc(0.0714285714 * 16 * 1vw);
  font-weight: 400;
  letter-spacing: calc(0.0714285714 * 0.32 * 1vw);
  line-height: calc(0.0714285714 * 28.8 * 1vw);
  color: #9f9f9f;
}
@media screen and (max-width: 896px) {
  .service_flow .service_flow_list .item .item__container .txt {
    font-size: calc(0.2666666667 * 14 * 1vw);
    line-height: calc(0.2666666667 * 24 * 1vw);
  }
}

.voice {
  margin-top: 200px;
}
@media screen and (max-width: 896px) {
  .voice {
    margin-top: 120px;
  }
}
.voice .service_head_ttl {
  margin-left: 5vw;
  margin-bottom: 20px;
}
.voice .item .img_box {
  position: relative;
}
.voice .item .img_box .company_name {
  position: absolute;
  top: 32px;
  left: 24px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .voice .item .img_box .company_name {
    top: 20px;
    left: 20px;
    font-size: 1.4rem;
  }
}
.voice .item .copy {
  margin-top: 40px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .voice .item .copy {
    padding: 0 3%;
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.voice .item .txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .voice .item .txt {
    padding: 0 3%;
    margin-top: 12px;
  }
}

.about_bscore {
  max-width: 740px;
  margin: 120px auto 0;
}
.about_bscore .about_head {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.about_bscore .about_movie {
  height: 300px;
  margin-top: 30px;
  background-color: #eee;
}
.about_bscore .btn {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .survey .features .service_head_ttl {
    margin-left: 0px;
  }
}
.survey .features .features_contents {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .survey .features .features_contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .survey .features .features_contents .img_box {
    width: 40.2197802198%;
  }
}
.survey .features .features_contents .item {
  display: block;
}
@media screen and (min-width: 769px) {
  .survey .features .features_contents .item {
    width: 54.5054945055%;
  }
}
@media screen and (max-width: 768px) {
  .survey .features .features_contents .item {
    margin-top: 20px;
  }
}
.survey .features .features_contents .txt {
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .survey .features .features_contents .txt {
    margin-top: 16px;
  }
}
.survey .introduce_company {
  width: calc(0.0714285714 * 900 * 1vw);
  margin: 192px auto 0;
}
@media screen and (max-width: 896px) {
  .survey .introduce_company {
    width: 90%;
    margin: 120px auto 0;
  }
}
.survey .introduce_company .sub-heading {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1666666667em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .survey .introduce_company .sub-heading {
    font-size: 2.2rem;
  }
}
.survey .introduce_company .list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.0714285714 * 20 * 1vw);
  margin-top: calc(0.0714285714 * 32 * 1vw);
}
@media screen and (max-width: 768px) {
  .survey .introduce_company .list {
    justify-content: space-between;
    gap: 6px 0;
    margin-top: 20px;
  }
}
.survey .introduce_company .logo {
  width: calc((100% - (0.0714285714 * 20 * 1vw) * 3) / 4);
}
@media screen and (max-width: 768px) {
  .survey .introduce_company .logo {
    width: 49%;
  }
}

@media screen and (min-width: 769px) {
  .future {
    display: flex;
    margin-top: 200px;
    margin-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .future {
    padding: 0 5%;
    margin-top: 100px;
  }
}
.future .future_head {
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .future .future_head {
    margin-right: 5vw;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .future .future_head {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .future .textarea {
    margin-top: 18px;
  }
}
.future .copy {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .future .copy {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .future .txt {
    max-width: 73.5294117647%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .future .txt {
    margin-top: 12px;
  }
}
@media screen and (min-width: 769px) {
  .future .link {
    display: flex;
    gap: 0 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .future .link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .future .link li + li {
    margin-top: 10px;
  }
}

.lService {
  width: calc(0.0714285714 * 1120 * 1vw);
  margin-inline: auto;
  margin-top: calc(0.0714285714 * 157 * 1vw);
}
@media screen and (max-width: 896px) {
  .lService {
    width: 100%;
    margin-top: calc(0.2666666667 * 50 * 1vw);
  }
}
.lService .lService__container {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 896px) {
  .lService .lService__container {
    padding: 0 5%;
  }
}
.lService .lService__heading {
  margin-left: calc(0.0714285714 * -70 * 1vw);
}
@media screen and (max-width: 896px) {
  .lService .lService__heading {
    margin-left: 0;
  }
}

.concept-design-features {
  width: calc(0.0714285714 * 1190 * 1vw);
  margin-inline: auto;
  margin-top: calc(0.0714285714 * 160 * 1vw);
  margin-bottom: calc(0.0714285714 * 80 * 1vw);
}
@media screen and (max-width: 896px) {
  .concept-design-features {
    width: 100%;
    padding: 0 3%;
    margin-top: calc(0.2666666667 * 60 * 1vw);
    margin-bottom: calc(0.2666666667 * 100 * 1vw);
  }
}
.concept-design-features .concept-design-features__heading {
  margin-left: calc(0.0714285714 * -50 * 1vw);
}
@media screen and (max-width: 896px) {
  .concept-design-features .concept-design-features__heading {
    margin-left: 0;
  }
}
.concept-design-features .concept-design-features__container {
  width: calc(0.0714285714 * 1120 * 1vw);
  margin-inline: auto;
}
@media screen and (max-width: 896px) {
  .concept-design-features .concept-design-features__container {
    width: 100%;
  }
}

.consulting-features {
  width: calc(0.0714285714 * 1190 * 1vw);
  margin-inline: auto;
  margin-top: calc(0.0714285714 * 160 * 1vw);
  margin-bottom: calc(0.0714285714 * 100 * 1vw);
}
@media screen and (max-width: 896px) {
  .consulting-features {
    width: 100%;
    padding: 0 3%;
    margin-top: calc(0.2666666667 * 60 * 1vw);
    margin-bottom: calc(0.2666666667 * 80 * 1vw);
  }
}
.consulting-features .consulting-features__heading {
  margin-left: calc(0.0714285714 * -50 * 1vw);
}
@media screen and (max-width: 896px) {
  .consulting-features .consulting-features__heading {
    margin-left: 0;
  }
}
.consulting-features .consulting-features__container {
  width: calc(0.0714285714 * 1120 * 1vw);
  margin-inline: auto;
}
@media screen and (max-width: 896px) {
  .consulting-features .consulting-features__container {
    width: 100%;
  }
}

.branding-desigh-features {
  width: calc(0.0714285714 * 1190 * 1vw);
  margin-inline: auto;
  margin-top: calc(0.0714285714 * 160 * 1vw);
  margin-bottom: calc(0.0714285714 * 200 * 1vw);
}
@media screen and (max-width: 896px) {
  .branding-desigh-features {
    width: 100%;
    padding: 0 3%;
    margin-top: calc(0.2666666667 * 60 * 1vw);
    margin-bottom: calc(0.2666666667 * 100 * 1vw);
  }
}
.branding-desigh-features .branding-desigh-features__heading {
  margin-left: calc(0.0714285714 * -50 * 1vw);
}
@media screen and (max-width: 896px) {
  .branding-desigh-features .branding-desigh-features__heading {
    margin-left: 0;
  }
}
.branding-desigh-features .branding-desigh-features__container {
  width: calc(0.0714285714 * 1120 * 1vw);
  margin-inline: auto;
}
@media screen and (max-width: 896px) {
  .branding-desigh-features .branding-desigh-features__container {
    width: 100%;
  }
}

.side-contact {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: calc(0.0714285714 * 33 * 1vw) calc(0.0714285714 * 15 * 1vw) calc(0.0714285714 * 15 * 1vw);
}
.side-contact .side-contact__title {
  margin-bottom: calc(0.0714285714 * 16 * 1vw);
  text-align: center;
  font-size: calc(0.0714285714 * 40 * 1vw);
  letter-spacing: 0;
}
.side-contact .side-contact__inner {
  width: 100%;
}

.corporate-philosophy-flow {
  margin-top: calc(0.0714285714 * 100 * 1vw);
}
@media screen and (max-width: 896px) {
  .corporate-philosophy-flow {
    margin-top: calc(0.2666666667 * 60 * 1vw);
  }
}
.corporate-philosophy-flow.traning {
  margin-top: calc(0.0714285714 * 256 * 1vw);
}
@media screen and (max-width: 896px) {
  .corporate-philosophy-flow.traning {
    margin-top: calc(0.2666666667 * 120 * 1vw);
  }
}
.corporate-philosophy-flow .corporate-philosophy-flow__title {
  padding-left: calc(0.0714285714 * 30 * 1vw);
  border-left: 6px solid #000;
  font-size: calc(0.0714285714 * 38 * 1vw);
  font-weight: 500;
  letter-spacing: calc(0.0714285714 * 4.18 * 1vw);
  line-height: calc(0.0714285714 * 38 * 1vw);
}
@media screen and (max-width: 896px) {
  .corporate-philosophy-flow .corporate-philosophy-flow__title {
    padding-left: calc(0.2666666667 * 20 * 1vw);
    font-size: calc(0.2666666667 * 24 * 1vw);
    letter-spacing: calc(0.2666666667 * 2.4 * 1vw);
    line-height: calc(0.2666666667 * 24 * 1vw);
    border-left: 4px solid #000;
  }
}

.corporate-philosophy-flow__side {
  margin-bottom: calc(0.0714285714 * 64 * 1vw);
}
.corporate-philosophy-flow__side .corporate-philosophy-flow__side--title {
  font-size: calc(0.0714285714 * 16 * 1vw);
  padding-left: calc(0.0714285714 * 15 * 1vw);
  font-weight: 500;
  letter-spacing: calc(0.0714285714 * 1.44 * 1vw);
  margin-bottom: calc(0.0714285714 * 20 * 1vw);
}

.corporate-philosophy-features {
  margin-top: calc(0.0714285714 * 160 * 1vw);
  width: calc(0.0714285714 * 1120 * 1vw);
  max-width: auto;
}
@media screen and (max-width: 896px) {
  .corporate-philosophy-features {
    margin-top: calc(0.2666666667 * 100 * 1vw);
  }
}
.corporate-philosophy-features .corporate-philosophy-features__heading {
  margin-left: calc(0.0714285714 * -100 * 1vw);
}
@media screen and (max-width: 896px) {
  .corporate-philosophy-features .corporate-philosophy-features__heading {
    margin-left: 0;
  }
}
.corporate-philosophy-features .corporate-philosophy-features__container .corporate-philosophy-features__contnets {
  width: auto !important;
}

.lServe-feature {
  width: calc(0.0714285714 * 1260 * 1vw);
  margin-inline: auto;
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 896px) {
  .lServe-feature {
    width: 90%;
  }
}
.lServe-feature .lServe-feature__container {
  width: calc(0.0714285714 * 980 * 1vw);
  margin-right: calc(0.0714285714 * 50 * 1vw);
}
@media screen and (max-width: 896px) {
  .lServe-feature .lServe-feature__container {
    width: 100%;
  }
}
.lServe-feature .lServe-feature__list {
  width: calc(0.0714285714 * 910 * 1vw);
  margin-left: calc(0.0714285714 * 70 * 1vw);
}
@media screen and (max-width: 896px) {
  .lServe-feature .lServe-feature__list {
    width: 100%;
    margin-left: 0;
  }
}
.lServe-feature .lServe-feature__list .img_box {
  margin-right: calc(0.0714285714 * 40 * 1vw);
}
@media screen and (max-width: 896px) {
  .lServe-feature .lServe-feature__list .img_box {
    margin-right: 0;
  }
}

.lServe-voice .lServe-voice__item {
  margin-right: calc(0.0714285714 * 40 * 1vw);
}
@media screen and (max-width: 896px) {
  .lServe-voice .lServe-voice__item {
    margin-right: calc(0.2666666667 * 15 * 1vw);
  }
}
.lServe-voice .lServe-voice__item .copy {
  font-size: calc(0.0714285714 * 22 * 1vw);
}
@media screen and (max-width: 896px) {
  .lServe-voice .lServe-voice__item .copy {
    font-size: calc(0.2666666667 * 18 * 1vw);
  }
}
.lServe-voice .lServe-voice__list {
  width: calc(0.0714285714 * 900 * 1vw);
  margin-inline: auto;
}

.branding-desigh-btn {
  margin-top: calc(0.0714285714 * 100 * 1vw);
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 896px) {
  .branding-desigh-btn {
    margin-top: calc(0.2666666667 * 60 * 1vw);
  }
}

.kitchen-voice {
  padding: 17px 18px 19px;
  margin-top: 18px;
  background-color: #efefef;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: calc(0.0714285714 * 70 * 1vw);
}
@media screen and (max-width: 896px) {
  .kitchen-voice {
    width: 90%;
    margin-inline: auto;
    padding: 12px 14px 16px;
    margin-top: 12px;
    font-size: 1.6rem;
    letter-spacing: calc(0.2666666667 * 0.08 * 1vw);
    margin-bottom: calc(0.2666666667 * 60 * 1vw);
  }
}

.service-list-btn {
  display: none;
}
.service-list-btn .arw {
  margin-top: -3px;
  margin-left: 0 !important;
  margin-right: 5px !important;
}

/*# sourceMappingURL=service.css.map */
