@charset "UTF-8";
body.body main {
  overflow: hidden;
}
body.body.business-category-page .common-business-title {
  position: relative;
  text-align: center;
}
body.body.business-category-page .common-business-title .jp, body.body.business-category-page .common-business-title .en {
  display: block;
}
body.body.business-category-page .common-business-title .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
  color: #1e277e;
}
body.body.business-category-page .common-business-title .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: normal;
  margin-top: 0.3333333333em;
  display: block;
}
body.body.business-category-page .common-business-title.in-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
}
body.body.business-category-page .common-business-title.in-icon .icon {
  display: block;
  margin-right: 12px;
}
body.body.business-category-page .common-business-title.in-icon .title-text .en {
  text-align: left;
}
body.body.business-category-page .common-business-title2 {
  border-bottom: 1px solid #1e277e;
  padding-bottom: 2vh;
  text-align: center;
}
body.body.business-category-page .common-business-title2.left {
  text-align: left;
}
body.body.business-category-page .common-business-title2 .jp, body.body.business-category-page .common-business-title2 .en {
  display: inline-block;
  line-height: 1.5em;
}
body.body.business-category-page .common-business-title2 .jp {
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  color: #1e277e;
  margin-right: 10px;
}
body.body.business-category-page .common-business-title2 .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: normal;
}
body.body.business-category-page .common-business-bg-title {
  background: #00afec;
  color: #fff;
  padding: 5px 8px;
  line-height: 1.5;
}
body.body.business-category-page .common-business-bg-title .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
}
body.body.business-category-page .common-business-bg-title .en {
  font-weight: normal;
  font-size: 0.9375rem;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.1em;
}
body.body.business-category-page .common-business-links-wrap {
  margin-top: 16.6666666667vh;
  overflow: hidden;
}
body.body.business-category-page .common-business-links-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4.4444444444vh;
}
body.body.business-category-page .common-business-links-wrap ul li {
  width: 194px;
  max-width: 25%;
}
body.body.business-category-page .common-business-links-wrap ul li + li {
  border-left: 1px solid #d7d7d7;
}
body.body.business-category-page .common-business-links-wrap ul li.blank {
  width: 100%;
  margin: 0;
  border: none;
  max-width: 100%;
  margin-top: 6.1111111111vh;
}
body.body.business-category-page .common-business-links-wrap ul li.blank + li {
  border-left: none;
}
body.body.business-category-page .common-business-links-wrap ul li a {
  display: block;
  padding-bottom: 1.4444444444vh;
}
body.body.business-category-page .common-business-links-wrap ul li a .icon {
  height: 103px;
  position: relative;
}
body.body.business-category-page .common-business-links-wrap ul li a .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.body.business-category-page .common-business-links-wrap ul li a .icon img:nth-of-type(2) {
  opacity: 0;
}
body.body.business-category-page .common-business-links-wrap ul li a .text {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 1px;
}
body.body.business-category-page .common-business-links-wrap ul li a:hover .icon img {
  opacity: 0;
}
body.body.business-category-page .common-business-links-wrap ul li a:hover .icon img:nth-of-type(2) {
  opacity: 1;
}
body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(1) a .icon {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(3) a .icon {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(4) a .icon, body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(6) a .icon, body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(7) a .icon, body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(8) a .icon {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
body.body.business-category-page .common-business-catch {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #00afec;
}
body.body.business-category-page .common-business-catch2 {
  font-size: 1.375rem;
  text-align: center;
  color: #00afec;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5909090909em;
}
body.body.home-category-page .common-business-title {
  position: relative;
  text-align: center;
}
body.body.home-category-page .common-business-title .jp, body.body.home-category-page .common-business-title .en {
  display: block;
}
body.body.home-category-page .common-business-title .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
  color: #1e277e;
}
body.body.home-category-page .common-business-title .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: normal;
  margin-top: 0.3333333333em;
  display: block;
}
body.body.home-category-page .common-business-title.in-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
}
body.body.home-category-page .common-business-title.in-icon .icon {
  display: block;
  margin-right: 12px;
}
body.body.home-category-page .common-business-title.in-icon .title-text .en {
  text-align: left;
}
body.body.home-category-page .common-business-title2 {
  border-bottom: 1px solid #1e277e;
  padding-bottom: 2vh;
  text-align: center;
}
body.body.home-category-page .common-business-title2.left {
  text-align: left;
}
body.body.home-category-page .common-business-title2 .jp, body.body.home-category-page .common-business-title2 .en {
  display: inline-block;
  line-height: 1.5em;
}
body.body.home-category-page .common-business-title2 .jp {
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  color: #1e277e;
  margin-right: 10px;
}
body.body.home-category-page .common-business-title2 .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: normal;
}
body.body.home-category-page .common-business-bg-title {
  background: #00afec;
  color: #fff;
  padding: 5px 8px;
  line-height: 1.5;
}
body.body.home-category-page .common-business-bg-title .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
}
body.body.home-category-page .common-business-bg-title .en {
  font-weight: normal;
  font-size: 0.9375rem;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.1em;
}
body.body.home-category-page .common-business-links-wrap {
  margin-top: 16.6666666667vh;
  overflow: hidden;
}
body.body.home-category-page .common-business-links-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4.4444444444vh;
}
body.body.home-category-page .common-business-links-wrap ul li {
  width: 194px;
  max-width: 25%;
}
body.body.home-category-page .common-business-links-wrap ul li + li {
  border-left: 1px solid #d7d7d7;
}
body.body.home-category-page .common-business-links-wrap ul li.blank {
  width: 100%;
  margin: 0;
  border: none;
  max-width: 100%;
  margin-top: 6.1111111111vh;
}
body.body.home-category-page .common-business-links-wrap ul li.blank + li {
  border-left: none;
}
body.body.home-category-page .common-business-links-wrap ul li a {
  display: block;
  padding-bottom: 1.4444444444vh;
}
body.body.home-category-page .common-business-links-wrap ul li a .icon {
  height: 103px;
  position: relative;
}
body.body.home-category-page .common-business-links-wrap ul li a .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.body.home-category-page .common-business-links-wrap ul li a .icon img:nth-of-type(2) {
  opacity: 0;
}
body.body.home-category-page .common-business-links-wrap ul li a .text {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 1px;
}
body.body.home-category-page .common-business-links-wrap ul li a:hover .icon img {
  opacity: 0;
}
body.body.home-category-page .common-business-links-wrap ul li a:hover .icon img:nth-of-type(2) {
  opacity: 1;
}
body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(1) a .icon {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(3) a .icon {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(4) a .icon, body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(6) a .icon, body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(7) a .icon, body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(8) a .icon {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
body.body.home-category-page .common-business-catch {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #00afec;
}
body.body.home-category-page .common-business-catch2 {
  font-size: 1.375rem;
  text-align: center;
  color: #00afec;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5909090909em;
}

@media (max-width: 768px) {
  body.body.business-category-page .common-business-title .jp {
    font-size: 1.0625rem;
  }
  body.body.business-category-page .common-business-title .en {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
  }
  body.body.business-category-page .common-business-title2 {
    text-align: left;
  }
  body.body.business-category-page .common-business-title2 .jp {
    font-size: 1.0625rem;
  }
  body.body.business-category-page .common-business-title2 .en {
    font-size: 0.8125rem;
    display: block;
  }
  body.body.business-category-page .common-business-bg-title .jp {
    font-size: 1.0625rem;
  }
  body.body.business-category-page .common-business-bg-title .en {
    font-size: 0.8125rem;
    display: block;
  }
  body.body.business-category-page .common-business-links-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body.body.business-category-page .common-business-links-wrap ul li {
    width: 50%;
    max-width: 50%;
    border: none !important;
    margin-top: 8px;
    padding-top: 8px;
  }
  body.body.business-category-page .common-business-links-wrap ul li a .text {
    letter-spacing: 0;
  }
  body.body.business-category-page .common-business-links-wrap ul li.sp-border {
    border-left: 1px solid #d7d7d7 !important;
  }
  body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(n+3) {
    border-top: 1px solid #d7d7d7 !important;
    position: relative;
  }
  body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(n+3):before {
    content: "";
    display: block;
    height: 8px;
    background: #fff;
    width: calc(100% + 1px);
    position: absolute;
    top: 0;
    left: -1px;
  }
  body.body.business-category-page .common-business-catch {
    font-size: 1.375rem;
  }
  body.body.business-category-page .common-text {
    font-size: 0.875rem;
  }
  body.body.home-category-page .common-business-title .jp {
    font-size: 1.0625rem;
  }
  body.body.home-category-page .common-business-title .en {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
  }
  body.body.home-category-page .common-business-title2 {
    text-align: left;
  }
  body.body.home-category-page .common-business-title2 .jp {
    font-size: 1.0625rem;
  }
  body.body.home-category-page .common-business-title2 .en {
    font-size: 0.8125rem;
    display: block;
  }
  body.body.home-category-page .common-business-bg-title .jp {
    font-size: 1.0625rem;
  }
  body.body.home-category-page .common-business-bg-title .en {
    font-size: 0.8125rem;
    display: block;
  }
  body.body.home-category-page .common-business-links-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body.body.home-category-page .common-business-links-wrap ul li {
    width: 50%;
    max-width: 50%;
    border: none !important;
    margin-top: 8px;
    padding-top: 8px;
  }
  body.body.home-category-page .common-business-links-wrap ul li a .text {
    letter-spacing: 0;
  }
  body.body.home-category-page .common-business-links-wrap ul li.sp-border {
    border-left: 1px solid #d7d7d7 !important;
  }
  body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(n+3) {
    border-top: 1px solid #d7d7d7 !important;
    position: relative;
  }
  body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(n+3):before {
    content: "";
    display: block;
    height: 8px;
    background: #fff;
    width: calc(100% + 1px);
    position: absolute;
    top: 0;
    left: -1px;
  }
  body.body.home-category-page .common-business-catch {
    font-size: 1.375rem;
  }
}
body.body .topic-path .parent {
  white-space: nowrap;
}
body.body .ems-page {
  overflow: hidden;
}
body.body .ems-page .top-box {
  margin-top: 3.3333333333vh;
}
body.body .ems-page .top-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
body.body .ems-page .top-box .inner:before {
  content: "";
  display: block;
  width: 42.8571428571%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 39.2857142857%;
  margin-top: 4vh;
}
body.body .ems-page .top-box .inner .text-box {
  width: 500px;
  max-width: 35%;
  margin-right: 100px;
}
@media (max-width: 1400px) {
  body.body .ems-page .top-box .inner .text-box {
    margin-right: 7.1428571429%;
  }
}
body.body .ems-page .top-box .inner .text-box .title-box .common-title2 .en {
  letter-spacing: 0.05em;
}
body.body .ems-page .top-box .inner .text-box .title-box .common-title2 .jp {
  letter-spacing: 0.1em;
}
body.body .ems-page .top-box .inner .text-box .title-box .gas {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #00afec;
}
body.body .ems-page .top-box .inner .text-box .image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 42.8571428571%;
  margin-top: 4vh;
}
body.body .ems-page .top-box .inner .text-box .image-box img {
  display: block;
  width: 100%;
}
body.body .ems-page .top-box .inner .text-box .text-inner {
  margin-top: 4.6428571429vw;
}
body.body .ems-page .top-box .inner .text-box .text-inner .common-business-title2 {
  text-align: left;
}
body.body .ems-page .top-box .inner .text-box .text-inner .common-business-title2 .jp, body.body .ems-page .top-box .inner .text-box .text-inner .common-business-title2 .en {
  display: block;
}
body.body .ems-page .top-box .inner .text-box .text-inner .common-business-catch2 {
  text-align: left;
  margin-top: 2.5555555556vh;
}
body.body .ems-page .top-box .inner .text-box .text-inner .common-text {
  margin-top: 1.7777777778vh;
}
body.body .ems-page .top-box .inner .text-box .text-inner .common-nav {
  margin-top: 5.5555555556vh;
}
body.body .ems-page .top-box .inner .text-box .text-inner .common-nav .pc-nav ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.body .ems-page .top-box .inner .text-box .text-inner .common-nav .pc-nav ul li {
  margin-left: 0;
  margin-right: 25px;
  width: 172px;
}
body.body .ems-page .top-box.left .inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.body .ems-page .top-box.left .inner:before {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
body.body .ems-page .top-box.left .inner .text-box {
  margin-right: 0;
  margin-left: 100px;
}
@media (max-width: 1400px) {
  body.body .ems-page .top-box.left .inner .text-box {
    margin-left: 7.1428571429%;
  }
}
body.body .ems-page .top-box.left .inner .text-box .image-box {
  right: auto;
  left: 0;
}
body.body .ems-page .c-catch {
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-weight: 500;
  padding-bottom: 1.7777777778vh;
  border-bottom: 1px solid #1e277e;
  color: #1e277e;
}
body.body .ems-page .ems-area {
  margin-top: 10.3333333333vh;
}
body.body .ems-page .ems-area .ems-top-box {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
body.body .ems-page .ems-area .ems-top-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 521px;
  left: 50.5%;
  top: 160px;
  background: #f0f5f5;
  position: absolute;
  z-index: -1;
}
body.body .ems-page .ems-area .ems-top-box .double-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10vh;
}
body.body .ems-page .ems-area .ems-top-box .double-box .text-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 56.5%;
}
body.body .ems-page .ems-area .ems-top-box .double-box .text-box .common-text {
  margin-top: 3.7777777778vh;
}
body.body .ems-page .ems-area .ems-top-box .double-box .image-box {
  width: 35.7142857143%;
}
body.body .ems-page .ems-area .ems-top-box .double-box .image-box img {
  display: block;
  width: 100%;
}
body.body .ems-page .ems-area .cloud-box {
  width: 980px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12.7777777778vh;
}
body.body .ems-page .ems-area .cloud-box .c-catch {
  width: 518px;
  max-width: 100%;
}
body.body .ems-page .ems-area .cloud-box dl dt {
  color: #1e277e;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 8px;
}
body.body .ems-page .ems-area .cloud-box dl dt:before {
  content: "■";
  color: #00afec;
}
body.body .ems-page .ems-area .cloud-box dl dd .light-blue-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #00afec;
  line-height: 1.5em;
  margin: 1.6666666667vh 0 0.8888888889vh;
}
body.body .ems-page .ems-area .cloud-box .double-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body .ems-page .ems-area .cloud-box .double-box .left-box, body.body .ems-page .ems-area .cloud-box .double-box .right-box {
  width: 47.7551020408%;
}
body.body .ems-page .ems-area .cloud-box .double-box .left-box dl dt, body.body .ems-page .ems-area .cloud-box .double-box .right-box dl dt {
  margin-bottom: 8px;
}
body.body .ems-page .ems-area .cloud-box .double-box .left-box .common-scroll-class, body.body .ems-page .ems-area .cloud-box .double-box .right-box .common-scroll-class {
  margin: 1.5555555556vh 0;
}
body.body .ems-page .ems-area .cloud-box .double-box .left-box .common-scroll-class .scroll-image img, body.body .ems-page .ems-area .cloud-box .double-box .right-box .common-scroll-class .scroll-image img {
  width: 100%;
}
body.body .ems-page .ems-area .cloud-box .double-box + .double-box {
  margin-top: 0.3333333333vh;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.body .ems-page .ems-area .cloud-box .double-box + .double-box .left-box {
  margin-top: 8.2%;
}
body.body .ems-page .ems-area .cloud-box .content3 {
  margin-top: 8.3333333333vh;
}
body.body .ems-page .ems-area .cloud-box .content3 dl {
  width: 715px;
  max-width: 100%;
}
body.body .ems-page .ems-area .cloud-box .content3 .image-box {
  margin-top: 4vh;
}
body.body .ems-page .ems-area .cloud-box .content3 .image-box .scroll-image img {
  width: 100%;
}
body.body .ems-page .ems-area .cloud-box .content4 {
  margin-top: 11.1111111111vh;
  position: relative;
}
body.body .ems-page .ems-area .cloud-box .content4:before {
  content: "";
  display: block;
  background: rgba(0, 175, 236, 0.12);
  width: 100vw;
  height: 517px;
  right: 68.1632653061%;
  bottom: -98px;
  position: absolute;
  z-index: -1;
}
body.body .ems-page .ems-area .cloud-box .content4 .image-box {
  margin-top: 4vh;
}
body.body .ems-page .ems-area .cloud-box .content4 .image-box .scroll-image img {
  width: 100%;
}
body.body .ems-page .ems-area .cloud-box .double-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8.3333333333vh;
}
body.body .ems-page .ems-area .cloud-box .double-box2 .left-box {
  width: 50%;
}
body.body .ems-page .ems-area .cloud-box .double-box2 .left-box dl dt {
  margin-bottom: 2.5555555556vh;
}
body.body .ems-page .ems-area .cloud-box .double-box2 .right-box {
  width: 45.9183673469%;
}
body.body .ems-page .ems-area .cloud-box .double-box2 .right-box .image img {
  width: 100%;
  display: block;
}
body.body .ems-page .ems-area .reason-box {
  width: 980px;
  max-width: 80%;
  margin: 17.7777777778vh auto 0;
  position: relative;
}
body.body .ems-page .ems-area .reason-box:before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  height: 675px;
  background: rgba(0, 175, 236, 0.12);
  left: 68.3673469388%;
  top: -115px;
  z-index: -1;
}
body.body .ems-page .ems-area .reason-box dl dt {
  color: #1e277e;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 8px;
}
body.body .ems-page .ems-area .reason-box dl dt:before {
  content: "■";
  color: #00afec;
}
body.body .ems-page .ems-area .reason-box dl dd .light-blue-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #00afec;
  line-height: 1.5em;
  margin: 1.6666666667vh 0 0.8888888889vh;
}
body.body .ems-page .ems-area .reason-box .dl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 905px;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1.5555555556vh;
}
body.body .ems-page .ems-area .reason-box .dl-box dl {
  width: 45.3038674033%;
  margin-top: 5vh;
}
body.body .ems-page .ems-area .reason-box .table-box {
  margin-top: 7vh;
}
body.body .ems-page .ems-area .reason-box .table-box dl + dl {
  margin-top: 6.1111111111vh;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap .header .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap .header .tr .th {
  width: 24.387755102%;
  text-align: center;
  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;
  height: 44px;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  color: #fff;
  background: #1e277e;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap .header .tr .th:nth-of-type(1) {
  width: 18.7755102041%;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap .header .tr .th:nth-of-type(4) {
  width: 30%;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap .table-body {
  line-height: 1.5;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap .table-body .th, body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap .table-body .td {
  padding: 1.0666666667em;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap .table-body .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.8163265306%;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap .table-body .tr .th {
  width: 18.7755102041%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00afec;
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667em;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap .table-body .tr .td {
  width: 24.387755102%;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0.9375rem;
  line-height: 1.6666666667em;
  letter-spacing: 0.05em;
  background: #f0f5f5;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap .table-body .tr .td:last-of-type {
  width: 30%;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap .table-body .tr:nth-of-type(even) .td {
  background: rgba(0, 175, 236, 0.12);
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap.type2 .header .tr .th:nth-of-type(2) {
  width: 30.5102040816%;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap.type2 .header .tr .th:nth-of-type(3) {
  width: 25%;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap.type2 .header .tr .th:nth-of-type(4) {
  width: 23.2653061224%;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap.type2 .table-body .tr .td:nth-of-type(2) {
  width: 30.5102040816%;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap.type2 .table-body .tr .td:nth-of-type(3) {
  width: 25%;
}
body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap.type2 .table-body .tr .td:nth-of-type(4) {
  width: 23.2653061224%;
}
body.body .ems-page .ems-area .reason-box .table-box + .table-box {
  margin-top: 5.5555555556vh;
}
body.body .ems-page .e-save-area {
  margin-top: 17.7777777778vh;
}
body.body .ems-page .e-save-area .inner {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
body.body .ems-page .e-save-area .inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 675px;
  background: #f0f5f5;
  top: -26px;
  z-index: -1;
  position: absolute;
  right: 73.8775510204%;
}
body.body .ems-page .e-save-area .inner .fuwatto-wrap {
  position: relative;
}
body.body .ems-page .e-save-area .inner .double-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 11.1111111111vh;
}
body.body .ems-page .e-save-area .inner .double-box:after {
  content: "";
  display: block;
  padding-top: 47.4489795918%;
}
body.body .ems-page .e-save-area .inner .double-box .text-box {
  width: 46.9387755102%;
  margin-top: 1.5555555556vh;
}
body.body .ems-page .e-save-area .inner .double-box .text-box .common-text {
  margin-top: 3.5555555556vh;
}
body.body .ems-page .e-save-area .inner .double-box .text-box .logo {
  margin-top: 3.3333333333vh;
}
body.body .ems-page .e-save-area .inner .bottom .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 7.2222222222vh;
}
body.body .ems-page .e-save-area .inner .bottom .texts .text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #1e277e;
  font-weight: 500;
  line-height: 1.4em;
  margin-top: 10px;
}
body.body .ems-page .e-save-area .inner .bottom .texts .text:before {
  content: "■";
  color: #00afec;
}
body.body .ems-page .e-save-area .inner .bottom .common-link {
  width: 245px;
  margin: 6.6666666667vh auto 0;
}
body.body .ems-page .e-save-area .inner .image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 45.9183673469%;
}
body.body .ems-page .e-save-area .inner .image-box img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  body.body .ems-page .top-box .inner {
    display: block;
  }
  body.body .ems-page .top-box .inner:before {
    display: none;
  }
  body.body .ems-page .top-box .inner .text-box {
    width: 80%;
    max-width: none;
    margin: 0 auto;
  }
  body.body .ems-page .top-box .inner .text-box .image-box {
    position: static;
    margin-top: 25px;
    width: 112.5%;
  }
  body.body .ems-page .c-catch {
    font-size: 1.25rem;
  }
  body.body .ems-page .ems-area .common-scroll-class {
    position: relative;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    -webkit-transform: translate(-10vw, 0);
            transform: translate(-10vw, 0);
    -webkit-overflow-scrolling: touch;
  }
  body.body .ems-page .ems-area .common-scroll-class .scroll-image img {
    width: auto !important;
    padding: 0 10vw;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  body.body .ems-page .ems-area .common-scroll-class::-webkit-scrollbar {
    display: none;
  }
  body.body .ems-page .ems-area .common-scroll-class .scroll-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 126px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  body.body .ems-page .ems-area .common-scroll-class .scroll-icon img {
    width: 100%;
  }
  body.body .ems-page .ems-area .common-scroll-class.start .scroll-icon {
    opacity: 0;
  }
  body.body .ems-page .ems-area .ems-top-box:before {
    height: 765px;
    left: 41.25%;
    top: calc(100% + 70px);
  }
  body.body .ems-page .ems-area .ems-top-box .double-box {
    display: block;
  }
  body.body .ems-page .ems-area .ems-top-box .double-box .text-box {
    width: 100%;
  }
  body.body .ems-page .ems-area .ems-top-box .double-box .image-box {
    width: 100%;
    margin-top: 1.8888888889vh;
  }
  body.body .ems-page .ems-area .cloud-box .double-box {
    display: block;
  }
  body.body .ems-page .ems-area .cloud-box .double-box .left-box, body.body .ems-page .ems-area .cloud-box .double-box .right-box {
    width: 100%;
  }
  body.body .ems-page .ems-area .cloud-box .double-box .right-box {
    margin-top: 20px;
  }
  body.body .ems-page .ems-area .cloud-box .double-box.double-box {
    margin-top: 58px;
  }
  body.body .ems-page .ems-area .cloud-box .double-box2 {
    display: block;
  }
  body.body .ems-page .ems-area .cloud-box .double-box2 .left-box {
    width: 100%;
  }
  body.body .ems-page .ems-area .cloud-box .double-box2 .right-box {
    width: 100%;
    margin-top: 30px;
  }
  body.body .ems-page .ems-area .cloud-box .content4:before {
    height: 765px;
    right: 41.25%;
    bottom: -170px;
  }
  body.body .ems-page .ems-area .reason-box:before {
    height: 765px;
    left: 41.25%;
    top: -152px;
  }
  body.body .ems-page .ems-area .reason-box .dl-box {
    display: block;
  }
  body.body .ems-page .ems-area .reason-box .dl-box dl {
    width: 100%;
  }
  body.body .ems-page .ems-area .reason-box .table-box .common-scroll-class .table-wrap {
    padding: 0 10vw;
    width: 980px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  body.body .ems-page .e-save-area .inner:before {
    right: 41.25%;
    height: 764px;
    top: 142px;
  }
  body.body .ems-page .e-save-area .inner .double-box {
    display: block;
    margin-top: 32px;
  }
  body.body .ems-page .e-save-area .inner .double-box:after {
    display: none;
  }
  body.body .ems-page .e-save-area .inner .double-box .text-box {
    width: 100%;
  }
  body.body .ems-page .e-save-area .inner .image-box {
    position: static;
    margin-top: 40px;
    width: 100%;
  }
}