@charset "utf-8";
/*============= common =============*/
.wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
 }
.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.aoki_main * {
   box-sizing: border-box;
}
.aoki_main ul,
.aoki_main ol {
  list-style: none;
}
.aoki_main a {
  transition: .4s;
}
.aoki_main a:hover,
.aoki_main a:focus {
  opacity: 1;
  text-decoration: none;
}
.aoki_main img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  vertical-align: bottom;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.mainvisual_wrap {
  width: 100%;
  margin: 0 auto;
  background: url(../_img/260413/mainvisual_bg.webp) center bottom no-repeat;
}
.mainvisual_wrap .mainvisual {
  width: 968px;
  margin: 0 auto;
  padding-top: 0;
}
.anchorLink {
  width: 730px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px auto 0;
}
.anchorLink li {
  width: calc((100% - 40px) / 2);
}
.anchorLink li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #ee7407;
  color: #ee7407;
  border-radius: 100px;
  position: relative;
  padding: 15px 0;
  transition: .4s;
}
.anchorLink li a::after {
  content: "";
  position: absolute;
  bottom: 47%;
  right: 6%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ee7407;
  border-right: 2px solid #ee7407;
  transform: rotate(135deg);
  transition: .4s;
}
.anchorLink li a:hover {
  color: #fff;
  background-color: #ee7407;
}
.anchorLink li a:hover::after {
  border-color: #fff;
}
.anchorLink li a:focus,
.anchorLink li a:hover {
  text-decoration: none;
}
h2 {
  margin-bottom: 20px;
  text-align: center;
}
h2 span {
  display: inline-block;
  width: 400px;
}
.commentary {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #1e56c2;
  font-size: 18px;
  text-align: center;
}
.contents {
  padding: 70px 0;
}
.contents.bg_color {
  background-color: #fff6a6;
}
.contents .contents_inner {
  width: 900px;
  margin: 0 auto;
}
.step_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.step_wrap .step_item {
  position: relative;
  width: 256px;
  padding-bottom: 40px;
  border: 2px solid #1e56c2;
  border-radius: 8px;
}
.step_wrap .step_item + .step_item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  left: -18%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
}
.step_wrap .step_item:nth-of-type(2)::before {
  border-color: transparent transparent transparent #1e56c2;
}
.step_wrap .step_item:nth-of-type(3)::before {
  border-color: transparent transparent transparent #1e56c2;
}
.step_num {
  width: 135px;
  margin: -30px auto 0;
}
.step_text {
  line-height: 1.6;
  color: #1e56c2;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.step_img {
  width: 142px;
  margin: 0 auto;
  padding: 30px 0 26px;
}
.merit_area {
  margin-top: 100px;
}
.service {
  text-align: center;
}
.service .service_problem .service_problem_lead {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #1e56c2;
}
.service .service_problem .service_problem_lead span {
  font-size: 35px;  
  background: linear-gradient(transparent 70%,#fff272 70%);
}
.service .service_solution .service_catch {
  width: 760px;
  margin: 40px auto 60px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ee7407;
  padding: 26px 0 20px;
  border-radius: 8px;
  position: relative;
}
.service .service_solution .service_catch span {
  font-size: 44px;
}
.service .service_solution .service_catch::before {
  content: "";
  border: 20px solid transparent;
  border-top: 24px solid #ee7407;
  margin-left: -20px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.service .service_solution .attention {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 26px;
  font-size: 32px;
  font-weight: bold;
  color: #1e56c2;
}
.service .service_solution .attention::before,
.service .service_solution .attention::after {
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #1e56c2;
}
.service .service_solution .attention::before {
  left: -30px;
  transform: rotate(-40deg);
}
.service .service_solution .attention::after {
  content: "";
  right: -30px;
  transform: rotate(40deg);
}
.text_step {
  margin-top: 40px;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  color: #1e56c2;
  text-align: center;
}
.detail_area dl {
  padding: 45px 50px 50px;
  background-color: #fff;
  border-radius: 8px;
}
.detail_area dt {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  color: #1e56c2;
  font-size: 20px;
  font-weight: bold;
}
.detail_area dt:not(:first-of-type) {
  margin-top: 36px;
}
.detail_area dt::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: calc(100% - 10px);
  background: #1e56c2;
  border-radius: 3px;
}
.detail_area dd {
  line-height: 2;
  margin-left: 14px;
  color: #1e56c2;
  font-size: 14px;
}
.detail_area dd.indent {
  padding-left: 14px;
  text-indent: -14px;
}
.conversion_btn {
  width: 500px;
  margin: 0 auto;
  padding-top: 30px;
}
.conversion_btn a {
  display: block;
  position: relative;
  width: 100%;
  padding: 26px;
  background-color: #ee7407;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100vw;
  text-align: center;
}
.conversion_btn a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg);
}
.conversion_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.4s;
}
.recommend_catch {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  color: #1e56c2;
}
.recommend_catch span {
  display: inline-block;
  position: relative;
}
.recommend_catch span::before,
.recommend_catch span::after {
  position: absolute;
  top: 0;
  content: "";
  width: 1px;
  height: 24px;
  background: #1e56c2;
}
.recommend_catch span::before {
  left: -12px;
  transform: rotate(-30deg);
}
.recommend_catch span::after {
  right: -12px;
  transform: rotate(30deg);
}
.recommend_title {
  margin-top: 15px;
  padding: 5px 0;
  text-align: center;
  background-color: #1e56c2;
  color: #fff;
}
.recommend_btn {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.recommend_btn + .recommend_title {
  margin-top: 40px;
}
.recommend_btn + .recommend_catch {
  margin-top: 60px;
}
.recommend_btn li {
  width: calc((100% - 40px) / 3);
}
.recommend_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  text-align: center;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #1e56c2;
  color: #1e56c2;
  position: relative;
}
.recommend_btn li a::before {
  content: "";
  position: absolute;
  height: 72px;
  bottom: 1px;
}
.recommend_btn li.recommend_mens_shirt a::before {
  width: 44px;
  left: 30px;
  background: url("../_img/260413/recommend_mens_shirt.webp") top center / 100% no-repeat;
}
.recommend_btn li.recommend_mens_jacket a::before {
  width: 61px;
  left: 18px;
  background: url("../_img/260413/recommend_mens_jacket.webp") top center / 100% no-repeat;
}
.recommend_btn li.recommend_mens_pants a::before {
  width: 37px;
  left: 24px;
  background: url("../_img/260413/recommend_mens_pants.webp") top center / 100% no-repeat;
}
.recommend_btn li.recommend_ladies_tops a::before {
  width: 73px;
  left: 18px;
  background: url("../_img/260413/recommend_ladies_tops.webp") top center / 100% no-repeat;
}
.recommend_btn li.recommend_ladies_jacket a::before {
  width: 61px;
  left: 18px;
  background: url("../_img/260413/recommend_ladies_jacket.webp") top center / 100% no-repeat;
}
.recommend_btn li.recommend_ladies_pants a::before {
  width: 23px;
  left: 32px;
  background: url("../_img/260413/recommend_ladies_pants.webp") top center / 100% no-repeat;
}
.recommend_btn li a::after {
  content: "";
  position: absolute;
  bottom: 45%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e56c2;
  border-right: 2px solid #1e56c2;
  transform: rotate(45deg);
}
.recommend_btn li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.bnr_2column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.bnr_2column li {
  width: 440px;
}
.bnr_4column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.bnr_4column li {
  width: 210px;
}
.bnr_2column + .bnr_4column {
  margin-top: 30px;
}

/*************************
PC only
*************************/
@media screen and (min-width: 769px) {
  .anchorLink li:nth-of-type(2n) {
    margin-left: 40px;
  }
  .anchorLink li:nth-child(n+3) {
    margin-top: 28px;
  }
  .step_wrap .step_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .step_num {
    order: 1;
  }
  .step_text {
    order: 3;
  }
  .step_img {
    order: 2;
  }
  .step {
    display: contents;
  }
  .recommend_btn li:nth-of-type(n+2) {
    margin-left: 20px;
  }
  .bnr_2column li:nth-of-type(2n) {
    margin-left: 20px;
  }
  .bnr_4column li:not(:nth-of-type(4n+1)) {
    margin-left: 20px;
  }
}


/*************************
SP only
*************************/
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding-top: 0;
  }
  .aoki_main {
    padding: 0 0 26.67vw;
  }
  .mainvisual_wrap {
    position: relative;
    width: 100%;
    height: 105vw;
    background: url("../_img/260413/mainvisual_bg_sp.webp") center bottom no-repeat;
    background-size: cover;
  }
  .mainvisual_wrap .mainvisual {
    width: 100%;
    padding-top: 5.33vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .anchorLink {
    width: 100%;
    padding: 0 4vw;
    margin: 6.66vw auto 6vw;
    flex-direction: column;
  }
  .anchorLink li {
    width: 100%;
  }
  .anchorLink li a {
    font-size: 3.73vw;
    padding: 3.2vw 0;
  }
  .anchorLink li + li {
    margin-top: 4vw;
  }
  h2 {
    margin-bottom: 5vw;
    font-size: 5.6vw;
  }
  h2 span {
    width: 70.67vw;
  }
  .contents {
    padding: 7vw 0;
  }
  .contents.bg_color {
    padding-top: 8vw;
  }
  .contents .contents_inner {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .commentary {
    margin-bottom: 5vw;
    font-size: 3.7vw;
  }
  .step_wrap {
    display: block;
    margin-top: 6vw;
  }
  .step_wrap .step_item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2.4vw 6.6vw;
    border: 1px solid #1e56c2;
  }
  .step_wrap .step_item + .step_item {
    margin-top: 9.3vw;
  }
  .step_wrap .step_item + .step_item::before {
    top: -7vw;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -2vw;
    border-style: solid;
    border-width: 4vw 4vw 0 4vw;
  }
  .step_wrap .step_item:nth-of-type(2)::before {
    border-color: #1e56c2 transparent transparent transparent;
  }
  .step_wrap .step_item:nth-of-type(3)::before {
    border-color: #1e56c2 transparent transparent transparent;
  }
  .step {
    padding-left: 6.66vw;
  }
  .step_num {
    width: 26.9vw;
    margin: 0 0 2vw 0;
  }
  .step_img {
    width: 29.6vw;
    margin: 0;
    padding: 0;
  }
  .step_text {
    line-height: 1.5;
    font-size: 3.73vw;
    text-align: left;
  }
  .merit_area {
      margin-top: 13.33vw;
  }
  .service .service_problem .service_problem_lead {
    margin-bottom: 4.7vw;
    font-size: 5.1vw;
    line-height: 1.4;
  }
  .service .service_problem .service_problem_lead span {
    font-size: 6.1vw;
  }
  .service .service_solution .service_catch {
    width: 100%;
    margin: 6.7vw auto 8vw;
    font-size: 4vw;
    padding: 3.5vw 0 2.7vw;
    border-radius: 8px;
  }
  .service .service_solution .service_catch span {
    font-size: 5.2vw;
  }
  .service .service_solution .service_catch::before {
    border: 3vw solid transparent;
    border-top: 4vw solid #ee7407;
    margin-left: -3vw;
  }
  .service .service_solution .attention {
    padding: 0 4.5vw;
    margin-bottom: 4vw;
    font-size: 5.1vw;
  }
  .service .service_solution .attention::before {
    left: -4.6vw;
  }
  .service .service_solution .attention::after {
    right: -4.6vw;
  }
  .text_step {
    font-size: 4.5vw;
    line-height: 1.5;
    margin-top: 5.3vw;
  }
  .detail_area dl {
    margin-bottom: 0;
    padding: 6vw 5.33vw 9vw;
  }
  .detail_area dt {
    margin-bottom: 1.4vw;
    padding-left: 2.4vw;
    font-size: 4vw;
  }
  .detail_area dt:not(:first-of-type) {
    margin-top: 5vw;
  }
  .detail_area dt::before {
    width: 4px;
  }
  .detail_area dd {
    line-height: 1.8;
    margin-left: 3.2vw;
    font-size: 3.2vw;
  }
  .detail_area dd.indent {
    padding-left: 3.2vw;
    text-indent: -3.2vw;
  }
  .conversion_btn {
    width: 100%;
  }
  .conversion_btn a {
    padding: 4.8vw;
    font-size: 3.73vw;
  }
  .recommend_catch {
    margin-top: 6.67vw;
    font-size: 3.73vw;
  }
  .recommend_catch span::before,
  .recommend_catch span::after {
    width: 0.13vw;
    height: 3.73vw;
    top: 0.66vw;
  }
  .recommend_catch span::before {
    left: -2.6vw;
  }
  .recommend_catch span::after {
    right: -2.6vw;
  }
  .recommend_title {
    margin-top: 3.33vw;
    padding: 0.67vw 0;
  }
  .recommend_btn {
    margin-top: 2vw;
  }
  .recommend_btn + .recommend_title {
    margin-top: 5.33vw;
  }
  .recommend_btn + .recommend_catch {
    margin-top: 10.67vw;
  }
  .recommend_btn li {
    width: 100%;
  }
  .recommend_btn li:nth-of-type(n+2) {
    margin-top: 2.67vw;
  }
  .recommend_btn li a {
    height: 15.33vw;
    padding-left: 1.33vw;
    font-size: 3.73vw;
    border: 0.27vw solid #1e56c2;
  }
  .recommend_btn li a::before {
    height: 13.87vw;
    bottom: 0.27vw;
  }
  .recommend_btn li.recommend_mens_shirt a::before {
    width: 8.53vw;
    left: 8vw;
  }
  .recommend_btn li.recommend_mens_jacket a::before {
    width: 11.87vw;
    left: 6.67vw;
  }
  .recommend_btn li.recommend_mens_pants a::before {
    width: 6.8vw;
    left: 9.33vw;
  }
  .recommend_btn li.recommend_ladies_tops a::before {
    width: 14vw;
    left: 6vw;
  }
  .recommend_btn li.recommend_ladies_jacket a::before {
    width: 11.6vw;
    left: 6.67vw;
  }
  .recommend_btn li.recommend_ladies_pants a::before {
    width: 4.4vw;
    left: 10.67vw;
  }
  .recommend_btn li a::after {
    right: 8vw;
    width: 2.13vw;
    height: 2.13vw;
    border-top: 0.27vw solid #1e56c2;
    border-right: 0.27vw solid #1e56c2;
  }
  .bnr_2column {
    margin-top: 3.33vw;
  }
  .bnr_2column li {
    width: 100%;
  }
  .bnr_2column li:nth-of-type(n+2) {
    margin-top: 5.33vw;
  }
  .bnr_4column {
    margin-top: 3.33vw;
  }
  .bnr_4column li {
    width: calc((100% - 3.2vw) / 2);
  }
  .bnr_4column li:nth-of-type(2n) {
    margin-left: 3.2vw;
  }
  .bnr_4column li:nth-of-type(n+3) {
    margin-top: 5.33vw;
  }
  .bnr_2column + .bnr_4column {
    margin-top: 5.33vw;
  }
}