@charset "UTF-8";
.lnb .sub_visual {
  background: url(../img/sub/sub_visual01.png) no-repeat center;
  background-size: cover;
  height: 430px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767.9px) {
  .lnb .sub_visual {
    background: url(../img/sub/sub_visual01m.png) no-repeat center;
    height: 180px;
    background-size: cover;
  }
}

.lnb .sub_visual h1 {
  font-size: 48px;
  letter-spacing: -2.4px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 767.9px) {
  .lnb .sub_visual h1 {
    font-size: 27.5px;
    letter-spacing: -1.375px;
  }
}

@media screen and (max-width: 767.9px) {
  .lnb .sub_visual h1 {
    font-size: 22px;
    letter-spacing: -1.1px;
    text-align: center;
    font-weight: 500;
    line-height: 1.227;
  }
}

.lnb .sub_visual h2 {
  font-size: 24px;
  letter-spacing: -1.2px;
  color: #fff;
  font-weight: 300;
  margin-top: 30px;
}

@media screen and (max-width: 767.9px) {
  .lnb .sub_visual h2 {
    margin-top: 16px;
    font-size: 12px;
    letter-spacing: -0.6px;
    font-weight: 200;
  }
}

.lnb nav {
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767.9px) {
  .lnb nav .non_dep2 > .dep1 {
    width: 100%;
    border-right: none;
  }
}

.lnb nav .non_dep2 > .dep2 {
  display: none;
}

.lnb nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1472.9px) {
  .lnb nav > ul.inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.lnb nav > ul > li {
  border-right: 1px solid #dedede;
  height: var(--lnb_height);
  min-width: var(--lnb_height);
  font-size: 18px;
  letter-spacing: -0.9px;
  font-weight: 500;
  color: #666;
}

@media screen and (max-width: 767.9px) {
  .lnb nav > ul > li {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

.lnb nav > ul > li .link_wrap {
  height: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.lnb nav > ul > li.home {
  border-left: 1px solid #dedede;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lnb nav > ul > li:not(.home) {
  min-width: 240px;
}

@media screen and (max-width: 767.9px) {
  .lnb nav > ul > li:not(.home) {
    min-width: 50%;
    max-width: 50%;
  }
}

.lnb nav > ul > li:not(.home) br {
  display: none;
}

.lnb nav > ul > li:not(.home) .link_wrap {
  text-align: left;
}

.lnb nav > ul > li.dep1 h1 {
  font-size: inherit;
  font-weight: inherit;
}

@media screen and (max-width: 767.9px) {
  .lnb nav > ul > li.dep1 {
    border-left: 0;
  }
}

.lnb nav > ul > li.dep2 {
  position: relative;
  color: #e83929;
}

@media screen and (max-width: 767.9px) {
  .lnb nav > ul > li.dep2 {
    border-right: 0;
  }
}

.lnb nav > ul > li.dep2 label {
  cursor: pointer;
  padding-right: 34px;
}

@media screen and (max-width: 767.9px) {
  .lnb nav > ul > li.dep2 label {
    padding-right: 24px;
  }
}

.lnb nav > ul > li.dep2 [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.lnb nav > ul > li.dep2::after {
  content: "▼";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 8px;
  line-height: 1;
  color: inherit;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767.9px) {
  .lnb nav > ul > li.dep2::after {
    right: 10px;
  }
}

.lnb nav > ul > li.dep2 .dep2_list {
  position: relative;
  width: calc(100% + 2px);
  left: -1px;
  color: #222;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #dedede;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

.lnb nav > ul > li.dep2 .dep2_list li {
  height: 56px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

@media screen and (max-width: 767.9px) {
  .lnb nav > ul > li.dep2 .dep2_list li {
    height: 40px;
  }
}

.lnb nav > ul > li.dep2 .dep2_list li.active {
  background-color: #f8f8f8;
}

@media screen and (max-width: 767.9px) {
  .lnb nav > ul > li:first-of-type {
    display: none;
  }
}

.lnb_dep2:checked ~ .dep2_list {
  opacity: 1 !important;
  z-index: 2 !important;
}

.sub_sec + .sub_sec {
  padding: var(--sec_pd) 0;
}

.sub_sec.gray {
  background-color: #f2f5f7;
}

.sub_sec:not(:first-of-type) .title_redbar {
  margin-top: 0;
}

.sub_sec .title_redbar {
  position: relative;
  font-size: 48px;
  letter-spacing: -2.4px;
  color: #000;
  padding-bottom: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 62px;
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_redbar {
    font-size: 27.5px;
    letter-spacing: -1.375px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_redbar {
    margin-top: 40px;
    padding-bottom: 12px;
  }
}

.sub_sec .title_redbar::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 4px;
  background-color: #d51d32;
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_redbar::after {
    width: 15px;
    height: 2px;
  }
}

.sub_sec .title_bold {
  margin-top: var(--tit_redbar_next);
  font-size: 30px;
  letter-spacing: -1.5px;
  font-weight: 700;
  text-align: center;
  color: #222;
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_bold {
    font-size: 17px;
    letter-spacing: -0.85px;
  }
}

.sub_sec .title_bold b {
  color: #d51d32;
}

.sub_sec .title_desc {
  font-size: 18px;
  letter-spacing: -0.9px;
  margin-top: 30px;
  color: #666;
  text-align: center;
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_desc {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

.sub_sec .title_desc span {
  color: #d51d32;
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_desc {
    margin-top: 21px;
    line-height: 20px;
  }
}

.sub_sec .title_dot {
  margin-top: var(--tit_redbar_next);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  letter-spacing: -2.36px;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_dot {
    font-size: 15.75px;
    letter-spacing: -1.18px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_dot {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sub_sec .title_dot::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 9px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  min-width: 29px;
  background-color: #fff;
  border: 8px solid #e3222e;
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_dot::before {
    position: relative;
    top: 4px;
    width: 14.5px;
    min-width: 14.5px;
    height: 14.5px;
    margin-right: 4.5px;
    border-width: 4px;
  }
}

.sub_sec .title_dot + .reddot {
  margin-left: 24px;
  margin-top: 10px;
  font-size: 19px;
  letter-spacing: -0.95px;
  line-height: 40px;
  color: #666;
  font-weight: 300;
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_dot + .reddot {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_dot + .reddot {
    margin-left: 12.5px;
    line-height: 20px;
  }
}

.sub_sec .title_dot + .reddot li {
  padding-left: 14px;
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_dot + .reddot li {
    padding-left: 6px;
  }
}

.sub_sec .title_dot + .reddot li::before {
  top: 18px;
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_dot + .reddot li::before {
    top: 8px;
  }
}

.sub_sec .title_dot + .title_desc {
  font-size: 19px;
  letter-spacing: -0.95px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  margin-left: 38px;
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_dot + .title_desc {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub_sec .title_dot + .title_desc {
    margin-top: 12px;
    line-height: 20px;
    margin-left: 12px;
  }
}

.ico_check {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #e3222e;
  background-image: url(../img/sub/ico_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

@media screen and (max-width: 767.9px) {
  .ico_check {
    width: 19.5px;
    height: 19.5px;
    border-radius: 50%;
    background-size: 64%;
  }
}

.reddot li {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 767.9px) {
  .reddot li {
    padding-left: 7.5px;
  }
}

.reddot li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #d51d32;
}

@media screen and (max-width: 767.9px) {
  .reddot li::before {
    width: 2px;
    height: 2px;
    -webkit-transform: none;
            transform: none;
  }
}

.redbtn {
  position: relative;
  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;
  margin: 50px auto 100px;
  width: var(--redbtn_w);
  height: var(--redbtn_h);
  background-color: #d51d32;
  color: #fff;
  border-radius: 40px;
  font-size: 30px;
  letter-spacing: -2.25px;
  font-weight: 500;
  color: white;
  padding-right: var(--redbtn_h);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

@media screen and (max-width: 767.9px) {
  .redbtn {
    font-size: 17px;
    letter-spacing: -0.85px;
  }
}

@media screen and (max-width: 767.9px) {
  .redbtn {
    font-size: 15px;
    letter-spacing: -1.125px;
    margin: 30px auto 50px;
  }
}

.redbtn i {
  position: absolute;
  right: 0;
  width: var(--redbtn_h);
  height: var(--redbtn_h);
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/sub/ico_btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border: 3px solid #d51d32;
}

@media screen and (max-width: 767.9px) {
  .redbtn i {
    border-width: 1.5px;
    background-size: 50%;
  }
}

@media screen and (min-width: 767.9px) {
  .redbtn:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .redbtn:hover i {
    -webkit-animation-name: redbtn_arrow;
            animation-name: redbtn_arrow;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
  }
}

@-webkit-keyframes redbtn_arrow {
  from {
    right: calc(100% - var(--redbtn_h));
  }
  to {
    right: 0;
  }
}

@keyframes redbtn_arrow {
  from {
    right: calc(100% - var(--redbtn_h));
  }
  to {
    right: 0;
  }
}

.device_box {
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.device_box figure {
  max-width: 100%;
  min-height: 430px;
  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;
}

@media screen and (max-width: 767.9px) {
  .device_box figure {
    min-height: 215px;
  }
}

.device_box img {
  max-height: 100%;
}

.device_box .text_wrap {
  height: 100%;
}

.device_box img {
  padding: 30px 20px;
}

@media screen and (max-width: 767.9px) {
  .device_box img {
    padding: 8.5px 20px;
  }
}

.device_box .text_wrap {
  background-color: #f2f5f7;
  padding: 38px 40px;
  height: 100%;
}

@media screen and (max-width: 767.9px) {
  .device_box .text_wrap {
    padding: 13px 14px;
  }
}

.device_box .text_wrap h1 {
  font-size: 30px;
  letter-spacing: -1.5px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media screen and (max-width: 767.9px) {
  .device_box .text_wrap h1 {
    font-size: 17px;
    letter-spacing: -0.85px;
  }
}

@media screen and (max-width: 767.9px) {
  .device_box .text_wrap h1 {
    margin-bottom: 13.5px;
  }
}

.device_box .text_wrap li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: -0.9px;
  line-height: 35px;
  padding-left: 27px;
  font-weight: 300;
}

@media screen and (max-width: 767.9px) {
  .device_box .text_wrap li {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

.device_box .text_wrap li::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.062 11.53'%3E%3Cpath d='m830.352 1322.77 4.437 4.44 8.874-8.88' transform='translate(-829.469 -1317.44)' style='fill:none;stroke:%23333;stroke-width:2.5px;fill-rule:evenodd'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767.9px) {
  .device_box .text_wrap li {
    line-height: 20px;
  }
}

.style02 .device_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.style02 .device_box figure {
  max-width: 100%;
  min-height: 290px;
  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;
}

@media screen and (max-width: 767.9px) {
  .style02 .device_box figure {
    min-height: 117.5px;
  }
}

.style02 .device_box img {
  max-height: 100%;
}

.style02 .device_box .text_wrap {
  height: 100%;
}

.style02 .device_box img {
  padding: 20px;
}

@media screen and (max-width: 767.9px) {
  .style02 .device_box img {
    padding: 10px;
  }
}

.style02 .device_box .text_wrap {
  background-color: #fff;
  height: auto;
  padding: 0 20px 20px;
}

@media screen and (max-width: 767.9px) {
  .style02 .device_box .text_wrap {
    padding: 0 10px 10px;
  }
}

.style02 .device_box .text_wrap h1 {
  font-size: 20px;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 767.9px) {
  .style02 .device_box .text_wrap h1 {
    font-size: 17px;
    letter-spacing: -0.85px;
    -webkit-line-clamp: 2;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .style02 .device_box .text_wrap h1 {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

.style02 .device_box .text_wrap h2 {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #000;
  margin-bottom: 20px;
}

@media screen and (max-width: 767.9px) {
  .style02 .device_box .text_wrap h2 {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 767.9px) {
  .style02 .device_box .text_wrap h2 {
    -webkit-line-clamp: 2;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 7px;
  }
}

.style02 .device_box .text_wrap li {
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: -0.8px;
  font-weight: 400;
  line-height: 1.875;
  color: #0066cc;
}

@media screen and (max-width: 767.9px) {
  .style02 .device_box .text_wrap li {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 767.9px) {
  .style02 .device_box .text_wrap li {
    padding-left: 6px;
  }
}

.style02 .device_box .text_wrap li::before {
  background-image: none;
  background-color: #000;
  width: 3px;
  height: 3px;
}

@media screen and (max-width: 767.9px) {
  .style02 .device_box .text_wrap li::before {
    width: 2px;
    height: 2px;
  }
}

.style02 .device_box .text_wrap li label {
  min-width: 56px;
  margin-right: 11px;
  color: #333;
}

@media screen and (max-width: 767.9px) {
  .style02 .device_box .text_wrap li label {
    min-width: 39px;
    margin-right: 6px;
  }
}

.style02 .device_box .text_wrap li p {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.style02 .device_box:hover {
  -webkit-box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.2);
}

.border_img {
  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;
  border: 1px solid #eee;
}

.border_img.tb {
  border-left: 0;
  border-right: 0;
  padding: 59px 0;
}

@media screen and (max-width: 767.9px) {
  .border_img.tb {
    border-width: 0;
    padding: 0;
  }
}

.border_img.tb + .border_img.tb {
  border-top-width: 0;
}

.bg_box {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.9px) {
  .bg_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bg_box img.view_m {
  max-width: 93px;
}

.bg_box .left_wrap {
  margin-left: 80px;
}

.bg_box .left_wrap h1 {
  font-size: 48px;
  letter-spacing: -2.4px;
  color: #fff;
  font-weight: 100;
  margin-top: 48px;
}

@media screen and (max-width: 767.9px) {
  .bg_box .left_wrap h1 {
    font-size: 27.5px;
    letter-spacing: -1.375px;
  }
}

@media screen and (max-width: 767.9px) {
  .bg_box .left_wrap h1 {
    margin-top: 18px;
    line-height: 1.1em;
  }
}

.bg_box .left_wrap h1 b {
  font-weight: 700;
}

@media screen and (max-width: 767.9px) {
  .bg_box .left_wrap {
    margin-left: 27px;
  }
}

.bg_box .reddot {
  margin-left: 118px;
}

@media screen and (max-width: 767.9px) {
  .bg_box .reddot {
    margin-left: 27px;
    margin-top: 30px;
  }
}

.bg_box .reddot li {
  font-size: 22px;
  letter-spacing: -1.1px;
  font-weight: 300;
  line-height: 1.8;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

@media screen and (max-width: 767.9px) {
  .bg_box .reddot li {
    font-size: 16px;
    letter-spacing: -1.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .bg_box .reddot li {
    font-size: 12px;
    line-height: 22.5px;
    letter-spacing: -0.6px;
    font-weight: 200;
    max-width: calc(100% - 35px);
  }
}

.bg_box .reddot li label {
  display: inline-block;
  font-weight: 700;
  width: 81px;
  min-width: 81px;
  margin-right: 24px;
}

@media screen and (max-width: 767.9px) {
  .bg_box .reddot li label {
    width: 44px;
    margin-right: 6.5px;
  }
}

.bg_box .reddot li.several {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767.9px) {
  .bg_box .reddot li.several {
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.bg_box .reddot li.several p {
  -webkit-line-clamp: 3;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.bg_box .reddot li.several::before {
  top: 20px;
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 767.9px) {
  .bg_box .reddot li::before {
    top: 9px;
  }
}

.text_card {
  border: 1px solid #eee;
  padding: 36px 31px;
}

@media screen and (max-width: 767.9px) {
  .text_card {
    padding: 17px 15px;
  }
}

.text_card h1 {
  font-size: 24px;
  letter-spacing: -1.2px;
  color: #000;
  line-height: 1.25;
  font-weight: 600;
  min-height: 60px;
}

@media screen and (max-width: 767.9px) {
  .text_card h1 {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

@media screen and (max-width: 767.9px) {
  .text_card h1 {
    min-height: 33px;
  }
}

.text_card h2 {
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #0066cc;
  line-height: 1.2;
  height: 20px;
}

@media screen and (max-width: 767.9px) {
  .text_card h2 {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 767.9px) {
  .text_card h2 {
    margin-top: 12.5px;
    height: 15px;
  }
}

.text_card p {
  margin-top: 27px;
  font-size: 15px;
  letter-spacing: -0.75px;
  color: #888;
}

@media screen and (max-width: 767.9px) {
  .text_card p {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 767.9px) {
  .text_card p {
    margin-top: 16px;
  }
}

.ico_notice {
  width: 20px;
  min-width: 20px;
}

@media screen and (max-width: 767.9px) {
  .ico_notice {
    width: 13px;
    min-width: 13px;
  }
}

.sub01__img01 {
  margin: var(--tit_redbar_next) auto 0;
}

.sub01__img02 {
  background: url(../img/sub/sub01_img02.png) no-repeat center;
  background-size: cover;
  height: 460px;
  margin-top: var(--tit_redbar_next);
}

@media screen and (max-width: 767.9px) {
  .sub01__img02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(../img/sub/sub01_img02m.png);
    height: 400px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub01.menu01 .seq02 {
    padding-bottom: 0;
  }
}

.sub01.menu01 .seq03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + (16px * 2));
  margin-left: -16px;
  margin-top: var(--tit_redbar_next);
}

.sub01.menu01 .seq03 ul > li,
.sub01.menu01 .seq03 ul > div,
.sub01.menu01 .seq03 ul > article,
.sub01.menu01 .seq03 ul > section,
.sub01.menu01 .seq03 ul > figure {
  width: calc(25% - (16px * 2));
  margin-left: 16px;
  margin-right: 16px;
}

.sub01.menu01 .seq03 ul > li:nth-child(n + 5),
.sub01.menu01 .seq03 ul > div:nth-child(n + 5),
.sub01.menu01 .seq03 ul > article:nth-child(n + 5),
.sub01.menu01 .seq03 ul > section:nth-child(n + 5),
.sub01.menu01 .seq03 ul > figure:nth-child(n + 5) {
  margin-top: 0;
}

@media screen and (max-width: 767.9px) {
  .sub01.menu01 .seq03 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + (6px * 2));
    margin-left: -6px;
  }
  .sub01.menu01 .seq03 ul > li,
  .sub01.menu01 .seq03 ul > div,
  .sub01.menu01 .seq03 ul > article,
  .sub01.menu01 .seq03 ul > section,
  .sub01.menu01 .seq03 ul > figure {
    width: calc(50% - (6px * 2));
    margin-left: 6px;
    margin-right: 6px;
  }
  .sub01.menu01 .seq03 ul > li:nth-child(n + 3),
  .sub01.menu01 .seq03 ul > div:nth-child(n + 3),
  .sub01.menu01 .seq03 ul > article:nth-child(n + 3),
  .sub01.menu01 .seq03 ul > section:nth-child(n + 3),
  .sub01.menu01 .seq03 ul > figure:nth-child(n + 3) {
    margin-top: 25px;
  }
}

.sub01.menu01 .seq03 ul li h1 {
  font-size: 22px;
  letter-spacing: -1.1px;
  color: #222;
  font-weight: 700;
  margin-top: 19px;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .sub01.menu01 .seq03 ul li h1 {
    font-size: 16px;
    letter-spacing: -1.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub01.menu01 .seq03 ul li h1 {
    font-size: 11px;
    letter-spacing: -0.55px;
    margin-top: 9.5px;
  }
}

.sub01.menu01 .seq03 ul img {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  aspect-ratio: 1/1.4142;
}

@media screen and (max-width: 767.9px) {
  .sub01.menu01 .seq03 ul img {
    padding: 15px;
  }
}

.sub01.menu01 .seq04 ul {
  margin-top: var(--tit_redbar_next);
}

.sub01.menu01 .shadow_box {
  padding: 30px 40px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 4px 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 0 0 rgba(0, 0, 0, 0.04);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 767.9px) {
  .sub01.menu01 .shadow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }
}

@media screen and (max-width: 767.9px) {
  .sub01.menu01 .shadow_box {
    padding: 18.5px 16px;
    position: relative;
  }
}

.sub01.menu01 .shadow_box .left_wrap {
  width: calc(100% - 47px - 30px);
}

@media screen and (max-width: 767.9px) {
  .sub01.menu01 .shadow_box .left_wrap {
    width: 100%;
  }
}

.sub01.menu01 .shadow_box h1 {
  font-size: 18px;
  letter-spacing: -0.9px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 767.9px) {
  .sub01.menu01 .shadow_box h1 {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

@media screen and (min-width: 767.9px) {
  .sub01.menu01 .shadow_box h1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }
}

.sub01.menu01 .shadow_box p {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #999;
  font-weight: 300;
}

@media screen and (max-width: 767.9px) {
  .sub01.menu01 .shadow_box p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub01.menu01 .shadow_box p {
    font-size: 11px;
    width: calc(100% - 47px - 30px);
  }
}

.sub01.menu01 .shadow_box .ico_pdf {
  background-color: #e3222e;
  margin-left: 30px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  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;
  font-size: 15px;
  letter-spacing: -0.75px;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 767.9px) {
  .sub01.menu01 .shadow_box .ico_pdf {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub01.menu01 .shadow_box .ico_pdf {
    position: absolute;
    width: 33px;
    height: 33px;
    font-size: 11px;
    letter-spacing: -0.11px;
    margin-left: 0;
    bottom: 14.5px;
    right: 16px;
  }
}

.sub01.menu01 .shadow_box .ico_pdf:hover {
  background-color: #ba1822;
}

.sub01.menu01 .shadow_box + .shadow_box {
  margin-top: 20px;
}

.sub02__img01 {
  margin-top: var(--tit_redbar_next);
  margin-left: auto;
  margin-right: auto;
}

.sub02__img02 {
  margin-top: var(--tit_redbar_next);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767.9px) {
  .sub02__06_img01 {
    max-width: 224.5px;
  }
}

.sub02__07_img01 {
  background: url(../img/sub/sub0207_img01.png) no-repeat center;
  background-size: cover;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 98px;
  height: 500px;
  margin-top: var(--tit_redbar_next);
}

@media screen and (max-width: 767.9px) {
  .sub02__07_img01 {
    background-image: url(../img/sub/sub0207_img01m.png);
    padding-top: 50px;
    padding-bottom: 61px;
    height: auto;
  }
}

.sub02__07_img01 .left_wrap {
  min-width: 320px;
  max-width: 320px;
  -webkit-line-clamp: 3;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 311px;
  overflow-y: hidden;
}

@media screen and (max-width: 1279.9px) {
  .sub02__07_img01 .left_wrap {
    min-width: 300px;
    max-width: 300px;
    padding-left: 40px;
    margin-left: 0;
  }
}

.sub02__07_img01 .right_wrap {
  width: calc(100% - 320px - 80px);
}

@media screen and (max-width: 1279.9px) {
  .sub02__07_img01 .right_wrap {
    width: calc(100% - 300px - 40px);
  }
}

@media screen and (max-width: 767.9px) {
  .sub02__07_img01 .right_wrap {
    width: 100%;
  }
}

.sub02.menu01 .seq02 {
  margin-top: -70px;
  padding-top: 0;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu01 .seq02 {
    margin-top: 0;
  }
}

.sub02.menu01 .seq02 .title_redbar {
  width: calc(100% - (80px * 2));
  margin: 0 auto;
  padding-top: var(--tit_redbar_next);
  background-color: #fff;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu01 .seq02 .title_redbar {
    width: 100%;
  }
}

.sub02.menu01 .seq03 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 75px 0;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu01 .seq03 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 36px 0;
  }
}

.sub02.menu01 .seq03 .inner .ul_left_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  letter-spacing: -2.36px;
  font-weight: 700;
  top: -10px;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu01 .seq03 .inner .ul_left_title {
    font-size: 15.75px;
    letter-spacing: -1.18px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub02.menu01 .seq03 .inner .ul_left_title {
    top: 0;
  }
}

.sub02.menu01 .seq03 .inner .ico_check {
  margin-right: 8px;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu01 .seq03 .inner .ico_check {
    margin-right: 4px;
  }
}

.sub02.menu01 .seq03 .inner .reddot {
  margin-left: 52px;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu01 .seq03 .inner .reddot {
    margin-left: 8px;
    margin-top: 28.5px;
  }
}

.sub02.menu01 .seq03 .inner .reddot li {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 300;
  line-height: 40px;
  color: #000;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu01 .seq03 .inner .reddot li {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.6px;
  }
  .sub02.menu01 .seq03 .inner .reddot li::before {
    top: 8px;
  }
}

.sub02.menu02 .list_wrap {
  margin-top: var(--tit_redbar_next);
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + (30px * 2));
  margin-left: -30px;
}

.sub02.menu02 .list_wrap > li,
.sub02.menu02 .list_wrap > div,
.sub02.menu02 .list_wrap > article,
.sub02.menu02 .list_wrap > section,
.sub02.menu02 .list_wrap > figure {
  width: calc(33.333% - (30px * 2));
  margin-left: 30px;
  margin-right: 30px;
}

.sub02.menu02 .list_wrap > li:nth-child(n + 4),
.sub02.menu02 .list_wrap > div:nth-child(n + 4),
.sub02.menu02 .list_wrap > article:nth-child(n + 4),
.sub02.menu02 .list_wrap > section:nth-child(n + 4),
.sub02.menu02 .list_wrap > figure:nth-child(n + 4) {
  margin-top: 102px;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu02 .list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + (9.5px * 2));
    margin-left: -9.5px;
  }
  .sub02.menu02 .list_wrap > li,
  .sub02.menu02 .list_wrap > div,
  .sub02.menu02 .list_wrap > article,
  .sub02.menu02 .list_wrap > section,
  .sub02.menu02 .list_wrap > figure {
    width: calc(50% - (9.5px * 2));
    margin-left: 9.5px;
    margin-right: 9.5px;
  }
  .sub02.menu02 .list_wrap > li:nth-child(n + 3),
  .sub02.menu02 .list_wrap > div:nth-child(n + 3),
  .sub02.menu02 .list_wrap > article:nth-child(n + 3),
  .sub02.menu02 .list_wrap > section:nth-child(n + 3),
  .sub02.menu02 .list_wrap > figure:nth-child(n + 3) {
    margin-top: 9.5px;
  }
}

.sub02.menu03 .img_wrap {
  margin-top: var(--tit_redbar_next);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu03 .img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.sub02.menu03 .device_box {
  width: 49.3%;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu03 .device_box {
    width: 100%;
  }
  .sub02.menu03 .device_box + .device_box {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub02.menu03 .device_box img {
    padding: 15px 7px;
  }
}

.sub02.menu03 .device_box .text_wrap {
  padding: 30px 10px;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu03 .device_box .text_wrap {
    padding: 16px 10px;
  }
}

.sub02.menu03 .device_box h1 {
  font-size: 24px;
  letter-spacing: -1.2px;
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu03 .device_box h1 {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

.sub02.menu04 .title_desc {
  font-size: 19px;
  letter-spacing: -0.95px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  margin-left: 38px;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu04 .title_desc {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub02.menu04 .title_desc {
    margin-top: 12px;
    line-height: 20px;
    margin-left: 12px;
  }
}

.sub02.menu04 .border_img {
  margin-top: 49px;
  height: 394px;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu04 .border_img {
    margin-top: 28px;
    height: auto;
    padding: 30px 15px;
  }
}

.sub02.menu04 table {
  margin-top: 38px;
}

.sub02.menu04 table tr:last-child td {
  text-align: left;
  padding: 30px 38px;
  font-size: 19px;
  letter-spacing: -0.95px;
  color: #666;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu04 table tr:last-child td {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub02.menu04 table tr:last-child td {
    padding: 18px 9.5px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub02.menu04 table th,
  .sub02.menu04 table td {
    width: 25%;
  }
}

.sub02.menu04 .reddot li {
  line-height: 35px;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu04 .reddot li {
    line-height: 20px;
  }
}

.sub02.menu04 .reddot li::before {
  top: 16px;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu04 .reddot li::before {
    top: 8px;
  }
}

.sub02.menu04 .reddot li + li {
  margin-top: 24px;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu04 .reddot li + li {
    margin-top: 12px;
  }
}

.sub02.menu05 .border_img {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 48px;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu05 .border_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top-width: 1px;
    padding-top: 28px;
  }
  .sub02.menu05 .border_img img + img {
    margin-top: 36px;
  }
}

.sub02.menu05 .border_img + .border_img {
  margin-top: 0;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu05 .border_img + .border_img {
    border-top-width: 1px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub02.menu07 .title_dot + .reddot li + li {
    margin-top: 12px;
  }
}

.sub02.menu07 .bg_box .reddot {
  margin-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 1279.9px) {
  .sub02.menu07 .bg_box .reddot {
    margin-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub02.menu07 .bg_box .reddot {
    margin-left: 27px;
    padding-right: 0;
  }
}

.sub02.menu07 .bg_box .reddot li {
  line-height: 45px;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu07 .bg_box .reddot li {
    line-height: 22.5px;
  }
  .sub02.menu07 .bg_box .reddot li.several {
    line-height: 18px;
  }
  .sub02.menu07 .bg_box .reddot li::before {
    top: 11px;
  }
}

.sub02.menu07 .bg_box a {
  margin-top: 25px;
  font-size: 22px;
  letter-spacing: -1.1px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu07 .bg_box a {
    font-size: 16px;
    letter-spacing: -1.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub02.menu07 .bg_box a {
    margin-top: 20px;
    font-size: 11px;
    letter-spacing: -0.275px;
  }
}

.sub02.menu07 .seq02 {
  padding-top: 0;
}

.sub02.menu07 .text_card_area {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + (1.3% * 2));
  margin-left: -1.3%;
}

.sub02.menu07 .text_card_area > li,
.sub02.menu07 .text_card_area > div,
.sub02.menu07 .text_card_area > article,
.sub02.menu07 .text_card_area > section,
.sub02.menu07 .text_card_area > figure {
  width: calc(25% - (1.3% * 2));
  margin-left: 1.3%;
  margin-right: 1.3%;
}

.sub02.menu07 .text_card_area > li:nth-child(n + 5),
.sub02.menu07 .text_card_area > div:nth-child(n + 5),
.sub02.menu07 .text_card_area > article:nth-child(n + 5),
.sub02.menu07 .text_card_area > section:nth-child(n + 5),
.sub02.menu07 .text_card_area > figure:nth-child(n + 5) {
  margin-top: 0;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu07 .text_card_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + (5px * 2));
    margin-left: -5px;
    margin-top: 15px;
  }
  .sub02.menu07 .text_card_area > li,
  .sub02.menu07 .text_card_area > div,
  .sub02.menu07 .text_card_area > article,
  .sub02.menu07 .text_card_area > section,
  .sub02.menu07 .text_card_area > figure {
    width: calc(50% - (5px * 2));
    margin-left: 5px;
    margin-right: 5px;
  }
  .sub02.menu07 .text_card_area > li:nth-child(n + 3),
  .sub02.menu07 .text_card_area > div:nth-child(n + 3),
  .sub02.menu07 .text_card_area > article:nth-child(n + 3),
  .sub02.menu07 .text_card_area > section:nth-child(n + 3),
  .sub02.menu07 .text_card_area > figure:nth-child(n + 3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub02.menu08 table.list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub02.menu08 table.list td {
    display: block;
  }
  .sub02.menu08 table.list td:nth-child(n + 3) {
    display: none;
  }
}

.sub02.menu08 table.list th,
.sub02.menu08 table.list td {
  padding: 26px 10px;
}

.sub02.menu08 table.list th:nth-child(1), .sub02.menu08 table.list th:nth-child(5),
.sub02.menu08 table.list td:nth-child(1),
.sub02.menu08 table.list td:nth-child(5) {
  width: 8%;
}

.sub02.menu08 table.list th:nth-child(3), .sub02.menu08 table.list th:nth-child(4),
.sub02.menu08 table.list td:nth-child(3),
.sub02.menu08 table.list td:nth-child(4) {
  width: 12%;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu08 table.list th:nth-child(2),
  .sub02.menu08 table.list td:nth-child(2) {
    width: calc(100% - 8%);
  }
}

.sub02.menu08 table.list td {
  font-weight: 300;
}

@media screen and (max-width: 767.9px) {
  .sub02.menu08 table.list td {
    padding: 15px 8px;
  }
}

.sub03.menu01 .list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + (19.5px * 2));
  margin-left: -19.5px;
}

.sub03.menu01 .list_wrap > li,
.sub03.menu01 .list_wrap > div,
.sub03.menu01 .list_wrap > article,
.sub03.menu01 .list_wrap > section,
.sub03.menu01 .list_wrap > figure {
  width: calc(25% - (19.5px * 2));
  margin-left: 19.5px;
  margin-right: 19.5px;
}

.sub03.menu01 .list_wrap > li:nth-child(n + 5),
.sub03.menu01 .list_wrap > div:nth-child(n + 5),
.sub03.menu01 .list_wrap > article:nth-child(n + 5),
.sub03.menu01 .list_wrap > section:nth-child(n + 5),
.sub03.menu01 .list_wrap > figure:nth-child(n + 5) {
  margin-top: 49px;
}

@media screen and (max-width: 767.9px) {
  .sub03.menu01 .list_wrap {
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + (5px * 2));
    margin-left: -5px;
  }
  .sub03.menu01 .list_wrap > li,
  .sub03.menu01 .list_wrap > div,
  .sub03.menu01 .list_wrap > article,
  .sub03.menu01 .list_wrap > section,
  .sub03.menu01 .list_wrap > figure {
    width: calc(50% - (5px * 2));
    margin-left: 5px;
    margin-right: 5px;
  }
  .sub03.menu01 .list_wrap > li:nth-child(n + 3),
  .sub03.menu01 .list_wrap > div:nth-child(n + 3),
  .sub03.menu01 .list_wrap > article:nth-child(n + 3),
  .sub03.menu01 .list_wrap > section:nth-child(n + 3),
  .sub03.menu01 .list_wrap > figure:nth-child(n + 3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767.9px) {
  .sub03.menu01 .table_top h1 {
    display: none;
  }
}

.etc .term_area {
  border-top: 1px solid #222;
  border-bottom: 1px solid #eee;
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 56px 0;
  font-size: 24px;
  letter-spacing: -1.2px;
}

@media screen and (max-width: 767.9px) {
  .etc .term_area {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

@media screen and (max-width: 767.9px) {
  .etc .term_area {
    margin-top: 30px;
    padding: 28px 0;
    margin-bottom: 62px;
  }
}

.etc.result .search_text {
  background: rgba(226, 34, 46, 0.1) !important;
  color: #e3222e !important;
}

.etc.result .sub_sec + .sub_sec {
  padding-top: 0;
  padding-bottom: 0;
}

.etc.result .sub_sec.seq02 {
  padding-top: var(--sec_pd);
}

.etc.result .title_dot {
  margin-top: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 767.9px) {
  .etc.result .title_dot {
    margin-bottom: 15px;
  }
}

.etc.result .list_wrap.style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + (19.5px * 2));
  margin-left: -19.5px;
}

.etc.result .list_wrap.style02 > li,
.etc.result .list_wrap.style02 > div,
.etc.result .list_wrap.style02 > article,
.etc.result .list_wrap.style02 > section,
.etc.result .list_wrap.style02 > figure {
  width: calc(25% - (19.5px * 2));
  margin-left: 19.5px;
  margin-right: 19.5px;
}

.etc.result .list_wrap.style02 > li:nth-child(n + 5),
.etc.result .list_wrap.style02 > div:nth-child(n + 5),
.etc.result .list_wrap.style02 > article:nth-child(n + 5),
.etc.result .list_wrap.style02 > section:nth-child(n + 5),
.etc.result .list_wrap.style02 > figure:nth-child(n + 5) {
  margin-top: 49px;
}

@media screen and (max-width: 767.9px) {
  .etc.result .list_wrap.style02 {
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + (5px * 2));
    margin-left: -5px;
  }
  .etc.result .list_wrap.style02 > li,
  .etc.result .list_wrap.style02 > div,
  .etc.result .list_wrap.style02 > article,
  .etc.result .list_wrap.style02 > section,
  .etc.result .list_wrap.style02 > figure {
    width: calc(50% - (5px * 2));
    margin-left: 5px;
    margin-right: 5px;
  }
  .etc.result .list_wrap.style02 > li:nth-child(n + 3),
  .etc.result .list_wrap.style02 > div:nth-child(n + 3),
  .etc.result .list_wrap.style02 > article:nth-child(n + 3),
  .etc.result .list_wrap.style02 > section:nth-child(n + 3),
  .etc.result .list_wrap.style02 > figure:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.etc.result .text_list_area {
  border-top: 2px solid #000;
}

.etc.result .text_list_area > li {
  padding: 28px 22px;
  font-size: 17px;
  letter-spacing: -0.85px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767.9px) {
  .etc.result .text_list_area > li {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .etc.result .text_list_area > li {
    padding: 16px 11.5px;
  }
}

.etc.result .text_list_area > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767.9px) {
  .etc.result .text_list_area > li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.etc.result .text_list_area > li .left_area {
  width: 90%;
}

.etc.result .text_list_area > li .right_area {
  width: 10%;
  min-width: 100px;
  text-align: right;
}

@media screen and (max-width: 767.9px) {
  .etc.result .text_list_area > li .right_area {
    text-align: left;
  }
}

.etc.result .text_list_area > li h1 {
  font-size: inherit;
  letter-spacing: inherit;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

@media screen and (max-width: 767.9px) {
  .etc.result .text_list_area > li h1 {
    -webkit-line-clamp: 2;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

.etc.result .text_list_area > li .content {
  margin-top: 18px;
  font-size: 15px;
  letter-spacing: -0.75px;
  color: #888;
  -webkit-line-clamp: 2;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 42px;
  overflow: hidden;
}

@media screen and (max-width: 767.9px) {
  .etc.result .text_list_area > li .content {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 767.9px) {
  .etc.result .text_list_area > li .content {
    margin-top: 14px;
    -webkit-line-clamp: 2;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 90px;
  }
}

.etc.result .text_list_area > li .content .date {
  margin-top: 0;
}

.request .table {
  margin-top: 60px;
}

@media screen and (max-width: 767.9px) {
  .request .table {
    margin-top: 30px;
  }
}

.request .table + .table_bottom {
  margin-top: 20px;
}

@media screen and (max-width: 767.9px) {
  .request .table + .table_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.request .table + .table_bottom .btn {
  width: 165px;
  font-weight: 700;
  height: 55px;
}

@media screen and (max-width: 767.9px) {
  .request .table + .table_bottom .btn {
    width: 49%;
    height: 40px;
  }
}

.request .table + .table_bottom .btn.red {
  background-color: #e3222e;
  border-color: #e3222e;
  color: #fff;
}

.request .table + .table_bottom .btn + .btn {
  margin-left: 10px;
}

.company .sub_sec + .sub_sec {
  padding: var(--sec_pd) 0 0;
}

.company .sub_sec:last-of-type {
  padding-bottom: var(--sec_pd);
}

.company .sub_sec .title_desc {
  margin-top: 20px;
}

.company .seq01 .img_area {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767.9px) {
  .company .seq01 .img_area {
    margin-top: 30px;
  }
}

.company .seq01 .img_area figure {
  position: relative;
  width: 49%;
}

.company .seq01 .img_area figure .text_wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.company .seq01 .img_area figure .text_wrap h1,
.company .seq01 .img_area figure .text_wrap p {
  text-align: center;
  color: #fff;
}

.company .seq01 .img_area figure .text_wrap h1 {
  font-size: 48px;
  letter-spacing: -2.4px;
  font-weight: 700;
}

@media screen and (max-width: 767.9px) {
  .company .seq01 .img_area figure .text_wrap h1 {
    font-size: 27.5px;
    letter-spacing: -1.375px;
  }
}

@media screen and (max-width: 767.9px) {
  .company .seq01 .img_area figure .text_wrap h1 {
    font-size: 30px;
    letter-spacing: -1.5px;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .company .seq01 .img_area figure .text_wrap h1 {
    font-size: 17px;
    letter-spacing: -0.85px;
  }
}

.company .seq01 .img_area figure .text_wrap p {
  margin-top: 16px;
  font-size: 22px;
  letter-spacing: -1.1px;
  font-weight: 300;
}

@media screen and (max-width: 767.9px) {
  .company .seq01 .img_area figure .text_wrap p {
    font-size: 16px;
    letter-spacing: -1.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .company .seq01 .img_area figure .text_wrap p {
    font-size: 15px;
    letter-spacing: -0.75px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .company .seq01 .img_area figure .text_wrap p {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 767.9px) {
  .company .seq01 .img_area figure .text_wrap p br {
    display: none;
  }
}

.company .seq02 .history_area {
  margin-top: var(--tit_redbar_next);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + (5px * 2));
  margin-left: -5px;
}

.company .seq02 .history_area > li,
.company .seq02 .history_area > div,
.company .seq02 .history_area > article,
.company .seq02 .history_area > section,
.company .seq02 .history_area > figure {
  width: calc(50% - (5px * 2));
  margin-left: 5px;
  margin-right: 5px;
}

.company .seq02 .history_area > li:nth-child(n + 3),
.company .seq02 .history_area > div:nth-child(n + 3),
.company .seq02 .history_area > article:nth-child(n + 3),
.company .seq02 .history_area > section:nth-child(n + 3),
.company .seq02 .history_area > figure:nth-child(n + 3) {
  margin-top: 10px;
}

@media screen and (max-width: 767.9px) {
  .company .seq02 .history_area {
    width: 100%;
  }
  .company .seq02 .history_area article {
    width: 100%;
  }
  .company .seq02 .history_area article + article {
    margin-top: 5px !important;
  }
}

.company .seq02 .history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.8%;
  background-color: #f2f5f7;
  width: 49%;
  height: 90px;
}

@media screen and (max-width: 767.9px) {
  .company .seq02 .history {
    height: auto;
    padding: 16px;
  }
}

.company .seq02 .history h1 {
  display: table;
  font-size: 20px;
  letter-spacing: -1px;
  color: #222;
  font-weight: 300;
}

@media screen and (max-width: 767.9px) {
  .company .seq02 .history h1 {
    font-size: 17px;
    letter-spacing: -0.85px;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .company .seq02 .history h1 {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

.company .seq02 .history h1 span {
  display: table-cell;
}

.company .seq02 .history h1 .date {
  display: inline-block;
  font-size: 24px;
  letter-spacing: -1.2px;
  color: #d51d32;
  font-weight: 700;
  min-width: 85px;
  margin-right: 17px;
}

@media screen and (max-width: 767.9px) {
  .company .seq02 .history h1 .date {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

@media screen and (max-width: 767.9px) {
  .company .seq02 .history h1 .date {
    min-width: 46px;
    margin-right: 12px;
  }
}

.company .seq03 .title_desc {
  line-height: 1.6;
}

@media screen and (max-width: 767.9px) {
  .company .seq03 .title_desc {
    margin-top: 10px;
  }
}

.company .seq03 .img_area {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767.9px) {
  .company .seq03 .img_area {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.company .seq03 .img_area img {
  padding: 10px;
  border: 1px solid #ddd;
}

.company .seq03 .img_area:first-of-type img {
  width: 24%;
}

@media screen and (max-width: 767.9px) {
  .company .seq03 .img_area:first-of-type img {
    width: 49%;
  }
}

.company .seq03 .img_area:first-of-type img.company05 {
  width: 49%;
}

@media screen and (max-width: 767.9px) {
  .company .seq03 .img_area:first-of-type img.company05 {
    width: 100%;
    margin-top: 10px;
  }
}

.company .seq03 .img_box {
  width: 24%;
  max-height: none;
}

@media screen and (max-width: 767.9px) {
  .company .seq03 .img_box {
    width: 49%;
  }
}

.company .seq03 .img_box img {
  width: 100%;
}

.company .seq03 .img_box h1 {
  font-size: 22px;
  letter-spacing: -1.1px;
  font-weight: 700;
  margin-top: 18px;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .company .seq03 .img_box h1 {
    font-size: 16px;
    letter-spacing: -1.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .company .seq03 .img_box h1 {
    font-size: 17px;
    letter-spacing: -0.85px;
    margin-top: 9px;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .company .seq03 .img_box h1 {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .company .seq03 .img_box:nth-child(n + 3) {
    margin-top: 22.5px;
  }
}

.company .seq04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + (16px * 2));
  margin-left: -16px;
  margin-top: var(--tit_redbar_next);
}

.company .seq04 ul > li,
.company .seq04 ul > div,
.company .seq04 ul > article,
.company .seq04 ul > section,
.company .seq04 ul > figure {
  width: calc(25% - (16px * 2));
  margin-left: 16px;
  margin-right: 16px;
}

.company .seq04 ul > li:nth-child(n + 5),
.company .seq04 ul > div:nth-child(n + 5),
.company .seq04 ul > article:nth-child(n + 5),
.company .seq04 ul > section:nth-child(n + 5),
.company .seq04 ul > figure:nth-child(n + 5) {
  margin-top: 0;
}

@media screen and (max-width: 767.9px) {
  .company .seq04 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + (6px * 2));
    margin-left: -6px;
  }
  .company .seq04 ul > li,
  .company .seq04 ul > div,
  .company .seq04 ul > article,
  .company .seq04 ul > section,
  .company .seq04 ul > figure {
    width: calc(50% - (6px * 2));
    margin-left: 6px;
    margin-right: 6px;
  }
  .company .seq04 ul > li:nth-child(n + 3),
  .company .seq04 ul > div:nth-child(n + 3),
  .company .seq04 ul > article:nth-child(n + 3),
  .company .seq04 ul > section:nth-child(n + 3),
  .company .seq04 ul > figure:nth-child(n + 3) {
    margin-top: 42px;
  }
}

.company .seq04 ul li {
  position: relative;
}

.company .seq04 ul li h1 {
  font-size: 22px;
  letter-spacing: -1.1px;
  color: #222;
  font-weight: 700;
  margin-top: 19px;
  text-align: center;
  padding: 0 50px;
}

@media screen and (max-width: 767.9px) {
  .company .seq04 ul li h1 {
    font-size: 16px;
    letter-spacing: -1.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .company .seq04 ul li h1 {
    font-size: 17px;
    letter-spacing: -0.85px;
    margin-top: 9.5px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .company .seq04 ul li h1 {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

.company .seq04 ul li figure {
  position: absolute;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  top: -53.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767.9px) {
  .company .seq04 ul li figure {
    width: 50px;
    height: 50px;
    top: -25px;
  }
}

.company .seq04 ul li > img {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
  aspect-ratio: 1/1.4142;
}

@media screen and (max-width: 767.9px) {
  .company .seq04 ul li > img {
    padding: 15px;
  }
}
