@charset "utf-8";
/*************************
共通
*************************/
* {
  box-sizing: border-box;
}
html {
  -webkit-overflow-scrolling: touch;
}
body .container {
  width: auto;
  max-width: inherit;
  height: auto;
}
.breadcrumbs {
  padding: 12px;
}
.topicModuleBanner a:hover {
  opacity: .7;
  transition: all 300ms;
}
.topicModuleCol2__text {
  color: #333 !important;
}
body img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}
.aoki_main .mv .mv_img img {
  width: 100%;
  margin: 0 auto 0;
}

/* 見出し */
.aoki_main h2 {
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 24px;
  color: #385531;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.aoki_main h2 span {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1;
}
.aoki_main .commentary {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #385531;
  font-size: 18px;
  text-align: center;
}

/* コンテンツ */
.aoki_main #summary {
  margin-top: 100px;
}
.aoki_main .contents {
  padding: 70px 0;
}
.aoki_main .contents.bg_color {
  background-color: #f9f2d9;
}
.aoki_main .contents .contents_inner {
  max-width: 900px;
  margin: 0 auto;
}
.aoki_main .service {
  text-align: center;
}
.aoki_main .service .service_problem .service_problem_lead {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #385531;
}
.aoki_main .service .service_problem .service_problem_lead span {
  font-size: 35px;  
  background: linear-gradient(
    transparent 70%,
    #f2e0a7 70%
  );
}
.aoki_main .service .service_solution .service_catch {
  width: 760px;
  margin: 40px auto 60px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  background-color: #f24912;
  padding: 26px 0 20px;
  border-radius: 8px;
  position: relative;
}
.aoki_main .service .service_solution .service_catch span {
  font-size: 44px;
}
.aoki_main .service .service_solution .service_catch::before {
  content: "";
  border: 20px solid transparent;
  border-top: 24px solid #f24912;
  margin-left: -20px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.aoki_main .service .service_solution .attention {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 26px;
  font-size: 32px;
  font-weight: bold;
  color: #385531;
}
.aoki_main .service .service_solution .attention::before {
  position: absolute;
  left: -30px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #385531;
  border-radius: 3px;
  transform: rotate(-40deg);
}
.aoki_main .service .service_solution .attention::after {
  position: absolute;
  content: "";
  right: -30px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #385531;
  border-radius: 3px;
  transform: rotate(40deg);
}
.aoki_main .step {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.aoki_main .step .step_item {
  position: relative;
  width: 256px;
  padding-bottom: 40px;
  border: 2px solid #385531;
  border-radius: 8px;
}
.aoki_main .step .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;
}
.aoki_main .step .step_item:nth-of-type(2)::before {
  border-color: transparent transparent transparent #f2d475;
}
.aoki_main .step .step_item:nth-of-type(3)::before {
  border-color: transparent transparent transparent #eba011;
}
.aoki_main .step_num {
  max-width: 135px;
  margin: -30px auto 0;
}
.aoki_main .step_img {
  max-width: 142px;
  margin: 0 auto;
  padding: 30px 0 26px;
}
.aoki_main .step_text {
  line-height: 1.6;
  color: #385531;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.aoki_main dl {
  padding: 45px 50px 50px;
  background-color: #fff;
  border-radius: 8px;
}
.aoki_main dt {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  color: #385531;
  font-size: 20px;
  font-weight: bold;
}
.aoki_main dt:not(:first-of-type) {
  margin-top: 36px;
}
.aoki_main dt::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: calc(100% - 10px);
  background: #385531;
  border-radius: 3px;
}
.aoki_main dd {
  line-height: 2;
  margin-left: 14px;
  color: #385531;
  font-size: 14px;
}
.aoki_main dd.indent {
  padding-left: 14px;
  text-indent: -14px;
}

/* ボタン */
.aoki_main .cv_btn {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 30px;
}
.aoki_main .cv_btn a {
  display: block;
  position: relative;
  max-width: 500px;
  padding: 26px;
  background-color: #f24912;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100vw;
  text-align: center;
}
.aoki_main .cv_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);
}
.aoki_main .cv_btn a:hover {
  text-decoration: none;
  background-color: #f2813d;
  transition: all 300ms;
}


/*************************
PC only
*************************/
@media screen and (min-width: 769px) {
  .aoki_main .sp {
    display: none;
  }
  .aoki_main .title {
    width: 100%;
    margin: 0 auto;
    background: #f2e0a7;
  }
  .aoki_main .title .title_img {
    max-width: 776px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .aoki_main .mv {
    width: 100%;
    margin: 0 auto;
    background: url(../_img/250929/campaign-torioki_mvbg.webp) center bottom no-repeat;
  }
  .aoki_main .mv .mv_img {
    max-width: 922px;
    margin: 0 auto;
    padding-top: 0;
  }

/*AOKI 23.0929追記*/
.bnr_pc2column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bnr_pc2column img {
  width: 440px;
}
.bnr_pc4column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.bnr_pc4column img {
  width: 210px;
}
.wrapper {
  width: 100%!important;
  padding: 0px 0 0!important;
}
body .container{
  padding: 0;
}
}


/*************************
SP only
*************************/
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0!important;
  }
  body .container {
    padding: 0;
  }
  .aoki_main .pc {
    display: none;
  }
  main{
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .aoki_main .title {
    width: 100%;
    background: #f2e0a7;
  }
  .aoki_main .title .title_img {
    width: 90%;
    margin: 0 auto;
    padding-top: 5.3vw;
  }
  .aoki_main .mv {
    position: relative;
    width: 100%;
    height: 105vw;
    background: url("../_img/250929/campaign-torioki_mvbg_sp.webp") center bottom no-repeat;
    background-size: cover;
  }
  .aoki_main .mv .mv_img {
    padding-top: 5.33vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .aoki_main h2 {
    line-height: 2;
    margin-bottom: 1vw;
    font-size: 5.6vw;
  }
  .aoki_main h2 span {
    width: 85%;
    margin-bottom: 5vw;
  }
  .aoki_main h3 {
    font-size: 5vw;
  }

  /* コンテンツ */
  .aoki_main #summary {
      margin-top: 13.33vw;
  }
  .aoki_main .contents {
    padding: 7vw 0;
  }
  .aoki_main .contents .contents_inner {
    max-width: 100%;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .aoki_main .commentary {
    margin-bottom: 5vw;
    font-size: 3.7vw;
  }
.aoki_main .service .service_problem .service_problem_lead {
  margin-bottom: 4.7vw;
  font-size: 5.1vw;
  line-height: 1.4;
}
.aoki_main .service .service_problem .service_problem_lead span {
  font-size: 6.1vw;
  background: linear-gradient(
    transparent 70%,
    #f2e0a7 70%
  );
}
.aoki_main .service .service_solution .service_catch {
  width: 100%;
  margin: 6.7vw auto 8vw;
  font-size: 4vw;
  padding: 3.5vw 0 2.7vw;
  border-radius: 8px;
}
.aoki_main .service .service_solution .service_catch span {
  font-size: 5.2vw;
  font-feature-settings: "palt";
}
.aoki_main .service .service_solution .service_catch::before {
  border: 3vw solid transparent;
  border-top: 4vw solid #f24912;
  margin-left: -3vw;
}
.aoki_main .service .service_solution .attention {
  padding: 0 4.5vw;
  margin-bottom: 4vw;
  font-size: 5.1vw;
}
  .aoki_main .step {
    display: block;
    margin-top: 6vw;
  }
  .aoki_main .step .step_item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2.4vw 6.6vw;
    border: 1px solid #385531;
  }
  .aoki_main .step .step_item + .step_item {
    margin-top: 9.3vw;
  }

  .aoki_main .step .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;
  }
  .aoki_main .step .step_item:nth-of-type(2)::before {
    border-color: #f2d475 transparent transparent transparent;
  }
  .aoki_main .step .step_item:nth-of-type(3)::before {
    border-color: #eba011 transparent transparent transparent;
  }
  .aoki_main .step_sp {
    padding-left: 6.66vw;
  }
  .aoki_main .step_num {
    max-width: 27vw;
    margin: 0 0 2vw 0;
  }
  .aoki_main .step_img {
    max-width: 29.5vw;
    margin: 0;
    padding: 0;
  }
  .aoki_main .step_text {
    line-height: 1.5;
    font-size: 3.73vw;
    text-align: left;
  }
  .aoki_main dl {
    margin-bottom: 0;
    padding: 6vw 5.33vw 9vw;
  }
  .aoki_main dt {
    margin-bottom: 1.4vw;
    padding-left: 2.4vw;
    font-size: 4vw;
  }
  .aoki_main dt:not(:first-of-type) {
    margin-top: 5vw;
  }
  .aoki_main dt::before {
    width: 4px;
  }
  .aoki_main dd {
    line-height: 1.8;
    margin-left: 3.2vw;
    font-size: 3.2vw;
  }
  .aoki_main dd.indent {
    padding-left: 3.2vw;
    text-indent: -3.2vw;
  }

  /* btn */
  .aoki_main .mv .cv_btn {
    position: absolute;
    bottom: 6.5vw;
    max-width: 100%;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .aoki_main .cv_btn a {
    max-width: 100%;
    width: 100%;
    padding: 4.8vw;
    font-size: 3.73vw;
  }

  /* モジュール調整 */
  .topicModuleBanner {
    padding-left: 16px;
    padding-right: 16px;
  }

  /*AOKI 23.0929追記*/
  .bnr_sp1column li+li{
    margin-top: 20px;
  }
  .bnr_sp1column img {
    width: 92vw;
  }
  .bnr_sp2column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;

  }
  .bnr_sp2column img {
    width: 44.5vw;
  }
  .bnr_sp2column li:nth-of-type(n+3){
    margin-top: 20px;
  }
}


  /*AOKI 24.0927追記*/
.anchorLink {
  width: 728px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 56px auto 0;
}
.anchorLink li {
  width: calc((100% - 38px) / 2);
}
.anchorLink li:nth-child(n+3) {
  margin-top: 28px;
}
.anchorLink li a {
  text-align: center;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  font-feature-settings: "palt";
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #f24912;
  color: #f24912;
  border-radius: 100px;
  position: relative;
  padding: 15px 0;
  transition: .4s;
}
.anchorLink li a::after {
  content: "";
  margin: auto;
  position: absolute;
  bottom: 47%;
  right: 6%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #f24912;
  border-right: 2px solid #f24912;
  transform: rotate(135deg);
  transition: .4s;
}
.anchorLink li a:hover::after {
  border-color: #fff;
}
.anchorLink li a:hover {
  color: #fff;
  background-color: #f24912;
}
.anchorLink li a:focus,
.anchorLink li a:hover {
  text-decoration: none;
}
.text_step {
  margin-top: 40px;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  color: #385531;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h1 {
    width: 100vw;
    margin: 0 auto;
  }
  .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;
  }
  .anchorLink li:nth-child(n+3) {
    margin-top: 4vw;
  }
  .aoki_main .service .service_solution .attention::before {
    left: -4.6vw;
  }
  .aoki_main .service .service_solution .attention::after {
    right: -4.6vw;
  }
  .text_step {
    font-size: 4.5vw;
    line-height: 1.5;
    margin-top: 5.3vw;
  }
  .aoki_main .contents.bg_color {
    padding-top: 8vw;
  }
}