.certification_system {
  position: static;
}

@media screen and (max-width: 768px) {
  .certification_system .con_inner {
    overflow: hidden;
  }
}

.certification_system.page main::before {
  z-index: -1;
}

.certification_system.page main::after {
  z-index: -1;
}

.con_inner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .con_inner {
    width: 100%;
  }
}

.box_lyt_certification_system {
  position: relative;
  background: #fff;
  border-radius: 40px;
  border: 2px solid #333;
  padding: 70px 50px;
  position: relative;
  -webkit-box-shadow: 10px 10px 0 rgba(51, 51, 51, 0.3);
          box-shadow: 10px 10px 0 rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  .box_lyt_certification_system {
    padding: 50px 30px;
    border-radius: 0;
    -webkit-box-shadow: 5px 5px 0 rgba(51, 51, 51, 0.3);
            box-shadow: 5px 5px 0 rgba(51, 51, 51, 0.3);
    border-width: 1px;
    border-left: none;
    border-right: none;
  }
}

.ttl_area {
  position: relative;
  margin-bottom: -2px;
  z-index: 1;
}
.ttl_area .h1_lyt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #fff;
  text-align: center;
  line-height: 1;
  padding: 0 70px 6px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
}
.ttl_area .h1_lyt .sub_ttl {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  letter-spacing: 0;
  color: #0f3564;
  padding: 33px 0 11px;
}
.ttl_area .h1_lyt .ttl {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 3px;
  color: #04376a;
  position: relative;
  padding-bottom: 11px;
}
.ttl_area .h1_lyt .ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/assets/images/top/line_01.png) repeat-x;
  background-size: auto;
  width: 93%;
  height: 4px;
}

@media screen and (max-width: 1200px) {
  .box_lyt .icon_txt {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ttl_area {
    margin-bottom: -1px;
  }
  .ttl_area .h1_lyt {
    min-width: 225px;
    padding: 0 22px 6px;
    border-width: 1px;
  }
  .ttl_area .h1_lyt .sub_ttl {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1.1px;
    padding-top: 20px;
    letter-spacing: -0.2em;
  }
  .ttl_area .h1_lyt .ttl {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .ttl_area .h1_lyt .ttl::after {
    width: 100%;
  }
}
.certification_system_read_text {
  max-width: 740px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  color: #04376a;
  margin: 50px auto 0;
  line-height: 3;
  -webkit-text-decoration: underline dotted #bcbcbc;
          text-decoration: underline dotted #bcbcbc;
  text-underline-offset: 16px;
}
@media screen and (max-width: 768px) {
  .certification_system_read_text {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1.3px;
    padding: 0 10px;
    margin-top: 40px;
  }
}

.certification_system_read_image {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .certification_system_read_image {
    max-width: 500px;
    border-radius: 10px;
    padding: 0 10px;
  }
}

.certification_system_read_image img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .certification_system_read_image img {
    border-radius: 10px;
  }
}

.certification_system_button_wrap {
  max-width: 240px;
  margin: 33px auto 0;
}
@media screen and (max-width: 768px) {
  .certification_system_button_wrap {
    max-width: 346px;
    width: 50vw;
    margin-top: 25px;
  }
}

.section_inner {
  padding: 50px 100px 60px;
  margin-top: 50px;
  border-radius: 20px;
  background: #efefef;
}
@media screen and (max-width: 1024px) {
  .section_inner {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section_inner {
    max-width: 500px;
    padding: 20px 20px 25px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
  }
}

.section_inner_heading {
  display: grid;
  place-content: center;
  width: 100%;
  min-height: 50px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1.8px;
  font-weight: bold;
  border-radius: 25px;
  padding: 0 1em;
  background-color: #ff3434;
}
@media screen and (max-width: 768px) {
  .section_inner_heading {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    min-height: 30px;
  }
}

.how_to_step {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .how_to_step {
    margin-top: 40px;
  }
}

.how_to_step_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 42px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .how_to_step_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .how_to_step_item {
    -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
}

.how_to_step_item + .how_to_step_item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .how_to_step_item + .how_to_step_item {
    margin-top: 60px;
  }
}

.how_to_step_item + .how_to_step_item::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #04376a transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .how_to_step_item + .how_to_step_item::before {
    top: -35px;
    border-width: 15px 12.5px 0 12.5px;
  }
}

.how_to_step_num {
  width: 88px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 3px;
  color: #ff3434;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .how_to_step_num {
    width: 40%;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 2px;
    letter-spacing: 0;
    margin: auto;
  }
}

.how_to_step_num span {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 4px;
  color: #fff;
  letter-spacing: 0;
  background-color: #ff3434;
  border-radius: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .how_to_step_num span {
    width: 37px;
    height: 37px;
    font-size: 29px;
    font-size: 2.9rem;
    letter-spacing: 2.9px;
    letter-spacing: 0;
  }
}

.how_to_step_image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
  border-radius: 10px;
  margin-left: 12px;
}
@media screen and (max-width: 1024px) {
  .how_to_step_image {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 50%;
    margin-left: 20px;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .how_to_step_image {
    width: 60%;
    max-width: 100%;
    margin-right: 0;
    margin-left: auto;
  }
}

.how_to_step_image img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .how_to_step_image img {
    max-width: 100%;
    width: 100%;
  }
}

.how_to_step_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  color: #04376a;
  font-weight: bold;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .how_to_step_text {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .how_to_step_text {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
}

.how_to_step_text a {
  text-decoration: underline;
}

.agree_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .agree_list {
    margin-top: 30px;
    row-gap: 25px;
  }
}

.agree_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: calc((100% - 20px) / 2);
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .agree_list_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .agree_list_item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
}

.agree_list_image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .agree_list_image {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 25.334vw;
    max-width: 190px;
  }
}

.agree_list_image img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .agree_list_image img {
    width: 100%;
  }
}

.agree_list_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  font-weight: bold;
  color: #04376a;
}
@media screen and (max-width: 768px) {
  .agree_list_text {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
}

.agree_list_text a {
  text-decoration: underline;
}

.decision_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .decision_flow {
    display: block;
  }
}

.decision_flow_item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .decision_flow_item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .decision_flow_item.sp_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.decision_flow_balloon_text_wrap {
  position: relative;
  top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 340px;
  min-height: 130px;
  margin: auto;
  border-radius: 54px;
  background: #fff;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .decision_flow_balloon_text_wrap {
    top: initial;
    max-width: 550px;
    width: 100%;
    min-height: 56px;
    padding: 10px;
    margin-bottom: -10px;
  }
}

.decision_flow_balloon_text_wrap::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .decision_flow_item.sp_reverse .decision_flow_balloon_text_wrap {
    margin-top: -10px;
  }
}

@media screen and (max-width: 768px) {
  .decision_flow_item.sp_reverse .decision_flow_balloon_text_wrap::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #fff transparent;
  }
}

.decision_flow_balloon_text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  color: #04376a;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .decision_flow_balloon_text {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
}

.decision_flow_balloon_text .blue {
  color: #20b6d6;
}

.decision_flow_balloon_text .red {
  color: #ff3434;
}

.decision_flow_image_left img {
  border-radius: 20px 0px 0px 20px;
}
@media screen and (max-width: 768px) {
  .decision_flow_image_left img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
  }
}

.decision_flow_image_right {
  position: relative;
  z-index: 3;
}

.decision_flow_image_right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 44px;
  border-color: transparent transparent transparent #04376a;
}
@media screen and (max-width: 768px) {
  .decision_flow_image_right::before {
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 13px 0 13px;
    border-color: #04376a transparent transparent transparent;
  }
}

.decision_flow_image_right img {
  border-radius: 0px 20px 20px 0px;
}
@media screen and (max-width: 768px) {
  .decision_flow_image_right img {
    width: 100%;
    border-radius: 0px 0px 15px 15px;
  }
}

.decision_change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .decision_change {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .decision_change {
    margin-top: 30px;
  }
}

.decision_change_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .decision_change_item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
}

.decision_change_item:nth-of-type(2) {
  position: relative;
}

.decision_change_item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #04376a;
}
@media screen and (max-width: 1024px) {
  .decision_change_item:nth-of-type(2)::before {
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0 10px;
    border-color: #04376a transparent transparent transparent;
  }
}

.decision_change_image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .decision_change_image {
    max-width: 190px;
    width: 25.334vw;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.decision_change_image img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .decision_change_image img {
    width: 100%;
  }
}

.decision_change_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  font-weight: bold;
  color: #04376a;
}
@media screen and (max-width: 768px) {
  .decision_change_text {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
}

.decision_change_text a {
  text-decoration: underline;
}

.contact {
  padding: 100px 0 60px;
  background-color: #fff;
  background: #39d368;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 95px 40px 50px;
    background: url(/assets/images/top/other_bg_sp.png) #39d368 no-repeat 10px 5px/contain;
  }
}

.contact_inner {
  position: relative;
  max-width: 840px;
  margin: auto;
  padding: 50px 30px 50px;
  background: #fff;
  -webkit-box-shadow: 0px 12px 0px rgba(51, 51, 51, 0.3);
          box-shadow: 0px 12px 0px rgba(51, 51, 51, 0.3);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .contact_inner {
    padding: 30px 24px 30px;
    -webkit-box-shadow: 0px 6px 0px rgba(51, 51, 51, 0.3);
            box-shadow: 0px 6px 0px rgba(51, 51, 51, 0.3);
  }
}

.contact_inner::before {
  content: "";
  position: absolute;
  background: url(/assets/images/top/left_bg.png) no-repeat;
  width: 667px;
  height: 520px;
  top: -90px;
  left: -500px;
}
@media screen and (max-width: 768px) {
  .contact_inner::before {
    content: none;
  }
}

.contact_inner::after {
  content: "";
  position: absolute;
  background: url(/assets/images/top/right_bg.png) no-repeat;
  width: 667px;
  height: 520px;
  top: -90px;
  right: -500px;
}
@media screen and (max-width: 768px) {
  .contact_inner::after {
    content: none;
  }
}

.contact_heading {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 37px;
  color: #04376a;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact_heading {
    font-size: 20px;
  }
}

.contact_heading span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  color: #0f3564;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact_heading span {
    font-size: 11px;
  }
}

.contact_text {
  color: #04376a;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 2.2px;
  font-weight: bold;
  margin: 27px auto 0;
  max-width: 600px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact_text {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    margin-top: 18px;
  }
}

.contact_text span {
  text-decoration: underline;
}

.contact_address {
  max-width: 600px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  color: #04376a;
  font-weight: bold;
  margin: 26px auto 0;
}
@media screen and (max-width: 768px) {
  .contact_address {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 3px;
  }
}

@media screen and (max-width: 768px) {
  .contact_address li {
    letter-spacing: 0;
  }
}

.contact_address a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  color: #04376a;
}
@media screen and (max-width: 768px) {
  .contact_address a[href^="tel:"] {
    text-decoration: underline;
    pointer-events: inherit;
  }
}

.contact_address a[href^="mailto:"] {
  color: #04376a;
}
.contact_button_wrap {
  max-width: 350px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .contact_button_wrap {
    max-width: 400px;
    width: 53.334vw;
    margin-top: 18px;
  }
}/*# sourceMappingURL=certification_system.css.map */