@charset "UTF-8";

/* ===============================================
# 
=============================================== */
@font-face {
  font-family: "notosansjp";
  font-weight: 400;
  src: url(/oos/adv/font/tmp_251/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: "notosansjp";
  font-weight: 500;
  src: url(./../font/tmp_251/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: "notosansjp";
  font-weight: 600;
  src: url(/oos/adv/font/tmp_251/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: "notosansjp";
  font-weight: 900;
  src: url(/oos/adv/font/tmp_251/NotoSansJP-Black.otf) format("opentype");
}

/* ===============================================
# lin-heightの上下相殺
=============================================== */
/* ===============================================
# common
=============================================== */
.sp {
  display: none !important;
}

body {
  position: relative;
  font-size: 18px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #4d4d4d;
  letter-spacing: 0;
  font-feature-settings: "palt";
  overflow-x: hidden;
  min-width: 1000px;
  overflow-x: scroll;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.flex {
  display: flex;
}

.flex_around {
  justify-content: space-around;
}

.flex_between {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.fw_bold {
  font-weight: bold;
}

.fc_green {
  color: #009946;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.inner {
  width: 950px;
  margin: 0 auto;
}

._fs12 {
  font-size: 12px;
  display: inline-block;
}

._mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none;
  }

  .flex_block_sp {
    display: block;
  }

  body {
    min-width: 100%;
    font-size: 3.2vw;
  }

  img {
    width: 100%;
  }

  .inner {
    width: 92vw;
  }
}

/* ===============================================
# tmp_251
=============================================== */
.tmp_251 a {
  transition: 0.3s;
}

.tmp_251 a:hover {
  opacity: 0.7;
}

.tmp_251 .fv {
  background: url("/oos/adv/image/tmp_251/fv_bg.jpg") no-repeat center/cover;
}

.tmp_251 .fv_ttl {
  position: relative;
}

.tmp_251 .fv_ttl_wrap {
  height: 514px;
  margin-bottom: 90px;
  padding-top: 26px;
  background: url("/oos/adv/image/tmp_251/fv.png") no-repeat center;
  background-size: initial;
}

.tmp_251 .fv_ttl_wrap_inner {
  width: 675px;
  height: 444px;
  background: url("/oos/adv/image/tmp_251/fv_ttl_bg.png") no-repeat top left/381px 444px;
  padding-left: 234px;
  margin-left: -234px;
}

.tmp_251 .fv_ttl h1 img {
  width: 237px;
  margin-bottom: 22px;
}

.tmp_251 .fv_ttl_txt01 {
  font-size: 80px;
  color: #ef8200;
  font-family: "notosansjp", sans-serif;
  font-weight: 900;
  line-height: 1.3;
}

.tmp_251 .fv_ttl_txt02 {
  font-size: 60px;
  margin-bottom: 26px;
  font-family: "notosansjp", sans-serif;
  font-weight: 900;
}

.tmp_251 .fv_limited ul {
  width: 440px;
  background: linear-gradient(-60deg, #009946 0%, #009946 52%, #ffffff 52%, #ffffff 53%, #ef8200 53%, #ef8200 100%);
  font-size: 26px;
  text-align: center;
}

.tmp_251 .fv_limited ul li {
  text-align: center;
  width: 48%;
  color: #ffffff;
  padding: 20px 0;
  font-family: "notosansjp", sans-serif;
  font-weight: 600;
}

.tmp_251 .fv_limited ul li:nth-child(2) {
  width: 52%;
}

.tmp_251 .fv_lead {
  text-align: center;
  margin-bottom: 100px;
}

.tmp_251 .fv_lead h2 {
  font-size: 30px;
  line-height: 1.4;
  color: #ef8200;
  border-bottom: 1px solid #ef8200;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.tmp_251 .fv_lead h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}

.tmp_251 .fv_lead h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}

.tmp_251 .fv_lead p.txt01 {
  margin-bottom: 35px;
  line-height: 1.55;
}

.tmp_251 .fv_lead p.txt01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.55) * 0.5em);
  content: "";
}

.tmp_251 .fv_lead p.txt01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.55) * 0.5em);
  content: "";
}

.tmp_251 .fv_lead p.txt02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.tmp_251 .fv_lead p.txt02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.tmp_251 .fv_bg {
  height: 60px;
  background: url("/oos/adv/image/tmp_251/fv_bg_icon.png") repeat-x bottom center;
}

@media screen and (max-width: 768px) {
  .tmp_251 .fv {
    background: url("/oos/adv/image/tmp_251/fv_bg_sp.jpg") no-repeat center/cover;
  }

  .tmp_251 .fv_ttl {
    position: relative;
  }

  .tmp_251 .fv_ttl_wrap {
    height: auto;
    margin-bottom: 12.8vw;
    padding-top: 0;
    background: none;
    background-size: initial;
  }

  .tmp_251 .fv_ttl_wrap_inner {
    width: auto;
    height: 51.867vw;
    background: url("/oos/adv/image/tmp_251/fv_ttl_bg.png") no-repeat top left/44.533vw 51.867vw;
    padding-left: 6vw;
    margin-left: 0;
  }

  .tmp_251 .fv_ttl h1 img {
    width: 31.6vw;
    margin-bottom: 2.933vw;
  }

  .tmp_251 .fv_ttl_txt01 {
    font-size: 10vw;
    color: #ef8200;
    margin-bottom: 1.733vw;
    font-family: "notosansjp", sans-serif;
    font-weight: 900;
    padding-top: 7.867vw;
    text-align: center;
  }

  .tmp_251 .fv_ttl_txt02 {
    font-size: 8vw;
    margin-bottom: 3.467vw;
    font-family: "notosansjp", sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
  }

  .tmp_251 .fv_ttl_sp .inner {
    position: relative;
  }

  .tmp_251 .fv_ttl_sp_logo {
    width: 31.467vw;
    position: absolute;
    top: 1.6vw;
  }

  .tmp_251 .fv_limited ul {
    width: 60vw;
    background: linear-gradient(-60deg, #009946 0%, #009946 52%, #ffffff 52%, #ffffff 53%, #ef8200 53%, #ef8200 100%);
    font-size: 3.467vw;
    text-align: center;
    margin: 0 auto;
  }

  .tmp_251 .fv_limited ul li {
    text-align: center;
    width: 48%;
    color: #ffffff;
    padding: 2.133vw 0;
    font-family: "notosansjp", sans-serif;
    font-weight: 600;
    line-height: 1.5;
  }

  .tmp_251 .fv_limited ul li:nth-child(2) {
    width: 52%;
  }

  .tmp_251 .fv_lead {
    text-align: center;
    margin-bottom: 19.467vw;
  }

  .tmp_251 .fv_lead h2 {
    font-size: 4.4vw;
    color: #ef8200;
    border-bottom: 1px solid #ef8200;
    padding-bottom: 4.133vw;
    margin-bottom: 9.333vw;
  }

  .tmp_251 .fv_lead h2::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .tmp_251 .fv_lead h2::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .tmp_251 .fv_lead p.txt01 {
    margin-bottom: 4.667vw;
    font-size: 4vw;
    line-height: 1.4;
  }

  .tmp_251 .fv_lead p.txt01::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .tmp_251 .fv_lead p.txt01::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .tmp_251 .fv_lead p.txt02 {
    line-height: 1.75;
    text-align: left;
    width: 90%;
    margin: auto;
    margin-top: 10px;
  }

  .tmp_251 .fv_lead p.txt02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
    content: "";
  }

  .tmp_251 .fv_lead p.txt02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
    content: "";
  }

  .tmp_251 .fv_bg {
    height: 8vw;
    background: url("/oos/adv/image/tmp_251/fv_bg_icon_sp.png") repeat-x bottom center/100vw 8vw;
  }
}

.tmp_251 .cnt01_flow {
  background: #f2f8f4;
  padding-top: 90px;
}

.tmp_251 .cnt01_flow_box {
  margin-bottom: 120px;
}

.tmp_251 .cnt01_flow_box_wrap {
  padding: 40px 50px 70px;
}

.tmp_251 .cnt01_flow_box_ttl {
  background: linear-gradient(-60deg, #009946 0%, #009946 89%, #ffffff 89%, #ffffff 90%, #ef8200 90%, #ef8200 100%);
  color: #ffffff;
  padding: 17px 0;
  font-size: 30px;
  text-align: center;
}

.tmp_251 .cnt01_flow_box_lead {
  font-weight: bold;
}

.tmp_251 .cnt01-01_company .inner {
  background: #ffffff;
}

.tmp_251 .cnt01-01_company_wrap {
  padding: 40px 50px;
}

.tmp_251 .cnt01-02_suggestion .inner {
  background: #ffffff;
}

.tmp_251 .cnt01-02_suggestion-01_lead {
  margin-bottom: 70px;
}

.tmp_251 .cnt01-02_suggestion-01_list {
  margin-bottom: 40px;
}

.tmp_251 .cnt01-02_suggestion-01_list_child {
  width: 345px;
  border: 1px solid #009946;
  border-radius: 10px;
  padding: 50px 15px 30px;
  position: relative;
  text-align: center;
}

.tmp_251 .cnt01-02_suggestion-01_list_child_icon-clip {
  width: 35px;
  position: absolute;
  right: 40px;
  top: -16px;
}

.tmp_251 .cnt01-02_suggestion-01_list_child_icon {
  width: 102px;
  margin: 0 auto 35px;
}

.tmp_251 .cnt01-02_suggestion-01_list_child_bg-orange {
  background: #ef8200;
  border-radius: 40px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  padding: 13px 0;
  margin-bottom: 20px;
}

.tmp_251 .cnt01-02_suggestion-01_list_child_bg-orange::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}

.tmp_251 .cnt01-02_suggestion-01_list_child_bg-orange::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}

.tmp_251 .cnt01-02_suggestion-01_list_child_txt {
  line-height: 1.3;
}

.tmp_251 .cnt01-02_suggestion-01_list_child_txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}

.tmp_251 .cnt01-02_suggestion-01_list_child_txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}

.tmp_251 .cnt01-02_suggestion-01_list_child-icon_icon-plus {
  width: 68px;
  margin-bottom: 15px;
}

.tmp_251 .cnt01-02_suggestion-01_txt {
  line-height: 1.55;
  margin-bottom: 78px;
  text-align: center;
  font-weight: bold;
}

.tmp_251 .cnt01-02_suggestion-01_txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.55) * 0.5em);
  content: "";
}

.tmp_251 .cnt01-02_suggestion-01_txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.55) * 0.5em);
  content: "";
}

.tmp_251 .cnt01-02_suggestion-02_lead,
.tmp_251 .cnt01-02_suggestion-03_lead {
  text-align: center;
}

.tmp_251 .cnt01-02_suggestion-02_lead_icon,
.tmp_251 .cnt01-02_suggestion-03_lead_icon {
  background: #009946;
  text-align: center;
  width: 68px;
  height: 68px;
  font-size: 30px;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  font-weight: bold;
}

.tmp_251 .cnt01-02_suggestion-02_lead_ttl,
.tmp_251 .cnt01-02_suggestion-03_lead_ttl {
  font-size: 30px;
  color: #ef8200;
  margin-bottom: 30px;
}

.tmp_251 .cnt01-02_suggestion-02_lead_txt,
.tmp_251 .cnt01-02_suggestion-03_lead_txt {
  margin-bottom: 52px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child span,
.tmp_251 .cnt01-02_suggestion-03_list_child span {
  position: relative;
}

.tmp_251 .cnt01-02_suggestion-02_list_child a,
.tmp_251 .cnt01-02_suggestion-03_list_child a {
  color: #0076b9;
  border-bottom: 1px solid #0076b9;
  position: relative;
  margin-right: 20px;
  line-height: 1.7;
}

.tmp_251 .cnt01-02_suggestion-02_list_child i,
.tmp_251 .cnt01-02_suggestion-03_list_child i {
  margin-left: 3px;
  position: absolute;
  bottom: 0;
  right: -23px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child i img,
.tmp_251 .cnt01-02_suggestion-03_list_child i img {
  width: 18px;
  height: 18px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table,
.tmp_251 .cnt01-02_suggestion-03_list_child_table {
  border-collapse: separate;
  width: 100%;
  border: 1px solid #009946;
  border-radius: 10px;
  margin-bottom: 30px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list {
  width: calc(100% - 376px);
  border-left: none;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_border-right,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_border-right {
  border-right: 1px solid #009946;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_border-bottom,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_border-bottom {
  border-bottom: 1px solid #009946;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_bg-large,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-large {
  width: 376px;
  height: auto;
  background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-02_img01.png") no-repeat center;
  background-size: auto 100%;
  border-radius: 10px 0 0 10px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_bg-small,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small {
  width: 102px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_bg-small-01,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-01 {
  background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-02_icon01.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_bg-small-02,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-02 {
  background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-02_icon02.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_bg-small-03,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-03 {
  background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-02_icon03.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .plus-Connect {
  background: url("/oos/adv/image/tmp_251/icon_plusconnect.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_bg-small-04,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-04 {
  background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-02_icon04.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .multi-copy {
  background: url("/oos/adv/image/tmp_251/copy_icon.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt {
  text-align: left;
  padding: 30px 0 20px 15px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt h4,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt h4 {
  font-size: 22px;
  color: #009946;
  margin-bottom: 10px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt p,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt p {
  font-size: 18px;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt p::before,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt p::after,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt table th,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt table th {
  background: #eeeeee;
  vertical-align: middle;
  font-weight: normal;
  padding: 0 3px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt table td,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt table td {
  padding-left: 10px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt table td:not(:last-child),
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt table td:not(:last-child) {
  padding-bottom: 10px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt .mb0,
.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt .mb0 {
  margin-bottom: 0;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_sample,
.tmp_251 .cnt01-02_suggestion-03_list_child_sample {
  background: #f8f7d3;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 140px;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_sample h4,
.tmp_251 .cnt01-02_suggestion-03_list_child_sample h4 {
  font-size: 22px;
  color: #ffffff;
  background: #009946;
  width: 150px;
  margin-right: 30px;
  padding: 5px 0;
  text-align: center;
}

.tmp_251 .cnt01-02_suggestion-02_list_child_sample ul li,
.tmp_251 .cnt01-02_suggestion-03_list_child_sample ul li {
  margin-right: 50px;
}

.tmp_251 .cnt01-02_suggestion-03_list_child_table-list {
  width: calc(100% - 376px);
}

.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-large {
  width: 376px;
  background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-03_img01.png") no-repeat center;
  background-size: 100% auto;
}

.tmp_251 .bg-new-challenge {
  width: 376px;
  background: url("/oos/adv/image/tmp_251/img_new-challenge.png") no-repeat center;
  background-size: cover;
}

.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-01 {
  background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-03_icon01.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-02 {
  background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-03_icon02.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-03 {
  background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-03_icon03.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .new-challenge {
  background: url("/oos/adv/image/tmp_251/icon_innovation.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .infrastructure {
  background: url("/oos/adv/image/tmp_251/icon_security.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .howtopay {
  background: url("/oos/adv/image/tmp_251/icon_pay.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .atm-network {
  background: url("/oos/adv/image/tmp_251/icon_atm.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-04 {
  background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-03_icon04.png") no-repeat center/99px;
  background-color: #f2f8f4;
}

.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt-04 {
  padding: 40px 0 40px 20px;
}

.tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt h4 {
  margin-bottom: 20px;
}

.tmp_251 .cnt01-02_suggestion-03_list_child_sample {
  margin-bottom: 70px;
}

.tmp_251 .cnt01-02_suggestion-04_ttl {
  font-size: 24px;
  background: #eeeeee;
  padding: 10px;
  border-top: 2px solid #009946;
  margin-bottom: 40px;
  text-align: center;
}

.tmp_251 .cnt01-02_suggestion-04_list_child {
  font-weight: bold;
  text-align: left;
}

.tmp_251 .cnt01-02_suggestion-04_list_child::before {
  content: "■";
  display: inline-block;
  color: #009946;
}

.tmp_251 .cnt01-02_suggestion-04_list_child ul {
  margin-left: 1em;
  margin-top: 20px;
}

.tmp_251 .cnt01-02_suggestion-04_list_child ul li {
  font-weight: normal;
  line-height: 1.6;
}

.tmp_251 .cnt01-02_suggestion-04_list_child:first-child {
  margin-bottom: 30px;
}

.tmp_251 .cnt01-03_schedule {
  position: relative;
}

.tmp_251 .cnt01-03_schedule_ttl {
  position: relative;
  margin-bottom: 64px;
}

.tmp_251 .cnt01-03_schedule_ttl::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 28px solid #009946;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  margin: 0 auto;
}

.tmp_251 .cnt01-03_schedule_list {
  padding-bottom: 40px;
}

.tmp_251 .cnt01-03_schedule_list_child {
  position: relative;
  margin-bottom: 40px;
}

.tmp_251 .cnt01-03_schedule_list_child_line {
  position: absolute;
  left: 30px;
  top: 0;
  background: #d2d2d2;
  width: 4px;
  height: calc(100% + 40px);
}

.tmp_251 .cnt01-03_schedule_list_child_ttl {
  background: #ffffff;
  margin-bottom: 39px;
  position: relative;
  font-weight: bold;
}

.tmp_251 .cnt01-03_schedule_list_child_ttl-nmb {
  font-size: 30px;
  background: #ef8200;
  color: #ffffff;
  width: 64px;
  text-align: center;
  padding: 18px 0;
}

.tmp_251 .cnt01-03_schedule_list_child_ttl-txt {
  font-size: 30px;
  background: #009946;
  color: #ffffff;
  width: 266px;
  padding: 18px 0 18px 30px;
}

.tmp_251 .cnt01-03_schedule_list_child_ttl-date {
  color: #009946;
  padding-left: 22px;
  font-weight: bold;
  font-size: 24px;
}

.tmp_251 .cnt01-03_schedule_list_child_txt {
  padding-left: 94px;
  margin-bottom: 41px;
}

.tmp_251 .cnt01-03_schedule_list_child_txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.tmp_251 .cnt01-03_schedule_list_child_txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.tmp_251 .cnt01-03_schedule_arw {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 425px solid transparent;
  border-right: 425px solid transparent;
  border-top: 76px solid #f2f8f4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -76px;
  margin: 0 auto;
}

.tmp_251 .cnt01-04_result {
  background: #ef8200;
  padding: 146px 0 90px;
}

.tmp_251 .cnt01-04_result_ttl {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 52px;
}

.tmp_251 .cnt01-04_result_ttl_txt {
  display: inline-block;
  position: relative;
  width: 690px;
}

.tmp_251 .cnt01-04_result_ttl_txt::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 35px;
  background: url("/oos/adv/image/tmp_251/cnt01-04_schedule_ttl-icon-left.png") no-repeat center/28px 35px;
  position: absolute;
  left: -30px;
  top: 0;
}

.tmp_251 .cnt01-04_result_ttl_txt::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 35px;
  background: url("/oos/adv/image/tmp_251/cnt01-04_schedule_ttl-icon-right.png") no-repeat center/28px 35px;
  position: absolute;
  right: -30px;
  top: 0;
}

.tmp_251 .cnt01-04_result_lead_txt {
  background: #f8f7d3;
  padding: 30px 0;
  text-align: center;
  border-radius: 10px;
}

.tmp_251 .cnt01-04_result_lead_txt h4 {
  font-size: 22px;
  color: #ef8200;
  line-height: 1.45;
}

.tmp_251 .cnt01-04_result_lead_txt h4::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}

.tmp_251 .cnt01-04_result_lead_txt h4::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}

.tmp_251 .cnt01-04_result_lead_txt p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .tmp_251 .cnt01_flow {
    background: #f2f8f4;
    padding-top: 12vw;
  }

  .tmp_251 .cnt01_flow_box {
    margin-bottom: 16vw;
  }

  .tmp_251 .cnt01_flow_box_wrap {
    padding: 5.333vw 4vw 9.6vw;
  }

  .tmp_251 .cnt01_flow_box_ttl {
    background: linear-gradient(-60deg, #009946 0%, #009946 89%, #ffffff 89%, #ffffff 90%, #ef8200 90%, #ef8200 100%);
    color: #ffffff;
    padding: 3.067vw 0;
    font-size: 5.333vw;
    line-height: 1.5;
    text-align: center;
  }

  .tmp_251 .cnt01_flow_box_lead {
    font-weight: bold;
  }

  .tmp_251 .cnt01-01_company .inner {
    background: #ffffff;
  }

  .tmp_251 .cnt01-01_company_wrap {
    padding: 5.333vw 4vw;
  }

  .tmp_251 .cnt01-02_suggestion .inner {
    background: #ffffff;
  }

  .tmp_251 .cnt01-02_suggestion-01_lead {
    margin-bottom: 10.267vw;
  }

  .tmp_251 .cnt01-02_suggestion-01_list {
    margin-bottom: 5.333vw;
    align-items: stretch;
    position: relative;
  }

  .tmp_251 .cnt01-02_suggestion-01_list_child {
    width: calc((100% - 10.667vw) / 2);
    border: 1px solid #009946;
    border-radius: 1.333vw;
    padding: 6.667vw 2vw;
    position: relative;
    text-align: center;
  }

  .tmp_251 .cnt01-02_suggestion-01_list_child-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9.067vw;
    z-index: 1;
  }

  .tmp_251 .cnt01-02_suggestion-01_list_child_icon-clip {
    width: 4.667vw;
    position: absolute;
    right: 5.333vw;
    top: -2.133vw;
  }

  .tmp_251 .cnt01-02_suggestion-01_list_child_icon {
    width: 16.4vw;
    margin: 0 auto 4vw;
  }

  .tmp_251 .cnt01-02_suggestion-01_list_child_bg-orange {
    background: #ef8200;
    border-radius: 6.333vw;
    color: #ffffff;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.3;
    padding: 2.8vw 0;
    margin-bottom: 2.667vw;
  }

  .tmp_251 .cnt01-02_suggestion-01_list_child_bg-orange::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-02_suggestion-01_list_child_bg-orange::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-02_suggestion-01_list_child_txt {
    line-height: 1.3;
  }

  .tmp_251 .cnt01-02_suggestion-01_list_child_txt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-02_suggestion-01_list_child_txt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-02_suggestion-01_list_child-icon_icon-plus {
    width: 9.067vw;
    margin-bottom: 10vw;
  }

  .tmp_251 .cnt01-02_suggestion-01_txt {
    line-height: 1.4;
    margin-bottom: 16vw;
    text-align: center;
    font-weight: bold;
  }

  .tmp_251 .cnt01-02_suggestion-01_txt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-02_suggestion-01_txt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-02_suggestion-02_lead,
  .tmp_251 .cnt01-02_suggestion-03_lead {
    text-align: center;
  }

  .tmp_251 .cnt01-02_suggestion-02_lead_icon,
  .tmp_251 .cnt01-02_suggestion-03_lead_icon {
    background: #009946;
    text-align: center;
    width: 14.533vw;
    height: 14.533vw;
    line-height: 1.5;
    font-size: 6.4vw;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6.667vw;
    font-weight: bold;
  }

  .tmp_251 .cnt01-02_suggestion-02_lead_ttl,
  .tmp_251 .cnt01-02_suggestion-03_lead_ttl {
    font-size: 5.333vw;
    color: #ef8200;
    line-height: 1.3;
    margin-bottom: 4vw;
    letter-spacing: 0.02em;
  }

  .tmp_251 .cnt01-02_suggestion-02_lead_ttl::before,
  .tmp_251 .cnt01-02_suggestion-03_lead_ttl::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-02_suggestion-02_lead_ttl::after,
  .tmp_251 .cnt01-02_suggestion-03_lead_ttl::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-02_suggestion-02_lead_txt,
  .tmp_251 .cnt01-02_suggestion-03_lead_txt {
    margin-bottom: 6.933vw;
    line-height: 1.4;
  }

  .tmp_251 .cnt01-02_suggestion-02_lead_txt::before,
  .tmp_251 .cnt01-02_suggestion-03_lead_txt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-02_suggestion-02_lead_txt::after,
  .tmp_251 .cnt01-02_suggestion-03_lead_txt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child a,
  .tmp_251 .cnt01-02_suggestion-03_list_child a {
    color: #0076b9;
    border-bottom: 1px solid #0076b9;
    line-height: 1.5;
    position: relative;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child a span,
  .tmp_251 .cnt01-02_suggestion-03_list_child a span {
    position: relative;
    padding-right: -4vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child a i,
  .tmp_251 .cnt01-02_suggestion-03_list_child a i {
    margin-left: -2.933vw;
    position: absolute;
    bottom: 0;
    right: -4vw;
    line-height: 1.5;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child a i img,
  .tmp_251 .cnt01-02_suggestion-03_list_child a i img {
    width: 3.333vw;
    height: 3.333vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table {
    border-collapse: separate;
    width: 100%;
    border: 1px solid #009946;
    border-radius: 1.333vw;
    margin-bottom: 4vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list {
    width: 100%;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_border-right,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_border-right {
    border-right: 1px solid #009946;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_border-bottom,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_border-bottom {
    border-bottom: 1px solid #009946;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_bg-large,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-large {
    width: 100%;
    height: 38.667vw;
    background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-02_img01_sp.png") no-repeat center/cover;
    border-radius: 1.333vw 1.333vw 0 0;
    border-bottom: 1px solid #009946;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_bg-small,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small {
    width: 13.333vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_bg-small-01,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-01 {
    /* background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-02_icon01_sp.png") no-repeat center/13.333vw; */
    background-size: 13.333vw;
    background-color: #f2f8f4;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_bg-small-02,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-02 {
    background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-02_icon02_sp.png") no-repeat center/13.333vw;
    background-color: #f2f8f4;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_bg-small-03,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-03 {
    background-size: 13.333vw;
    background-color: #f2f8f4;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_bg-small-04,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-04 {
    background-size: 13.333vw;
    background-color: #f2f8f4;
    border-radius: 0 0 1.333vw 1.333vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt {
    text-align: left;
    padding: 5.333vw 0 5.333vw 3.733vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt h4,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt h4 {
    font-size: 4vw;
    color: #009946;
    line-height: 1.5;
    margin-bottom: 1.333vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt p,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt p {
    font-size: 3.2vw;
    font-feature-settings: "palt";
    margin-bottom: 4vw;
    line-height: 1.5;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt table th,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt table th {
    background: #eeeeee;
    vertical-align: middle;
    font-weight: normal;
    padding: 0 0.4vw;
    font-size: 2.4vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt table td,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt table td {
    padding-left: 1.333vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt table td:not(:last-child),
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt table td:not(:last-child) {
    padding-bottom: 1.333vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_table-list_txt .mb0,
  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt .mb0 {
    margin-bottom: 0;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_sample,
  .tmp_251 .cnt01-02_suggestion-03_list_child_sample {
    background: #f8f7d3;
    border-radius: 1.333vw;
    padding: 2.667vw 3.2vw 5.6vw;
    margin-bottom: 12vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_sample h4,
  .tmp_251 .cnt01-02_suggestion-03_list_child_sample h4 {
    font-size: 3.2vw;
    color: #ffffff;
    background: #009946;
    width: 20vw;
    margin: 0 auto 4vw;
    line-height: 1.5;
    padding: 0.667vw 0;
    text-align: center;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_sample ul li,
  .tmp_251 .cnt01-02_suggestion-03_list_child_sample ul li {
    margin-right: 0;
    line-height: 1.5;
    font-size: 2.8vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_sample ul li:first-child,
  .tmp_251 .cnt01-02_suggestion-03_list_child_sample ul li:first-child {
    margin-right: 6.667vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_sample ul li:last-child,
  .tmp_251 .cnt01-02_suggestion-03_list_child_sample ul li:last-child {
    min-width: 50%;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_sample ul li {
    margin-bottom: 2.133vw;
  }

  .tmp_251 .cnt01-02_suggestion-02_list_child_sample ul li:last-child {
    margin-bottom: 0;
  }

  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_txt h4 {
    margin-bottom: 4vw;
  }

  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-large {
    width: 100%;
    background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-03_img01_sp.png") no-repeat center;
    background-size: auto 100%;
  }

  .tmp_251 .bg-new-challenge {
    width: 100%;
    background: url("/oos/adv/image/tmp_251/img_new-challenge_sp.png") no-repeat center;
    background-size: auto 100%;
  }

  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-01 {
    background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-03_icon01_sp.png") no-repeat center/13.333vw;
    background-color: #f2f8f4;
  }

  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-02 {
    background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-03_icon02_sp.png") no-repeat center/13.333vw;
    background-color: #f2f8f4;
  }

  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-03 {
    background-size: 13.333vw;
    background-color: #f2f8f4;
  }

  .tmp_251 .cnt01-02_suggestion-03_list_child_table-list_bg-small-04 {
    background: url("/oos/adv/image/tmp_251/cnt01-02_suggestion-03_icon04_sp.png") no-repeat center/13.333vw;
    background-color: #f2f8f4;
  }

  .tmp_251 .cnt01-02_suggestion-04_ttl {
    font-size: 4vw;
    background: #eeeeee;
    padding: 2vw 0;
    line-height: 1.5;
    border-top: 2px solid #009946;
    margin-bottom: 5.333vw;
    text-align: center;
  }

  .tmp_251 .cnt01-02_suggestion-04_list_child {
    font-weight: bold;
    text-align: left;
    line-height: 1.14;
    position: relative;
    margin-left: 3.333vw;
  }

  .tmp_251 .cnt01-02_suggestion-04_list_child::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.14) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-02_suggestion-04_list_child::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.14) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-02_suggestion-04_list_child::before {
    content: "■";
    display: inline-block;
    color: #009946;
    margin-right: 1.333vw;
    position: absolute;
    left: -3.333vw;
  }

  .tmp_251 .cnt01-02_suggestion-04_list_child ul {
    margin-left: 0.5em;
    margin-top: 2.667vw;
  }

  .tmp_251 .cnt01-02_suggestion-04_list_child ul li {
    font-weight: normal;
    line-height: 1.6;
    text-indent: -0.6em;
  }

  .tmp_251 .cnt01-02_suggestion-04_list_child:first-child {
    margin-bottom: 4vw;
  }

  .tmp_251 .cnt01-03_schedule {
    position: relative;
  }

  .tmp_251 .cnt01-03_schedule_ttl {
    position: relative;
    margin-bottom: 8.533vw;
  }

  .tmp_251 .cnt01-03_schedule_ttl::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 24px solid #009946;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3.2vw;
    margin: 0 auto;
  }

  .tmp_251 .cnt01-03_schedule_list {
    padding-bottom: 5.333vw;
  }

  .tmp_251 .cnt01-03_schedule_list_child {
    position: relative;
    margin-bottom: 8vw;
  }

  .tmp_251 .cnt01-03_schedule_list_child_line {
    position: absolute;
    left: 4vw;
    top: 0;
    background: #d2d2d2;
    width: 1.333vw;
    height: calc(100% + 8vw);
  }

  .tmp_251 .cnt01-03_schedule_list_child_ttl {
    background: #ffffff;
    line-height: 1.5;
    margin-bottom: 5.467vw;
    position: relative;
  }

  .tmp_251 .cnt01-03_schedule_list_child_ttl dt {
    width: 100%;
    background: #009946;
  }

  .tmp_251 .cnt01-03_schedule_list_child_ttl dd {
    padding: 3.067vw 0;
    text-align: center;
  }

  .tmp_251 .cnt01-03_schedule_list_child_ttl-nmb {
    font-size: 4.8vw;
    background: #ef8200;
    color: #ffffff;
    width: 9.867vw;
    text-align: center;
    padding: 2.4vw 0;
    letter-spacing: 0;
  }

  .tmp_251 .cnt01-03_schedule_list_child_ttl-txt {
    font-size: 5.333vw;
    line-height: 1.5;
    color: #ffffff;
    width: calc(100% - 9.867vw);
    padding: 0;
    text-align: center;
  }

  .tmp_251 .cnt01-03_schedule_list_child_ttl-date {
    color: #009946;
    padding-left: 0;
    font-weight: bold;
    font-size: 3.733vw;
  }

  .tmp_251 .cnt01-03_schedule_list_child_txt {
    padding-left: 12.533vw;
    margin-bottom: auto;
  }

  .tmp_251 .cnt01-03_schedule_list_child_txt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-03_schedule_list_child_txt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-03_schedule_arw {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 8.933vw solid #f2f8f4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8.5vw;
    margin: 0 auto;
  }

  .tmp_251 .cnt01-04_result {
    background: #ef8200;
    padding: 21.867vw 0 12vw;
  }

  .tmp_251 .cnt01-04_result .inner {
    width: 100%;
  }

  .tmp_251 .cnt01-04_result_ttl {
    text-align: center;
    font-size: 6.667vw;
    color: #ffffff;
    margin-bottom: 6.933vw;
    line-height: 1.28;
    position: relative;
  }

  .tmp_251 .cnt01-04_result_ttl::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.28) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-04_result_ttl::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.28) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-04_result_ttl_txt {
    line-height: 1.28;
    width: 92vw;
  }

  .tmp_251 .cnt01-04_result_ttl_txt::before {
    content: "";
    display: inline-block;
    width: 8.4vw;
    height: 10.533vw;
    background: url("/oos/adv/image/tmp_251/cnt01-04_schedule_ttl-icon-left.png") no-repeat center/8.4vw 10.533vw;
    position: absolute;
    left: 0;
    bottom: 1.2vw;
    top: auto;
  }

  .tmp_251 .cnt01-04_result_ttl_txt::after {
    content: "";
    display: inline-block;
    width: 8.4vw;
    height: 10.533vw;
    background: url("/oos/adv/image/tmp_251/cnt01-04_schedule_ttl-icon-right.png") no-repeat center/8.4vw 10.533vw;
    position: absolute;
    right: 0;
    bottom: 1.2vw;
    top: auto;
  }

  .tmp_251 .cnt01-04_result_lead_txt {
    background: #f8f7d3;
    padding: 5.333vw 0;
    text-align: center;
    border-radius: 1.333vw;
    width: 92vw;
    margin: -11px auto 0;
    position: relative;
  }

  .tmp_251 .cnt01-04_result_lead_txt h4 {
    font-size: 4vw;
    color: #ef8200;
    line-height: 1.4;
    margin-bottom: 2.667vw;
  }

  .tmp_251 .cnt01-04_result_lead_txt h4::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-04_result_lead_txt h4::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-04_result_lead_txt p {
    line-height: 1.5;
    font-size: 2.4vw;
  }

  .tmp_251 .cnt01-04_result_lead_txt p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt01-04_result_lead_txt p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.tmp_251 .cnt02_adoption {
  padding: 90px 0 80px;
  text-align: center;
  background: #f7f9f8;
}

.tmp_251 .cnt02_adoption_ttl {
  font-size: 36px;
  margin-bottom: 90px;
}

.tmp_251 .cnt02_adoption_list_child {
  width: calc((100% - 30px) / 4);
  border-radius: 10px;
  border: 1px solid #959595;
  position: relative;
  display: flex;
  flex-direction: column;
}

.tmp_251 .cnt02_adoption_list_child::before {
  content: "";
  width: 80px;
  height: 33px;
  background: url("/oos/adv/image/tmp_251/cnt02_adoption_icon-clip.png") no-repeat center/80px 33px;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
}

.tmp_251 .cnt02_adoption_list_child-01-dereming_logo img {
  width: 174px;
}

.tmp_251 .cnt02_adoption_list_child-01-whomor_logo img {
  width: 165px;
}

.tmp_251 .cnt02_adoption_list_child-01-isid_logo img {
  width: 123px;
}

.tmp_251 .cnt02_adoption_list_child-01-id_logo img {
  width: 160px;
}

.tmp_251 .cnt02_adoption_list_child_logo {
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  height: 139px;
  justify-content: center;
  padding-top: 11px;
}

.tmp_251 .cnt02_adoption_list_child_txt {
  padding: 20px 10px;
}

.tmp_251 .cnt02_adoption_list_child_txt_ttl p {
  background: #ef8200;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 8px 0;
  font-weight: 600;
}

.tmp_251 .cnt02_adoption_list_child_txt_ttl h4 {
  font-size: 22px;
  line-height: 1.2;
}

.tmp_251 .cnt02_adoption_list_child_txt_ttl h4::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}

.tmp_251 .cnt02_adoption_list_child_txt_ttl h4::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}

.tmp_251 .cnt02_adoption_list_child_link {
  margin-top: auto;
  padding-bottom: 40px;
}

.tmp_251 .cnt02_adoption_list_child_link span {
  position: relative;
}

.tmp_251 .cnt02_adoption_list_child_link a {
  color: #0076b9;
  border-bottom: 1px solid #0076b9;
  position: relative;
  vertical-align: bottom;
  display: inline-block;
  margin-left: -22px;
  margin-bottom: 10px;
}

.tmp_251 .cnt02_adoption_list_child_link a i {
  margin-left: 3px;
  position: absolute;
  bottom: 0;
  right: -23px;
}

.tmp_251 .cnt02_adoption_list_child_link a i img {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 768px) {
  .tmp_251 .cnt02_adoption {
    padding: 12vw 0 10.667vw;
    text-align: center;
    background: #f7f9f8;
  }

  .tmp_251 .cnt02_adoption_ttl {
    font-size: 6.667vw;
    line-height: 1.5;
    margin-bottom: 11.2vw;
  }

  .tmp_251 .cnt02_adoption_list_child {
    width: calc((100% - 2.933vw) / 2);
    border-radius: 1.333vw;
    border: 1px solid #959595;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 8.667vw;
  }

  .tmp_251 .cnt02_adoption_list_child::before {
    content: "";
    width: 13.733vw;
    height: 5.6vw;
    background: url("/oos/adv/image/tmp_251/cnt02_adoption_icon-clip.png") no-repeat center/13.733vw 5.6vw;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: -4vw;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .tmp_251 .cnt02_adoption_list_child-01-dereming_logo img {
    width: 30.133vw;
  }

  .tmp_251 .cnt02_adoption_list_child-01-whomor_logo img {
    width: 28.667vw;
  }

  .tmp_251 .cnt02_adoption_list_child-01-isid_logo img {
    width: 21.333vw;
  }

  .tmp_251 .cnt02_adoption_list_child-01-id_logo img {
    width: 70%;
  }

  .tmp_251 .cnt02_adoption_list_child_logo {
    background: #ffffff;
    border-radius: 1.333vw 1.333vw 0 0;
    height: 23.334vw;
    justify-content: center;
    padding-top: 2.533vw;
  }

  .tmp_251 .cnt02_adoption_list_child_txt {
    padding: 3.467vw 4vw;
  }

  .tmp_251 .cnt02_adoption_list_child_txt_ttl p {
    background: #ef8200;
    color: #ffffff;
    margin-bottom: 2.667vw;
    line-height: 1.5;
    padding: 1.067vw 0;
  }

  .tmp_251 .cnt02_adoption_list_child_txt_ttl h4 {
    font-size: 4vw;
    line-height: 1.2;
  }

  .tmp_251 .cnt02_adoption_list_child_txt_ttl h4::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt02_adoption_list_child_txt_ttl h4::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt02_adoption_list_child_link {
    margin-top: auto;
    padding-bottom: 7.2vw;
  }

  .tmp_251 .cnt02_adoption_list_child_link a {
    color: #0076b9;
    border-bottom: 1px solid #0076b9;
    line-height: 1.5;
    position: relative;
    vertical-align: bottom;
    display: inline-block;
    margin-left: -2.933vw;
    margin-bottom: 1.333vw;
  }

  .tmp_251 .cnt02_adoption_list_child_link a i {
    margin-left: -2.933vw;
    position: absolute;
    bottom: 0;
    right: -4vw;
    line-height: 1.5;
  }

  .tmp_251 .cnt02_adoption_list_child_link a i img {
    width: 3.333vw;
    height: 3.333vw;
  }

  .tmp_251 .cnt02_adoption_list_child:nth-child(3),
  .tmp_251 .cnt02_adoption_list_child:nth-child(4) {
    margin-bottom: 0;
  }
}

.tmp_251 .cnt03_supporter {
  padding: 70px 0;
}

.tmp_251 .cnt03_supporter_img {
  width: 430px;
}

.tmp_251 .cnt03_supporter_txt {
  padding-top: 25px;
}

.tmp_251 .cnt03_supporter_txt h3 {
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #009946;
  margin-bottom: 20px;
}

.tmp_251 .cnt03_supporter_txt p {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .tmp_251 .cnt03_supporter {
    padding: 12vw 0;
  }

  .tmp_251 .cnt03_supporter .inner {
    width: 84vw;
  }

  .tmp_251 .cnt03_supporter_img {
    width: 100%;
    margin-bottom: 5.333vw;
  }

  .tmp_251 .cnt03_supporter_txt {
    padding-top: 0;
  }

  .tmp_251 .cnt03_supporter_txt h3 {
    font-size: 4vw;
    padding-bottom: 2.667vw;
    border-bottom: 1px solid #009946;
    line-height: 1.5;
    margin-bottom: 2.267vw;
  }

  .tmp_251 .cnt03_supporter_txt p {
    line-height: 1.5;
  }

  .tmp_251 .cnt03_supporter_txt p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt03_supporter_txt p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.tmp_251 .cnt04_cv {
  background: #f8f7d3;
  padding: 90px 0;
  text-align: center;
}

.tmp_251 .cnt04_cv_lead {
  font-size: 30px;
  font-weight: bold;
  color: #009946;
  margin-bottom: 30px;
}

.tmp_251 .cnt04_cv_btn {
  position: relative;
  width: 600px;
  margin: 0 auto;
}

.tmp_251 .cnt04_cv_btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 93px;
  height: 90px;
  background: url("/oos/adv/image/tmp_251/cnt04_cv_btn_bg.png") no-repeat center/93px 90px;
  bottom: -50px;
  right: -64px;
}

.tmp_251 .cnt04_cv_btn_inner a {
  font-size: 30px;
  font-weight: bold;
  width: 600px;
  background: #009946;
  border-radius: 35px;
  padding: 22px 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 4px 4px #00602c;
  color: #ffffff;
  display: inline-block;
}

.tmp_251 .cnt04_cv_btn_inner a:hover {
  opacity: 0.8;
}

.tmp_251 .cnt04_cv_btn_inner a::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 51px;
  height: 51px;
  background: url("/oos/adv/image/tmp_251/cnt04_cv_btn_icon.png") no-repeat center/51px 51px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 12px;
}

.tmp_251 .cnt04_cv_btn_inner a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  background: url("/oos/adv/image/tmp_251/cnt04_cv_btn_arw.png") no-repeat center/6px 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 27px;
}

@media screen and (max-width: 768px) {
  .tmp_251 .cnt04_cv {
    background: #f8f7d3;
    padding: 12vw 0;
    text-align: center;
    overflow-x: hidden;
  }

  .tmp_251 .cnt04_cv_lead {
    font-size: 5.333vw;
    line-height: 1.35;
    font-weight: bold;
    color: #009946;
    margin-bottom: 5.333vw;
  }

  .tmp_251 .cnt04_cv_lead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.35) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt04_cv_lead::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.35) * 0.5em);
    content: "";
  }

  .tmp_251 .cnt04_cv_btn {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .tmp_251 .cnt04_cv_btn::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 13.733vw;
    height: 13.333vw;
    background: url("/oos/adv/image/tmp_251/cnt04_cv_btn_bg_sp.png") no-repeat center/13.733vw 13.333vw;
    bottom: -8.267vw;
    right: -4.933vw;
  }

  .tmp_251 .cnt04_cv_btn_inner a {
    color: #ffffff;
    font-size: 5.333vw;
    line-height: 1.5;
    font-weight: bold;
    width: 100%;
    background: #009946;
    border-radius: 11.067vw;
    padding: 8.667vw 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    box-shadow: 0.533vw 0.533vw #00602c;
  }

  .tmp_251 .cnt04_cv_btn_inner a::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 9.867vw;
    height: 9.867vw;
    background: url("/oos/adv/image/tmp_251/cnt04_cv_btn_icon.png") no-repeat center/9.867vw 9.867vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 1.6vw;
  }

  .tmp_251 .cnt04_cv_btn_inner a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1.067vw;
    height: 2.533vw;
    background: url("/oos/adv/image/tmp_251/cnt04_cv_btn_arw.png") no-repeat center/8px 19px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 4vw;
  }
}

.tmp_251 .cnt05_contact {
  text-align: center;
  padding: 70px 0 75px;
  background: #f7f9f8;
  margin-bottom: 83px;
}

.tmp_251 .cnt05_contact_lead {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

.tmp_251 .cnt05_contact_btn a {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  width: 416px;
  background: #ef8200;
  border-radius: 35px;
  padding: 17px 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 4px 4px #c36a00;
  display: inline-block;
}

.tmp_251 .cnt05_contact_btn a:hover {
  opacity: 0.8;
}

.tmp_251 .cnt05_contact_btn a::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 41px;
  height: 41px;
  background: url("/oos/adv/image/tmp_251/cnt05_contact_icon.png") no-repeat center/41px 41px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 12px;
}

.tmp_251 .cnt05_contact_btn a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  background: url("/oos/adv/image/tmp_251/cnt05_contact_btn_arw.png") no-repeat center/6px 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 27px;
}

@media screen and (max-width: 768px) {
  .tmp_251 .cnt05_contact {
    text-align: center;
    padding: 12vw 0;
    background: #f7f9f8;
    margin-bottom: 9.333vw;
  }

  .tmp_251 .cnt05_contact .inner {
    width: 84vw;
  }

  .tmp_251 .cnt05_contact_lead {
    font-size: 5.333vw;
    margin-bottom: 4vw;
    line-height: 1.5;
    font-weight: bold;
  }

  .tmp_251 .cnt05_contact_btn a {
    color: #ffffff;
    font-size: 4.8vw;
    line-height: 1.5;
    font-weight: bold;
    width: 100%;
    background: #ef8200;
    border-radius: 6.133vw;
    padding: 4vw 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    box-shadow: 4px 4px #c36a00;
  }

  .tmp_251 .cnt05_contact_btn a::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 8.933vw;
    height: 8.933vw;
    background: url("/oos/adv/image/tmp_251/cnt05_contact_icon.png") no-repeat center/8.933vw 8.933vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 1.6vw;
  }

  .tmp_251 .cnt05_contact_btn a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1.067vw;
    height: 2.4vw;
    background: url("/oos/adv/image/tmp_251/cnt05_contact_btn_arw.png") no-repeat center/1.067vw 2.4vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 3.6vw;
  }
}

.tmp_251 .footer_logo {
  width: 295px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.tmp_251 .footer_copyright {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .tmp_251 .footer_logo {
    width: 39.333vw;
    margin: 0 auto;
    margin-bottom: 2.133vw;
  }

  .tmp_251 .footer_copyright {
    display: block;
    text-align: center;
    font-size: 2.4vw;
    margin-bottom: 12vw;
  }
}

/*# sourceMappingURL=tmp_251.css.map transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 3.6vw;
  }
}*/

.tmp_251 .footer_logo {
  width: 295px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.tmp_251 .footer_copyright {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .tmp_251 .footer_logo {
    width: 39.333vw;
    margin: 0 auto;
    margin-bottom: 2.133vw;
  }

  .tmp_251 .footer_copyright {
    display: block;
    text-align: center;
    font-size: 2.4vw;
    margin-bottom: 12vw;
  }
}