@charset "UTF-8";
.service .detail_page_copy {
  text-align: center;
}
.service .detail_page_copy h2 {
  font-size: 0;
  width: 610px;
  margin: 0 auto 25px auto;
  line-height: 1em;
}
.service .detail_page_copy h3 {
  font-size: 28px;
  line-height: 1.7em;
  margin-bottom: 1em;
}
.service .detail_page_copy figure {
  width: 450px;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 1160px) {
  .service .detail_page_copy h2 {
    width: 52.59vw;
    margin: 0 auto 2.16vw auto;
  }
  .service .detail_page_copy h3 {
    font-size: 2.41vw;
  }
  .service .detail_page_copy figure {
    width: 38.79vw;
  }
}
@media screen and (max-width: 750px) {
  .service .detail_page_copy h2 {
    width: 86.67vw;
    margin: 0 auto 6.11vw auto;
  }
  .service .detail_page_copy h3 {
    font-size: 4.72vw;
  }
  .service .detail_page_copy figure {
    width: 86.67vw;
  }
  .service .footer_contact .arrow_btn {
    margin-top: 19vw;
  }
}

.service_index_list {
  position: relative;
  padding: 180px 0;
  background: #0064AF;
}
.service_index_list h2 {
  text-align: center;
  color: #FFF;
  font-size: 28px;
  margin-bottom: 120px;
}
.service_index_list article {
  position: relative;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  width: 1030px;
  margin: 0 auto 30px auto;
  padding: 55px 60px 30px 60px;
}
.service_index_list article a {
  display: block;
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service_index_list article a:hover figure,
.service_index_list article a:hover ul {
  opacity: 0.5;
}
.service_index_list article a:hover h3 {
  color: #0064AF;
  background-size: 100% 1px;
}
.service_index_list article h3 {
  position: relative;
  display: inline-block;
  font-size: 32px;
  margin-bottom: 35px;
  padding-right: 40px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
  background-size: 0 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0064AF), to(#0064AF));
  background-image: linear-gradient(90deg, #0064AF, #0064AF);
  background-position: left bottom;
}
.service_index_list article h3::before {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #0064AF;
  border-radius: 50%;
}
.service_index_list article h3 .icon_rarrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
}
.service_index_list article h4 {
  position: relative;
  font-size: 20px;
  padding: 25px 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #0064AF;
}
.service_index_list article h4 a {
  position: relative;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding-right: 25px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
  background-size: 0 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF), to(#FFF));
  background-image: linear-gradient(90deg, #FFF, #FFF);
  background-position: left bottom;
}
.service_index_list article h4 a .icon_rarrow {
  position: absolute;
  top: 14px;
  right: 8px;
  background: url(../images/common/icon_arrow_right_w2.svg) no-repeat right center;
  background-size: 10px;
}
.service_index_list article h4 a:hover {
  background-size: 100% 1px;
}
.service_index_list article ul {
  list-style: none;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service_index_list article ul li {
  color: #0064AF;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  padding: 0.2em 1em;
  margin-right: 7px;
  border-radius: 30px;
  border: 1px solid #0064AF;
  border: 1px solid #0064AF;
}
.service_index_list article p {
  width: 450px;
}
.service_index_list article figure {
  width: 300px;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service_index_list article:nth-of-type(4) ul {
  width: 520px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_index_list article .service_detail_nav2 li {
  padding: 0;
  border: none;
}
@media screen and (max-width: 1160px) {
  .service_index_list {
    padding: 15.52vw 0;
  }
  .service_index_list h2 {
    font-size: 2.41vw;
    margin-bottom: 10.34vw;
  }
  .service_index_list article {
    border-radius: 1.72vw;
    width: 88.79vw;
    margin: 0 auto 2.59vw auto;
    padding: 4.74vw 5.17vw 2.59vw 5.17vw;
  }
  .service_index_list article h3 {
    font-size: 2.76vw;
    margin-bottom: 3.02vw;
    padding-right: 3.45vw;
  }
  .service_index_list article h3::before {
    top: calc(50% - 1vw);
    width: 2.07vw;
    height: 2.07vw;
    border-radius: 1.03vw;
  }
  .service_index_list article h3 .icon_rarrow {
    top: calc(50% - 1.72vw) !important;
    right: 0.69vw;
  }
  .service_index_list article h4 {
    font-size: 1.72vw;
    padding: 2.16vw 3.45vw;
    border-top-left-radius: 0.86vw;
    border-top-right-radius: 0.86vw;
  }
  .service_index_list article h4 a {
    padding-right: 2.16vw;
  }
  .service_index_list article h4 a .icon_rarrow {
    top: 1.21vw;
    right: 0.69vw;
    background-size: 0.86vw;
  }
  .service_index_list article ul {
    margin-bottom: 3.45vw;
  }
  .service_index_list article ul li {
    font-size: 1.55vw;
    margin-bottom: 1.03vw;
    margin-right: 0.6vw;
    border-radius: 2.59vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service_index_list article ul li li {
    font-size: 1.55vw;
    margin-bottom: 1.03vw;
    margin-right: 0.6vw;
    border-radius: 2.59vw;
  }
  .service_index_list article p {
    width: 38.79vw;
  }
  .service_index_list article figure {
    width: 25.86vw;
  }
  .service_index_list article:nth-of-type(4) ul {
    width: 44.83vw;
  }
}
@media screen and (max-width: 750px) {
  .service_index_list {
    padding: 20.83vw 0;
  }
  .service_index_list h2 {
    font-size: 5.56vw;
    margin-bottom: 13.89vw;
  }
  .service_index_list article {
    border-radius: 2.78vw;
    width: 86.67vw;
    margin: 0 auto 5.56vw auto;
    padding: 6.94vw;
  }
  .service_index_list article h3 {
    font-size: 5.56vw;
    margin-bottom: 4.44vw;
    padding-right: 8.89vw;
    background: none;
  }
  .service_index_list article h3::before {
    top: calc(50% - 3.33vw);
    right: 0;
    width: 5.56vw;
    height: 5.56vw;
    border-radius: 5.56vw;
  }
  .service_index_list article h3 .icon_rarrow {
    position: absolute;
    top: calc(50% - 1.53vw);
    right: 1.53vw;
  }
  .service_index_list article h4 {
    line-height: 1.35em;
    font-size: 4.44vw;
    padding: 4.17vw;
    border-top-left-radius: 2.78vw;
    border-top-right-radius: 2.78vw;
  }
  .service_index_list article h4 a {
    padding-right: 5.56vw;
  }
  .service_index_list article h4 a .icon_rarrow {
    top: calc(50% - 1.67vw);
    right: 2.22vw;
    background-size: 2.78vw;
  }
  .service_index_list article ul {
    width: 100%;
    margin-bottom: 5.56vw;
  }
  .service_index_list article ul li {
    font-size: 4.44vw;
    margin-right: 1.39vw;
    margin-bottom: 1.39vw;
    padding: 0.2em 0.7em;
    border-radius: 8.33vw;
  }
  .service_index_list article p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-bottom: 40px;
  }
  .service_index_list article figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 69.44vw;
    margin: 0 auto 8.33vw auto;
  }
  .service_index_list article:nth-of-type(4) ul {
    width: 100%;
  }
}

.service_detail_nav {
  width: 100%;
  position: relative;
}
.service_detail_nav section h3 {
  position: relative;
  background: #0064AF;
  color: #FFF;
  line-height: 1.2em;
  padding: 28px 35px;
  font-size: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
}
.service_detail_nav section h3 a {
  color: #FFF;
  text-decoration: none;
}
.service_detail_nav section ul {
  padding: 40px 35px 30px 35px;
  background: #F0F5FA;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service_detail_nav section ul li {
  font-size: 18px;
  padding: 0;
  list-style: none;
  font-weight: bold;
  border: none;
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.service_detail_nav section ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-right: 25px;
  color: #323232;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
  background-size: 0 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0064AF), to(#0064AF));
  background-image: linear-gradient(90deg, #0064AF, #0064AF);
  background-position: left bottom;
}
.service_detail_nav section ul li a .icon_rarrow_b,
.service_detail_nav section ul li a .icon_rarrow {
  position: absolute;
  top: 10px;
  right: 8px;
}
.service_detail_nav section ul li a:hover {
  color: #0064AF;
  background-size: 100% 1px;
}
@media screen and (max-width: 1160px) {
  .service_detail_nav section h3 {
    padding: 2.41vw 3.02vw;
    font-size: 1.72vw;
    border-top-left-radius: 0.86vw;
    border-top-right-radius: 0.86vw;
  }
  .service_detail_nav section ul {
    padding: 3.45vw 3.02vw 2.59vw 3.02vw;
    border-bottom-left-radius: 0.86vw;
    border-bottom-right-radius: 0.86vw;
    margin-bottom: 2.59vw;
  }
  .service_detail_nav section ul li {
    font-size: 1.55vw;
  }
  .service_detail_nav section ul li a {
    padding-right: 2.16vw;
  }
  .service_detail_nav section ul li a .icon_rarrow {
    top: 0.86vw;
    right: 0.69vw;
  }
}
@media screen and (max-width: 750px) {
  .service_detail_nav section h3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 7.78vw;
    font-size: 5.56vw;
    border-top-left-radius: 2.78vw;
    border-top-right-radius: 2.78vw;
  }
  .service_detail_nav section ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 7.5vw 5.56vw;
    border-bottom-left-radius: 2.78vw;
    border-bottom-right-radius: 2.78vw;
    margin-bottom: 8.33vw;
  }
  .service_detail_nav section ul li {
    font-size: 4.44vw;
    margin-bottom: 1em;
    line-height: 1.18em;
    width: 100%;
    background: none;
  }
  .service_detail_nav section ul li:last-child {
    margin: 0;
  }
  .service_detail_nav section ul li a {
    padding-right: 6.94vw;
  }
  .service_detail_nav section ul li a .icon_rarrow_b,
  .service_detail_nav section ul li a .icon_rarrow {
    top: 0.83vw;
    right: 0.56vw;
  }
}

.service_detail_nav2 {
  width: 100%;
  margin: 45px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service_detail_nav2 li {
  width: 32.2%;
  padding: 0;
  border: none;
}
.service_detail_nav2 li a {
  position: relative;
  display: block;
  padding: 1.5em;
  border-radius: 10px;
  display: block;
  color: #323232;
  background: #F0F5FA;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service_detail_nav2 li a .hover_line {
  display: inline-block;
  line-height: 1.8em;
}
.service_detail_nav2 li a:hover {
  color: #0064AF;
}
.service_detail_nav2 li a .icon_rarrow {
  position: absolute;
  top: calc(50% - 5px);
  right: 26px;
}
@media screen and (max-width: 1160px) {
  .service_detail_nav2 {
    margin: 3.88vw 0 0 0;
  }
  .service_detail_nav2 li {
    display: block !important;
  }
  .service_detail_nav2 li a {
    border-radius: 0.86vw;
  }
  .service_detail_nav2 li a .icon_rarrow {
    position: absolute;
    top: calc(50% - 0.39vw);
    right: 2.24vw;
  }
}
@media screen and (max-width: 750px) {
  .service_detail_nav2 {
    margin: 0;
  }
  .service_detail_nav2 li {
    width: 100%;
    font-size: 4.44vw;
    margin: 0 0 5.56vw 0 !important;
  }
  .service_detail_nav2 li:last-child {
    margin: 0 !important;
  }
  .service_detail_nav2 li a {
    border-radius: 2.78vw;
    padding: 5.56vw;
  }
  .service_detail_nav2 li a .icon_rarrow {
    position: absolute;
    top: calc(50% - 1.39vw);
    right: 5.56vw;
  }
}

.service_case_wrap {
  position: relative;
  margin-bottom: 90px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service_case_wrap .swiper-wrapper {
  width: 100%;
  height: auto;
}
.service_case_wrap article {
  width: 254px;
  padding: 30px 0;
  border-radius: 10px;
  margin: 0 2.5% 2.5% 0;
  height: auto;
  position: relative;
  background: #F0F5FA;
  text-align: center;
}
.service_case_wrap article:nth-child(3n) {
  margin: 0 0 2.5% 0;
}
.service_case_wrap h4 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #0064AF;
  display: inline-block;
  border-bottom: 1px solid #0064AF;
}
.service_case_wrap h4 strong {
  font-size: 34px;
}
.service_case_wrap h5 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0064AF;
}
.service_case_wrap h5 strong {
  font-size: 30px;
  display: inline-block;
  padding: 0 0.1em;
}
.service_case_wrap p {
  font-size: 14px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service_case_wrap .coname {
  width: 146px;
  height: 146px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  border-radius: 73px;
  margin: 0 auto 25px auto;
  padding: 25px 0 0 0;
}
.service_case_wrap .coname p {
  font-size: 16px;
  margin: 0 0 0.4em 0;
  display: block;
  height: auto;
  color: #0064AF;
}
.service_case_wrap .coname aside {
  display: block;
  width: 40px;
  margin: 0 auto;
}
.service_case_wrap .swiper-horizontal > .swiper-scrollbar,
.service_case_wrap .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 170px;
  top: auto;
  bottom: -50px;
  height: 34px;
  border-radius: 17px;
  width: 440px;
  margin: 0 auto 0 auto;
  z-index: 7;
}
.service_case_wrap .swiper-scrollbar-drag {
  border-radius: 17px;
}
.service_case_wrap .scrollbar_btn {
  width: 64px !important;
  height: 30px;
  background: url(../images/common/slider_drag.svg) no-repeat top 5px center;
  background-size: 64px;
}
@media screen and (max-width: 1160px) {
  .service_case_wrap {
    margin-bottom: 7.76vw;
  }
  .service_case_wrap article {
    padding: 2.59vw 0;
    border-radius: 0.86vw;
  }
  .service_case_wrap h4 {
    font-size: 1.38vw;
    margin-bottom: 1.72vw;
  }
  .service_case_wrap h4 strong {
    font-size: 2.93vw;
  }
  .service_case_wrap h5 {
    font-size: 1.72vw;
    margin-bottom: 0.86vw;
  }
  .service_case_wrap h5 strong {
    font-size: 2.59vw;
  }
  .service_case_wrap p {
    font-size: 1.21vw;
    height: 5.17vw;
  }
  .service_case_wrap .coname {
    width: 12.59vw;
    height: 12.59vw;
    border-radius: 6.29vw;
    margin: 0 auto 2.16vw auto;
    padding: 2.16vw 0 0 0;
  }
  .service_case_wrap .coname p {
    font-size: 1.38vw;
  }
  .service_case_wrap .coname aside {
    width: 3.45vw;
  }
  .service_case_wrap .swiper-horizontal > .swiper-scrollbar,
  .service_case_wrap .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 14.66vw;
    bottom: -4.31vw;
    height: 2.93vw;
    border-radius: 1.47vw;
    width: 37.93vw;
  }
  .service_case_wrap .swiper-scrollbar-drag {
    border-radius: 1.47vw;
  }
  .service_case_wrap .scrollbar_btn {
    width: 6.38vw !important;
    height: 3.02vw;
    background: url(../images/common/slider_drag.svg) no-repeat top 0.26vw center;
    background-size: 6.38vw;
  }
}
@media screen and (max-width: 750px) {
  .service_case_wrap {
    margin-bottom: 16.67vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service_case_wrap article {
    width: 86.67vw;
    padding: 8.33vw 0;
    border-radius: 2.78vw;
    margin: 0;
  }
  .service_case_wrap article:nth-child(3n) {
    margin: 0;
  }
  .service_case_wrap article:last-child {
    margin-right: 6.6vw;
  }
  .service_case_wrap h4 {
    font-size: 4.44vw;
    margin-bottom: 5.56vw;
  }
  .service_case_wrap h4 strong {
    font-size: 6.67vw;
  }
  .service_case_wrap h5 {
    font-size: 5vw;
    margin-bottom: 2.78vw;
  }
  .service_case_wrap h5 strong {
    font-size: 6.67vw;
  }
  .service_case_wrap p {
    font-size: 3.89vw;
    height: 25vw;
  }
  .service_case_wrap .coname {
    width: 40.56vw;
    height: 40.56vw;
    border-radius: 20.28vw;
    margin: 0 auto 6.94vw auto;
    padding: 6.94vw 0 0 0;
  }
  .service_case_wrap .coname p {
    font-size: 4.44vw;
  }
  .service_case_wrap .coname aside {
    width: 11.11vw;
  }
  .service_case_wrap .swiper-horizontal > .swiper-scrollbar,
  .service_case_wrap .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 0;
    bottom: -22.22vw;
    height: 4.72vw;
    border-radius: 4.72vw;
    width: 86.67vw;
    margin: 16.67vw auto 13.89vw auto;
  }
  .service_case_wrap .swiper-scrollbar-drag {
    border-radius: 4.72vw;
  }
  .service_case_wrap .scrollbar_btn {
    width: 11.11vw !important;
    height: 4.72vw;
    background: url(../images/common/slider_drag.svg) no-repeat top 1px center;
    background-size: 11.11vw;
  }
}

.corp_list {
  position: relative;
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.corp_list article {
  position: relative;
  width: 48%;
  text-align: center;
  border-radius: 10px;
  margin: 0 3.75% 3.75% 0;
  background: #FFF;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.corp_list article .icon_rarrow {
  position: absolute;
  right: 1em;
  top: 1em;
  background: url(../images/common/icon_other2.svg) no-repeat center center;
  background-size: 10px;
}
.corp_list article:nth-child(even) {
  margin-right: 0;
}
.corp_list article a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.corp_list article a:hover img {
  opacity: 0.5;
}
.corp_list article a:hover h4 {
  background-size: 100% 1px;
}
.corp_list article figure {
  width: 100%;
}
.corp_list article figure img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.corp_list article h4 {
  font-size: 16px;
  line-height: 1.6em;
  color: #0064AF;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
  background-size: 0 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0064AF), to(#0064AF));
  background-image: linear-gradient(90deg, #0064AF, #0064AF);
  background-position: left bottom;
}
@media screen and (max-width: 1160px) {
  .corp_list {
    margin-bottom: 5.17vw;
  }
  .corp_list article {
    border-radius: 0.86vw;
  }
  .corp_list article a {
    padding: 1.72vw 0;
  }
  .corp_list article h4 {
    font-size: 1.38vw;
  }
}
@media screen and (max-width: 750px) {
  .corp_list {
    margin-bottom: 0;
  }
  .corp_list article {
    width: 100%;
    border-radius: 2.78vw;
    margin: 0 0 3.75% 0;
  }
  .corp_list article .icon_rarrow {
    background-size: 2.78vw;
  }
  .corp_list article figure {
    text-align: center;
  }
  .corp_list article figure img {
    width: 80%;
  }
  .corp_list article a {
    display: block;
    height: 29.44vw;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .corp_list article h4 {
    font-size: 3.61vw;
    background: none;
  }
}

.title_link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title_link article {
  width: 48%;
  background: #F0F5FA;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.title_link article a {
  display: block;
  text-decoration: none;
}
.title_link article a:hover div p {
  background-size: 100% 1px;
}
.title_link article h4 {
  font-size: 20px;
  background: #0064AF;
  color: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px 0 25px 25px;
}
.title_link article div {
  position: relative;
  padding: 20px 0 25px 0;
}
.title_link article div.link_en_line::after {
  position: absolute;
  right: 27px;
  top: calc(50% - 12px);
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #0064AF;
  border-radius: 50%;
}
.title_link article div.link_en_line p {
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
  background-size: 0 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0064AF), to(#0064AF));
  background-image: linear-gradient(90deg, #0064AF, #0064AF);
  background-position: left bottom;
}
.title_link article div figure {
  width: 175px;
  margin: 0 auto;
  line-height: 0;
}
.title_link article div p {
  font-size: 20px;
  text-decoration: none;
  margin: 0;
  color: #0064AF;
  font-weight: bold;
  padding: 10px 0 0 0;
  margin-left: 25px;
}
.title_link article div .icon_rarrow {
  position: absolute;
  right: 33px;
  top: calc(50% - 4px);
}
.title_link article div .icon_rarrow.icon_other {
  background: url(../images/common/icon_other2.svg) no-repeat center center;
  background-size: 10px;
}
@media screen and (max-width: 1160px) {
  .title_link article {
    border-bottom-right-radius: 0.86vw;
    border-bottom-left-radius: 0.86vw;
  }
  .title_link article h4 {
    font-size: 1.72vw;
    border-top-left-radius: 0.86vw;
    border-top-right-radius: 0.86vw;
    padding: 2.16vw 0 2.16vw 2.16vw;
  }
  .title_link article div {
    padding: 1.72vw 0 2.16vw 0;
  }
  .title_link article div.link_en_line::after {
    right: 2.33vw;
    top: calc(50% - 1vw);
    width: 2.07vw;
    height: 2.07vw;
  }
  .title_link article div figure {
    width: 15.09vw;
  }
  .title_link article div p {
    font-size: 1.72vw;
    padding: 0.86vw 0 0 0;
    margin-left: 2.16vw;
  }
  .title_link article div .icon_rarrow {
    right: 2.84vw;
    top: calc(50% - 0.34vw);
  }
  .title_link article div .icon_rarrow.icon_other {
    background: url(../images/common/icon_other2.svg) no-repeat center center;
    background-size: 0.86vw;
  }
}
@media screen and (max-width: 750px) {
  .title_link article {
    width: 100%;
    margin-bottom: 5.56vw;
    border-bottom-right-radius: 2.78vw;
    border-bottom-left-radius: 2.78vw;
  }
  .title_link article h4 {
    font-size: 4.44vw;
    border-top-left-radius: 2.78vw;
    border-top-right-radius: 2.78vw;
    padding: 6.94vw 0 6.94vw 6.94vw;
  }
  .title_link article div {
    padding: 5.56vw 0 6.94vw 0;
  }
  .title_link article div.link_en_line::after {
    right: 5.56vw;
    top: calc(50% - 3.33vw);
    width: 5.56vw;
    height: 5.56vw;
  }
  .title_link article div figure {
    width: 48.61vw;
  }
  .title_link article div p {
    font-size: 4.44vw;
    padding: 2.78vw 0 0 0;
    margin-left: 6.94vw;
    background: none;
  }
  .title_link article div .icon_rarrow {
    right: 7.22vw;
    top: calc(50% - 1.67vw);
  }
  .title_link article div .icon_rarrow.icon_other {
    background-size: 2.78vw;
    right: 3.33vw;
  }
}

.service_box_list {
  position: relative;
}
.service_box_list article {
  position: relative;
  background: #F0F5FA;
  padding: 50px 50px 40px 50px;
  border-radius: 10px;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service_box_list article h3 {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 65px;
  line-height: 50px;
}
.service_box_list article h3.icon1 {
  background: url(/service/erase/images/data_item3_icon1.svg) no-repeat left center;
  background-size: 50px;
}
.service_box_list article h3.icon2 {
  background: url(/service/erase/images/data_item3_icon2.svg) no-repeat left center;
  background-size: 40px;
}
.service_box_list article h3.icon3 {
  background: url(/service/erase/images/data_item3_icon3.png) no-repeat left center;
  background-size: 48px;
}
.service_box_list article h3.icon4 {
  background: url(/service/erase/images/data_item3_icon4.svg) no-repeat left center;
  background-size: 47px;
}
.service_box_list article h3.icon5 {
  background: url(/service/erase/images/data_item3_icon5.svg) no-repeat left center;
  background-size: 47px;
}
.service_box_list article .service_box_text {
  width: 54%;
}
.service_box_list article .service_box_text h4 {
  color: #0064AF;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1em;
}
.service_box_list article .service_box_text p {
  margin-bottom: 1em;
  font-size: 16px;
}
.service_box_list article figure {
  width: 260px;
}
.service_box_list article figure img {
  border-radius: 10px;
}
.service_box_list article .arrow_btn {
  position: absolute;
  right: 50px;
  top: 55px;
  width: 260px;
}
.service_box_list article .arrow_btn a {
  padding-top: 1em;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 1160px) {
  .service_box_list article {
    padding: 4.31vw 4.31vw 3.45vw 4.31vw;
    border-radius: 0.86vw;
    margin-bottom: 3.45vw;
  }
  .service_box_list article h3 {
    margin-bottom: 5.17vw;
    margin-top: 0.86vw;
    padding-left: 5.6vw;
    line-height: 4.31vw;
  }
  .service_box_list article h3.icon1 {
    background-size: 4.31vw;
  }
  .service_box_list article h3.icon2 {
    background-size: 3.45vw;
  }
  .service_box_list article h3.icon3 {
    background-size: 4.14vw;
  }
  .service_box_list article h3.icon4 {
    background-size: 4.05vw;
    min-height: 11vw;
  }
  .service_box_list article h3.icon5 {
    background-size: 4.05vw;
  }
  .service_box_list article .service_box_text h4 {
    font-size: 1.55vw;
  }
  .service_box_list article .service_box_text p {
    font-size: 1.38vw;
  }
  .service_box_list article figure {
    width: 22.41vw;
  }
  .service_box_list article figure img {
    border-radius: 0.86vw;
  }
  .service_box_list article .arrow_btn {
    right: 4.31vw;
    top: 4.74vw;
    width: 22.41vw;
  }
}
@media screen and (max-width: 750px) {
  .service_box_list article {
    padding: 5.56vw;
    border-radius: 2.78vw;
    margin-bottom: 6.67vw;
  }
  .service_box_list article h3 {
    width: 100%;
    margin-bottom: 2.78vw;
    margin-top: 0;
    padding-left: 15.28vw;
    line-height: 1.4em;
    padding: 0.6em 0 0.6em 15.28vw;
  }
  .service_box_list article h3.icon1 {
    background-size: 11.39vw;
  }
  .service_box_list article h3.icon2 {
    background-size: 11.11vw;
  }
  .service_box_list article h3.icon3 {
    background-size: 9.17vw;
  }
  .service_box_list article h3.icon4 {
    background-size: 10.83vw;
  }
  .service_box_list article h3.icon5 {
    background-size: 10.56vw;
  }
  .service_box_list article .service_box_text {
    width: 100%;
    margin-bottom: 6.94vw;
  }
  .service_box_list article .service_box_text h4 {
    font-size: 4.44vw;
  }
  .service_box_list article .service_box_text p {
    font-size: 4.17vw;
  }
  .service_box_list article .service_box_text p:last-child {
    margin: 0;
  }
  .service_box_list article figure {
    width: 100%;
    margin-bottom: 6.94vw;
  }
  .service_box_list article figure img {
    border-radius: 2.78vw;
  }
  .service_box_list article .arrow_btn {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
}

#itad .service_detail_nav h3 a {
  position: relative;
  padding-right: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#itad .service_detail_nav h3 a .hover_line {
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF), to(#FFF));
  background-image: linear-gradient(90deg, #FFF, #FFF);
}
#itad .service_detail_nav h3 a::after {
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #FFF;
  border-radius: 50%;
}
#itad .service_detail_nav h3 a .icon_rarrow_b {
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  background: url(../images/common/icon_arrow_down_w.svg) no-repeat center center;
  background-size: 10px;
}
#itad .service_detail_nav ul li {
  margin-bottom: 12px;
}
#itad .service_detail_nav ul:nth-of-type(1) li:nth-child(odd) {
  width: 60%;
}
#itad .service_detail_nav ul:nth-of-type(1) li:nth-child(even) {
  width: 40%;
}
@media screen and (max-width: 1160px) {
  #itad .service_detail_nav h3 a {
    position: relative;
    padding-right: 3.45vw;
  }
  #itad .service_detail_nav h3 a::after {
    width: 2.07vw;
    height: 2.07vw;
  }
  #itad .service_detail_nav h3 a .icon_rarrow_b {
    top: calc(50% - 0.25vw);
    right: 0.69vw;
    background-size: 0.86vw;
  }
  #itad .service_detail_nav ul li {
    margin-bottom: 1.03vw;
  }
}
@media screen and (max-width: 750px) {
  #itad .service_detail_nav h3 {
    font-size: 4.44vw;
  }
  #itad .service_detail_nav h3 a {
    display: inline-block;
    padding-right: 8.33vw;
    background: none;
  }
  #itad .service_detail_nav h3 a::after {
    top: calc(50% - 3.61vw);
    width: 5.56vw;
    height: 5.56vw;
  }
  #itad .service_detail_nav h3 a .icon_rarrow_b {
    top: calc(50% - 2.22vw);
    right: 1.67vw;
    background-size: 2.78vw;
  }
  #itad .service_detail_nav h3 a .hover_line {
    background: none;
  }
  #itad .service_detail_nav ul li {
    margin-bottom: 3.33vw;
  }
  #itad .service_detail_nav ul li:last-child {
    margin-bottom: 0;
  }
  #itad .service_detail_nav ul:nth-of-type(1) li:nth-child(odd) {
    width: 100%;
  }
  #itad .service_detail_nav ul:nth-of-type(1) li:nth-child(even) {
    width: 100%;
  }
  #itad .service_detail_nav ul:nth-of-type(1) li a {
    background: none;
  }
}

.side_nav_contents_base_slider {
  width: calc(50% + 245px);
  margin: 0 0 0 auto;
  overflow: hidden;
}
.side_nav_contents_base_slider .side_nav_contents_list {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1160px) {
  .side_nav_contents_base_slider {
    width: calc(50% + 21.1vw);
  }
}
@media screen and (max-width: 750px) {
  .side_nav_contents_base_slider {
    width: 93.33%;
  }
  .side_nav_contents_base_slider .side_nav_contents_list {
    width: 86.67vw;
  }
}

.slider_under {
  margin: 0 0 0 50%;
}
@media screen and (max-width: 750px) {
  .slider_under {
    margin: 0 auto;
    width: 86.67vw;
  }
}

.hidden_contents {
  display: none;
}
@media screen and (max-width: 750px) {
  .hidden_contents .spb55 {
    margin-bottom: 15.28vw !important;
  }
}
#erase .copy_image {
  margin-bottom: 90px;
}
#erase .copy_image figure {
  width: 235px;
  margin: 0 auto;
}
#erase .detail_copy figure div {
  top: 60px;
}
#erase .detail_copy figure.number_text p {
  margin-bottom: 0;
}
#erase .detail_copy figure.number_text h4 {
  position: relative;
  left: -20px;
  top: -10px;
  font-size: 170px;
  line-height: 1em;
}
#erase .detail_copy figure.number_text h4 strong {
  font-size: 170px;
  font-family: "Orkney";
}
@media screen and (max-width: 1160px) {
  #erase .copy_image {
    margin-bottom: 7.76vw;
  }
  #erase .copy_image figure {
    width: 20.26vw;
  }
  #erase .detail_copy figure div {
    top: 5.17vw;
  }
  #erase .detail_copy figure.number_text h4 {
    left: -1.72vw;
    top: -0.86vw;
    font-size: 14.66vw;
  }
  #erase .detail_copy figure.number_text h4 strong {
    font-size: 14.66vw;
  }
}
@media screen and (max-width: 750px) {
  #erase .copy_image {
    margin-bottom: 15.28vw;
  }
  #erase .copy_image figure {
    width: 60vw;
  }
  #erase .detail_copy div {
    top: 5.83vw;
  }
  #erase .detail_copy figure.number_text p {
    font-size: 6.67vw;
    margin: 0;
  }
  #erase .detail_copy figure.number_text p em {
    font-size: 3.33vw;
  }
  #erase .detail_copy figure.number_text h4 {
    position: relative;
    font-size: 27.78vw;
    left: -4.17vw;
    top: -2.22vw;
  }
  #erase .detail_copy figure.number_text h4 strong {
    font-size: 27.78vw;
  }
}

.figure_big {
  margin-bottom: 80px;
}
.figure_big img {
  border-radius: 10px;
}
@media screen and (max-width: 1160px) {
  .figure_big {
    margin-bottom: 6.9vw;
  }
  .figure_big img {
    border-radius: 0.86vw;
  }
}

#reuse .service_device li {
  background-color: #F0F6FC;
}
@media screen and (max-width: 750px) {
  #reuse .side_nav_contents_list h3 {
    font-size: 5vw;
    line-height: 1.56em;
  }
  #reuse .text_image figure {
    text-align: center;
  }
  #reuse .text_image figure img {
    width: 69.44vw;
  }
  #reuse .side_nav_contents_item figure {
    margin: 0;
  }
  #reuse .side_nav_contents_item div {
    position: relative;
  }
  #reuse .side_nav_contents_item.link_btn a::before {
    bottom: 7vw;
    right: 5.56vw;
    top: auto;
  }
  #reuse .side_nav_contents_item.link_btn a .icon_rarrow {
    right: 7.22vw;
    top: calc(50% - 1.5vw);
  }
}

#fieldsearch .copy_image,
#kitting .copy_image {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#fieldsearch .copy_image div,
#kitting .copy_image div {
  width: 48%;
}
#fieldsearch .copy_image div.flow_dlwrap,
#kitting .copy_image div.flow_dlwrap {
  width: 100%;
}
#fieldsearch .copy_image figure,
#kitting .copy_image figure {
  width: 46.25%;
}
#fieldsearch .side_nav_contents_wide_item,
#kitting .side_nav_contents_wide_item {
  padding-top: 0;
}
@media screen and (max-width: 750px) {
  #fieldsearch .copy_image div,
  #fieldsearch .copy_image figure,
  #kitting .copy_image div,
  #kitting .copy_image figure {
    width: 100%;
  }
  #fieldsearch .copy_image div .spw80p,
  #fieldsearch .copy_image figure .spw80p,
  #kitting .copy_image div .spw80p,
  #kitting .copy_image figure .spw80p {
    width: 80%;
    margin-bottom: 9.72vw;
  }
  #fieldsearch .copy_image figure,
  #kitting .copy_image figure {
    margin: 0;
  }
  #fieldsearch .side_nav_contents_list h3,
  #kitting .side_nav_contents_list h3 {
    line-height: 1.56em;
    font-size: 4.44vw;
    margin-bottom: 1em;
  }
  #fieldsearch .point_list,
  #kitting .point_list {
    margin-bottom: 0;
  }
  #fieldsearch .point_list article p,
  #kitting .point_list article p {
    text-align: center;
  }
  #fieldsearch .copy_image figure.spmb35,
  #kitting .copy_image figure.spmb35 {
    margin-bottom: 9.72vw;
  }
}

#mar .detail_copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mar .detail_copy .detail_copy_text {
  width: 49.3%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mar .detail_copy .detail_copy_text aside {
  width: 19.4%;
  margin-right: 5%;
}
#mar .detail_copy .detail_copy_text div {
  width: 75.6%;
}
#mar .detail_copy .detail_copy_text div h2 {
  font-size: 28px;
}
#mar .detail_copy .detail_copy_text div h2 strong {
  font-size: 40px;
}
#mar .detail_copy .detail_copy_text div h2 small {
  font-size: 20px;
}
#mar .detail_copy figure {
  width: 43.5%;
}
#mar .detail_copy figure img {
  border-radius: 0;
}
#mar .side_nav_contents_items:nth-child(odd) {
  background: #FFF;
}
#mar .side_nav_contents_items:nth-child(odd) .number_contents.figurea_add article {
  background: #F0F5FA;
}
#mar .side_nav_contents_items:nth-child(even) {
  background: #F0F5FA;
}
#mar .service_device li {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mar .service_device li figure {
  width: 100%;
  margin-bottom: 12px;
}
#mar .service_device li span {
  font-size: 16px;
  text-align: left;
  color: #323232;
  line-height: 1.625em;
}
#mar .service_device li span:nth-of-type(2) {
  margin-top: 1em;
  font-size: 12px;
}
#mar .top_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#mar .side_nav_contents_item {
  background: #FFF;
  padding: 0;
}
#mar .side_nav_contents_item figure {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#mar .side_nav_contents_item figure img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#mar .side_nav_contents_item div {
  padding-top: 25px;
}
#mar .side_nav_contents_item div p {
  line-height: 1.625em;
}
@media screen and (max-width: 1160px) {
  #mar .detail_copy .detail_copy_text div h2 {
    font-size: 2.41vw;
  }
  #mar .detail_copy .detail_copy_text div h2 strong {
    font-size: 3.45vw;
  }
  #mar .detail_copy .detail_copy_text div h2 small {
    font-size: 1.72vw;
  }
  #mar .service_device li {
    padding: 1.72vw;
  }
  #mar .service_device li figure {
    margin-bottom: 1.03vw;
  }
  #mar .service_device li span {
    font-size: 1.38vw;
  }
  #mar .service_device li span:nth-of-type(2) {
    font-size: 1.03vw;
  }
  #mar .side_nav_contents_item div {
    padding-top: 2.16vw;
  }
}
@media screen and (max-width: 750px) {
  #mar .detail_copy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mar .detail_copy .detail_copy_text {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #mar .detail_copy .detail_copy_text aside {
    width: 17.3%;
    margin-right: 4.8%;
  }
  #mar .detail_copy .detail_copy_text div {
    width: 77.9%;
  }
  #mar .detail_copy .detail_copy_text div h2 {
    font-size: 5vw;
  }
  #mar .detail_copy .detail_copy_text div h2 strong {
    font-size: 8.33vw;
  }
  #mar .detail_copy .detail_copy_text div h2 small {
    font-size: 3.33vw;
  }
  #mar .detail_copy figure {
    width: 100%;
  }
  #mar .side_nav_contents_list h3 {
    line-height: 1.56em;
  }
  #mar .side_nav_contents_list figure {
    margin-bottom: 6.94vw;
    text-align: center;
  }
  #mar .side_nav_contents_list figure img {
    width: 69.44vw;
  }
  #mar .side_nav_contents_items:nth-child(odd) {
    background: #FFF;
  }
  #mar .side_nav_contents_items:nth-child(even) {
    background: #F0F5FA;
  }
  #mar .service_device li {
    padding: 5.56vw;
    margin: 0 0 4.17vw 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #mar .service_device li figure {
    height: 27.78vw;
    overflow: hidden;
    margin-bottom: 3.33vw;
  }
  #mar .service_device li figure img {
    width: 100%;
    height: 27.78vw;
    -o-object-position: center center;
       object-position: center center;
  }
  #mar .service_device li span {
    font-size: 4.17vw;
  }
  #mar .service_device li span:nth-of-type(2) {
    margin-top: 1em;
    font-size: 3.33vw;
  }
  #mar .top_start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #mar .top_start figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #mar .top_start div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #mar .side_nav_contents_item {
    background: #FFF;
    padding: 0;
  }
  #mar .side_nav_contents_item figure {
    margin: 0;
    border-radius: 2.78vw;
    margin-bottom: 5.56vw;
  }
  #mar .side_nav_contents_item figure img {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2.78vw;
  }
  #mar .side_nav_contents_item div {
    padding: 5.56vw;
  }
  #mar .side_nav_contents_item div p {
    line-height: 1.625em;
  }
}

.safety_caution {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 40px;
}
.safety_caution h4 {
  font-size: 18px;
  margin-bottom: 1em;
  color: #0064AF;
}
.safety_caution ol {
  padding-left: 1.5em;
  margin: 0 0 1em 0;
}
.safety_caution ol li {
  margin: 0 0 1em 0;
}
.safety_caution ol li::marker {
  font-size: 18px;
  font-weight: bold;
  color: #0064AF;
}
.safety_caution .caution {
  font-size: 12px;
}
@media screen and (max-width: 1160px) {
  .safety_caution {
    border-radius: 1.72vw;
    padding: 3.45vw;
  }
  .safety_caution h4 {
    font-size: 1.55vw;
  }
  .safety_caution ol li::marker {
    font-size: 1.55vw;
  }
  .safety_caution .caution {
    font-size: 1.03vw;
  }
}
@media screen and (max-width: 750px) {
  .safety_caution {
    border-radius: 2.78vw;
    padding: 6.94vw 5.56vw;
  }
  .safety_caution h4 {
    font-size: 4.44vw;
  }
  .safety_caution ol {
    padding-left: 1.5em;
    margin: 0 0 1em 0;
  }
  .safety_caution ol li {
    font-size: 4.17vw;
  }
  .safety_caution ol li::marker {
    font-size: 4.44vw;
  }
  .safety_caution .caution {
    font-size: 3.33vw;
  }
}

.erase_detail main .side_nav_contents_items:nth-child(odd) {
  background: #FFF;
}
.erase_detail main .side_nav_contents_items:nth-child(even) {
  background: #F0F5FA;
}
.erase_detail main .side_nav_contents_list p strong {
  font-weight: normal;
  color: #0064AF;
}
.erase_detail main .half48_imagetext {
  margin-bottom: 60px;
}
.erase_detail main .half48_imagetext figure {
  margin-bottom: 25px;
}
.erase_detail main .half48_imagetext figcaption {
  color: #0064AF;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.erase_detail main .arrow_btn {
  position: absolute;
  right: 0;
  top: 100px;
  width: 260px;
}
.erase_detail main .arrow_btn a {
  padding: 1em;
}
@media screen and (max-width: 1160px) {
  .erase_detail main .half48_imagetext {
    margin-bottom: 5.17vw;
  }
  .erase_detail main .half48_imagetext figure {
    margin-bottom: 2.16vw;
  }
  .erase_detail main .arrow_btn {
    top: 8.62vw;
    width: 22.41vw;
  }
}
@media screen and (max-width: 750px) {
  .erase_detail main .side_nav_contents_list h3 {
    font-size: 4.44vw;
  }
  .erase_detail main .side_nav_contents_list figure img {
    border-radius: 2.78vw;
    margin-bottom: 6.94vw;
  }
  .erase_detail main .side_nav_contents_list div,
  .erase_detail main .side_nav_contents_list figure {
    width: 100%;
  }
  .erase_detail main .side_nav_contents_list .image_mid figure {
    margin-bottom: 0;
  }
  .erase_detail main .side_nav_contents_list .erase_flow_image {
    border-radius: 2.78vw;
  }
  .erase_detail main .side_nav_contents_list .erase_flow_image img {
    margin-bottom: 0;
    border-radius: 0;
  }
  .erase_detail main .side_nav_contents_list .erase_flow_image_list {
    border-radius: 2.78vw;
    padding: 3.33vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .erase_detail main .side_nav_contents_list .erase_flow_image_list img {
    margin-bottom: 0;
    border-radius: 0;
  }
  .erase_detail main .side_nav_contents_list .erase_flow_image_list h3 {
    font-size: 4.17vw;
    margin-bottom: 1em;
  }
  .erase_detail main .side_nav_contents_list .erase_flow_image_list p {
    font-size: 3.33vw;
  }
  .erase_detail main .arrow_btn {
    position: relative;
    top: inherit;
    width: 100%;
    text-align: center;
    margin: 0 auto 13.89vw auto;
  }
  .erase_detail main .arrow_btn a {
    width: 83%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
}

.caution_indent {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.caution_indent span {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1160px) {
  .caution_indent {
    font-size: 1.21vw;
  }
  .caution_indent span {
    font-size: 1.03vw;
  }
}
@media screen and (max-width: 750px) {
  .caution_indent {
    font-size: 3.33vw;
  }
  .caution_indent span {
    font-size: 2.78vw;
  }
}

.erase_flow_image {
  background: #FFF;
  border-radius: 10px;
  text-align: center;
  padding: 75px 0;
  margin-bottom: 2.5em;
}
.erase_flow_image img {
  width: 85.3%;
  margin: 0 auto;
}
@media screen and (max-width: 1160px) {
  .erase_flow_image {
    border-radius: 0.86vw;
    padding: 6.47vw 0;
  }
}
@media screen and (max-width: 750px) {
  .erase_flow_image img {
    border-radius: 0 !important;
  }
}

.erase_flow_image_list {
  padding: 40px 0;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #FFF;
}
.erase_flow_image_list h3 {
  margin-bottom: 0.5em;
  padding: 0 40px;
}
.erase_flow_image_list figure {
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #F0F5FA;
}
.erase_flow_image_list figure.no_border {
  border: none;
  padding-bottom: 0;
}
.erase_flow_image_list figure img {
  width: 90%;
  margin: 0 auto;
}
.erase_flow_image_list p {
  padding: 0 40px;
  font-size: 18px;
  font-weight: bold;
}
.erase_flow_image_list p strong {
  color: #0064AF;
  font-weight: bold !important;
}
.erase_flow_image_list p:last-child {
  margin: 0;
}
@media screen and (max-width: 1160px) {
  .erase_flow_image_list {
    padding: 3.45vw 0;
    border-radius: 0.86vw;
    margin-bottom: 2.59vw;
  }
  .erase_flow_image_list h3 {
    padding: 0 3.45vw;
  }
  .erase_flow_image_list figure {
    padding-bottom: 2.59vw;
    margin-bottom: 2.59vw;
  }
  .erase_flow_image_list p {
    padding: 0 3.45vw;
    font-size: 1.55vw;
  }
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  top: -15vw !important;
  --f-button-outline-color: none !important;
  --f-button-bg: none !important;
  --f-button-active-bg: none !important;
  --f-button-hover-bg: none !important;
}

.number_contents article .number {
  font-family: "Orkney";
}

.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}