@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&display=swap");
.top_main {
  height: 100vh;
  min-height: 50rem;
  background: url(/common/image/idx_kv_img_01.jpg) no-repeat 50%/cover;
  position: relative;
  position: fixed;
  width: 100%;
  z-index: -1;
}

.top_main.hide:before {
  opacity: 1;
}

.top_main:before {
  content: '';
  background: url(/common/image/idx_kv_bg_01.jpg) no-repeat 50%/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .top_main {
    background-image: url(/common/image/idx_kv_img_01_sp.jpg);
  }
}

.top_main p {
  position: absolute;
  left: 4.6rem;
  top: 22rem;
}

@media screen and (min-width: 768px) {
  .top_main p {
    width: 58rem;
    height: 11.8rem;
    text-align: center;
    padding-top: 1.1rem;
  }
  .top_main p:before, .top_main p:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5.4rem;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(4, 49, 86, 0.2);
    backdrop-filter: blur(50px);
    border-radius: .4rem;
    z-index: -1;
  }
  .top_main p:before {
    top: 0;
  }
  .top_main p:after {
    bottom: 0;
    width: 40.2rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main p {
    top: 8.8rem;
    left: 3.3rem;
    padding: 1.3rem 0 1.2rem;
  }
  .top_main p:before, .top_main p:after {
    content: '';
    position: absolute;
    width: 4rem;
    height: 33.6rem;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(4, 49, 86, 0.2);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: .2rem;
    z-index: -1;
    top: 0;
  }
  .top_main p:before {
    left: -.93rem;
  }
  .top_main p:after {
    right: -.8rem;
    height: 100%;
  }
}

.top_main p img {
  width: 55.9rem;
}

@media screen and (max-width: 767px) {
  .top_main p img {
    width: 7.1rem;
  }
}

.top_bg {
  background: #f5f5f5;
  padding: 1px 0;
}

.top_lead {
  margin-top: 100vh;
}

@media screen and (max-width: 767px) {
  .top_lead {
    margin-bottom: 12rem;
    padding-top: 15rem;
  }
  .top_lead .c_box {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 1.6rem;
  }
  .top_lead .c_box .c_btn {
    margin-top: 4.8rem;
  }
}

.top_lead p + p {
  margin-top: 1.5em;
}

.top_lead .catch {
  font-size: 2.8rem;
  margin-bottom: 5rem;
}

.top_lead .logo {
  width: 38.6rem;
}

@media screen and (min-width: 768px) {
  .top_lead {
    padding: 24rem 0;
  }
  .top_lead .c_row .desc {
    width: 42rem;
    padding: 0;
  }
  .top_lead .c_box {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(50px);
  }
}

.top_strength li {
  position: relative;
  background: #FAFAFA;
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
}

@media screen and (max-width: 767px) {
  .top_strength li + li {
    margin-top: 4rem;
  }
}

.top_strength li i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: .1em;
  width: 3.2em;
  line-height: 3.2em;
  border: solid 1px #E1E1E1;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  top: -1.6em;
}

@media screen and (max-width: 767px) {
  .top_strength li i {
    font-size: 1.6rem;
  }
}

.top_strength dl {
  padding: 3.2rem 2.4rem;
}

.top_strength dt {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 767px) {
  .top_strength dt {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .top_strength ul {
    display: flex;
    justify-content: space-between;
  }
  .top_strength li {
    width: 31.5rem;
  }
}

.top_solution li {
  background: #FAFAFA;
}

.top_solution dt {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 2.4rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .top_solution dt {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_solution .work {
    width: 38rem;
    padding: 0 4rem;
    position: relative;
  }
  .top_solution .work:before {
    content: '';
    position: absolute;
    right: 36rem;
    border-left: solid 1px #E1E1E1;
    top: 0;
    height: 29rem;
    left: 0;
  }
}

.top_solution .work a {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
}

.top_solution .work dt {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .top_solution .work dt {
    font-size: 1.8rem;
  }
}

.top_solution .work a {
  border-radius: .4rem;
  border: 1px solid rgba(0, 17, 27, 0.1);
  background: #fff url(/common/image/ico_arrow01.svg) no-repeat calc(100% - 1.5em) center/0.6rem;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

.top_solution .work a:hover {
  background-position: calc(100% - 1.2em);
  box-shadow: none;
}

.top_solution .work a:hover img {
  transform: scale(1.05);
}

.top_solution .work a img {
  transition: transform .2s ease-in;
}

.top_solution .work .fig {
  width: 4.6rem;
  margin-right: 1.6rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_solution {
    margin-bottom: 5.6rem;
  }
  .top_solution dl {
    margin-top: 4rem;
  }
  .top_solution .work {
    border-top: solid 1px #E1E1E1;
    padding-top: 4rem;
  }
  .top_solution .img {
    margin: 0 -4.8rem 4rem;
  }
  .top_solution li {
    margin: 0 -6.4rem;
    padding: 0 6.4rem;
    padding-bottom: 4rem;
    border-top: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
  }
  .top_solution li + li {
    margin-top: 4rem;
  }
  .top_solution li .c_btn {
    margin-top: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_solution li {
    border: solid 1px #E1E1E1;
    border-radius: .4rem;
    width: 124rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
  }
  .top_solution li + li {
    margin-top: 4rem;
  }
  .top_solution li .c_btn {
    margin-top: 4rem;
  }
  .top_solution .img {
    width: 38.6rem;
  }
  .top_solution .img img {
    border-radius: .3rem 0 0 .3rem;
  }
  .top_solution dl {
    margin-top: 4rem;
    width: 39.4rem;
  }
}

.top_search {
  margin: 0;
  position: relative;
  z-index: 2;
}

.top_search .c_box {
  padding-bottom: 0;
}

.top_search .form {
  border-radius: .4rem;
  overflow: hidden;
  position: relative;
}

.top_search .form:before {
  content: '';
  position: absolute;
  background: url(/common/image/ico_search_01.svg) no-repeat 50%/contain;
  height: 100%;
  left: 3.2rem;
  width: 1.6rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_search .form:before {
    left: 1.6rem;
  }
}

.top_search .form input[type="text"] {
  background: linear-gradient(180deg, #E6E6E6 0%, #EFEFEF 100%);
  height: 5.6rem;
  width: 100%;
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
  padding: 0 1em 0 4.5em;
  transition: opacity .2s ease-in;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .top_search .form input[type="text"] {
    height: 4.8rem;
  }
}

.top_search .form input[type="text"]:hover {
  opacity: .5;
}

.top_search .form input[type="text"]:focus {
  background: #fff;
  opacity: 1 !important;
  cursor: text;
}

.top_search .form button {
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  width: 10rem;
  height: 100%;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .top_search .form button {
    width: 6.7rem;
  }
}

.top_search .word {
  width: calc(100% - 10rem);
}

.top_search .c_tag {
  margin-top: 2.4rem;
}

.top_search .ttl {
  text-align: center;
  font-size: 2rem;
  border-bottom: solid 1px #E1E1E1;
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .top_search .ttl {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}

.top_search .bg {
  padding: 4rem;
  background: #fff;
  border-radius: .4rem;
  border: solid 1px #E1E1E1;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

@media screen and (max-width: 767px) {
  .top_search .bg {
    margin: 0 -4.2rem;
    padding: 3.4rem 3.2rem;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}

@media screen and (min-width: 768px) {
  .top_search p.nav {
    display: none;
  }
  .top_search .wrap {
    width: 124rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .top_search .box {
    display: none;
  }
  .top_search .box.active {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top_search ul.nav {
    display: none;
  }
  .top_search .wrap:not(.bg) {
    background: #fff;
    margin: 0 -4.2rem;
    padding: 0 3.2rem;
  }
  .top_search p.nav {
    border-top: solid 1px #E1E1E1;
    font-size: 1.6rem;
    line-height: 8rem;
    cursor: pointer;
    background: url(/common/image/ico_arrow_down_01.svg) no-repeat calc(100% - .3em) center/1.6rem;
  }
  .top_search p.nav.open {
    background-image: url(/common/image/ico_arrow_up_01.svg);
  }
  .top_search p.nav.open + .box {
    display: block !important;
  }
  .top_search p.nav + .box {
    display: none !important;
  }
  .top_search .c_tabbox {
    box-shadow: none;
    padding: 0;
  }
  .top_search .box {
    padding: 3.2rem 0;
    border-top: solid 1px #E1E1E1;
  }
}

.top_info .head {
  border: solid 1px #E1E1E1;
  margin-bottom: 6.4rem;
  border-radius: .4rem;
}

@media screen and (max-width: 767px) {
  .top_info .head {
    margin-bottom: 4rem;
  }
}

.top_info .head .sub {
  background: url(/common/image/ico_arrow01.svg) no-repeat calc(100% - .3em) 0.8em/0.6rem;
  border-bottom: solid 1px #E1E1E1;
  padding-bottom: 2.4rem;
  margin-bottom: 2.7rem;
  transition: background .2s ease-in;
}

@media screen and (max-width: 767px) {
  .top_info .head .sub {
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
  }
}

.top_info .head img {
  transition: transform .2s ease-in;
  border-radius: .4rem 0 0 .4rem;
}

@media screen and (max-width: 767px) {
  .top_info .head img {
    border-radius: .4rem .4rem 0 0;
  }
}

.top_info .head a {
  background: #FAFAFA;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

.top_info .head a:hover {
  box-shadow: none;
  background: #fff;
}

.top_info .head a:hover .sub {
  background-position: 100% .8em;
}

.top_info .head a:hover img {
  transform: scale(1.05);
}

.top_info .head .img {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top_info .head a {
    display: flex;
  }
  .top_info .head .img {
    width: 34.3rem;
  }
  .top_info .head .desc {
    width: calc(100% - 34.3rem);
  }
}

.top_info .desc {
  padding: 2.8rem 3.2rem 0;
}

@media screen and (max-width: 767px) {
  .top_info .desc {
    padding: 1.6rem 2.4rem 2.4rem;
  }
}

.top_info .sub small {
  font-weight: 500;
  margin-right: 1.5em;
  display: inline-block;
}

.top_info .sub i {
  background: #F08C00;
  color: #fff;
  border-radius: .4rem;
  font-size: 1.2rem;
  min-width: 8em;
  text-align: center;
  display: inline-block;
}

.top_info .sub i.technology {
  background: #006EF0;
}

@media screen and (max-width: 767px) {
  .top_info {
    margin-bottom: 0;
  }
  .top_info .c_tab {
    margin: 0 -.8rem;
  }
  .top_info .c_tabbox {
    margin: -1px -2.4rem 0;
    border: none;
    border-top: solid 1px #E1E1E1;
  }
  .top_info li .sub {
    background: url(/common/image/ico_arrow01.svg) no-repeat calc(100% - .3em) 0.8em/0.6rem;
    border-bottom: solid 1px #E1E1E1;
    padding-bottom: 1.6rem;
    margin-bottom: 2rem;
    transition: background .2s ease-in;
  }
  .top_info li a:hover .sub {
    background-position: 100% .8em;
  }
}

@media screen and (min-width: 768px) {
  .top_info {
    margin-bottom: 8rem;
  }
  .top_info .c_box {
    padding-bottom: 0;
  }
  .top_info .c_tabbox {
    position: relative;
    top: 8rem;
    margin-top: -8rem;
  }
}

.top_info .box {
  display: none;
}

.top_info .box li {
  border-radius: .4rem;
}

.top_info .box li + li {
  margin-top: 1.6rem;
}

.top_info .box a {
  border: 1px solid rgba(0, 17, 27, 0.1);
  border-radius: .4rem;
  background: #FAFAFA url(/common/image/ico_arrow01.svg) no-repeat calc(100% - 2.3em) center/0.6rem;
  padding: 1.4rem 2.4rem;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

@media screen and (max-width: 767px) {
  .top_info .box a {
    display: block;
    padding: 2.4rem 2.4rem;
    background: #FAFAFA;
  }
}

.top_info .box a:hover {
  box-shadow: none;
  background-position: calc(100% - 2em) center;
  background-color: #fff;
}

.top_info .box.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .top_info .box a {
    display: flex;
    white-space: nowrap;
  }
  .top_info .box p + p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 4rem;
  }
  .top_info .box .sub {
    padding-right: 1.5em;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .top_info .box .sub small {
    width: 5.5em;
  }
}

.top_bnr {
  background: #fff;
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .top_bnr {
    padding: 5.6rem 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .top_bnr .u_inner {
    width: 100rem;
  }
}

.top_bnr a {
  filter: drop-shadow(0px 3px 6px rgba(0, 17, 27, 0.26)) drop-shadow(0px 9px 12px rgba(0, 17, 27, 0.13)) drop-shadow(0px 16px 20px rgba(0, 17, 27, 0.2)) drop-shadow(0px 38px 12px rgba(0, 17, 27, 0.05));
  transform: translateZ(0);
  display: block;
  position: relative;
  border-radius: .4rem;
  overflow: hidden;
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
}

.top_bnr a:before {
  content: '';
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  background: #fff url(/common/image/ico_nw_01.svg) no-repeat 75% 75%/1.6rem;
  width: 8rem;
  height: 8rem;
  z-index: 2;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.top_bnr a:hover {
  filter: none;
}

.top_bnr a:hover img {
  transform: scale(1.05);
}

.top_bnr a img {
  transition: transform .2s ease-in;
}

.top_download .sub small {
  font-weight: 500;
  margin-right: 1.5em;
  display: inline-block;
}

.top_download li {
  border-radius: .4rem;
}

.top_download li + li {
  margin-top: 1.6rem;
}

.top_download li a {
  border: 1px solid rgba(0, 17, 27, 0.1);
  border-radius: .4rem;
  background: #FAFAFA url(/common/image/ico_arrow01.svg) no-repeat calc(100% - 2.3em) center/0.6rem;
  padding: 1.4rem 2.4rem;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

@media screen and (max-width: 767px) {
  .top_download li a {
    display: block;
    padding: 2.4rem 2.4rem;
    background: #FAFAFA;
  }
}

.top_download li a:hover {
  box-shadow: none;
  background-position: calc(100% - 2em) center;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .top_download li .sub {
    background: url(/common/image/ico_arrow01.svg) no-repeat calc(100% - .3em) 0.8em/0.6rem;
    border-bottom: solid 1px #E1E1E1;
    padding-bottom: 1.6rem;
    margin-bottom: 2rem;
    transition: background .2s ease-in;
  }
  .top_download li a:hover .sub {
    background-position: 100% .8em;
  }
}

@media screen and (min-width: 768px) {
  .top_download li a {
    display: flex;
    white-space: nowrap;
  }
  .top_download li .sub {
    width: 15em;
  }
  .top_download li .sub + p {
    width: calc(100% - 15em);
  }
}

@media screen and (min-width: 768px) {
  .top_recruit {
    margin-bottom: 18.4rem;
  }
  .top_recruit .c_head {
    margin-bottom: 0;
  }
  .top_recruit .c_box {
    padding-bottom: 0;
  }
  .top_recruit .box {
    border: solid 1px #E1E1E1;
    position: relative;
    top: 8rem;
    background: #fff;
    overflow: hidden;
    border-radius: .4rem;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .top_recruit .bnr {
    margin: 0 -4.2rem;
  }
}

.top_recruit .bnr {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_recruit .bnr {
    /* border: solid 1px #E1E1E1; */
  }
}

.top_recruit .bnr a {
  display: block;
}

.top_recruit .bnr p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_recruit .bnr p img {
  width: 36.5rem;
}

@media screen and (max-width: 767px) {
  .top_recruit .bnr p img {
    width: 14.5rem;
  }
}

.tech_lead {
  margin-bottom: 18.4rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tech_lead {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .tech_lead .top_search .wrap {
    width: 108rem;
  }
}

.tech_lead .box {
  border: solid 1px #E1E1E1;
  padding: 4rem;
  background: #fff;
  border-radius: .4rem;
}

@media screen and (min-width: 768px) {
  .tech_lead .box {
    width: 108rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 8rem;
    margin-top: -4rem;
  }
}

@media screen and (max-width: 767px) {
  .tech_lead .box {
    margin: 4rem -4.8rem -1px;
  }
}

.tech_lead .tech_btn a {
  background-image: url(/common/image/technology/ico_anchor.svg);
  background-size: .8rem;
}

.tech_lead .tech_btn a:hover {
  background-position: calc(100% - 1.5em) 60%;
}

@media screen and (min-width: 768px) {
  .tech_lead .tech_btn {
    gap: 1.6rem;
  }
  .tech_lead .tech_btn li {
    width: calc(25% - 1.2rem);
  }
}

.tech_sec {
  margin-top: 18.4rem;
  margin-bottom: 18.4rem;
  padding-bottom: 0;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .tech_sec {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.tech_sec .head {
  height: 24rem;
  width: 124rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  overflow: hidden;
  margin: 0 0 -22rem;
}

@media screen and (min-width: 768px) {
  .tech_sec .head {
    border-radius: .4rem;
    border: solid 1px #E1E1E1;
    margin-top: -0.1rem;
  }
}

@media screen and (max-width: 767px) {
  .tech_sec .head {
    margin-bottom: -7.2rem;
    height: 15.2rem;
  }
}

.tech_sec .head .bg {
  background: no-repeat center top / cover;
  height: 160%;
  transform: translateY(-30%);
}

@media screen and (min-width: 768px) {
  .tech_sec .tech_nav {
    margin-top: -8.4rem;
    top: 8.4rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .tech_sec.one .tech_nav {
    top: 4.3rem;
  }
}

@media screen and (max-width: 767px) {
  .tech_sec.one .tech_nav {
    margin-top: -10.4rem;
    position: relative;
    top: -2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .tech_sec.one {
    border: none;
    background: none;
    border-radius: 0;
  }
}

.tech_deatil {
  /*padding-bottom: 0;*/
  margin-bottom: 18.5rem;
}

@media screen and (max-width: 767px) {
  .tech_deatil {
    margin-bottom: 5.4rem;
  }
}

.tech_deatil figcaption {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .tech_deatil figcaption {
    margin-top: .2rem;
  }
}

.tech_deatil figure {
  margin: 3.4rem auto 0;
}

@media screen and (max-width: 767px) {
  .tech_deatil figure {
    margin-top: 3.2rem;
  }
}

.tech_deatil figure img {
  width: 100%;
  border-radius: .4rem;
}

@media screen and (min-width: 768px) {
  .tech_deatil figure.half {
    width: 50%;
  }
  .tech_deatil figure.three {
    width: 75%;
  }
  .tech_deatil figure.third {
    width: 33.33%;
  }
}

@media screen and (min-width: 768px) {
  .tech_deatil .iframe {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .tech_deatil .imgs {
    margin-top: 5.6rem;
  }
  .tech_deatil .imgs figure {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .tech_deatil .imgs {
    display: flex;
    gap: 0 2.4rem;
  }
  .tech_deatil .imgs figure {
    width: 100%;
  }
  .tech_deatil .imgs.small figcaption {
    font-size: 1.2rem;
    margin-top: .3rem;
  }
}

.tech_deatil .ttl2 {
  font-size: 2.8rem;
  margin: 9.6rem -8rem 2rem;
  padding: .4rem 8rem;
  letter-spacing: .08em;
  background: linear-gradient(90deg, #EDF8FF 16.67%, #FFFFFF 100%);
  position: relative;
}

.tech_deatil .ttl2 span {
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.tech_deatil .ttl2:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: .6rem;
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  height: 1em;
  border-radius: 0 .4rem .4rem 0;
}

@media screen and (max-width: 767px) {
  .tech_deatil .ttl2:before {
    width: .4rem;
  }
}

@media screen and (max-width: 767px) {
  .tech_deatil .ttl2 {
    font-size: 2.2rem;
    margin: 5.6rem -2.4rem 3.2rem;
    padding: .4rem 2.4rem;
  }
}

.tech_deatil .ttl3 {
  font-size: 2.4rem;
  margin: 2.2rem 0 1.5rem;
  letter-spacing: .08em;
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .tech_deatil .ttl3 {
    font-size: 2rem;
    margin: 2rem 0 2.4rem;
  }
}

.tech_deatil .ttl4 {
  font-size: 2rem;
  margin: 1.8rem 0 .2rem;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .tech_deatil .ttl4 {
    font-size: 1.8rem;
  }
}

.tech_deatil div.dot {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 767px) {
  .tech_deatil div.dot {
    margin-bottom: 2.8rem;
  }
}

.tech_deatil div.dot .ttl4:before {
  content: '・';
}

.tech_deatil .ttl5 {
  font-size: 1.8rem;
  letter-spacing: .08em;
}

.tech_deatil p + p {
  margin-top: 2.6rem;
}

.tech_deatil p em {
  color: #0093C6;
}

.tech_deatil p b {
  font-weight: normal;
  background: #0093C6;
  color: #fff;
  padding: .2em .5em;
  border-radius: .2em;
}

.tech_deatil p a {
  color: #074D78;
  text-decoration: underline;
}

.tech_deatil p a:hover {
  color: #BDBDBD;
}

.tech_deatil p q {
  color: #72818A;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .tech_deatil p q {
    text-decoration: underline;
  }
}

.tech_deatil p.left {
  text-align: left;
}

.tech_deatil p.center {
  text-align: center;
}

.tech_deatil p.right {
  text-align: right;
}

.tech_deatil ul.dot {
  margin: 1.5em 0;
  text-align: justify;
}

.tech_deatil ul.dot li {
  padding-left: 1.3em;
  position: relative;
}

.tech_deatil ul.dot li:before {
  content: '・';
  position: absolute;
  left: 0;
}

.tech_deatil ol.num {
  margin: 1.5em 0;
  counter-reset: item;
  text-align: justify;
}

.tech_deatil ol.num li {
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.tech_deatil ol.num li:before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: .3em;
}

.tech_deatil .row {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .tech_deatil .row {
    margin-top: 5.6rem;
  }
}

.tech_deatil .row + .ttl4 {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .tech_deatil .row + .ttl4 {
    margin-top: 5.6rem;
  }
}

.tech_deatil .row + .row {
  margin-top: 6.4rem;
}

@media screen and (max-width: 767px) {
  .tech_deatil .row + .row {
    margin-top: 5.6rem;
  }
}

.tech_deatil .row figure {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .tech_deatil .row figure {
    margin-bottom: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .tech_deatil .row {
    display: flex;
    justify-content: space-between;
  }
  .tech_deatil .row figure {
    width: 48.8rem;
  }
  .tech_deatil .row p {
    width: 47.2rem;
  }
  .tech_deatil .row:nth-child(2n + 1) {
    flex-flow: row-reverse;
  }
}

.tech_deatil .tbl {
  border-radius: .4rem;
  overflow: hidden;
  border: solid 1px #E1E1E1;
}

/*
.tech_deatil tr + tr > * {
  border-top: solid 1px #E1E1E1;
}

.tech_deatil tr > * {
  padding: 1.4em 1.5em;
  vertical-align: middle;
}

.tech_deatil tr > * + * {
  border-left: solid 1px #E1E1E1;
}
*/

.tech_deatil th {
  background: #003454;
  color: #fff;
  white-space: nowrap;
}

.tech_deatil .scroll {
  margin: 1.5rem 0 4.8rem;
}

@media screen and (min-width: 768px) {
  .tech_deatil .scroll.col3 table {
    table-layout: fixed;
  }
}

@media screen and (max-width: 767px) {
  .tech_deatil .scroll {
    margin: 1.5rem 0 5.6rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1.5rem;
  }
  .tech_deatil .scroll table, .tech_deatil .scroll .tbl {
    width: 150%;
  }
  .tech_deatil .scroll.col2 table, .tech_deatil .scroll.col2 .tbl {
    width: 150%;
  }
  .tech_deatil .scroll.col3 table, .tech_deatil .scroll.col3 .tbl {
    width: 200%;
  }
}

.tech_deatil .video {
  position: relative;
  height: 0;
  padding-top: 40rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .tech_deatil .video {
    width: 71.2rem;
  }
}

.tech_deatil .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 0px transparent);
}

@media screen and (max-width: 767px) {
  .tech_deatil .video {
    padding-top: 56.18%;
  }
}

.tech_deatil .movie {
  margin: 6.4rem auto;
}

@media screen and (max-width: 767px) {
  .tech_deatil .movie {
    margin: 5.6rem auto;
  }
}

.tech_deatil .movie a {
  display: block;
  position: relative;
}

.tech_deatil .movie a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/common/image/technology/btn_play.png) no-repeat 50%/contain;
  width: 100%;
  height: 15.8rem;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .tech_deatil .movie a:before {
    height: 8rem;
    margin-top: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .tech_deatil .movie {
    width: 71.2rem;
  }
}

.tech_deatil .anchor {
  background: #FAFAFA;
  margin: 8rem -8rem 9.6rem;
  padding: 3.2rem 8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .tech_deatil .anchor {
    margin: 5.6rem -2.4rem 7.2rem;
    padding: 2.4rem;
  }
}

.tech_deatil .anchor a {
  text-decoration: none;
  display: block;
  color: inherit;
  border-radius: .4rem;
  border: solid 1px #E1E1E1;
  padding: .5em 3em .5em .8em;
  background: #fff url(/common/image/technology/ico_anchor.svg) no-repeat calc(100% - 1.2em) center/0.8rem;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

.tech_deatil .anchor a:hover {
  background-position: calc(100% - 1em) 58%;
  box-shadow: none;
}

.tech_deatil .report {
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
  padding: 2.4rem 3.2rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .tech_deatil .report {
    padding: 2.4rem;
  }
}

.tech_deatil .report a {
  text-decoration: underline;
}

.tech_deatil .report a:hover {
  color: #BDBDBD;
}

.tech_deatil .report li {
  padding-left: 1em;
  position: relative;
}

.tech_deatil .report li + li {
  margin-top: .3rem;
}

@media screen and (max-width: 767px) {
  .tech_deatil .report li + li {
    margin-top: 1rem;
  }
}

.tech_deatil .report li:before {
  content: '・';
  left: 0;
  position: absolute;
}

.tech_deatil .report li:after {
  content: '';
  background: url(/common/image/technology/ico_report.svg) no-repeat 50%/contain;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: .6em;
}

.tech_deatil .relate {
  background: #FAFAFA;
  margin: 0 -8rem;
  padding: 10.4rem 8rem 0;
}

@media screen and (max-width: 767px) {
  .tech_deatil .relate {
    margin: 0;
    padding: 5.6rem 0 0;
  }
}

.tech_deatil .relate > .tech_btn:last-child {
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .tech_deatil .relate > .tech_btn:last-child {
    padding-bottom: 5.6rem;
  }
}

.tech_deatil .ttl6 {
  font-size: 2.8rem;
  letter-spacing: .25rem;
  margin: 8rem 0 3.4rem;
}

@media screen and (max-width: 767px) {
  .tech_deatil .ttl6 {
    font-size: 2.2rem;
    margin: 5.6rem 0 3.2rem;
  }
}

.tech_deatil .ttl6:nth-of-type(1) {
  margin-top: 0;
}

.tech_deatil .anchor p + p {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .tech_deatil figure.per33 {
    width: 33.33%;
    margin-left: auto;
    margin-right: auto;
  }
  .tech_deatil figure.per75 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .tech_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem 1.7rem;
  }
  .tech_btn li {
    width: calc(33.33% - 1.13rem);
  }
}

@media screen and (max-width: 767px) {
  .tech_btn li + li {
    margin-top: 1.6rem;
  }
}

.tech_btn a {
  display: block;
  border: solid 1px #E1E1E1;
  background: #fff url(/common/image/technology/ico_arrow01.svg) no-repeat calc(100% - 1.5em) center/0.6rem;
  border-radius: .4rem;
  line-height: 4.8rem;
  padding: 0 4.8rem 0 1.6rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

.tech_btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: .4rem;
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  border-radius: 0 .4rem .4rem 0;
  height: 3.2rem;
}

.tech_btn a:hover {
  background-position: calc(100% - 1.2em);
  box-shadow: none;
  color: #BDBDBD;
}

.tech_nav {
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
  border-radius: .4rem;
  border: solid 1px #E1E1E1;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .tech_nav {
    margin-top: -8rem;
    top: 8rem;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .tech_nav {
    margin: 0 -2.5rem;
    position: relative;
  }
}

.tech_nav p a {
  text-decoration: none;
  display: block;
  color: inherit;
  background: url(/common/image/technology/ico_arrow01.svg) no-repeat calc(100% - .3em) center/0.6rem;
}

.tech_nav p a:hover {
  background-position: 100%;
}

.tech_nav > P {
  line-height: 10.4rem;
  font-size: 2.4rem;
  padding-left: 3.4rem;
  padding-right: 4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .tech_nav > P {
    font-size: 2rem;
    padding-left: 2.3rem;
  }
}

.tech_nav > P:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  width: .6rem;
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  border-radius: 0 .4rem .4rem 0;
  height: 1em;
}

@media screen and (max-width: 767px) {
  .tech_nav > P:before {
    width: .4rem;
  }
}

.tech_nav .tech_btn {
  padding: 3.2rem 0;
}

.tech_nav .tech_btn a {
  box-shadow: none;
}

.tech_nav .div {
  border-top: solid 1px #E1E1E1;
  padding: 0 3.4rem;
}

@media screen and (max-width: 767px) {
  .tech_nav .div {
    padding: 0 2.3rem;
  }
}

.tech_nav .div:nth-child(2n + 0) {
  background: #FAFAFA;
}

.tech_nav .div p {
  font-size: 2rem;
  border-bottom: dashed 1px #E1E1E1;
  line-height: 8.8rem;
}

@media screen and (max-width: 767px) {
  .tech_nav .div p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding: 2.4rem 0;
  }
}

.tech_nav .div p.nochild {
  border: none;
}

@media screen and (max-width: 767px) {
  .tech_nav .div p {
    font-size: 1.8rem;
  }
}

.tech_nav .div p a {
  line-height: inherit;
  padding-right: 2em;
}

@media screen and (min-width: 768px) {
  .tech_nav {
    width: 108rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.ft_b {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c_head2 {
    margin-bottom: 4rem;
  }
}

.c_head2 .c_ttl {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .c_head2 .c_ttl {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}

.c_ttl2 {
  font-size: 2.4rem;
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 767px) {
  .c_ttl2 {
    font-size: 2rem;
    margin-bottom: 2.3rem;
  }
}

.c_box2 {
  background: #FAFAFA;
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
}

@media screen and (max-width: 767px) {
  .c_box2 {
    margin-left: -4.2rem;
    margin-right: -4.2rem;
  }
}

@media screen and (min-width: 768px) {
  .c_box2 {
    width: 124rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c_box2 + .c_box2 {
  margin-top: 4rem;
}

.c_row .desc {
  padding: 6.8rem 8rem 0;
}

@media screen and (max-width: 767px) {
  .c_row .desc {
    padding: 4rem 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .c_row {
    display: flex;
  }
  .c_row .img {
    width: 58rem;
    border-radius: .4rem 0 0 .4rem;
    overflow: hidden;
  }
  .c_row .img > img {
    border-right: solid 1px #E1E1E1;
  }
  .c_row .desc {
    width: calc(100% - 58rem);
  }
}

.strength_lead {
  padding-bottom: 0;
  margin-bottom: 18.4rem;
}

.strength_lead li {
  border: none;
  background: none;
}

.strength_lead li i {
  z-index: 2;
}

.strength_lead li a {
  display: block;
  position: relative;
  border-radius: .4rem;
  border: solid 1px #E1E1E1;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

.strength_lead li a:hover img {
  transform: scale(1.05);
}

.strength_lead li a:hover p {
  background-position: calc(100% - 2.4rem) 55%;
}

.strength_lead li p {
  font-size: 1.8rem;
  padding: 2.2rem 2.4rem;
  background: #fff url(/common/image/strengths/nav_arrow.svg) no-repeat calc(100% - 2.4rem) center/0.8rem;
  transition: background .2s ease-in;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .strength_lead li p {
    font-size: 1.6rem;
    padding: 2.4rem;
  }
}

.strength_lead .img {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.strength_lead .img img {
  transition: transform .2s ease-in;
}

.strength_lead ul {
  position: relative;
  margin-top: -8rem;
  top: 8rem;
}

@media screen and (max-width: 767px) {
  .strength_lead {
    margin-bottom: 13.6rem;
  }
  .strength_lead ul {
    margin-top: -5.6rem;
    top: 5.6rem;
  }
}

.strength_biz ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}

.strength_biz li {
  width: calc(50% - .5px);
  position: relative;
  overflow: hidden;
}

.strength_biz li p {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(50px);
  line-height: 4.8rem;
  font-size: 1.8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .strength_biz li p {
    font-size: 1.4rem;
    line-height: 2.66;
  }
}

@media screen and (min-width: 768px) {
  .strength_biz .img {
    border-radius: .4rem 0 0 .4rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .strength_biz div.img {
    border-bottom: solid 1px #E1E1E1;
  }
}

#area1_pc,
#area2_pc,
#area3_pc,
#area4_pc,
#area5_pc,
#area6_pc {
  cursor: pointer;
}

#area1_sp,
#area2_sp,
#area3_sp,
#area4_sp,
#area5_sp,
#area6_sp {
  cursor: pointer;
}

.strength_map .c_box2 {
  background: #F5FAFF;
}

@media screen and (max-width: 767px) {
  .strength_map .c_box2 {
    padding: 4rem 0;
  }
}

.strength_map .back {
  position: absolute;
  left: 4rem;
  top: 4rem;
  z-index: 4;
  display: none;
}

@media screen and (max-width: 767px) {
  .strength_map .back {
    top: 0;
    left: 1.6rem;
  }
}

.strength_map .back a {
  display: block;
  line-height: 4.8rem;
  text-align: right;
  background: #fff url(/common/image/strengths/ico_arrow02.svg) no-repeat 1.6em center/0.6rem;
  padding-right: 1.8em;
  width: 15.1rem;
  border: 1px solid rgba(0, 17, 27, 0.1);
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
  border-radius: .4rem;
}

.strength_map .back a:hover {
  background-position: 1.4em center;
}

.strength_map .nav a {
  border-radius: .4rem;
  display: block;
  background: #fff url(/common/image/strengths/ico_arrow01.svg) no-repeat calc(100% - 1.5em) center/0.6rem;
  border: 1px solid rgba(0, 17, 27, 0.1);
  position: relative;
  line-height: 4.8rem;
  padding-left: 1.6rem;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

@media screen and (min-width: 768px) {
  .strength_map .nav a {
    width: 15.8rem;
  }
}

.strength_map .nav a:hover {
  background-position: calc(100% - 1.22em) center;
  box-shadow: none;
}

.strength_map .nav a:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #39548F;
  border-radius: 0 .4rem .4rem 0;
  width: .4rem;
  height: 3.2rem;
}

@media screen and (max-width: 767px) {
  .strength_map .nav a:before {
    background: #1C2D50;
  }
}

@media screen and (max-width: 767px) {
  .strength_map .nav {
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    padding: 0 3.2rem;
    background: #F5FAFF;
    margin-top: 4rem;
  }
  .strength_map .nav a {
    width: calc(50% - .8rem);
  }
}

.strength_map .nav .area1:before {
  background: #1C2D50;
}

.strength_map .nav .area2:before {
  background: #233760;
}

.strength_map .nav .area3:before {
  background: #2A4170;
}

.strength_map .nav .area4:before {
  background: #324A80;
}

.strength_map .nav .area5:before {
  background: #39548F;
}

.strength_map .nav .area6:before {
  background: #405E9F;
}

@media screen and (min-width: 768px) {
  .strength_map .nav a {
    position: absolute;
  }
  .strength_map .nav .area1 {
    top: 6.35rem;
    left: 55.25rem;
  }
  .strength_map .nav .area2 {
    top: 27.908rem;
    left: 81.45rem;
  }
  .strength_map .nav .area3 {
    top: 43.685rem;
    left: 77.35rem;
  }
  .strength_map .nav .area4 {
    top: 35.896rem;
    left: 43.55rem;
  }
  .strength_map .nav .area5 {
    top: 56.166rem;
    left: 48.85rem;
  }
  .strength_map .nav .area6 {
    top: 58.55rem;
    left: 16.85rem;
  }
}

@media screen and (max-width: 767px) {
  .strength_map .nav .nav {
    position: absolute;
  }
}

.strength_map .info {
  padding: 0 3.2rem;
  margin-top: 6.4rem;
  display: none;
  position: relative;
  z-index: 5;
}

.strength_map .info i {
  font-size: 1.8rem;
  margin-right: 1.6rem;
}

.strength_map .info a, .strength_map .info p {
  display: block;
  border-radius: .4rem;
  line-height: 4.8rem;
  padding: 0 1.8rem;
  color: #fff;
  margin-bottom: 1.6rem;
  background: #0E7EC9 url(/common/image/strengths/ico_arrow01_w.svg) no-repeat calc(100% - 1.4em) center/0.5rem;
  border: 1px solid rgba(0, 17, 27, 0.1);
  filter: drop-shadow(0px 3px 6px rgba(0, 63, 100, 0.26)) drop-shadow(0px 9px 12px rgba(0, 63, 100, 0.13)) drop-shadow(0px 16px 20px rgba(0, 63, 100, 0.2)) drop-shadow(0px 38px 12px rgba(0, 63, 100, 0.05));
  transform: translateZ(0);
}

.strength_map .info a:hover, .strength_map .info p:hover {
  background-position: calc(100% - 1.2em) center;
}

.strength_map .info .w {
  background-color: #fff;
  color: #001E30;
  background-image: url(/common/image/strengths/ico_arrow01.svg);
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
  filter: none;
}

.strength_map .info li.open {
  border-radius: .4rem;
  overflow: hidden;
  filter: drop-shadow(0px 3px 6px rgba(0, 63, 100, 0.26)) drop-shadow(0px 9px 12px rgba(0, 63, 100, 0.13)) drop-shadow(0px 16px 20px rgba(0, 63, 100, 0.2)) drop-shadow(0px 38px 12px rgba(0, 63, 100, 0.05));
  transform: translateZ(0);
  margin-bottom: 1.6rem;
}

.strength_map .info li.open a, .strength_map .info li.open p {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  position: relative;
  filter: none;
}

.strength_map .info li.open a:before, .strength_map .info li.open p:before {
  content: '';
  width: calc(100% - 3.2rem);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 1px solid rgba(0, 30, 48, 0.2);
}

.strength_map .info li.open p {
  background-image: url(/common/image/strengths/nav_arrow_w_r.svg);
}

.strength_map .info li.open p + ul {
  display: block;
}

.strength_map .info li p {
  background-image: url(/common/image/strengths/nav_arrow_w.svg);
  background-size: .8rem;
  background-position: calc(100% - 1.3em) center;
  transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}

.strength_map .info li p:hover {
  background-position: calc(100% - 1.3em) 55%;
}

.strength_map .info li p + ul {
  display: none;
}

.strength_map .info dl {
  display: none;
}

.strength_map .map {
  position: relative;
}

@media screen and (max-width: 767px) {
  .strength_map .map.open .info {
    display: block;
  }
}

.strength_map .map svg {
  width: 100%;
  height: auto;
  display: block;
}

.strength_map .map .area {
  display: none;
}

.strength_map .map .btn {
  cursor: pointer;
}

.strength_map .map .btn + path {
  cursor: pointer;
}

.strength_modal {
  display: none;
  z-index: 15;
}

@media screen and (max-width: 767px) {
  .strength_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    background: rgba(0, 0, 0, 0.7);
  }
}

@media screen and (min-width: 768px) {
  .strength_modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 44.8rem;
    transform: translate(-50%, -100%);
    margin-left: 1.5em;
    margin-top: 1rem;
    padding-bottom: calc(3rem - 1px);
  }
  .strength_modal .modal {
    padding: 3.2rem;
    background: #fff;
    border-radius: .4rem;
    border: 1px solid rgba(0, 17, 27, 0.1);
    box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
  }
  .strength_modal .modal:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-style: solid;
    border-width: 3.2rem 1.6rem 0 1.6rem;
    border-color: #fff transparent transparent transparent;
  }
  .strength_modal.up {
    transform: translate(-50%, 0);
    margin-top: 3rem;
    padding-top: calc(3rem - 1px);
    padding-bottom: 0;
  }
  .strength_modal.up .modal:before {
    top: 0;
    bottom: auto;
    border-width: 0 1.6rem 3.2rem 1.6rem;
    border-color: transparent transparent #fff transparent;
  }
}

@media screen and (max-width: 767px) {
  .strength_modal .modal {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 3.2rem);
    left: 1.6rem;
    position: absolute;
    z-index: 8;
    background: #fff;
    padding: 4rem 2.4rem;
    border-radius: .4rem;
    border: 1px solid rgba(0, 17, 27, 0.1);
    box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
  }
}

.strength_modal .modal dt {
  font-size: 1.8rem;
  letter-spacing: .2em;
  margin-bottom: 0rem;
}

@media screen and (min-width: 768px) {
  .strength_modal .modal dt {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}

.strength_modal .modal p {
  text-align: left;
  letter-spacing: .1em;
}

.strength_modal .modal p + p {
  font-size: 1.4rem;
  margin-top: .4rem;
}

@media screen and (min-width: 768px) {
  .strength_modal .modal p {
    font-size: 1.8rem;
  }
}

.strength_modal .modal .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.6rem;
  height: 4.6rem;
}

.strength_modal .modal .close img {
  width: .8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .strength_modal .modal .close {
    display: none;
  }
}

.strength_modal .modal .c_btn {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .strength_modal .modal .c_btn {
    margin-top: 3.3rem;
  }
}

@media screen and (min-width: 768px) {
  .strength_modal .modal .c_btn a {
    padding: 0;
    line-height: 4.8rem;
  }
}

.strength_area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .strength_area {
    width: 150%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .strength_area .area {
    height: 37.5rem;
    overflow: hidden;
  }
  .strength_area #area1 svg {
    margin-left: 4rem;
  }
  .strength_area #area2 svg {
    margin-left: 7rem;
  }
  .strength_area #area3 svg {
    margin-left: 5rem;
  }
  .strength_area #area6 svg {
    margin-left: 2rem;
  }
}

.strength_area .group path[stroke="white"] {
  fill-opacity: 1 !important;
  fill: #173152;
}

@media screen and (min-width: 768px) {
  .open_modal .white_wrap:not(.current) .btn {
    fill: #324a58;
  }
  .open_modal .white_wrap:not(.current) path[fill="#FAFAFA"] {
    fill: #324a58;
  }
  .open_modal .white_wrap:not(.current) path[fill="white"] {
    fill: #324a58;
  }
  .open_modal .group:not(.current) path[stroke="white"] {
    stroke: #4d658e;
    fill: #2a3d6b;
  }
  .open_modal #area1 .blue_wrap:not(.current) .blue {
    fill: #193d68;
  }
  .open_modal #area1 .blue_wrap:not(.current) path[fill="#0E7EC9"] {
    fill: #193d68;
  }
  .open_modal #area1 .blue_wrap:not(.current) path[fill="#FAFAFA"] {
    fill: #485672;
  }
  .open_modal #area2 .blue_wrap:not(.current) .blue {
    fill: #1f4575;
  }
  .open_modal #area2 .blue_wrap:not(.current) path[fill="#0E7EC9"] {
    fill: #1f4575;
  }
  .open_modal #area2 .blue_wrap:not(.current) path[fill="#FAFAFA"] {
    fill: #4e5e7f;
  }
  .open_modal #area3 .blue_wrap:not(.current) .blue {
    fill: #193d68;
  }
  .open_modal #area3 .blue_wrap:not(.current) path[fill="#0E7EC9"] {
    fill: #193d68;
  }
  .open_modal #area3 .blue_wrap:not(.current) path[fill="#FAFAFA"] {
    fill: #485672;
  }
  .open_modal #area4 .blue_wrap:not(.current) .blue {
    fill: #2b548e;
  }
  .open_modal #area4 .blue_wrap:not(.current) path[fill="#0E7EC9"] {
    fill: #2b548e;
  }
  .open_modal #area4 .blue_wrap:not(.current) path[fill="#FAFAFA"] {
    fill: #5a6d98;
  }
  .open_modal #area5 .blue_wrap:not(.current) .blue {
    fill: #315c9a;
  }
  .open_modal #area5 .blue_wrap:not(.current) path[fill="#0E7EC9"] {
    fill: #315c9a;
  }
  .open_modal #area5 .blue_wrap:not(.current) path[fill="#FAFAFA"] {
    fill: #6075a4;
  }
  .open_modal #area6 .blue_wrap:not(.current) .blue {
    fill: #3664a7;
  }
  .open_modal #area6 .blue_wrap:not(.current) path[fill="#0E7EC9"] {
    fill: #3664a7;
  }
  .open_modal #area6 .blue_wrap:not(.current) path[fill="#FAFAFA"] {
    fill: #657db1;
  }
}

.c_tabwrap {
  margin-bottom: 18.4rem;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .c_tabwrap .c_tabbox {
    position: relative;
    top: 8rem;
    margin-top: -8rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .c_tabwrap {
    margin-bottom: 8rem;
  }
  .c_tabwrap .c_tab {
    margin: 0 -.8rem;
  }
  .c_tabwrap .c_tabbox {
    margin: -1px -2.4rem 0;
    border: none;
    border-top: solid 1px #E1E1E1;
    padding: 2.4rem 2.4rem 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c_tab.small a {
    line-height: 1.42;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.8rem;
  }
  .c_tab.small a.active {
    height: 7.2rem;
  }
}

.dl_body .top_search {
  margin-bottom: 5.6rem;
}

@media screen and (min-width: 768px) {
  .dl_body .top_search {
    margin-bottom: 8rem;
  }
  .dl_body .top_search .wrap {
    width: 108rem;
  }
}

@media screen and (max-width: 767px) {
  .dl_body .c_tabbox {
    padding: 3.2rem 1.7rem 5.6rem;
  }
}

.dl_body .wrap {
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
  overflow: hidden;
}

.dl_body .wrap + .wrap {
  margin-top: 5.6rem;
}

@media screen and (max-width: 767px) {
  .dl_body .wrap + .wrap {
    margin-top: 4rem;
  }
}

.dl_body .single .ttl.open + .list {
  display: block;
}

.dl_body .single .list {
  display: none;
}

.dl_body .single .list ul {
  display: block;
}

.dl_body .ttl {
  line-height: 10.4rem;
  font-size: 2.4rem;
  padding-left: 3.4rem;
  padding-right: 4rem;
  position: relative;
  letter-spacing: .25rem;
}

@media screen and (max-width: 767px) {
  .dl_body .ttl {
    font-size: 1.8rem;
    line-height: 2;
    padding: 2.3rem 0;
    padding-left: 1.6rem;
    padding-right: 14.3rem;
  }
}

.dl_body .ttl.open .btn {
  background-image: url(/common/image/ico_close_01.svg);
}

.dl_body .ttl.open .btn:before {
  content: '全て閉じる';
}

.dl_body .ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  width: .6rem;
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  border-radius: 0 .4rem .4rem 0;
  height: 1em;
}

@media screen and (max-width: 767px) {
  .dl_body .ttl:before {
    width: .4rem;
    height: 2.4rem;
  }
}

.dl_body .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 17, 27, 0.1);
  border-radius: .4rem;
  font-size: 1.2rem;
  line-height: 3.2rem;
  background: url(/common/image/ico_open_01.svg) no-repeat calc(100% - 1rem) center/1.6rem;
  width: 12.9rem;
  padding-left: 2.4rem;
  right: 4rem;
  cursor: pointer;
  color: transparent;
}

.dl_body .btn:before {
  content: '全て開く';
  color: #001E30;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .dl_body .btn {
    right: 1.6rem;
    font-size: 1.2rem;
    width: 11.1rem;
    padding-left: 1.6rem;
  }
}

.dl_body .ttl2 {
  font-size: 2rem;
  line-height: 8.8rem;
  cursor: pointer;
  letter-spacing: .2rem;
  background: url(/common/image/ico_open_01.svg) no-repeat right center/1.6rem;
}

.dl_body .ttl2.open {
  background-image: url(/common/image/ico_close_01.svg);
  border-bottom: dashed 1px #E1E1E1;
}

.dl_body .ttl2.open + ul {
  display: block;
}

@media screen and (max-width: 767px) {
  .dl_body .ttl2 {
    font-size: 1.6rem;
    line-height: 2;
    padding: 2.4rem 4.8rem 2.4rem 0;
  }
}

.dl_body .list {
  border-top: solid 1px #E1E1E1;
  padding: 0 3.4rem;
}

@media screen and (max-width: 767px) {
  .dl_body .list {
    padding: 0 1.5rem;
  }
}

.dl_body .list:nth-child(2n + 0) {
  background: #FAFAFA;
}

.dl_body .list.open ul {
  display: block;
}

.dl_body .list ul {
  display: none;
  padding: 3.2rem 0 3.9rem;
}

@media screen and (max-width: 767px) {
  .dl_body .list ul {
    padding: 2.4rem 0 3.1rem;
  }
}

.dl_body .list li {
  border-radius: .4rem;
}

.dl_body .list li + li {
  margin-top: 1.6rem;
}

.dl_body .list a {
  border: 1px solid rgba(0, 17, 27, 0.1);
  border-radius: .4rem;
  background: #fff url(/common/image/ico_arrow01.svg) no-repeat calc(100% - 2.3em) center/0.6rem;
  padding: 1.9rem 2.4rem;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

@media screen and (max-width: 767px) {
  .dl_body .list a {
    display: block;
    background: #fff;
    padding: 2.4rem 2.4rem;
  }
  .dl_body .list a:hover .sub {
    background-position: 100% .8em;
  }
}

.dl_body .list a:hover {
  box-shadow: none;
  background-position: calc(100% - 2em) center;
  background-color: #fff;
}

.dl_body .list .sub small {
  font-weight: 500;
  margin-right: 2em;
}

@media screen and (max-width: 767px) {
  .dl_body .list .sub {
    background: url(/common/image/ico_arrow01.svg) no-repeat calc(100% - .3em) 0.8em/0.6rem;
    border-bottom: solid 1px #E1E1E1;
    padding-bottom: 1.6rem;
    margin-bottom: 2rem;
    transition: background .2s ease-in;
  }
}

@media screen and (min-width: 768px) {
  .dl_body .list.news p {
    width: 21.4rem;
  }
  .dl_body .list.news p + p {
    width: calc(100% - 21.4rem);
  }
  .dl_body .list a {
    display: flex;
    padding-right: 6rem;
  }
  .dl_body .list p {
    width: 10.4rem;
  }
  .dl_body .list p + p {
    width: calc(100% - 10.4rem);
  }
}

.form_body {
  padding-bottom: 0;
}

.form_body .btn {
  text-align: center;
}

.form_body .btn input {
  color: #fff;
  width: 45.4rem;
  max-width: 100%;
  padding: 0 3em;
  line-height: 6.4rem;
  position: relative;
  z-index: 1;
  background: #001E30 url(/common/image/ico_arrow02.svg) no-repeat calc(100% - 2.8rem) center/0.6rem;
  border-radius: .4rem;
  border: solid 1px #001E30;
  filter: drop-shadow(0px 3px 6px rgba(0, 17, 27, 0.26)) drop-shadow(0px 9px 12px rgba(0, 17, 27, 0.13)) drop-shadow(0px 16px 20px rgba(0, 17, 27, 0.2)) drop-shadow(0px 38px 12px rgba(0, 17, 27, 0.05));
  transform: translateZ(0);
}

@media screen and (max-width: 767px) {
  .form_body .btn input {
    text-align: left;
  }
}

.form_body .btn input:hover {
  opacity: 1;
  color: #001E30;
  background-position: calc(100% - 2.4rem) center;
  background-image: url(/common/image/ico_arrow01.svg);
  background-color: #fff;
  filter: none !important;
  border-color: rgba(0, 17, 27, 0.1);
}

.form_body .c_tabbox {
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .form_body .c_tabbox {
    padding-bottom: 5.6rem;
  }
}

.form_body dl {
  margin-bottom: 5.6rem;
}

@media screen and (max-width: 767px) {
  .form_body dl {
    margin-bottom: 4rem;
  }
}

.form_body em, .form_body i {
  font-size: 1.2rem;
  border-radius: .4rem;
  background: #F08C00;
  color: #fff;
  line-height: 2.4rem;
  padding: 0 .5em;
  display: inline-block;
  margin-left: 1em;
}

.form_body i {
  background: #72818A;
}

.form_body dt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .form_body dt {
    margin-bottom: 1.6rem;
  }
}

.form_body dd {
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 767px) {
  .form_body dd {
    margin-bottom: 2.4rem;
  }
}

.form_body dd input[type="text"], .form_body dd input[type="email"], .form_body dd input[type="tel"], .form_body dd textarea, .form_body dd select {
  background: #FAFAFA;
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
  padding: .5em 1em;
  width: 100%;
}

.form_body dd input[type="text"]::placeholder, .form_body dd input[type="email"]::placeholder, .form_body dd input[type="tel"]::placeholder, .form_body dd textarea::placeholder, .form_body dd select::placeholder {
  color: #BDBDBD;
}

.form_body dd input[type="text"]:-ms-input-placeholder, .form_body dd input[type="email"]:-ms-input-placeholder, .form_body dd input[type="tel"]:-ms-input-placeholder, .form_body dd textarea:-ms-input-placeholder, .form_body dd select:-ms-input-placeholder {
  color: #BDBDBD;
}

.form_body dd input[type="text"]::-ms-input-placeholder, .form_body dd input[type="email"]::-ms-input-placeholder, .form_body dd input[type="tel"]::-ms-input-placeholder, .form_body dd textarea::-ms-input-placeholder, .form_body dd select::-ms-input-placeholder {
  color: #BDBDBD;
}

.form_body dd.name {
  display: flex;
  justify-content: space-between;
  gap: 0 1.6rem;
}

.form_body dd .zip {
  display: flex;
  align-items: center;
  gap: 0 .3em;
}

.form_body dd .zip input {
  width: 4.5em;
}

.form_body dd .zip input.lg {
  width: 5.15em;
}

.form_body dd .zip span {
  font-size: 1.6rem;
}

.form_body dd p {
  font-size: 1.2rem;
  margin-top: .4em;
  color: #72818A;
}

.form_body dd textarea {
  height: 12em;
  display: block;
}

@media screen and (max-width: 767px) {
  .form_body dd.c_check {
    display: flex;
    flex-wrap: wrap;
  }
  .form_body dd.c_check label:nth-child(2n + 1) {
    width: 9em;
  }
}

.form_body .note {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .form_body .note {
    text-align: center;
  }
}

.form_body .doui {
  margin: 2.8rem 0 4.4rem;
  white-space: nowrap;
}

.form_body .doui em {
  margin-left: .5em;
}

@media screen and (min-width: 768px) {
  .form_body .doui {
    text-align: center;
    margin: 2.4rem 0 5.6rem;
  }
}

.form_body .doui a {
  text-decoration: underline;
}

.c_check span {
  display: inline-block;
}

.c_check input[type="checkbox"], .c_check input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.c_check input[type="checkbox"]:checked + span:before, .c_check input[type="checkbox"]:checked + label:before, .c_check input[type="radio"]:checked + span:before, .c_check input[type="radio"]:checked + label:before {
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  border: 1px solid rgba(0, 17, 27, 0.1);
}

.c_check input[type="checkbox"] + span, .c_check input[type="checkbox"] + label, .c_check input[type="radio"] + span, .c_check input[type="radio"] + label {
  position: relative;
  padding: 0 1.6rem 0 2.4rem;
  cursor: pointer;
}

.c_check input[type="checkbox"] + span:before, .c_check input[type="checkbox"] + label:before, .c_check input[type="radio"] + span:before, .c_check input[type="radio"] + label:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: #FAFAFA;
  border: solid 1px #001E30;
  border-radius: .4rem;
}

@media screen and (max-width: 767px) {
  .c_check input[type="checkbox"] + span, .c_check input[type="checkbox"] + label, .c_check input[type="radio"] + span, .c_check input[type="radio"] + label {
    padding: 0 0 0 2.4rem;
  }
}

.c_check input[type="radio"] + span:before, .c_check input[type="radio"] + label:before {
  border-radius: 50%;
}

.form_thanks {
  text-align: center;
  margin-bottom: 10.4rem;
}

@media screen and (max-width: 767px) {
  .form_thanks {
    margin-bottom: 8rem;
  }
}

.form_thanks .c_ttl {
  display: inline-block;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 767px) {
  .form_thanks .c_ttl {
    margin-bottom: 2.4rem;
  }
}

.form_thanks .c_ttl:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(-8rem - 1px);
  height: .6rem;
  width: 100%;
  border-radius: 0 0 .4rem .4rem;
}

@media screen and (max-width: 767px) {
  .form_thanks .c_ttl:before {
    top: calc(-5.6rem - 1px);
    height: .4rem;
  }
}

.form_thanks .sub {
  color: #00A7E1;
  font-size: 1.8rem;
  margin-bottom: 5.6rem;
}

@media screen and (min-width: 768px) {
  .form_thanks .sub {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .form_thanks .sub {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .form_thanks .c_btn {
    margin-top: 5.6rem;
  }
  .form_thanks .c_btn li {
    margin-top: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .form_thanks .msg {
    width: 72.7rem;
    margin: 0 auto;
  }
  .form_thanks .c_btn {
    display: flex;
    justify-content: space-between;
    width: 87.2rem;
    margin: 8rem auto 0;
    gap: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c_wide {
    width: 124rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .c_wide {
    margin: 0 -4.1rem;
  }
}

.c_head.low {
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 767px) {
  .c_head.low {
    margin-bottom: 4rem;
  }
}

.c_ttl2 {
  font-size: 2.8rem;
  letter-spacing: .25rem;
  margin-bottom: 5.2rem;
}

@media screen and (max-width: 767px) {
  .c_ttl2 {
    font-size: 2.2rem;
    letter-spacing: .1rem;
    margin-bottom: 4rem;
  }
}

.c_ttl3 {
  font-size: 2.4rem;
  letter-spacing: .25rem;
  margin-bottom: 3.7rem;
}

@media screen and (max-width: 767px) {
  .c_ttl3 {
    font-size: 2rem;
    letter-spacing: .1rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .c_btn a.back {
    padding-left: 3em;
    padding-right: 2em;
  }
}

.c_btn a.back:before {
  background-image: url(/common/image/ico_arrow_left_02.svg);
  background-position: 1.5em center;
}

.c_btn a.back:hover:before {
  background-image: url(/common/image/ico_arrow_left_01.svg);
  background-position: 1.2em center;
}

.solution_top {
  margin-bottom: 10.4rem;
}

@media screen and (max-width: 767px) {
  .solution_top {
    margin-bottom: 5.6rem;
  }
}

.solution_top .desc {
  padding: 6.6rem 8rem;
}

@media screen and (max-width: 767px) {
  .solution_top .desc {
    padding: 4.5rem 3.2rem 5.6rem;
  }
}

.solution_top li {
  background: #FAFAFA;
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
  overflow: hidden;
}

.solution_top li + li {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .solution_top li {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}

@media screen and (min-width: 768px) {
  .solution_top li {
    display: flex;
  }
  .solution_top li figure {
    width: 65rem;
  }
  .solution_top li .desc {
    width: calc(100% - 65rem);
    position: relative;
  }
  .solution_top li .desc .c_btn {
    position: absolute;
    bottom: 8rem;
    width: 43rem;
  }
}

.solution_lead .mv {
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
  overflow: hidden;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .solution_lead .mv {
    margin-bottom: 5.6rem;
    border-radius: 0;
  }
}

.solution_lead .lead {
  margin: 0 0 8rem;
}

@media screen and (max-width: 767px) {
  .solution_lead .lead {
    margin: -4rem 0 5.6rem;
  }
}

.solution_lead .row {
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .solution_lead .row {
    margin-top: 3.2rem;
  }
  .solution_lead .row figure {
    margin: 4rem -4rem;
  }
}

.solution_lead .row figure img {
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
}

@media screen and (max-width: 767px) {
  .solution_lead .row figure img {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}

@media screen and (min-width: 768px) {
  .solution_lead .row {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  .solution_lead .row figure {
    margin-left: -12rem;
    width: 58rem;
  }
  .solution_lead .row p {
    width: 50rem;
  }
}

.solution_lead li {
  background: #FAFAFA;
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .solution_lead li {
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin: 3.2rem -4.1rem 0;
  }
}

.solution_lead dl {
  padding: 4rem;
}

@media screen and (max-width: 767px) {
  .solution_lead dl {
    padding: 3.2rem;
  }
}

.solution_lead dt {
  font-size: 2.4rem;
  letter-spacing: .2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .solution_lead dt {
    margin-bottom: 3.2rem;
  }
}

.solution_lead .c_btn {
  margin-top: 3.2rem;
}

@media screen and (min-width: 768px) {
  .solution_lead ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
  }
  .solution_lead li {
    width: calc(50% - 2rem);
    padding-bottom: 9.6rem;
    position: relative;
  }
  .solution_lead li .c_btn {
    position: absolute;
    width: calc(100% - 8rem);
    bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .c_navbox.two li p {
    height: 10rem;
    padding: 0 5rem 0 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c_navbox ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
  }
  .c_navbox ul li {
    width: 30.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c_navbox li {
    margin-top: 1.6rem;
  }
}

.c_navbox li a {
  display: block;
  background: #FAFAFA;
  border-radius: .4rem;
  overflow: hidden;
  border: solid 1px #E1E1E1;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

.c_navbox li a:hover img {
  transform: scale(1.05);
}

.c_navbox li a:hover p {
  background-position: calc(100% - 2.1rem) center;
}

.c_navbox li figure {
  overflow: hidden;
}

.c_navbox li figure img {
  transition: transform .2s ease-in;
}

.c_navbox li p {
  font-size: 1.8rem;
  background: #fff url(/common/image/ico_arrow01.svg) no-repeat calc(100% - 2.4rem) center/0.6rem;
  transition: background .2s ease-in;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 2.2rem 2.4rem;
}

@media screen and (max-width: 767px) {
  .c_navbox li p {
    font-size: 1.6rem;
    padding: 2.4rem 5rem 2.4rem 2.4rem;
  }
}

.solution_nav {
  padding-bottom: 0;
  margin-bottom: 18.4rem;
}

.solution_nav ul {
  position: relative;
  margin-top: -8rem;
  top: 8rem;
}

@media screen and (max-width: 767px) {
  .solution_nav {
    margin-bottom: 13.6rem;
  }
  .solution_nav ul {
    margin-top: -5.6rem;
    top: 5.6rem;
  }
}

.solution_detail p + p {
  margin-top: 2em;
}

.solution_detail .row {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .solution_detail .row {
    margin-bottom: 4rem;
  }
}

.solution_detail .row figure img {
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
}

@media screen and (max-width: 767px) {
  .solution_detail .row figure {
    margin: 0 -4rem 3.2rem;
  }
  .solution_detail .row figure img {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}

@media screen and (min-width: 768px) {
  .solution_detail .row {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    margin-right: -12rem;
  }
  .solution_detail .row .desc {
    width: 34.4rem;
  }
  .solution_detail .row figure {
    width: 72rem;
  }
}

.solution_detail .line {
  margin: 6.4rem 0;
  border-top: solid 1px #E1E1E1;
}

@media screen and (max-width: 767px) {
  .solution_detail .line {
    margin: 4rem 0;
  }
}

.solution_detail ul {
  margin-top: 5.6rem;
}

@media screen and (min-width: 768px) {
  .solution_detail ul {
    margin-top: 8rem;
    margin-left: -12rem;
  }
}

.solution_detail li dt {
  font-size: 2.4rem;
  letter-spacing: .3rem;
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 767px) {
  .solution_detail li dt {
    font-size: 2rem;
    letter-spacing: .1rem;
    margin: 3rem 0 2.3rem;
    margin: 4rem 0;
  }
}

@media screen and (max-width: 767px) {
  .solution_detail li + li {
    border-top: solid 1px #E1E1E1;
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .solution_detail li .tech_btn {
    margin-top: 4rem;
  }
  .solution_detail li .tech_btn a {
    margin-top: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .solution_detail li {
    display: flex;
    position: relative;
    justify-content: space-between;
  }
  .solution_detail li + li {
    margin-top: 6.4rem;
    padding-top: 6.4rem;
  }
  .solution_detail li + li:before {
    content: '';
    position: absolute;
    width: calc(100% - 12rem);
    right: 0;
    top: 0;
    border-bottom: solid 1px #E1E1E1;
  }
  .solution_detail li figure {
    width: 42rem;
  }
  .solution_detail li dl {
    width: 62rem;
  }
  .solution_detail li .tech_btn {
    position: absolute;
    bottom: 0;
    left: 50rem;
  }
  .solution_detail li .tech_btn a {
    width: 38.4rem;
  }
  .solution_detail li .tech_btn.b {
    position: static;
    margin-top: 4.8rem;
  }
  .solution_detail li .tech_btn.list {
    gap: 1.6rem;
  }
  .solution_detail li .tech_btn.list a {
    width: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .infra_info {
    background: #F5FAFF;
    margin: 0 -4.1rem 5.6rem;
  }
  .infra_info li {
    width: calc(50% - .8rem);
  }
  .infra_info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    padding: 3.2rem 3.2rem 4rem;
  }
  .infra_info a {
    display: block;
    text-align: center;
    background: #fff;
    line-height: 4.8rem;
    border: 1px solid rgba(0, 17, 27, 0.1);
    border-radius: .4rem;
    box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
  }
}

.infra_map {
  position: relative;
  margin-bottom: 8rem;
}

.infra_map:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
}

.infra_map.fig01:before {
  opacity: 1;
}

.infra_map.fig01 .fig01 {
  opacity: 1 !important;
  z-index: 3;
}

.infra_map.fig01 a {
  display: none;
}

.infra_map.fig01 .f1 {
  display: block;
}

.infra_map.fig02:before {
  opacity: 1;
}

.infra_map.fig02 .fig02 {
  opacity: 1 !important;
  z-index: 3;
}

.infra_map.fig02 a {
  display: none;
}

.infra_map.fig02 .f2 {
  display: block;
}

.infra_map.fig03:before {
  opacity: 1;
}

.infra_map.fig03 .fig03 {
  opacity: 1 !important;
  z-index: 3;
}

.infra_map.fig03 a {
  display: none;
}

.infra_map.fig03 .f3 {
  display: block;
}

.infra_map.fig04:before {
  opacity: 1;
}

.infra_map.fig04 .fig04 {
  opacity: 1 !important;
  z-index: 3;
}

.infra_map.fig04 a {
  display: none;
}

.infra_map.fig04 .f4 {
  display: block;
}

.infra_map.fig05:before {
  opacity: 1;
}

.infra_map.fig05 .fig05 {
  opacity: 1 !important;
  z-index: 3;
}

.infra_map.fig05 a {
  display: none;
}

.infra_map.fig05 .f5 {
  display: block;
}

.infra_map.fig06:before {
  opacity: 1;
}

.infra_map.fig06 .fig06 {
  opacity: 1 !important;
  z-index: 3;
}

.infra_map.fig06 a {
  display: none;
}

.infra_map.fig06 .f6 {
  display: block;
}

.infra_map.fig07:before {
  opacity: 1;
}

.infra_map.fig07 .fig07 {
  opacity: 1 !important;
  z-index: 3;
}

.infra_map.fig07 a {
  display: none;
}

.infra_map.fig07 .f7 {
  display: block;
}

.infra_map.fig08:before {
  opacity: 1;
}

.infra_map.fig08 .fig08 {
  opacity: 1 !important;
  z-index: 3;
}

.infra_map.fig08 a {
  display: none;
}

.infra_map.fig08 .f8 {
  display: block;
}

.infra_map a {
  position: absolute;
  top: 0;
  width: 4.8rem;
  z-index: 1;
  left: 0;
}

.infra_map a img {
  width: 100%;
}

.infra_map a:hover {
  z-index: 4;
}

.infra_map .f1 {
  top: 7.5%;
  left: 13.2%;
}

.infra_map .f2 {
  top: 41%;
  left: 15.8%;
}

.infra_map .f3 {
  top: 74.5%;
  left: 17.6%;
}

.infra_map .f4 {
  top: 55%;
  left: 33.2%;
}

.infra_map .f5 {
  top: 19%;
  left: 39.3%;
}

.infra_map .f6 {
  top: 53%;
  left: 60.7%;
}

.infra_map .f7 {
  top: 82.6%;
  left: 79.2%;
}

.infra_map .f8 {
  top: 13%;
  left: 79.1%;
}

.infra_map .part {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.infra_map .part img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.infra_map .up dl:before {
  background-image: url(/common/image/solutions/nsri_infra_up.svg);
}

.infra_map dl {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 32rem;
  height: 19.1rem;
  border-radius: .4rem;
  padding: 1.7rem 2.4rem;
}

.infra_map dl:before {
  content: '';
  position: absolute;
  background: url(/common/image/solutions/nsri_infra_down.svg) no-repeat 50%/contain;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.infra_map dl.fig01 {
  padding-top: 4rem;
  top: 11.3rem;
  left: 4rem;
}

.infra_map dl.fig01:before {
  background-image: url(/common/image/solutions/nsri_infra_up.svg);
}

.infra_map dl.fig02 {
  top: 3.2rem;
  left: 4rem;
}

.infra_map dl.fig03 {
  top: 30.1rem;
  left: 8rem;
}

.infra_map dl.fig04 {
  top: 16.2rem;
  left: 36.7rem;
}

.infra_map dl.fig05 {
  top: 15.6rem;
  left: 30rem;
  padding-top: 4rem;
}

.infra_map dl.fig05:before {
  background-image: url(/common/image/solutions/nsri_infra_up.svg);
}

.infra_map dl.fig06 {
  top: 15.7rem;
  left: 63.6rem;
}

.infra_map dl.fig06:before {
  background-image: url(/common/image/solutions/nsri_infra_bg06.svg);
}

.infra_map dl.fig07 {
  top: 25.3rem;
  left: 88.0rem;
}

.infra_map dl.fig07:before {
  background-image: url(/common/image/solutions/nsri_infra_bg07.svg);
}

.infra_map dl.fig08 {
  top: 13.6rem;
  left: 88rem;
  padding-top: 4rem;
}

.infra_map dl.fig08:before {
  background-image: url(/common/image/solutions/nsri_infra_bg08.svg);
}

.infra_map dt {
  margin-bottom: .5rem;
}

.infra_map li {
  font-size: 1.2rem;
  margin-left: 1em;
  text-indent: -1em;
  letter-spacing: .1rem;
  white-space: nowrap;
}

.infra_map li:before {
  content: '・';
}

.infra_modal dl {
  padding: 4rem 2.4rem 2.4rem;
}

.infra_modal dt {
  font-size: 2.8rem;
  letter-spacing: .1rem;
}

.infra_modal li {
  margin-left: 1em;
  text-indent: -1em;
  letter-spacing: .1rem;
}

.infra_modal li:before {
  content: '・';
}

.infra_modal figure img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .infra_modal figure {
    display: none;
  }
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.16);
  display: none;
}

@media screen and (min-width: 768px) {
  .popup-modal {
    display: none !important;
  }
}

.popup-modal .close {
  position: absolute;
  top: .8rem;
  width: 1.6rem;
  right: 1.5rem;
  cursor: pointer;
  z-index: 1;
}

.popup-modal .close img {
  width: 100%;
}

.popup-modal .wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .popup-modal .wrap {
    background: #fff;
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 3.4rem);
    bottom: 3rem;
    border-radius: .4rem;
    overflow: hidden;
  }
}

body.show-modal {
  overflow-y: hidden;
}

.mobility_modal {
  padding-top: 4.8rem;
}

.mobility_modal p {
  height: 18.5rem;
  padding: 0 4.8rem;
  display: flex;
  align-items: center;
  position: relative;
}

.mobility_modal p i {
  position: absolute;
  left: 2.4rem;
}

.mobility_modal figure {
  position: relative;
}

.mobility_modal figcaption {
  position: absolute;
  filter: drop-shadow(0px 3px 6px rgba(0, 17, 27, 0.26)) drop-shadow(0px 9px 12px rgba(0, 17, 27, 0.13)) drop-shadow(0px 16px 20px rgba(0, 17, 27, 0.2)) drop-shadow(0px 38px 12px rgba(0, 17, 27, 0.05));
  transform: translateZ(0);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #FAFAFA;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  text-align: center;
  color: #001E30;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1.7;
  left: 47%;
  top: 45%;
}

.mobility_car {
  margin-bottom: 8rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mobility_car {
    margin-bottom: 5.6rem;
    background: #F6FCFF;
    border-top: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
  }
}

@media screen and (min-width: 768px) {
  .mobility_car .box a {
    pointer-events: none;
  }
  .mobility_car .box a img {
    max-width: none;
  }
  .mobility_car .w01 {
    left: 19.6rem;
    top: 5.8rem;
  }
  .mobility_car .w01 img {
    transform: translateX(100%);
    right: -.3rem;
    top: 1.4rem;
    width: 3.6rem;
  }
  .mobility_car .w02 {
    left: 4rem;
    top: 20rem;
  }
  .mobility_car .w02 img {
    transform: translateX(100%);
    right: -.3rem;
    top: 2.8rem;
    width: 17.3rem;
  }
  .mobility_car .w03 {
    left: 4rem;
    bottom: 12rem;
  }
  .mobility_car .w03 img {
    transform: translate(100%, -100%);
    width: 5.2rem;
    right: -.4rem;
    top: 3rem;
  }
  .mobility_car .w04 {
    left: 52.9rem;
    top: 3.5rem;
  }
  .mobility_car .w04 img {
    width: 3.4rem;
    transform: translateX(-100%);
    top: 1.33rem;
    left: 2.1rem;
  }
  .mobility_car .w05 {
    top: 9.8rem;
    left: 97.4rem;
  }
  .mobility_car .w05 img {
    transform: translateX(-100%);
    width: 22.9rem;
    top: 1.4rem;
    left: -.2rem;
  }
  .mobility_car .w06 {
    bottom: 14.4rem;
    left: 81.4rem;
  }
  .mobility_car .w06 img {
    width: 3.3rem;
    transform: translate(-100%, -100%);
    top: 3rem;
    left: -.3rem;
  }
  .mobility_car .w07 {
    left: 93rem;
    bottom: 22.4rem;
  }
  .mobility_car .w07 img {
    width: 12.2rem;
    transform: translate(-100%, -100%);
    top: 3rem;
    left: -.3rem;
  }
  .mobility_car .s01 {
    left: 14.5rem;
    top: 8.2rem;
  }
  .mobility_car .s01 img {
    transform: translateX(100%);
    width: 17.8rem;
    right: -.3rem;
    top: 1.4rem;
  }
  .mobility_car .s02 {
    left: 7.2rem;
    bottom: 21.8rem;
  }
  .mobility_car .s02 img {
    transform: translate(100%, -100%);
    width: 6.9rem;
    right: -.35rem;
    top: 1.55rem;
  }
  .mobility_car .s03 {
    left: 79.3rem;
    top: 3.2rem;
  }
  .mobility_car .s03 img {
    width: 1.6rem;
    transform: translateX(-100%);
    top: 2.75rem;
    left: -.3rem;
  }
  .mobility_car .s04 {
    left: 84.9rem;
    bottom: 18.5rem;
  }
  .mobility_car .s04 img {
    transform: translate(-100%, -100%);
    width: 5.7rem;
    top: 3rem;
    left: -.3rem;
  }
  .mobility_car .h01 {
    left: 4rem;
    top: 12.8rem;
  }
  .mobility_car .h01 img {
    width: 16.1rem;
    transform: translateX(100%);
    right: -.3rem;
    top: 2.8rem;
  }
  .mobility_car .h02 {
    left: 12rem;
    bottom: 15.4rem;
  }
  .mobility_car .h02 img {
    width: 14.6rem;
    transform: translate(100%, -100%);
    right: -.3rem;
    top: 1.6rem;
  }
  .mobility_car .h03 {
    left: 32rem;
    top: 3.4rem;
  }
  .mobility_car .h03 img {
    width: 16.4rem;
    transform: translateX(100%);
    right: -.3rem;
    top: 1.3rem;
  }
  .mobility_car .h04 {
    left: 74.1rem;
    bottom: 16.2rem;
  }
  .mobility_car .h04 img {
    width: 4.4rem;
    transform: translate(-100%, -100%);
    top: 1.4rem;
    left: -.3rem;
  }
  .mobility_car .h05 {
    left: 92.5rem;
    bottom: 23.7rem;
  }
  .mobility_car .h05 img {
    width: 17.2rem;
    transform: translate(-100%, -100%);
    top: 1.4rem;
    left: -.3rem;
  }
  .mobility_car .h06 {
    left: 78.3rem;
    top: 5rem;
  }
  .mobility_car .h06 img {
    transform: translateX(-100%);
    width: 4.6rem;
    left: -.3rem;
    top: 1.4rem;
  }
  .mobility_car .h07 {
    left: 104.8rem;
    top: 18.4rem;
  }
  .mobility_car .h07 img {
    width: 23.6rem;
    transform: translateX(-100%);
    left: -.3rem;
    top: .5rem;
  }
  .mobility_car .e01 {
    left: 4rem;
    top: 19.2rem;
  }
  .mobility_car .e01 img {
    width: 6rem;
    transform: translateX(100%);
    right: -.3rem;
    top: 2.8rem;
  }
  .mobility_car .e02 {
    left: 7.5rem;
    bottom: 15.4rem;
  }
  .mobility_car .e02 img {
    width: 11.4rem;
    transform: translate(100%, -100%);
    right: -.3rem;
    top: 1.6rem;
  }
  .mobility_car .e03 {
    left: 65.3rem;
    bottom: 15.45rem;
  }
  .mobility_car .e03 img {
    transform: translate(-100%, -100%);
    width: 18rem;
    left: -.3rem;
    top: 1.4rem;
  }
  .mobility_car .e04 {
    left: 20.8rem;
    top: 3.2rem;
  }
  .mobility_car .e04 img {
    width: 8.1rem;
    transform: translateX(100%);
    right: -.3rem;
    top: 2.8rem;
  }
  .mobility_car .e05 {
    left: 85.6rem;
    bottom: 20.7rem;
  }
  .mobility_car .e05 img {
    width: 17.2rem;
    transform: translate(-100%, -100%);
    top: 3rem;
    left: -.3rem;
  }
  .mobility_car .e06 {
    left: 101.1rem;
    bottom: 40.7rem;
  }
  .mobility_car .e06 img {
    width: 25.4rem;
    transform: translateX(-100%);
    left: -.3rem;
    top: 1.5rem;
  }
  .mobility_car .e07 {
    left: 92.1rem;
    top: 3.2rem;
  }
  .mobility_car .e07 img {
    width: 17rem;
    transform: translateX(-100%);
    left: -.3rem;
    top: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .mobility_car .box {
    background: red;
  }
  .mobility_car .w01 {
    left: 31%;
    top: 28%;
  }
  .mobility_car .w02 {
    left: 21%;
    top: 49%;
  }
  .mobility_car .w03 {
    left: 18%;
    top: 70%;
  }
  .mobility_car .w04 {
    left: 41%;
    top: 36%;
  }
  .mobility_car .w05 {
    left: 66%;
    top: 18%;
  }
  .mobility_car .w06 {
    left: 69%;
    top: 60%;
  }
  .mobility_car .w07 {
    left: 74%;
    top: 50%;
  }
  .mobility_car .s01 {
    left: 41%;
    top: 34%;
  }
  .mobility_car .s02 {
    left: 13%;
    top: 38%;
  }
  .mobility_car .s03 {
    left: 69%;
    top: 30%;
  }
  .mobility_car .s04 {
    left: 72%;
    top: 55%;
  }
  .mobility_car .h01 {
    left: 19%;
    top: 51%;
  }
  .mobility_car .h02 {
    left: 29%;
    top: 63%;
  }
  .mobility_car .h03 {
    left: 53%;
    top: 38%;
  }
  .mobility_car .h04 {
    left: 59%;
    top: 48%;
  }
  .mobility_car .h05 {
    left: 68%;
    top: 52%;
  }
  .mobility_car .h06 {
    left: 63%;
    top: 28%;
  }
  .mobility_car .h07 {
    left: 76%;
    top: 35%;
  }
  .mobility_car .e01 {
    left: 11%;
    top: 61%;
  }
  .mobility_car .e02 {
    left: 23%;
    top: 60%;
  }
  .mobility_car .e03 {
    left: 31%;
    top: 49%;
  }
  .mobility_car .e04 {
    left: 49%;
    top: 44%;
  }
  .mobility_car .e05 {
    left: 57%;
    top: 54%;
  }
  .mobility_car .e06 {
    left: 68%;
    top: 52%;
  }
  .mobility_car .e07 {
    left: 66%;
    top: 37%;
  }
}

.mobility_car.weight #weight {
  opacity: 1;
}

.mobility_car.safety #safety {
  opacity: 1;
}

.mobility_car.hydro #hydro {
  opacity: 1;
}

.mobility_car.elect #elect {
  opacity: 1;
}

.mobility_car ul {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .mobility_car ul {
    position: absolute;
    left: 24.8rem;
    z-index: 10;
    width: 70.4rem;
    bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .mobility_car ul {
    padding: 3.2rem 3.2rem 4rem;
    gap: 1.6rem;
    position: relative;
  }
}

.mobility_car li {
  width: 15.8rem;
}

@media screen and (max-width: 767px) {
  .mobility_car li {
    width: calc(50% - .8rem);
  }
}

.mobility_car li a {
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
  border-radius: .4rem;
  border: 1px solid rgba(0, 17, 27, 0.1);
  background: #fff;
  line-height: 4.8rem;
  display: block;
  text-align: center;
}

.mobility_car li a:hover {
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .mobility_car li a.active {
    opacity: .5;
  }
}

.mobility_car .box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 768px) {
  .mobility_car .box {
    transition-delay: .4s;
  }
}

.mobility_car .box.active {
  opacity: 1;
}

.mobility_car .box a {
  position: absolute;
  z-index: 1;
}

.mobility_car .box a span {
  display: block;
  letter-spacing: .1rem;
}

@media screen and (min-width: 768px) {
  .mobility_car .box a i {
    display: none;
  }
  .mobility_car .box a img {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .mobility_car .box a {
    filter: drop-shadow(0px 3px 6px rgba(0, 17, 27, 0.26)) drop-shadow(0px 9px 12px rgba(0, 17, 27, 0.13)) drop-shadow(0px 16px 20px rgba(0, 17, 27, 0.2)) drop-shadow(0px 38px 12px rgba(0, 17, 27, 0.05));
    transform: translateZ(0);
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: #FAFAFA;
  }
  .mobility_car .box a img, .mobility_car .box a span {
    display: none;
  }
  .mobility_car .box a i {
    font-size: 1rem;
    text-align: center;
    display: block;
    text-align: center;
    color: #001E30;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 1.7;
  }
}

.c_list li {
  background: #FAFAFA;
  border: solid 1px #E1E1E1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c_list li {
    margin-top: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .c_list li {
    border-radius: .4rem;
    overflow: hidden;
  }
}

.c_list .ttl {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c_list .ttl {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}

.c_list .box {
  padding: 3.2rem;
}

.c_list .box .c_btn {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .c_list .box {
    padding: 4rem;
    padding-bottom: 13.1rem;
  }
  .c_list .box .c_btn {
    position: absolute;
    bottom: 4rem;
    width: calc(100% - 6.4rem);
  }
}

@media screen and (max-width: 767px) {
  .c_list {
    margin: 0 -4.16rem;
  }
}

@media screen and (min-width: 768px) {
  .c_list {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
  }
  .c_list li {
    width: calc(50% - 2rem);
  }
}

.c_bottom.c_box {
  padding-bottom: 0;
  margin-bottom: 18.4rem;
}

@media screen and (max-width: 767px) {
  .c_bottom.c_box {
    margin-bottom: 13.6rem;
  }
}

.c_bottom.c_box .c_bottom_last {
  position: relative;
  top: 8rem;
  margin-top: -8rem;
}

@media screen and (max-width: 767px) {
  .c_bottom.c_box .c_bottom_last {
    top: 5.6rem;
    margin-top: -5.6rem;
  }
}

.c_sec2 {
  margin-bottom: 10.4rem;
}

@media screen and (max-width: 767px) {
  .c_sec2 {
    margin-bottom: 8rem;
  }
}

.c_doc, .c_map, .c_link {
  display: inline-block;
  background: #fff;
  border-radius: .4rem;
  border: solid 1px #E1E1E1;
  padding: 0 1.5em;
  line-height: 3.2rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .c_doc, .c_map, .c_link {
    display: block;
    text-align: center;
    position: relative;
  }
}

.c_doc:after, .c_map:after, .c_link:after {
  content: '';
  display: inline-block;
  background: url(/common/image/corporate/ico_note.svg) no-repeat 5%/contain;
  width: 1.2rem;
  height: 1.4rem;
  vertical-align: -.1em;
  margin-left: .8em;
  margin-right: .2em;
}

@media screen and (max-width: 767px) {
  .c_doc:after, .c_map:after, .c_link:after {
    right: 1.7rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c_map:after {
  background-image: url(/common/image/corporate/ico_link.svg);
  width: 1.6rem;
  height: 1.6rem;
}

.c_link:after {
  background-image: url(/common/image/ico_arrow01.svg);
  width: .6rem;
  height: 1.2rem;
  margin-left: 2.2em;
}

.c_numlist {
  counter-reset: count 0;
}

.c_numlist.b li:before {
  text-align: right;
}

.c_numlist li {
  position: relative;
  padding-left: 1.8em;
}

.c_numlist li:before {
  position: absolute;
  left: 0;
  width: 1.5em;
  display: block;
  content: counter(count) ".";
  counter-increment: count 1;
}

@media screen and (min-width: 768px) {
  .c_numlist li .c_doc {
    margin: -.2em 0 0;
  }
}

.c_tabwrap2 .box {
  display: none;
}

.c_tabwrap2 .box.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .c_tabwrap2 {
    position: relative;
    top: 8rem;
    margin: 0;
    padding: 0;
    margin-top: -8rem;
  }
}

@media screen and (max-width: 767px) {
  .c_tabwrap2 .c_tab {
    margin: 0 -.8rem;
  }
  .c_tabwrap2 .c_tabbox {
    border: none;
    margin: -1px -2.4rem 0;
    border-top: solid 1px #E1E1E1;
  }
}

.company_profile section {
  border: solid 1px #E1E1E1;
  background: #fff;
  background: #FAFAFA;
  padding: 8rem;
}

@media screen and (min-width: 768px) {
  .company_profile section {
    border-radius: .4rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .company_profile section {
    border-left: none;
    border-right: none;
    padding: 5.6rem 3.2rem;
  }
}

.company_profile section + section {
  margin-top: 3.2rem;
}

@media screen and (min-width: 768px) {
  .company_profile .row {
    display: flex;
    justify-content: space-between;
  }
  .company_profile .row > * {
    width: 50rem;
  }
}

.company_profile .row p {
  margin-bottom: 2em;
}

.company_profile .catch {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .company_profile .catch {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}

.company_profile figcaption {
  position: absolute;
  bottom: -.8rem;
}

.company_profile figcaption em {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .company_profile figcaption em {
    font-size: 1.8rem;
  }
}

.company_profile figure {
  position: relative;
  margin-top: 4rem;
  margin-left: auto;
  width: 25.6rem;
}

.company_profile figure img {
  border-radius: .4rem;
  width: 12rem;
  display: block;
  margin-left: auto;
}

.company_profile table {
  margin-top: -4.2rem;
}

.company_profile tr > * {
  border-bottom: solid 1px #E1E1E1;
  padding: 3.2rem 0 2.4rem;
}

@media screen and (max-width: 767px) {
  .company_profile tr > * {
    float: left;
    width: 100%;
  }
}

.company_profile th {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .company_profile th {
    width: 39.7rem;
  }
}

@media screen and (max-width: 767px) {
  .company_profile th {
    padding: 3.2rem 0 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .company_profile td {
    padding: 0 0 3.2rem;
  }
}

.company_profile dl {
  display: flex;
  flex-wrap: wrap;
}

.company_profile dt {
  width: 11em;
}

.company_profile dd {
  width: calc(100% - 11em);
}

@media screen and (max-width: 767px) {
  .company_profile .c_doc {
    margin-top: 1.4rem;
    line-height: 4.8rem;
  }
}

.tech_btn.down {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.tech_btn.down a {
  background-image: url(/common/image/technology/ico_anchor.svg);
  background-size: .8rem;
  overflow: visible;
}

.tech_btn.down a:hover {
  background-position: calc(100% - 1.5em) 60%;
}

.tech_btn.down li {
  width: calc(25% - 1.2rem);
}

@media screen and (max-width: 767px) {
  .tech_btn.down li {
    font-size: 1.1rem;
    margin: 0;
    width: calc(50% - .8rem);
  }
}

@media screen and (min-width: 768px) {
  .company_sec {
    padding-bottom: 0;
    margin-bottom: 18.4rem;
  }
}

.company_sec .box {
  border: solid 1px #E1E1E1;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .company_sec .box {
    border-radius: .4rem;
  }
}

@media screen and (max-width: 767px) {
  .company_sec .box {
    margin: 0 -4rem;
  }
}

.company_sec .box + .box {
  margin-top: 6.4rem;
}

@media screen and (max-width: 767px) {
  .company_sec .box + .box {
    margin-top: 5.6rem;
  }
}

@media screen and (min-width: 768px) {
  .company_sec .box:last-child {
    position: relative;
    top: 8rem;
    margin-top: -1.6rem;
  }
}

.company_sec .c_ttl3 {
  border-bottom: solid 1px #E1E1E1;
  margin: 0;
  padding: 2.8rem 4rem;
}

@media screen and (max-width: 767px) {
  .company_sec .c_ttl3 {
    padding: 3rem 3.2rem;
  }
}

.company_sec .bg {
  background: #FAFAFA;
  padding: 3.2rem 4rem 4rem;
}

@media screen and (max-width: 767px) {
  .company_sec .bg {
    padding: 3.2rem 3.2rem 4rem;
  }
}

.company_sec .bg p a {
  color: #00A7E1;
  text-decoration: underline;
}

.company_sec .bg p + p {
  margin-top: .5rem;
}

@media screen and (min-width: 768px) {
  .company_rinen {
    padding-bottom: 0;
    margin-bottom: 18.4rem;
  }
}

.company_rinen .ttl {
  font-size: 2rem;
  border-top: dashed 1px #E1E1E1;
  padding-top: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 767px) {
  .company_rinen .ttl {
    font-size: 1.8rem;
    padding-top: 2.3rem;
    margin-bottom: 1.6rem;
  }
}

.company_rinen .ttl:nth-child(1) {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.company_rinen .ttl i {
  display: inline-block;
  width: 2.52rem;
}

@media screen and (max-width: 767px) {
  .company_rinen li + li {
    margin-top: 1rem;
  }
}

.company_rinen .c_doc {
  margin: .4em 0;
}

@media screen and (max-width: 767px) {
  .company_rinen .c_doc {
    margin: 1.7rem 0;
    margin-left: -2.52rem;
  }
}

.company_disc li + li {
  margin-top: 1.6rem;
}

.company_disc a {
  border: 1px solid rgba(0, 17, 27, 0.1);
  display: block;
  border-radius: .4rem;
  background: #fff url(/common/image/corporate/ico_note.svg) no-repeat calc(100% - 2.3em) center/1.2rem;
  padding: 1.9rem 2.4rem;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

@media screen and (max-width: 767px) {
  .company_disc a {
    display: block;
    background: #fff;
    padding: 2.4rem 2.4rem;
  }
  .company_disc a:hover .sub {
    background-position: 100% .8em;
  }
}

.company_disc a:hover {
  box-shadow: none;
  background-position: calc(100% - 2em) center;
  background-color: #fff;
}

.company_disc .sub {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .company_disc .sub {
    background: url(/common/image/corporate/ico_note.svg) no-repeat calc(100% - .3em) 0.8em/1.2rem;
    border-bottom: solid 1px #E1E1E1;
    padding-bottom: 1.6rem;
    margin-bottom: 2rem;
    transition: background .2s ease-in;
  }
}

@media screen and (min-width: 768px) {
  .company_disc a {
    display: flex;
    padding-right: 6rem;
  }
  .company_disc p {
    width: 10.4rem;
  }
  .company_disc p + p {
    width: calc(100% - 10.4rem);
  }
}

@media screen and (min-width: 768px) {
  .company_iso {
    padding-bottom: 0;
    margin-bottom: 18.4rem;
  }
}

.company_iso .tech_btn {
  margin: 0 0 8rem;
}

@media screen and (max-width: 767px) {
  .company_iso .tech_btn {
    margin-bottom: 5.6rem;
  }
}

.company_iso .ttl {
  font-size: 2rem;
  margin: 3rem 0 1.4rem;
}

.company_iso .ttl + .ttl2 {
  margin-top: -1rem;
}

@media screen and (max-width: 767px) {
  .company_iso .ttl {
    font-size: 1.8rem;
    margin: 3.1rem 0 1.5rem;
  }
}

.company_iso .ttl2 {
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
}

@media screen and (max-width: 767px) {
  .company_iso .ttl2 {
    font-size: 1.6rem;
    margin-top: 3.1rem;
    margin-bottom: 0.8rem;
  }
}

@media screen and (min-width: 768px) {
  .company_iso dl {
    display: flex;
  }
  .company_iso dt {
    width: 17.2rem;
  }
  .company_iso dd {
    width: calc(100% - 17.2rem);
  }
}

.company_iso dl {
  margin-bottom: 4rem;
  position: relative;
  padding-bottom: 4rem;
}

.company_iso dl:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% + 8rem);
  border-bottom: solid 1px #E1E1E1;
}

@media screen and (max-width: 767px) {
  .company_iso dl:before {
    width: calc(100% + 5rem);
  }
}

.company_iso dt {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .company_iso dt {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.company_iso dd img {
  width: 20rem;
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .company_iso dd img {
    width: 100%;
    margin-top: 3.2rem;
  }
}

.company_iso .tbl {
  border-radius: .4rem;
  overflow: hidden;
  border: solid 1px #E1E1E1;
}

.company_iso tr + tr > * {
  border-top: solid 1px #E1E1E1;
}

.company_iso tr > * {
  padding: 1.4em 1.5em;
}

.company_iso tr > * + * {
  border-left: solid 1px #E1E1E1;
}

.company_iso th {
  background: #003454;
  color: #fff;
  white-space: nowrap;
}

.company_iso th:nth-child(1) {
  width: 21.4%;
}

.company_iso th:nth-child(2) {
  width: 27.2%;
}

.company_iso th:nth-child(3) {
  width: 29.67%;
}

.company_iso .scroll {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .company_iso .scroll {
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -4rem;
    padding-bottom: 1.5rem;
  }
  .company_iso .scroll table, .company_iso .scroll .tbl {
    width: 92rem;
  }
  .company_iso .scroll .tbl {
    margin-right: 4rem;
  }
}

.company_iso .c_tabbox {
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .company_iso .c_tabbox {
    padding: 4rem 2.4rem 0;
  }
}

@media screen and (min-width: 768px) {
  .company_base {
    padding-bottom: 0;
    margin-bottom: 18.4rem;
  }
}

.company_base .tech_btn {
  margin: 0 0 4.8rem;
  padding: 4rem 4rem 0;
}

@media screen and (max-width: 767px) {
  .company_base .tech_btn {
    padding: 4rem 2.4rem 0;
    margin-bottom: 2.4rem;
  }
}

.company_base .list.bg > li:nth-child(2n) {
  background: #FAFAFA;
}

.company_base .list:not(.bg) {
  margin-top: .8rem;
}

.company_base .list > li + li {
  border-top: solid 1px #E1E1E1;
}

@media screen and (min-width: 768px) {
  .company_base .list > li > dl {
    padding-left: 4rem;
  }
}

.company_base .list > li > p {
  font-size: 1.8rem;
  padding: 2.3rem 4rem;
}

.company_base .list > li > p + ul {
  border-top: none;
}

.company_base .list > li > p + ul li {
  border-top: dashed 1px #E1E1E1;
}

.company_base .list ul {
  padding: 0 4rem;
  border-top: solid 1px #E1E1E1;
}

@media screen and (max-width: 767px) {
  .company_base .list ul {
    padding: 0 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .company_base .list ul dl {
    padding-left: .8rem;
    padding-right: .8rem;
  }
}

.company_base .list ul li + li {
  border-top: dashed 1px #E1E1E1;
}

.company_base dl {
  padding: 3.2rem 4rem;
}

@media screen and (max-width: 767px) {
  .company_base dl {
    padding: 3.2rem;
  }
}

.company_base dt {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .company_base dt {
    font-size: 1.6rem;
    margin-bottom: 0.1rem;
  }
}

.company_base dd p {
  margin-bottom: 0.2rem;
}

.company_base .c_map, .company_base .c_link {
  margin-top: 1.7rem;
}

@media screen and (max-width: 767px) {
  .company_base .c_map, .company_base .c_link {
    line-height: 4.8rem;
  }
}

.company_base .c_tabbox {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .access_nav {
    padding-bottom: 0;
    margin-bottom: 18.4rem;
  }
}

.access_nav .tech_btn {
  border: solid 1px #E1E1E1;
  padding: 4rem;
  background: #FAFAFA;
}

.access_nav .tech_btn li {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .access_nav .tech_btn {
    flex-wrap: nowrap;
    border-radius: .4rem;
    position: relative;
    top: 8rem;
    margin-top: -8rem;
  }
}

@media screen and (max-width: 767px) {
  .access_nav .tech_btn {
    margin: 0 -4rem;
    border-left: none;
    border-right: none;
  }
}

.company_access.c_box {
  padding: 0;
}

.company_access.c_box .c_ttl2 {
  padding-left: 3.4rem;
  position: relative;
  margin: 6.6rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .company_access.c_box .c_ttl2 {
    padding-left: 2.3rem;
    margin: 4.4rem 0 2.8rem;
  }
}

.company_access.c_box .c_ttl2:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  width: .6rem;
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  border-radius: 0 .4rem .4rem 0;
  height: 1em;
}

@media screen and (max-width: 767px) {
  .company_access.c_box .c_ttl2:before {
    width: .4rem;
  }
}

.company_access.c_box .c_ttl2 + .box {
  border: none;
  border-radius: 0;
  border-top: solid 1px #E1E1E1;
}

@media screen and (max-width: 767px) {
  .company_access.c_box .box {
    padding: 2.2rem 2.4rem 3.2rem;
    margin: 0;
  }
}

.company_access.c_box.bottom {
  margin-bottom: 18.4rem;
}

@media screen and (max-width: 767px) {
  .company_access.c_box.bottom {
    margin-bottom: 13.6rem;
  }
}

.company_access.c_box.bottom .box {
  padding-bottom: 0;
}

.company_access.c_box.bottom .last {
  position: relative;
  top: 8rem;
  margin-top: -8rem;
}

@media screen and (max-width: 767px) {
  .company_access.c_box.bottom .last {
    top: 5.6rem;
    margin-top: -5.6rem;
  }
}

.company_access .c_map {
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .company_access .c_map {
    line-height: 4.8rem;
  }
}

.company_access .line {
  border-bottom: dashed 1px #E1E1E1;
  margin: 4.8rem 0 3.6rem;
}

@media screen and (max-width: 767px) {
  .company_access .line {
    margin: 3.2rem 0 2.2rem;
  }
}

.company_access .c_ttl3 {
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 767px) {
  .company_access .c_ttl3 {
    margin-bottom: 1.5rem;
  }
}

.company_access .box {
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
  background: #FAFAFA;
  padding: 4.8rem 4rem;
}

@media screen and (max-width: 767px) {
  .company_access .box {
    padding: 2.2rem 1.6rem 3.2rem;
    margin: 0 -.8rem;
  }
}

.company_access .box .c_ttl2 {
  border-bottom: solid 1px #E1E1E1;
  margin: 0 0 3.6rem;
  padding: 0 0 5rem;
}

@media screen and (max-width: 767px) {
  .company_access .box .c_ttl2 {
    padding: 0 0 3.7rem;
    margin: 0 0 2.2rem;
  }
}

.company_access figure {
  margin-top: 4.8rem;
}

.company_access figure + figure {
  margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
  .company_access figure + figure {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .company_access figure {
    margin-top: 3.2rem;
  }
}

.company_access figure + p {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .company_access figure + p {
    margin-top: 1.7rem;
  }
}

.company_access li {
  margin-top: 1.8rem;
}

@media screen and (max-width: 767px) {
  .company_access li {
    margin-top: 1rem;
  }
}

.company_access .c_numlist li {
  margin-top: 0;
  padding-left: 1.3em;
}

.biz_body .row {
  background: #FAFAFA;
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
  overflow: hidden;
  margin-bottom: 6.4rem;
}

.biz_body .row.mt {
  margin-top: 8rem;
}

.biz_body .row + .row {
  margin-top: 4.2rem;
}

@media screen and (max-width: 767px) {
  .biz_body .row {
    margin-bottom: 4rem;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}

@media screen and (min-width: 768px) {
  .biz_body .row {
    display: flex;
  }
  .biz_body .row figure {
    width: 58rem;
  }
  .biz_body .row .desc {
    width: calc(100% - 58rem);
    position: relative;
  }
}

.biz_body .desc {
  padding: 6.6rem 8rem;
}

@media screen and (max-width: 767px) {
  .biz_body .desc {
    padding: 4rem 3.2rem;
  }
}

.biz_body li dl {
  display: flex;
  margin-top: 1rem;
}

.biz_body li dt {
  white-space: nowrap;
}

.biz_body .box .c_btn {
  margin-top: 1.8rem;
}

@media screen and (min-width: 768px) {
  .biz_body .box {
    padding: 3.2rem;
    padding-bottom: 10.4rem;
  }
  .biz_body .box .c_btn {
    bottom: 3.2rem;
  }
  .biz_body .box .c_btn a {
    padding-top: .72em;
    padding-bottom: .72em;
  }
}

.biz_body .ttl {
  font-size: 1.8rem;
  margin-bottom: .8rem;
}

@media screen and (max-width: 767px) {
  .biz_body .ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .biz_body .c_ttl3 {
    margin-bottom: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .biz_body li {
    width: calc(33.33% - 2.666rem);
  }
}

.c_table {
  word-break: break-all;
}

.c_table .tbl {
  border-radius: .4rem;
  overflow: hidden;
  border: solid 1px #E1E1E1;
  background: #fff;
}

.c_table tr + tr > * {
  border-top: solid 1px #E1E1E1;
  vertical-align: middle;
}

.c_table tr > * {
  padding: 1.4em 1.5em;
}

.c_table tr > * + * {
  border-left: solid 1px #E1E1E1;
}

.c_table th {
  background: #003454;
  color: #fff;
  text-align: left;
}

.c_table .scroll {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c_table .scroll {
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -4rem;
    padding-bottom: 1.5rem;
  }
  .c_table .scroll .tbl {
    margin-right: 4rem;
    width: 92rem;
  }
}

@media screen and (min-width: 768px) {
  .c_shift {
    padding-bottom: 0;
    margin-bottom: 18.4rem;
  }
}

.info_top .box {
  display: block;
}

.info_top .box2 {
  display: none;
}

.info_top .box2.active {
  display: block;
}

.info_top .menu {
  display: flex;
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 767px) {
  .info_top .menu {
    margin-top: .8rem;
    margin-bottom: 3.2rem;
    white-space: nowrap;
    justify-content: space-between;
  }
}

.info_top dl {
  display: flex;
}

@media screen and (min-width: 768px) {
  .info_top dl {
    margin-right: 1.6rem;
  }
}

.info_top button, .info_top dd {
  border-radius: .4rem;
  width: 10.8rem;
  height: 3.2rem;
}

.info_top button {
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  color: #fff;
  padding-right: 1em;
  position: relative;
  font-size: 1.2rem;
}

.info_top button:before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  background: url(/common/image/information/ico_fillter.svg) no-repeat 50%/contain;
  width: 1.2rem;
  right: 1rem;
}

.info_top dt {
  margin-right: .8rem;
}

@media screen and (max-width: 767px) {
  .info_top dt {
    margin-right: 1.6rem;
  }
}

.c_sel {
  background: linear-gradient(180deg, #E6E6E6 0%, #EFEFEF 100%);
  position: relative;
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
}

.c_sel:before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  background: url(/common/image/ico_arrow_down_01.svg) no-repeat 50%/contain;
  width: 1.6rem;
  right: 1rem;
}

.c_sel select {
  -webkit-appearance: none;
  background: none;
  padding-left: 1.5em;
  width: 100%;
  height: 3.2rem;
  cursor: pointer;
  position: relative;
  font-size: 1.2rem;
}

.c_pager {
  text-align: center;
  margin-top: 6.4rem;
}

@media screen and (max-width: 767px) {
  .c_pager {
    margin-top: 4rem;
  }
}

.c_pager .wrap {
  display: inline-flex;
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

.c_pager .wrap > * {
  display: block;
  width: 4rem;
  line-height: 4rem;
  background: #FAFAFA;
}

.c_pager .wrap > * + * {
  border-left: solid 1px #E1E1E1;
}

.c_pager .extend {
  color: transparent;
  background: #FAFAFA url(/common/image/information/dot.png) no-repeat 50%/1.4rem;
}

.c_pager a:hover {
  color: #BDBDBD;
}

.c_pager .current {
  color: #BDBDBD;
  position: relative;
}

.c_pager .current:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #007CC4 0%, #00A7E1 100%);
  height: .4rem;
  width: 3.2rem;
  bottom: -1px;
  border-radius: .4rem .4rem 0 0;
  z-index: 2;
}

.c_pager .previouspostslink, .c_pager .nextpostslink {
  color: transparent;
  background: #FAFAFA url(/common/image/ico_arrow01.svg) no-repeat 50%/0.6rem;
}

.c_pager .previouspostslink {
  background-image: url(/common/image/ico_arrow_left_01.svg);
}

.info_detail {
  margin-bottom: 10.4rem;
}

@media screen and (max-width: 767px) {
  .info_detail {
    margin-bottom: 8rem;
  }
}

.info_detail .c_ttl {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .info_detail .c_ttl {
    margin-bottom: 1.6rem;
  }
}

.info_detail .sub {
  margin-bottom: 6.9rem;
}

@media screen and (max-width: 767px) {
  .info_detail .sub {
    margin-bottom: 4rem;
  }
}

.info_detail .ttl2 {
  font-size: 2.8rem;
  margin: 8rem -8rem 2.5rem;
  padding: .4rem 8rem;
  letter-spacing: .08em;
  background: linear-gradient(90deg, #EDF8FF 16.67%, #FFFFFF 100%);
  position: relative;
}

.info_detail .ttl2 span {
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.info_detail .ttl2:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: .6rem;
  background: linear-gradient(180deg, #007CC4 0%, #00A7E1 100%);
  height: 1em;
  border-radius: 0 .4rem .4rem 0;
}

@media screen and (max-width: 767px) {
  .info_detail .ttl2:before {
    width: .4rem;
  }
}

@media screen and (max-width: 767px) {
  .info_detail .ttl2 {
    font-size: 2.2rem;
    margin: 5.6rem -2.4rem 3.2rem;
    padding: .4rem 2.4rem;
  }
}

.info_detail .ttl3 {
  font-size: 2rem;
  margin: 3.1rem 0 0.7rem;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .info_detail .ttl3 {
    font-size: 1.8rem;
    margin: 2.5rem 0 0.9rem;
  }
}

.info_detail li {
  padding-left: 1.3em;
  position: relative;
  word-break: break-all;
  letter-spacing: .05rem;
}

.info_detail li:before {
  content: '・';
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .info_detail li a {
    display: block;
  }
}

.info_detail figure {
  margin-top: 4.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .info_detail figure {
    margin-top: 4rem;
  }
}

.info_detail p a {
  color: #00A7E1;
  text-decoration: underline;
}

.sheet_body .tbl a {
  white-space: nowrap;
  display: inline-block;
  text-decoration: underline;
  padding-right: 1.5em;
  background: url(/common/image/ico_report.svg) no-repeat right center/1.6rem;
}

.sheet_body .blank {
  text-align: center;
}

.sheet_body table.a th {
  width: 25%;
}

.sheet_body table.b th {
  width: 30%;
}

.sheet_body table.b th:nth-child(3) {
  width: 10%;
}

.c_cookie {
  display: none;
  background: rgba(0, 30, 48, 0.9);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 3.2rem 0;
}

@media screen and (max-width: 767px) {
  .c_cookie {
    padding-top: 4.8rem;
  }
  .c_cookie .inner {
    margin: 0 3.2rem;
  }
}

.c_cookie .close {
  position: absolute;
  right: 1.7rem;
  top: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.c_cookie .close img {
  width: 1.6rem;
}

.c_cookie p {
  color: #fff;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.c_cookie p a {
  color: #00A7E1;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .c_cookie p a {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c_cookie p {
    margin-bottom: 1.7rem;
  }
}

.c_cookie li a {
  display: block;
  background: #fff;
  text-align: center;
  line-height: 6.4rem;
  border-radius: .4rem;
  border: solid 1px #E1E1E1;
}

.c_cookie li .reject {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px rgba(225, 225, 225, 0.5);
}

@media screen and (max-width: 767px) {
  .c_cookie li {
    margin-top: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .c_cookie .inner {
    width: 130.4rem;
    margin: 0 auto;
    max-width: calc(100% - 4rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c_cookie p {
    width: 80.6rem;
    width: calc(100% - 49.6rem);
  }
  .c_cookie ul {
    width: 47.2rem;
    display: flex;
    justify-content: space-between;
  }
  .c_cookie li {
    width: 22.8rem;
  }
}

.search_result .top_search {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .search_result .top_search {
    margin-bottom: 6.4rem;
  }
  .search_result .top_search .wrap {
    width: 108rem;
  }
}

.search_result .c_head p {
  text-align: right;
}

.search_result .c_head p i {
  color: #00A7E1;
}

.search_result .menu {
  border-bottom: solid 1px #E1E1E1;
  padding-bottom: 6.4rem;
  margin-bottom: 3.2rem;
}

.search_result .menu dl {
  display: flex;
}

.search_result .menu dt {
  margin-right: .8rem;
}

.search_result .menu .c_sel {
  width: 10.8rem;
}

@media screen and (min-width: 768px) {
  .search_result .menu {
    display: flex;
    gap: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .search_result .menu {
    padding-bottom: 4.8rem;
    margin-bottom: 1.6rem;
  }
  .search_result .menu dl + dl {
    margin-top: 2.4rem;
  }
  .search_result .menu dt {
    width: 7.4rem;
  }
  .search_result .menu dd {
    width: calc(100% - 7.4rem);
  }
}

.search_result .result {
  text-align: right;
  margin-bottom: 1.6rem;
}

.search_result .result i {
  color: #00A7E1;
}

.search_result li {
  margin-bottom: 1.6rem;
}

.search_result li p {
  color: #BDBDBD;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px) {
  .search_result li p {
    display: none;
  }
}

.search_result li dt {
  font-size: 1.8rem;
  text-decoration: underline;
  margin-bottom: 0.6rem;
}

.search_result li dt:after {
  content: '';
  display: inline-block;
  background: url(/common/image/ico_report.svg) no-repeat 50%/1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: .4em;
}

@media screen and (max-width: 767px) {
  .search_result li dt {
    font-size: 1.6rem;
  }
}

.search_result li dd {
  overflow: hidden;
  position: relative;
  text-align: justify;
  height: 4em;
}

.search_result li dd:before, .search_result li dd:after {
  background: #fff;
  position: absolute;
}

.search_result li dd:before {
  content: '...';
  bottom: 0;
  right: 0;
  width: 1em;
}

.search_result li dd:after {
  content: '';
  height: 100%;
  width: 100%;
}

.search_result li .desc {
  padding: 2.7rem 3.2rem 0;
}

@media screen and (max-width: 767px) {
  .search_result li .desc {
    padding: 1.6rem 2.4rem 1.7rem;
  }
}

.search_result li a {
  display: block;
  border: solid 1px #E1E1E1;
  border-radius: .4rem;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
}

.search_result li a:hover {
  box-shadow: none;
  background: #fff;
}

.search_result li a:hover img {
  transform: scale(1.05);
}

.search_result li figure {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .search_result li figure {
    height: 17.4rem;
    position: relative;
  }
  .search_result li figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.search_result li img {
  transition: transform .2s ease-in;
}

@media screen and (max-width: 767px) {
  .search_result li figure {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .search_result li a {
    display: flex;
  }
  .search_result li figure {
    width: 17.4rem;
  }
  .search_result li .desc {
    width: calc(100% - 17.4rem);
  }
}

.pp_top {
  padding-bottom: 8rem;
  margin-bottom: 10.4rem;
}

@media screen and (max-width: 767px) {
  .pp_top {
    padding-bottom: 5.6rem;
  }
}

.pp_top .c_btn li + li {
  margin-top: 1.6rem;
}

.pp_top .last {
  text-align: right;
  margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
  .pp_body {
    margin-bottom: 8rem;
  }
}

.pp_body table.b tr > *:nth-child(1) {
  width: 30%;
}

.pp_body .ttl {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

@media screen and (min-width: 768px) {
  .pp_body .box.b:last-child {
    margin-top: -8rem;
  }
}

.pp_body .scroll {
  margin: 1rem 0;
}

.pp_body .dot {
  position: relative;
  padding-left: 1em;
}

.pp_body .dot:before {
  content: '・';
  position: absolute;
  left: 0;
}

.pp_body p + .c_numlist {
  margin-top: 1.6rem;
}

.pp_body .indent {
  margin-left: 2.4rem;
}

.faq_body {
  margin-bottom: 18.4rem;
}

@media screen and (min-width: 768px) {
  .faq_body {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .faq_body {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .faq_body .box {
    position: relative;
    top: 8rem;
    margin-top: -8rem;
  }
}

.faq_body dl {
  border-radius: .4rem;
  border: solid 1px #E1E1E1;
  overflow: hidden;
  background: #fff;
}

.faq_body dl + dl {
  margin-top: 5.7rem;
}

@media screen and (max-width: 767px) {
  .faq_body dl {
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin: 0 -4rem 0;
    background: #fff;
  }
  .faq_body dl + dl {
    margin-top: 4rem;
  }
}

.faq_body dt, .faq_body dd {
  padding: 3rem 4rem 3rem 8rem;
  font-size: 2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq_body dt, .faq_body dd {
    font-size: 1.8rem;
    padding: 2.3rem 3.2rem 2.3rem 7rem;
  }
}

.faq_body dt:before, .faq_body dd:before {
  content: 'Q.';
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  left: 4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .faq_body dt:before, .faq_body dd:before {
    left: 3.2rem;
  }
}

.faq_body dd {
  background: #FAFAFA;
  border-top: solid 1px #E1E1E1;
}

.faq_body dd:before {
  content: 'A.';
}

@media screen and (max-width: 767px) {
  .sitemap_body .tech_nav.last {
    top: 5.6rem;
    margin: -5.6rem -.8rem 0;
  }
}

.sitemap_body .tech_nav:not(.last) {
  top: 0;
  margin: 0 0 8rem;
}

@media screen and (max-width: 767px) {
  .sitemap_body .tech_nav:not(.last) {
    margin: 0 -.8rem 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_body .tech_nav .div p {
    font-size: 1.6rem;
    padding: 0;
    line-height: 6.3rem;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_body .tech_nav .div a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.sitemap_body .c_wide {
  background: #fff;
  border-radius: .4rem;
  border: solid 1px #E1E1E1;
  padding: 4rem;
}

@media screen and (max-width: 767px) {
  .sitemap_body .c_wide {
    padding: 1.5rem;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}

.sitemap_body .layer {
  background: #E6E9EA;
  padding-left: .8rem;
  border-radius: .4rem;
  border: solid 1px #E1E1E1;
}

@media screen and (max-width: 767px) {
  .sitemap_body .layer {
    padding-left: 1.6rem;
  }
}

.sitemap_body .layer a {
  display: block;
}

.sitemap_body .layer > p {
  margin-bottom: -1px;
}

@media screen and (max-width: 767px) {
  .sitemap_body .layer a {
    padding: .9rem 0;
  }
}

.sitemap_body .layer .two {
  background: #F0F2F3;
  border-bottom: solid 1px #E1E1E1;
  margin-left: 5.2rem;
  padding-left: .8rem;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 767px) {
  .sitemap_body .layer .two {
    padding-left: 1.5rem;
    margin: 0;
  }
}

.sitemap_body .layer .three {
  background: #F7F8F9;
  margin-left: 11.2rem;
  padding-left: .8rem;
  border-left: solid 1px #E1E1E1;
  border-top: solid 1px #E1E1E1;
}

@media screen and (max-width: 767px) {
  .sitemap_body .layer .three {
    padding-left: 1.5rem;
    margin: 0;
  }
}

.sitemap_body .layer .three:nth-child(1) {
  border-radius: .4rem 0 0 0;
}

.sitemap_body .layer ul {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-left: 9.6rem;
  padding-left: .8rem;
  border-top: solid 1px #E1E1E1;
  border-left: solid 1px #E1E1E1;
  overflow: hidden;
  border-radius: .4rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .sitemap_body .layer ul {
    padding-left: 1.5rem;
    margin: 0;
  }
}

.sitemap_body .layer li {
  position: relative;
  border-right: solid 1px #E1E1E1;
}

.sitemap_body .layer li a {
  padding: 0 .8rem;
}

.sitemap_body .layer li:before {
  content: '';
  position: absolute;
  border-bottom: solid 1px #E1E1E1;
  width: 88rem;
  left: -.8rem;
  bottom: -1px;
}

.error_sec .c_ttl3 {
  margin: 0;
  padding: 2.8rem 4rem;
}

@media screen and (max-width: 767px) {
  .error_sec .c_ttl3 {
    padding: 0 .5rem;
  }
  .error_tex {
    padding-bottom: 7.5rem;
    margin-bottom: 8rem;
  }
}

.error_sec .box {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .error_sec .box {
    border-radius: .4rem;
  }
  .error_tex {
    padding-bottom: 7.5rem;
    margin-bottom: 18.4rem;
  }
}

/*# sourceMappingURL=style.css.map */


/* addclass prm */
.c_pager .prev, .c_pager .next {
  color: transparent;
  background: #FAFAFA url(/common/image/ico_arrow01.svg) no-repeat 50%/0.6rem;
}
.c_pager .prev {
  background-image: url(/common/image/ico_arrow_left_01.svg);
}
.c_pager .first, .c_pager .last {
  display: none;
}
.info_list{
  display: none;
}
.tech_deatil div.dot:has(h4:only-child),
.tech_deatil div.dot:has(h3:only-child){
    margin-bottom: 0;
}
.tech_deatil table {
  width: 100% !important;
}
.tech_deatil th,.tech_deatil td{
  border: solid 1px #E1E1E1;
  padding: 1.4em 1.5em;
  vertical-align: middle;
}
.tech_deatil th:first-child,.tech_deatil td:first-child{
  border-left:none;
}
.tech_deatil th:last-child,.tech_deatil td:last-child{
  border-right:none;
}
.tech_deatil tr:first-child th,.tech_deatil tr:first-child td{
  border-top:none;
}
.tech_deatil tr:last-child th,.tech_deatil tr:last-child td{
  border-bottom:none;
}
.tech_deatil th.no_btborder,.tech_deatil td.no_btborder{
  border-bottom:none;
}
.tech_deatil .relate {
  margin-top: 120px;
}
sup{font-size: 1rem;vertical-align: top;}
sub{font-size: 1rem;vertical-align: 0;}

/*serch css*/
._sitesearch_component ._sortorderselector ._label,
._sitesearch_component ._countselector ._label{
    margin-right: 0.8rem;
    font-size: 1.4rem;
    font-weight: normal;
}
._sitesearch_component ._sortorderselector .c_sel{
    width: 10.8rem;
}
._sitesearch_component ._searchstatus{
    text-align: right;
    margin-bottom: 1.6rem;
}
._sitesearch_component[data-sitesearch="pagenator"]{
    text-align: center;
    margin-top: 6.4rem;
}
._sitesearch_component ._pagenator{
    display: inline-flex !important;
    border: solid 1px #E1E1E1;
    border-radius: 0.4rem;
    box-shadow: 0px 3px 6px rgba(165, 165, 165, 0.26), 0px 9px 12px rgba(165, 165, 165, 0.13), 0px 16px 20px rgba(165, 165, 165, 0.2), 0px 38px 12px rgba(165, 165, 165, 0.05);
    padding:0 !important;
    margin:0 !important;
}
._sitesearch_component ._pagenator ._nav._first{
  display: none !important;
}
._sitesearch_component ._pagenator ._nav{
    display: block;
    width: 4rem;
    line-height: 4rem;
    background: #FAFAFA;
}
._sitesearch_component ._pagenator ._nav._page{
    padding:0 !important;
    margin:0 !important;
}
._sitesearch_component ._pagenator ._nav._page._current{
    color: #BDBDBD;
    position: relative;
}
._sitesearch_component ._pagenator ._nav._page._current:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #007CC4 0%, #00A7E1 100%);
    height: .4rem;
    width: 3.2rem;
    bottom: -1px;
    border-radius: .4rem .4rem 0 0;
    z-index: 2;
}
._sitesearch_component ._pagenator ._nav a {
    display: block;
    width: 4rem;
    line-height: 4rem;
    background: #FAFAFA;
}
._sitesearch_component ._pagenator ._nav ._button{
    padding:0 !important;
    background: #FAFAFA !important;
    border-bottom:none !important;
    border-radius: 0 !important;
}

._sitesearch_component ._pagenator ._nav._prev a,
._sitesearch_component ._pagenator ._nav._prev span,
._sitesearch_component ._pagenator ._nav._next a,
._sitesearch_component ._pagenator ._nav._next span{
    color: transparent;
    background: #FAFAFA url(/common/image/ico_arrow01.svg) no-repeat 50%/0.6rem !important;
}
._sitesearch_component ._pagenator ._nav._prev a,
._sitesearch_component ._pagenator ._nav._prev span{
    background-image: url(/common/image/ico_arrow_left_01.svg) !important;
}
._sitesearch_component ._pagenator ._nav._first,
._sitesearch_component ._pagenator ._nav._prev,
._sitesearch_component ._pagenator ._nav._next {
    margin: 0 !important;
}
.tech_deatil ul.dot a{
    text-decoration: underline;
}
.form_body p.zf-errorMessage {
    color: #ff0000;
}
.form_body .doui p.zf-errorMessage {
    text-align:center;
    font-size: 1.2rem;
    margin-top: 0.4em;
}
.form_body .btn button {
    color: #fff;
    width: 45.4rem;
    max-width: 100%;
    padding: 0 3em;
    line-height: 6.4rem;
    position: relative;
    z-index: 1;
    background: #001E30 url(/common/image/ico_arrow02.svg) no-repeat calc(100% - 2.8rem) center/0.6rem;
    border-radius: 0.4rem;
    border: solid 1px #001E30;
    filter: drop-shadow(0px 3px 6px rgba(0, 17, 27, 0.26)) drop-shadow(0px 9px 12px rgba(0, 17, 27, 0.13)) drop-shadow(0px 16px 20px rgba(0, 17, 27, 0.2)) drop-shadow(0px 38px 12px rgba(0, 17, 27, 0.05));
    transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .form_body .btn button {
    text-align: left;
  }
}

.form_body .btn button:hover {
  opacity: 1;
  color: #001E30;
  background-position: calc(100% - 2.4rem) center;
  background-image: url(/common/image/ico_arrow01.svg);
  background-color: #fff;
  filter: none !important;
  border-color: rgba(0, 17, 27, 0.1);
}
.top_search .form,
.h_search,
.dl_body .wrap{
  overflow: visible;
}
._totalhits{
    color: #00A7E1;
}
.search_result li dt:after{
	background: none;
}
.search_result li a[href$=".pdf"] dt:after{
	background: url(/common/image/ico_report.svg) no-repeat 50%/1.6rem;
}