/*common*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.0vw;
  line-height: 1.8;
  color: #282828;
  background: #e4eaed; }

.en {
  font-family: "Roboto Condensed", sans-serif; }

a {
  color: #282828;
  text-decoration: none;
  transition: 0.3s; }

a:hover {
  color: #282828;
  transition: 0.3s;
  opacity: 0.8; }

.sp {
  display: none; }

img {
  width: 100%; }

#page-top {
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  opacity: 0;
  transform: translateX(100px); }
  #page-top a {
    display: block;
    background: url("/common/images/pagetop.png") no-repeat center center;
    background-size: 60px 60px;
    width: 60px;
    height: 60px; }

#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards; }

#page-top.RightMove {
  animation: RightAnime 0.5s forwards; }

:root {
  --color_base:#0080c8; }

header h1 {
  width: 15%;
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 2; }

.nav {
  position: absolute;
  top: 5%;
  right: 15%;
  z-index: 2; }

.menu {
  background: #fff;
  font-size: 1.2vw;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  padding: 0 1vw; }
  .menu li a {
    display: block;
    padding: 1vw 1vw 1vw 1vw;
    white-space: nowrap; }
  .menu li a:hover {
    color: var(--color_base); }

.menu-item a {
  display: block; }

.menu-panel {
  position: absolute;
  top: 12.5%;
  left: 0;
  width: 80%;
  background-color: #e4eaed;
  padding: 3% 10% 1% 10%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 999; }
  .menu-panel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .menu-panel ul li {
      width: 23%;
      margin: 0 2.5% 2% 0; }
    .menu-panel ul li:nth-last-child(4n) {
      margin-right: 0; }
    .menu-panel ul a {
      display: block;
      line-height: 1.4;
      overflow: hidden; }
      .menu-panel ul a img {
        margin-bottom: 3%;
        border-radius: 8px; }

.menu-panel.active {
  opacity: 1;
  visibility: visible; }

.contact {
  position: fixed;
  right: 3%;
  top: 5%;
  z-index: 10; }
  .contact a {
    display: block;
    background: var(--color_base);
    color: #fff;
    font-size: 1.2vw;
    font-weight: 600;
    border-radius: 5px;
    padding: 1vw 1.3vw;
    white-space: nowrap; }
  .contact a:hover {
    background: #fff;
    color: var(--color_base);
    opacity: 1; }

#mainVisual {
  overflow: hidden; }
  #mainVisual .warp {
    background: url("../images/index/mv_bg.webp") no-repeat center center;
    background-size: cover;
    height: 100vh; }
  #mainVisual dl {
    color: #fff;
    position: absolute;
    left: 12%;
    top: 28vh; }
    #mainVisual dl dt {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-size: 3.6vw;
      font-weight: 700;
      position: relative;
      line-height: 1.3;
      letter-spacing: 1px;
      margin-bottom: 11%; }
    #mainVisual dl dt::before {
      content: "";
      position: absolute;
      bottom: -20%;
      width: 3vw;
      height: 1px;
      background: #fff; }
    #mainVisual dl dd {
      font-size: 1.3vw;
      font-weight: 500;
      line-height: 1.6;
      letter-spacing: 2px; }

#about {
  color: #fff;
  background: url("../images/index/about_bg.webp") no-repeat center top;
  background-size: cover;
  padding: 8% 12%; }
  #about .ttlArea {
    text-align: center;
    margin-bottom: 8%;
    color: #333;
    text-align: left; }
    #about .ttlArea h2 {
      font-size: 1.8vw;
      letter-spacing: 1px; }
    #about .ttlArea p {
      font-weight: 700;
      font-size: 0.9vw; }
  #about .warpArea {
    color: #333; }
  #about .contents {
    display: flex;
    justify-content: space-between; }
  #about h4 {
    width: 50%;
    font-size: 2.3vw; }
  #about .readArea {
    width: 50%;
    font-size: 1.1vw;
    font-weight: 500;
    margin-bottom: 10%; }
    #about .readArea p {
      margin-bottom: 5%; }
    #about .readArea ol {
      margin-bottom: 5%; }
      #about .readArea ol li {
        color: #333;
        margin-bottom: 4%;
        font-weight: 700;
        line-height: 1; }
        #about .readArea ol li span {
          background: #fff;
          padding: 1% 2%; }
  #about ul {
    display: flex;
    justify-content: space-between; }
    #about ul li {
      width: 32%; }
      #about ul li dl {
        font-family: "Roboto Condensed", sans-serif; }
        #about ul li dl dt {
          font-size: 1.6vw;
          font-weight: 600; }
        #about ul li dl dd {
          font-size: 0.9vw; }
        #about ul li dl .subttl {
          padding: 2% 0 3% 0; }
        #about ul li dl .link {
          position: relative;
          text-align: right;
          font-size: 1.2vw;
          padding-right: 1.5vw; }
          #about ul li dl .link img {
            width: 1vw;
            position: absolute;
            right: 0;
            top: 26%; }
      #about ul li a {
        color: #fff;
        display: block;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        padding: 8% 10%; }
  #about .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease;
    color: #333; }
    #about .modal .ttlArea {
      text-align: center;
      margin-bottom: 0%;
      padding: 3% 0; }
      #about .modal .ttlArea h5 {
        font-size: 1.6vw;
        color: var(--color_base); }
      #about .modal .ttlArea p {
        font-family: "Roboto Condensed", sans-serif; }
    #about .modal .txtArea {
      text-align: center;
      margin-bottom: 3%; }
      #about .modal .txtArea .ttl {
        font-size: 1.3vw;
        font-weight: 600;
        margin-bottom: 2%; }
      #about .modal .txtArea p {
        margin-bottom: 3%; }
      #about .modal .txtArea dl {
        text-align: left;
        margin-bottom: 2%; }
        #about .modal .txtArea dl dt {
          color: var(--color_base);
          font-weight: 600;
          font-size: 1.1vw; }
      #about .modal .txtArea span {
        color: var(--color_base);
        font-weight: 600; }
      #about .modal .txtArea b {
        color: var(--color_base);
        font-weight: 600;
        font-size: 1.2vw; }
      #about .modal .txtArea ol {
        text-align: left;
        margin-bottom: 3%;
        margin-left: 10%; }
        #about .modal .txtArea ol li {
          list-style: disc;
          margin-left: 25px; }
  #about .modal.show {
    display: flex;
    opacity: 1; }
  #about .modal-content {
    background: white;
    padding: 30px 40px;
    border-radius: 10px;
    overflow-y: scroll;
    min-width: 300px;
    max-width: 779px;
    height: 70%;
    animation: fadeInUp 0.4s ease;
    position: relative;
    line-height: 1.5; }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  #about .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer; }

#linkArea ul {
  display: flex; }
#linkArea li {
  width: 50%; }
#linkArea li:nth-child(1) {
  background: url("../images/index/company_bg.webp") no-repeat center center;
  background-size: cover; }
#linkArea li:nth-child(2) {
  background: url("../images/index/contact_bg.webp") no-repeat center center;
  background-size: cover; }
#linkArea a {
  display: block;
  padding: 10% 0% 8% 12%; }
#linkArea a:hover {
  opacity: 0.7; }
#linkArea dl {
  color: #fff; }
#linkArea dt {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 3.2vw; }
#linkArea dd {
  font-weight: 600;
  margin-bottom: 5%; }
#linkArea .link {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  background: #fff;
  color: #333;
  font-size: 1.2vw;
  font-weight: 500;
  border-radius: 4px;
  padding: 1.3vw 2vw 1.3vw 2vw;
  position: relative;
  width: 8vw; }
  #linkArea .link img {
    position: absolute;
    right: 10%;
    top: 39%;
    width: 1vw; }

footer {
  background: #000;
  color: #999999;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  padding: 6% 0; }
  footer a {
    color: #999999; }
  footer a:hover {
    color: #fff; }
  footer b {
    display: block;
    font-weight: 700;
    font-size: 2.0vw; }
  footer .copy {
    font-weight: 300;
    padding: 6% 0 0 5%; }
  footer .sitemap {
    width: 90%;
    margin: 0 auto 0 auto;
    display: flex; }
    footer .sitemap div {
      margin-right: 3%; }
  footer .logo {
    position: absolute;
    right: 5%;
    bottom: 16%;
    width: 16%; }
  footer .pagetop {
    position: absolute;
    right: 5%;
    top: 16%;
    padding-right: 1.5vw;
    display: block;
    font-weight: 700;
    font-size: 2.0vw;
    background: url("../images/index/btn_arrowup_white.svg") no-repeat right center;
    background-size: 1vw; }

#ttlArea {
  padding-top: 15%;
  width: 80%;
  margin: 0 auto 5% auto; }
  #ttlArea h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 5.6vw;
    line-height: 1.3;
    margin-bottom: 0%; }
  #ttlArea p {
    font-size: 1.2vw;
    font-weight: 500; }

#mainVisual {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  padding: 5% 0; }
  #mainVisual .mv1 {
    width: 35%;
    position: absolute;
    bottom: 25%; }
    #mainVisual .mv1 h2 {
      margin-bottom: 8%; }
    #mainVisual .mv1 p {
      font-size: 17px;
      letter-spacing: 2px;
      line-height: 1.8; }
  #mainVisual .visual {
    text-align: right;
    padding-right: 17%;
    padding-top: 4%; }
    #mainVisual .visual img {
      width: 53%; }
  #mainVisual .arrow {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 20%; }
    #mainVisual .arrow a {
      display: block;
      background: url("/common/images/arrow1.png") no-repeat right top;
      background-size: 56px 56px;
      padding: 18px 0;
      padding-right: 66px; }

#index h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.0;
  background: url("/common/images/icn_ttl1.svg") no-repeat left bottom;
  background-size: 40px 4px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  letter-spacing: 0px; }
  #index h2 span {
    color: #0080c8; }
#index h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px; }
#index .warp {
  width: 1080px;
  margin: 0 auto; }
#index section {
  padding: 5% 0; }
#index #newsArea {
  overflow: hidden; }
  #index #newsArea .warp {
    position: relative;
    overflow: hidden;
    padding-bottom: 5%; }
  #index #newsArea h2 {
    width: 250px;
    float: left; }
  #index #newsArea ul {
    width: 830px;
    float: right;
    border-top: 1px solid #aabfd4;
    padding-top: 20px; }
    #index #newsArea ul img {
      width: 100%; }
    #index #newsArea ul li.phton {
      overflow: hidden;
      border-bottom: 1px solid #aabfd4;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      #index #newsArea ul li.phton a {
        display: table; }
      #index #newsArea ul li.phton .phtArea {
        display: table-cell;
        width: 250px; }
        #index #newsArea ul li.phton .phtArea .pht {
          overflow: hidden;
          border-radius: 10px;
          width: 250px;
          height: 148px; }
      #index #newsArea ul li.phton dl {
        width: 530px;
        padding-left: 30px;
        display: table-cell;
        position: relative;
        font-size: 14px;
        vertical-align: middle;
        overflow: hidden; }
        #index #newsArea ul li.phton dl dt {
          width: 130px;
          border-radius: 75px;
          background: #0080c8;
          text-align: center;
          color: #fff;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 400;
          letter-spacing: 0;
          padding: 2px 0;
          float: left; }
        #index #newsArea ul li.phton dl dd.date {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 500;
          letter-spacing: 0;
          float: right; }
        #index #newsArea ul li.phton dl dd.txt {
          clear: both;
          padding-top: 10px;
          line-height: 1.8;
          text-align: justify; }
      #index #newsArea ul li.phton p {
        text-align: justify;
        line-height: 1.8;
        font-size: 14px; }
      #index #newsArea ul li.phton .pht {
        overflow: hidden;
        width: 300px;
        height: 180px;
        border-radius: 10px;
        float: left; }
      #index #newsArea ul li.phton .phtinner {
        float: right;
        width: 500px;
        position: relative; }
        #index #newsArea ul li.phton .phtinner .inner {
          position: absolute;
          width: 500px;
          top: 25%;
          left: 50%;
          transform: translateY(25%) translateX(-50%); }
    #index #newsArea ul li.phtno {
      overflow: hidden;
      border-bottom: 1px solid #aabfd4;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      #index #newsArea ul li.phtno a {
        display: block;
        text-decoration: underline; }
      #index #newsArea ul li.phtno dl {
        width: 830px;
        position: relative;
        font-size: 14px;
        vertical-align: middle;
        overflow: hidden;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc; }
        #index #newsArea ul li.phtno dl dt {
          width: 130px;
          border-radius: 75px;
          background: #0080c8;
          text-align: center;
          color: #fff;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 400;
          letter-spacing: 0;
          padding: 2px 0;
          float: left; }
        #index #newsArea ul li.phtno dl dd.date {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 500;
          letter-spacing: 0; }
        #index #newsArea ul li.phtno dl dd.txt {
          clear: both;
          padding-top: 0px;
          line-height: 1.8;
          text-align: justify; }
  #index #newsArea .arrow {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 0%; }
    #index #newsArea .arrow a {
      display: block;
      background: url("/common/images/arrow1.png") no-repeat right top;
      background-size: 56px 56px;
      padding: 18px 0;
      padding-right: 66px; }
#index #serviceArea {
  background: url("/common/images/bg_sub.webp") repeat-y center center;
  background-size: cover; }
  #index #serviceArea h2 {
    background: url("/common/images/icn_ttl2.svg") no-repeat left bottom;
    background-size: 40px 4px;
    margin-bottom: 3%; }
    #index #serviceArea h2 span {
      color: #fff; }
  #index #serviceArea .slider a {
    color: #fff; }
  #index #serviceArea .slider dl {
    position: relative;
    width: 80%;
    margin: 0 auto;
    transition-duration: 0.3s;
    margin: 4% 0; }
    #index #serviceArea .slider dl dt.pht {
      width: 100%;
      height: 70%;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
      margin-bottom: 10px; }
      #index #serviceArea .slider dl dt.pht img {
        width: 300%;
        margin-left: -100%; }
    #index #serviceArea .slider dl dd.txt {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 200;
      font-size: 1vw;
      position: absolute;
      right: 10px;
      top: 20px; }
    #index #serviceArea .slider dl dd.arrow {
      width: 20%;
      position: absolute;
      left: 5%;
      top: 80%; }
  #index #serviceArea .slider dl:hover {
    transform: scale(1.05, 1.05);
    transition-duration: 0.3s; }
  #index #serviceArea .warp {
    position: relative;
    overflow: hidden; }
  #index #serviceArea .arrow {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0%; }
    #index #serviceArea .arrow a {
      display: block;
      color: #fff;
      background: url("/common/images/arrow2.png") no-repeat right top;
      background-size: 56px 56px;
      padding: 18px 0;
      padding-right: 66px; }
#index #clientArea {
  background: rgba(255, 255, 255, 0.5); }
  #index #clientArea h3 {
    text-align: center;
    color: #0080c8;
    margin-bottom: 2%; }
  #index #clientArea ul {
    overflow: hidden; }
    #index #clientArea ul li {
      float: left;
      width: 21%;
      margin: 0 2% 1% 2%; }
    #index #clientArea ul img {
      width: 100%; }
#index #aboutArea {
  overflow: hidden; }
  #index #aboutArea a {
    display: block;
    background: #0080c8;
    border-radius: 10px; }
  #index #aboutArea li {
    width: 49%;
    float: left; }
  #index #aboutArea li:nth-child(1) {
    margin-right: 2%; }
  #index #aboutArea dl {
    position: relative;
    padding: 6% 10%;
    background: url("/common/images/arrow2.png") no-repeat right 5% center;
    background-size: 56px 56px; }
    #index #aboutArea dl dt {
      color: #fff;
      font-size: 36px;
      font-family: "Roboto Condensed", sans-serif; }
    #index #aboutArea dl dd {
      color: #282828;
      font-size: 15px; }

.slider-dots {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
  text-align: center; }

.slider-dots li {
  display: inline-block;
  margin: 0 10px; }

.slider-dots li button {
  position: relative;
  text-indent: -9999px; }

.slider-dots li button::before {
  content: "";
  cursor: pointer;
  width: 10px;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7); }

.slider-dots li.slick-active button::before {
  background: #fff; }

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px; }

.slide-arrow {
  position: absolute;
  z-index: 4;
  cursor: pointer; }

.prev-arrow {
  width: 40px;
  top: 40%;
  left: 2%; }

.next-arrow {
  width: 40px;
  top: 40%;
  right: 2%; }

#listTtl {
  width: 980px;
  margin: 0 auto;
  padding: 250px 0 120px 0;
  position: relative; }
  #listTtl h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.0;
    margin-bottom: 15px; }
    #listTtl h2 span {
      color: #0080c8; }
  #listTtl p {
    font-weight: 700; }

#contentsTtl {
  width: 980px;
  margin: 0 auto;
  padding: 200px 0 80px 0;
  position: relative; }
  #contentsTtl h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.0;
    margin-bottom: 15px; }
    #contentsTtl h2 span {
      color: #0080c8; }
  #contentsTtl dl {
    height: 340px; }
    #contentsTtl dl dt {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      font-size: 50px;
      line-height: 1.1;
      margin-bottom: 15px; }
      #contentsTtl dl dt span {
        color: #0080c8; }
    #contentsTtl dl dd {
      font-weight: 700; }
  #contentsTtl .pht {
    position: absolute;
    right: 0;
    top: 190px;
    width: 480px;
    height: 340px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    margin-right: 20px; }
    #contentsTtl .pht img {
      width: 120%;
      margin-left: -10%; }

#otherTtl {
  width: 980px;
  margin: 0 auto;
  padding: 250px 0 120px 0;
  position: relative; }
  #otherTtl h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.0;
    margin-bottom: 15px; }
    #otherTtl h2 span {
      color: #0080c8; }
  #otherTtl p {
    font-weight: 700; }

#other {
  background: rgba(255, 255, 255, 0.8); }
  #other section {
    padding: 60px 0; }
  #other section:last-child {
    margin-bottom: 0; }
  #other .ttlArea {
    width: 980px;
    margin: 0 auto 30px auto;
    position: relative;
    overflow: hidden; }
  #other .warpArea {
    width: 980px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 30px 0; }
  #other img {
    width: 100%; }
  #other h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.0;
    background: url("/common/images/icn_ttl1.svg") no-repeat left bottom;
    background-size: 40px 4px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    letter-spacing: 0px; }
    #other h3 span {
      color: #0080c8; }
  #other h4 {
    font-size: 23px;
    color: #0080c8;
    background: url("/common/images/icn_ttl3.png") no-repeat left center;
    background-size: 10px 10px;
    padding-left: 20px;
    margin-bottom: 10px; }
  #other h5 {
    color: #0080c8;
    font-size: 19px;
    margin-bottom: 10px; }
  #other p {
    margin-bottom: 15px; }
  #other .txt-link a {
    color: #0080c8;
    text-decoration: underline; }
  #other .txt-link :hover {
    text-decoration: none; }
  #other .img-l {
    overflow: hidden;
    display: table;
    width: 100%; }
    #other .img-l .phtArea {
      width: 350px;
      display: table-cell;
      padding-right: 50px; }
      #other .img-l .phtArea .pht {
        margin-bottom: 10px; }
      #other .img-l .phtArea .caption {
        font-size: 13px;
        text-indent: -1em;
        padding-left: 1em; }
    #other .img-l .read {
      width: 580px;
      display: table-cell;
      vertical-align: middle;
      text-align: justify; }
  #other .img-r {
    overflow: hidden;
    display: table;
    width: 100%; }
    #other .img-r .phtArea {
      width: 350px;
      display: table-cell;
      padding-left: 50px; }
      #other .img-r .phtArea .pht {
        margin-bottom: 10px; }
      #other .img-r .phtArea .caption {
        font-size: 13px;
        text-indent: -1em;
        padding-left: 1em; }
    #other .img-r .read {
      width: 580px;
      display: table-cell;
      vertical-align: middle;
      text-align: justify; }
  #other .disc ol {
    padding-top: 10px; }
  #other .disc li {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 10px; }
    #other .disc li li {
      list-style: circle;
      margin-left: 30px; }
      #other .disc li li li {
        list-style: square;
        margin-left: 30px; }
  #other .desimal ol {
    padding-top: 10px; }
  #other .desimal li {
    list-style: decimal;
    margin-left: 30px;
    margin-bottom: 10px; }
    #other .desimal li li {
      list-style: lower-latin;
      margin-left: 30px; }
      #other .desimal li li li {
        list-style: lower-roman;
        margin-left: 30px; }
  #other .caption {
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em; }
  #other .full-link a {
    position: relative;
    display: block;
    text-align: center;
    background: #0080c8;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
    border-radius: 10px; }
    #other .full-link a i {
      position: absolute;
      right: 20px;
      top: 25px; }
  #other .one-half-link {
    width: 50%;
    margin: 0 auto; }
    #other .one-half-link a {
      position: relative;
      display: block;
      text-align: center;
      background: #0080c8;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      padding: 20px 0;
      border-radius: 10px; }
      #other .one-half-link a i {
        position: absolute;
        right: 20px;
        top: 25px; }
  #other .one-third-link {
    width: 33%;
    margin: 0 auto; }
    #other .one-third-link a {
      position: relative;
      display: block;
      text-align: center;
      background: #0080c8;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      padding: 20px 0;
      border-radius: 10px; }
      #other .one-third-link a i {
        position: absolute;
        right: 20px;
        top: 25px; }
  #other .one-third-pht {
    display: flex;
    justify-content: space-between; }
    #other .one-third-pht li {
      width: 31%; }
      #other .one-third-pht li img {
        margin-bottom: 10px; }
  #other .one-half-pht {
    display: flex;
    justify-content: space-between; }
    #other .one-half-pht li {
      width: 48%; }
      #other .one-half-pht li img {
        margin-bottom: 10px; }
  #other .table-cell {
    border-top: 1px solid #ccc; }
    #other .table-cell dl {
      display: table;
      width: 100%;
      border-bottom: 1px solid #ccc; }
    #other .table-cell dt {
      display: table-cell;
      color: #0080c8;
      vertical-align: middle;
      padding: 20px;
      width: 260px; }
    #other .table-cell dd {
      display: table-cell;
      vertical-align: middle;
      padding: 20px 0;
      line-height: 1.5; }
      #other .table-cell dd a {
        color: #0080c8;
        text-decoration: underline; }
  #other #flow {
    background: #e5f2f9;
    padding: 50px 0; }
    #other #flow .warpArea {
      background: rgba(255, 255, 255, 0.8);
      border-radius: 10px;
      padding: 60px 0; }
    #other #flow ul {
      margin: 0 90px; }
      #other #flow ul li {
        position: relative;
        font-size: 14px; }
        #other #flow ul li .year {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 600;
          color: #0080c8;
          font-size: 30px;
          text-align: right;
          position: absolute;
          left: 0;
          top: 0px;
          line-height: 1; }
        #other #flow ul li .cl {
          background: #0080c8;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          position: absolute;
          left: 99px;
          top: 6px; }
        #other #flow ul li dl {
          border-left: 2px solid #0080c8;
          padding-left: 30px;
          margin-left: 104px;
          padding-bottom: 20px; }
          #other #flow ul li dl dt {
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 10px;
            letter-spacing: 0; }
          #other #flow ul li dl dt::after {
            content: "";
            background-image: linear-gradient(to right, #0080c8, #0080c8 2px, transparent 2px, transparent 4px);
            background-size: 4px 1px;
            background-repeat: repeat-x;
            position: absolute;
            top: 12px;
            bottom: 0;
            left: 90px;
            right: 0;
            width: 30px;
            height: 1px; }
          #other #flow ul li dl dd {
            letter-spacing: 0px; }
            #other #flow ul li dl dd ol li {
              list-style: disc;
              margin-left: 18px;
              margin-bottom: 5px; }
            #other #flow ul li dl dd p {
              margin-bottom: 10px; }
        #other #flow ul li dl:first-child {
          padding-top: 0; }

/*aboutus*/
#aboutus {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 0 60px 0; }
  #aboutus #readArea {
    margin-bottom: 30px;
    text-align: center;
    padding: 120px 0;
    background: url("/aboutus/images/ico_flagship.svg") no-repeat center center;
    background-size: 500px 500px; }
    #aboutus #readArea h3 {
      color: #0080c8;
      font-weight: 700;
      font-size: 28px;
      line-height: 2;
      margin-bottom: 30px;
      letter-spacing: 4px; }
    #aboutus #readArea p {
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 2;
      letter-spacing: 1px;
      font-weight: 700; }
  #aboutus #aboutArea {
    overflow: hidden;
    width: 980px;
    margin: 0 auto; }
    #aboutus #aboutArea a {
      display: block;
      background: #0080c8;
      border-radius: 10px; }
    #aboutus #aboutArea li {
      width: 49%;
      float: left; }
    #aboutus #aboutArea li:nth-child(1) {
      margin-right: 2%; }
    #aboutus #aboutArea dl {
      position: relative;
      padding: 6% 10%;
      background: url("/common/images/arrow2.png") no-repeat right 5% center;
      background-size: 56px 56px; }
      #aboutus #aboutArea dl dt {
        color: #fff;
        font-size: 36px;
        font-family: "Roboto Condensed", sans-serif; }
      #aboutus #aboutArea dl dd {
        color: #282828;
        font-size: 15px; }
  #aboutus .bgabout {
    position: fixed;
    width: 40%;
    right: 30%;
    bottom: 10%;
    z-index: -1; }
    #aboutus .bgabout img {
      width: 100%;
      opacity: 0.1; }

/*service*/
#service {
  position: relative; }
  #service img {
    width: 100%; }
  #service h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.0;
    background: url("/common/images/icn_ttl1.svg") no-repeat left bottom;
    background-size: 40px 4px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    letter-spacing: 0px; }
    #service h3 span {
      color: #0080c8; }
  #service .arrow {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 0; }
    #service .arrow a {
      display: block;
      color: #0080c8;
      background: url("/common/images/arrow3.png") no-repeat right top;
      background-size: 56px 56px;
      padding: 18px 0;
      padding-right: 66px; }
  #service .serviceList {
    background: rgba(255, 255, 255, 0.8); }
    #service .serviceList ul {
      width: 1020px;
      margin: 0 auto;
      position: relative;
      padding: 8% 0; }
    #service .serviceList li {
      position: relative;
      overflow: hidden;
      margin-bottom: 60px; }
      #service .serviceList li .pht {
        width: 480px;
        height: 340px;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
        margin-bottom: 20px; }
        #service .serviceList li .pht img {
          width: 120%;
          margin-left: -10%; }
      #service .serviceList li .txtArea {
        width: 420px;
        padding-top: 15px; }
        #service .serviceList li .txtArea dl dt {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 400;
          color: #0080c8;
          font-size: 14px;
          margin-bottom: 5px;
          letter-spacing: 0px; }
        #service .serviceList li .txtArea dl dd {
          font-size: 22px;
          font-weight: 700;
          margin-bottom: 10px; }
        #service .serviceList li .txtArea p {
          font-size: 15px;
          text-align: justify;
          padding-bottom: 15px; }
    #service .serviceList li:nth-child(1n) .pht {
      float: left;
      margin-left: 20px; }
    #service .serviceList li:nth-child(1n) .txtArea {
      float: right;
      padding-right: 20px; }
    #service .serviceList li:nth-child(1n) .arrow {
      right: 20px;
      bottom: 5px; }
    #service .serviceList li:nth-child(2n) .pht {
      float: right;
      margin-right: 20px; }
    #service .serviceList li:nth-child(2n) .txtArea {
      float: left;
      padding-left: 20px; }
    #service .serviceList li:nth-child(2n) .arrow {
      left: 20px;
      bottom: 0px; }
      #service .serviceList li:nth-child(2n) .arrow a {
        background-position: left 100px top;
        padding: 18px 0; }
  #service .ttlArea {
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0; }
  #service .warpArea {
    width: 980px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
  #service section {
    padding: 5%; }
  #service #effects {
    background: rgba(255, 255, 255, 0.8); }
    #service #effects .warpArea {
      display: table;
      width: 980px; }
    #service #effects .pht {
      display: table-cell;
      width: 480px;
      text-align: center; }
    #service #effects p {
      display: table-cell;
      width: 440px;
      vertical-align: middle; }
  #service #flow {
    background: #e5f2f9; }
    #service #flow .warpArea {
      background: rgba(255, 255, 255, 0.8);
      border-radius: 10px;
      padding: 60px 0; }
    #service #flow ul {
      margin: 0 90px; }
      #service #flow ul li {
        position: relative; }
        #service #flow ul li .icon {
          border-radius: 50%;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 500;
          text-align: center;
          width: 80px;
          height: 65px;
          padding-top: 15px;
          font-size: 12px;
          background: #0080c8;
          color: #fff;
          line-height: 1.2;
          position: absolute;
          left: 0;
          top: 0; }
          #service #flow ul li .icon b {
            font-size: 36px;
            font-weight: 500; }
        #service #flow ul li dl {
          border-left: 3px solid #0080c8;
          margin-left: 38px;
          padding: 10px 0 30px 100px; }
          #service #flow ul li dl dt {
            color: #0080c8;
            font-size: 19px;
            font-weight: 700; }
      #service #flow ul li:last-child dl {
        border: none;
        margin-left: 41px;
        padding-bottom: 0; }
  #service #strengths {
    background: rgba(255, 255, 255, 0.8); }
    #service #strengths ul {
      display: flex;
      justify-content: space-between; }
      #service #strengths ul li {
        width: 30%; }
        #service #strengths ul li p {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 500;
          color: #0080c8; }
        #service #strengths ul li dl dt {
          font-size: 22px;
          font-weight: 700; }
  #service #recommended {
    background: rgba(255, 255, 255, 0.8); }
    #service #recommended ol {
      border-top: 1px solid #d2d2d2;
      padding-top: 20px; }
      #service #recommended ol li {
        background: url("/service/images/icon01.png") no-repeat left top;
        background-size: 32px 32px;
        padding-left: 40px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d2d2d2; }
  #service #achievement {
    background: rgba(255, 255, 255, 0.8); }
    #service #achievement .warpArea {
      margin-bottom: 60px; }
    #service #achievement .pht {
      width: 200px;
      height: 200px;
      overflow: hidden;
      border-radius: 10px;
      float: left; }
      #service #achievement .pht img {
        width: 150%;
        margin-left: -25%; }
    #service #achievement dl {
      float: right;
      width: 740px; }
      #service #achievement dl dt {
        color: #0080c8;
        font-size: 19px;
        margin-bottom: 10px;
        font-weight: 700; }
      #service #achievement dl dd p {
        margin-bottom: 10px; }
      #service #achievement dl dd p:last-child {
        margin-bottom: 0; }
      #service #achievement dl dd ol {
        margin-bottom: 5px; }
        #service #achievement dl dd ol li {
          font-weight: 700;
          margin-bottom: 5px;
          list-style: decimal;
          margin-left: 25px; }
  #service #about {
    background: rgba(255, 255, 255, 0.8); }
    #service #about ul {
      display: flex;
      justify-content: space-between;
      padding-top: 5%; }
      #service #about ul li {
        width: 32%; }
        #service #about ul li a {
          display: block;
          background: #0080c8;
          border-radius: 4px;
          text-align: center;
          color: #fff;
          line-height: 1.5;
          padding: 7% 0 3%; }
          #service #about ul li a span {
            font-size: 11px;
            font-family: "Roboto Condensed", sans-serif;
            font-weight: 300;
            letter-spacing: 0; }
          #service #about ul li a img {
            width: 15px; }
  #service #recruitment {
    background: #e5f2f9; }
    #service #recruitment .read {
      margin-bottom: 8%; }
    #service #recruitment .detail {
      clear: both;
      overflow: hidden;
      width: 100%;
      margin-bottom: 8%; }
      #service #recruitment .detail .nm {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 17px;
        color: #0080c8; }
      #service #recruitment .detail h4 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 1%;
        letter-spacing: 1px; }
        #service #recruitment .detail h4 span {
          font-size: 16px; }
      #service #recruitment .detail .leftbox {
        float: left;
        width: 60%; }
      #service #recruitment .detail .righttbox {
        float: right;
        width: 60%; }
      #service #recruitment .detail .leftimg {
        float: left;
        width: 35%; }
      #service #recruitment .detail .rightimg {
        float: right;
        width: 35%; }
  #service #organizational {
    background: rgba(255, 255, 255, 0.8); }
    #service #organizational dl {
      width: 60%;
      padding: 6% 0; }
      #service #organizational dl dt {
        color: #0080c8;
        font-weight: 600;
        font-size: 22px; }
    #service #organizational .pht {
      width: 30%;
      right: 0;
      top: 0%;
      position: absolute; }
    #service #organizational h4 {
      background: #0080c8;
      text-align: center;
      font-size: 18px;
      color: #fff;
      padding: 1% 0; }
    #service #organizational ul li .nm {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 500;
      font-size: 17px;
      color: #0080c8; }
    #service #organizational ul li h5 {
      font-size: 18px;
      margin-bottom: 1%; }
    #service #organizational ul li ol li {
      list-style: disc; }
    #service #organizational .detail {
      position: relative;
      margin-bottom: 5%; }
      #service #organizational .detail .ocolumn {
        border: 1px solid #0080c8;
        padding: 3% 4%; }
        #service #organizational .detail .ocolumn li {
          margin-bottom: 3%;
          font-size: 14px; }
        #service #organizational .detail .ocolumn li:last-child {
          margin-bottom: 0; }
      #service #organizational .detail .tcolumn {
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        flex-flow: wrap;
        border: 1px solid #0080c8;
        padding: 3% 0%; }
        #service #organizational .detail .tcolumn li:nth-child(1n) {
          padding: 0 2.5% 0 4%; }
        #service #organizational .detail .tcolumn li:nth-child(2n) {
          padding: 0 4% 0 2.5%; }
        #service #organizational .detail .tcolumn li {
          flex-grow: 1;
          width: 41%;
          margin-bottom: 1%;
          padding: 0 0 0 0; }
          #service #organizational .detail .tcolumn li ol li {
            margin-bottom: 0%;
            width: 96%;
            float: none;
            margin-left: 4%;
            margin-bottom: 1%;
            padding: 0;
            font-size: 14px; }
          #service #organizational .detail .tcolumn li ol li:nth-child(1n) {
            padding: 0%; }
          #service #organizational .detail .tcolumn li ol li:nth-child(2n) {
            padding: 0%; }
  #service #individuality {
    background: #e5f2f9; }
    #service #individuality ol li {
      list-style: none;
      border-bottom: 1px solid #aabfd4;
      padding: 1.5% 0;
      overflow: hidden;
      position: relative; }
      #service #individuality ol li p {
        margin-left: 5%; }
        #service #individuality ol li p b {
          display: block;
          font-size: 18px; }
      #service #individuality ol li span {
        display: block;
        position: absolute;
        left: 0;
        top: 16%;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 17px;
        color: #0080c8; }
  #service #examples {
    background: rgba(255, 255, 255, 0.8); }
    #service #examples ol li {
      list-style: disc;
      margin-left: 2%; }
  #service .contactBtn {
    clear: both; }
    #service .contactBtn ul {
      display: flex;
      justify-content: space-between;
      padding-top: 5%; }
      #service .contactBtn ul li {
        width: 48%; }
        #service .contactBtn ul li a {
          position: relative;
          display: block;
          background: #0080c8;
          border-radius: 4px;
          text-align: left;
          color: #fff;
          line-height: 1.5;
          padding: 5% 8% 5% 8%;
          font-size: 18px;
          font-weight: 700; }
          #service .contactBtn ul li a span {
            font-size: 12px;
            font-weight: 400; }
          #service .contactBtn ul li a img {
            width: 10%;
            position: absolute;
            right: 5%;
            top: 25%; }
      #service .contactBtn ul li:nth-child(2) a {
        background: #004772; }
      #service .contactBtn ul li.corpo a {
        background: #004772; }
  #service #linkBtn {
    background: rgba(255, 255, 255, 0.8);
    padding: 2% 0 5% 0; }
  #service .full-link a {
    position: relative;
    display: block;
    text-align: center;
    background: #0080c8;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
    border-radius: 10px; }
    #service .full-link a i {
      position: absolute;
      right: 20px;
      top: 25px; }
  #service .one-half-link {
    width: 50%;
    margin: 0 auto; }
    #service .one-half-link a {
      position: relative;
      display: block;
      text-align: center;
      background: #0080c8;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      padding: 20px 0;
      border-radius: 10px; }
      #service .one-half-link a i {
        position: absolute;
        right: 20px;
        top: 25px; }
  #service .one-third-link {
    width: 33%;
    margin: 0 auto; }
    #service .one-third-link a {
      position: relative;
      display: block;
      text-align: center;
      background: #0080c8;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      padding: 20px 0;
      border-radius: 10px; }
      #service .one-third-link a i {
        position: absolute;
        right: 20px;
        top: 25px; }

/*news*/
#newsTtl {
  width: 980px;
  margin: 0 auto;
  padding: 200px 0 80px 0;
  position: relative; }
  #newsTtl h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.0;
    margin-bottom: 30px; }
    #newsTtl h2 span {
      color: #0080c8; }
  #newsTtl p.icon {
    width: 130px;
    border-radius: 75px;
    background: #0080c8;
    text-align: center;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    padding: 2px 0;
    margin-bottom: 15px;
    font-size: 13px; }
  #newsTtl dl dt {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 15px; }
  #newsTtl dl dd {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 13px; }

#news {
  overflow: hidden; }
  #news .warpArea {
    width: 980px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0% 0; }
  #news ul.listArea {
    border-top: 1px solid #aabfd4;
    padding-top: 20px; }
    #news ul.listArea img {
      width: 100%; }
    #news ul.listArea li.phton {
      overflow: hidden;
      border-bottom: 1px solid #aabfd4;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      #news ul.listArea li.phton a {
        display: table; }
      #news ul.listArea li.phton .phtArea {
        display: table-cell;
        width: 250px; }
        #news ul.listArea li.phton .phtArea .pht {
          overflow: hidden;
          border-radius: 10px;
          width: 250px;
          height: 148px; }
      #news ul.listArea li.phton dl {
        width: 690px;
        padding-left: 30px;
        display: table-cell;
        position: relative;
        font-size: 14px;
        vertical-align: middle;
        overflow: hidden; }
        #news ul.listArea li.phton dl dt {
          width: 130px;
          border-radius: 75px;
          background: #0080c8;
          text-align: center;
          color: #fff;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 400;
          letter-spacing: 0;
          padding: 2px 0;
          float: left; }
        #news ul.listArea li.phton dl dd.date {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 500;
          letter-spacing: 0;
          float: right; }
        #news ul.listArea li.phton dl dd.txt {
          clear: both;
          padding-top: 10px;
          line-height: 1.8;
          text-align: justify; }
      #news ul.listArea li.phton p {
        text-align: justify;
        line-height: 1.8;
        font-size: 14px; }
      #news ul.listArea li.phton .pht {
        overflow: hidden;
        width: 300px;
        height: 180px;
        border-radius: 10px;
        float: left; }
      #news ul.listArea li.phton .phtinner {
        float: right;
        width: 500px;
        position: relative; }
        #news ul.listArea li.phton .phtinner .inner {
          position: absolute;
          width: 500px;
          top: 25%;
          left: 50%;
          transform: translateY(25%) translateX(-50%); }
    #news ul.listArea li.phtno {
      overflow: hidden;
      border-bottom: 1px solid #aabfd4;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      #news ul.listArea li.phtno a {
        display: block; }
      #news ul.listArea li.phtno dl {
        width: 980px;
        display: table-cell;
        position: relative;
        font-size: 14px;
        vertical-align: middle;
        overflow: hidden; }
        #news ul.listArea li.phtno dl dt {
          width: 130px;
          border-radius: 75px;
          background: #0080c8;
          text-align: center;
          color: #fff;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 400;
          letter-spacing: 0;
          padding: 2px 0;
          float: left; }
        #news ul.listArea li.phtno dl dd.date {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 500;
          letter-spacing: 0;
          float: right; }
        #news ul.listArea li.phtno dl dd.txt {
          clear: both;
          padding-top: 10px;
          line-height: 1.8;
          text-align: justify; }
  #news ul.post {
    display: flex;
    justify-content: center;
    width: 330px;
    margin: 0 auto;
    padding: 5% 0; }
    #news ul.post li {
      margin: 0 3px; }
      #news ul.post li a {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        border-radius: 50%;
        display: block;
        width: 50px;
        height: 40px;
        padding-top: 10px; }
      #news ul.post li a:hover {
        background: #0080c8;
        color: #fff; }
      #news ul.post li span {
        display: block;
        padding-top: 12px; }
    #news ul.post li:first-child a {
      background: #0080c8;
      color: #fff; }
  #news .arrow {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500; }
    #news .arrow a {
      display: block;
      text-align: right;
      background: url("/common/images/arrow1.png") no-repeat right top;
      background-size: 56px 56px;
      padding: 18px 0;
      padding-right: 66px; }

/*contact*/
#contact {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  padding: 8% 0; }
  #contact .warpArea {
    width: 980px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0% 0; }
  #contact input {
    background: #e6e6e6;
    border-radius: 6px;
    padding: 15px 3%;
    font-size: 16px;
    width: 94%; }
  #contact select {
    background: #e6e6e6;
    border-radius: 6px;
    padding: 15px 3%;
    font-size: 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #contact textarea {
    background: #e6e6e6;
    border-radius: 6px;
    padding: 15px 3%;
    font-size: 16px;
    width: 94%;
    height: 150px; }
  #contact .send {
    text-align: center; }
  #contact .submit {
    background: #0080c8;
    color: #fff;
    width: 33%;
    margin: 0 5%;
    transition: 0.3s; }
  #contact .submit:hover {
    opacity: 0.8;
    transition: 0.3s; }
  #contact .submitback {
    background: #999;
    color: #fff;
    width: 33%;
    margin: 0 5%;
    transition: 0.3s; }
  #contact .submitback:hover {
    opacity: 0.8;
    transition: 0.3s; }
  #contact .attxt {
    margin-bottom: 10px;
    text-align: center; }
  #contact .selectArea {
    position: relative;
    width: 50%; }
  #contact .selectArea:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    transform: translateY(-50%) rotate(-135deg);
    pointer-events: none; }
  #contact dl {
    display: flex;
    margin-bottom: 30px;
    width: 100%; }
    #contact dl dt {
      width: 250px; }
      #contact dl dt span {
        display: block;
        float: left;
        margin-right: 10px;
        background: #0080c8;
        color: #fff;
        font-size: 12px;
        padding: 2px 6px; }
    #contact dl dd {
      width: 730px; }
  #contact h3 {
    color: #0080c8;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center; }
  #contact .txt {
    text-align: center;
    margin-bottom: 60px; }
  #contact .one-half-link {
    width: 50%;
    margin: 0 auto; }
    #contact .one-half-link a {
      position: relative;
      display: block;
      text-align: center;
      background: #0080c8;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      padding: 20px 0;
      border-radius: 10px; }
      #contact .one-half-link a i {
        position: absolute;
        right: 20px;
        top: 25px; }
  #contact .readArea {
    margin-bottom: 60px; }
    #contact .readArea p {
      margin-bottom: 10px; }

/*privacy*/
.anContactBtn {
  position: fixed;
  right: 5%;
  bottom: 0;
  z-index: 100; }
  .anContactBtn a {
    display: block;
    background: #004772;
    border-radius: 6px 6px 0 0;
    padding: 15px 30px;
    box-shadow: 0px -0px 20px -9px #000; }
    .anContactBtn a img {
      width: 200px; }
  .anContactBtn a:hover {
    opacity: 1;
    padding-bottom: 25px; }

/*EC*/
#ec {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.8; }
  #ec .scroll {
    display: none; }
  #ec img {
    width: 100%; }
  #ec .mainVisual {
    background: url("../../service/ec/img/mv_pc.webp") no-repeat right top #fff;
    background-size: contain;
    height: 100vh;
    position: relative; }
    #ec .mainVisual .ttl {
      position: absolute;
      top: 40%;
      left: 8vw;
      line-height: 1.5; }
      #ec .mainVisual .ttl h2 {
        font-size: 3.4vw;
        font-weight: 600;
        color: #0080C8;
        margin-bottom: 1%;
        letter-spacing: 0; }
      #ec .mainVisual .ttl p {
        font-size: 1.2vw;
        font-weight: 600;
        line-height: 2; }
  #ec .ttlArea {
    text-align: center;
    margin-bottom: 1%; }
    #ec .ttlArea dt {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 1.4vw;
      color: #0080C8;
      letter-spacing: 2px; }
    #ec .ttlArea dd {
      font-weight: 600;
      font-size: 2.4vw; }
  #ec .mission {
    background: #E2EBF8;
    padding: 8% 0 8% 0;
    line-height: 1.8; }
    #ec .mission p {
      text-align: center;
      margin-bottom: 1%;
      font-size: 1.0vw; }
  #ec .strong {
    padding: 8% 0 6% 0;
    background: #fff; }
    #ec .strong .ttlArea {
      margin-bottom: 5%; }
    #ec .strong .pointwarp {
      width: 70%;
      margin: 0 auto 10% auto; }
    #ec .strong h3 {
      font-size: 2.2vw;
      font-weight: 600;
      color: #0080C8;
      line-height: 1.7;
      margin-bottom: 1%; }
    #ec .strong p {
      margin-bottom: 1%;
      font-size: 1.1vw; }
    #ec .strong .pht1 {
      padding: 5% 5% 0 5%; }
    #ec .strong .pht2 {
      padding: 0 5% 0 5%; }
    #ec .strong .point3 {
      position: relative; }
      #ec .strong .point3 p {
        width: 50%; }
      #ec .strong .point3 .pht3 {
        width: 45%;
        position: absolute;
        right: 5%;
        top: 0; }
    #ec .strong .pht4 {
      padding: 0 5% 0 5%; }
    #ec .strong .point5 {
      position: relative; }
      #ec .strong .point5 p {
        width: 30%; }
      #ec .strong .point5 .pht5 {
        width: 65%;
        position: absolute;
        right: 5%;
        top: 0;
        z-index: -1; }
  #ec .service {
    background: #E2EBF8;
    padding: 8% 0 6% 0; }
    #ec .service p {
      width: 70%;
      margin: 0 auto 3% auto;
      font-size: 1.2vw; }
    #ec .service .pht {
      width: 70%;
      margin: 0 auto; }
  #ec #form {
    padding: 8% 0 8% 0;
    background: #fff; }
    #ec #form p {
      text-align: center;
      margin-bottom: 5%;
      font-size: 1.2vw; }
    #ec #form #sfm-form dl {
      width: 70%;
      margin: 0 auto 1% auto;
      display: flex;
      justify-content: space-between; }
    #ec #form #sfm-form dt {
      padding-left: 4.4vw;
      padding-top: 10px;
      width: 20%;
      position: relative;
      font-size: 16px; }
    #ec #form #sfm-form dd {
      width: 80%; }
    #ec #form #sfm-form .send {
      width: 70%;
      margin: 0 auto; }
    #ec #form #sfm-form span {
      background: #0080C8;
      color: #fff;
      font-size: 12px;
      padding: 3px 12px;
      border-radius: 2px;
      position: absolute;
      left: 0;
      top: 10px; }
    #ec #form #sfm-form input {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 16px;
      border: 1px solid #999;
      width: 94%; }
    #ec #form #sfm-form select {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #999;
      width: 100%; }
    #ec #form #sfm-form textarea {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 16px;
      height: 150px;
      border: 1px solid #999;
      width: 94%; }
    #ec #form #sfm-form .send {
      text-align: center; }
    #ec #form #sfm-form .submit {
      background: #0080c8;
      color: #fff;
      width: 33%;
      margin: 0 5%;
      transition: 0.3s;
      border: none; }
    #ec #form #sfm-form .submit:hover {
      opacity: 0.8;
      transition: 0.3s; }
    #ec #form #sfm-form .submitback {
      background: #999;
      color: #fff;
      width: 33%;
      margin: 0 5%;
      transition: 0.3s; }
    #ec #form #sfm-form .selectArea {
      position: relative;
      width: 80%; }
    #ec #form #sfm-form .selectArea:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 25px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #333;
      border-left: 2px solid #333;
      transform: translateY(-50%) rotate(-135deg);
      pointer-events: none; }
  #ec #form.head {
    padding-top: 12%; }

/*EC*/
/*itdd*/
:root {
  --color-blue1: #0080C8;
  --color-blue2: #00568E;
  --color-blue3: #004772; }

#itdd {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-size: 1.1vw; }
  #itdd .scroll {
    display: none; }
  #itdd img {
    width: 100%; }
  #itdd .mainVisual {
    background: url("../../service/itdd/img/mv_pc.webp") no-repeat right top var(--color-blue1);
    background-size: 50%;
    height: 100vh;
    position: relative; }
    #itdd .mainVisual .ttl {
      position: absolute;
      top: 40%;
      left: 8vw;
      line-height: 1.5;
      color: #fff; }
      #itdd .mainVisual .ttl h2 {
        font-size: 3.4vw;
        font-weight: 600;
        margin-bottom: 1%;
        letter-spacing: 0; }
      #itdd .mainVisual .ttl p {
        font-size: 1.2vw;
        font-weight: 600;
        line-height: 2; }
  #itdd .ttlArea {
    text-align: center;
    margin-bottom: 1%; }
    #itdd .ttlArea dt {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 1.4vw;
      color: #0080C8;
      letter-spacing: 2px; }
    #itdd .ttlArea dd {
      font-weight: 600;
      font-size: 2.4vw; }
  #itdd .ddwarp {
    width: 70%;
    margin: 0 auto 10% auto;
    overflow: hidden; }
  #itdd .aboutdd {
    background: #E2EBF8;
    padding: 8% 0 0% 0;
    line-height: 1.8;
    position: relative;
    width: 100%;
    margin: 0 auto; }
    #itdd .aboutdd h3 {
      position: relative;
      text-align: center;
      margin-bottom: 8%;
      font-weight: 600;
      font-size: 2.4vw; }
    #itdd .aboutdd h3::before {
      content: "";
      display: block;
      width: 8%;
      height: 4px;
      background-color: var(--color-blue1);
      position: absolute;
      bottom: -30px;
      left: 46%; }
    #itdd .aboutdd p {
      text-align: center;
      margin-bottom: 1%;
      font-size: 1.0vw; }
    #itdd .aboutdd ul {
      float: left;
      width: 55%;
      margin-bottom: 5%; }
      #itdd .aboutdd ul li {
        background: url("../../service/itdd/img/icn_check.svg") no-repeat left top 4px;
        background-size: 20px;
        padding-left: 30px;
        margin-bottom: 2%; }
    #itdd .aboutdd .pht {
      float: right;
      width: 40%;
      margin-bottom: 5%; }
    #itdd .aboutdd dl {
      background: #fff;
      padding: 2% 3%;
      clear: both;
      margin-bottom: 3%; }
      #itdd .aboutdd dl dt {
        color: var(--color-blue1);
        font-weight: 600;
        font-size: 1.1vw; }
  #itdd .about::after {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #E2EBF8; }
  #itdd .strong {
    padding: 6% 0 6% 0;
    background: #fff; }
    #itdd .strong .ttlArea {
      margin-bottom: 1%; }
    #itdd .strong .txt {
      text-align: center;
      font-size: 1.2vw;
      margin-bottom: 5%; }
    #itdd .strong .pointwarp {
      width: 70%;
      margin: 0 auto 3% auto; }
    #itdd .strong h3 {
      font-size: 2.0vw;
      font-weight: 600;
      color: var(--color-blue1);
      line-height: 1.3;
      margin-bottom: 1%; }
      #itdd .strong h3 span {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 1.4vw; }
    #itdd .strong p {
      margin-bottom: 1%;
      font-size: 1.1vw; }
    #itdd .strong .pht1 {
      background: #E2EBF8;
      padding: 3%; }
  #itdd .important {
    background: var(--color-blue1);
    padding: 6% 0 6% 0;
    color: #fff; }
    #itdd .important h3 {
      text-align: center;
      font-weight: 600;
      font-size: 2.4vw;
      margin-bottom: 5%; }
    #itdd .important .warp {
      width: 70%;
      margin: 0 auto 0 auto;
      font-size: 1.4vw; }
    #itdd .important .pht {
      width: 70%;
      margin: 0 auto 5% auto; }
    #itdd .important p {
      margin-bottom: 10%; }
      #itdd .important p b {
        font-weight: 700;
        text-decoration: underline; }
    #itdd .important dl {
      display: table; }
      #itdd .important dl dt {
        font-weight: normal;
        display: table-cell;
        vertical-align: middle;
        width: 55%; }
      #itdd .important dl dd {
        display: table-cell;
        vertical-align: middle;
        padding-left: 5%;
        width: 40%; }
        #itdd .important dl dd b {
          font-weight: 700;
          text-decoration: underline; }
  #itdd .service {
    background: #E2EBF8;
    padding: 8% 0 3% 0; }
    #itdd .service p {
      text-align: center;
      margin-bottom: 3%; }
    #itdd .service h3 {
      text-align: center;
      font-weight: 600;
      font-size: 1.6vw;
      width: 70%;
      margin: 0 auto;
      background: var(--color-blue1);
      color: #fff;
      border-radius: 6px 6px 0 0;
      padding: 0.5% 0; }
      #itdd .service h3 span {
        font-size: 1.1vw; }
    #itdd .service .warp {
      background: #fff;
      width: 64%;
      margin: 0 auto 5%;
      padding: 2% 3%; }
      #itdd .service .warp dl {
        background: url("../../service/itdd/img/icn_check.svg") no-repeat left top 6px;
        background-size: 24px;
        padding-left: 30px;
        margin-bottom: 2%;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 2%;
        margin-bottom: 2%; }
        #itdd .service .warp dl dt {
          font-size: 1.4vw;
          font-weight: 600;
          color: var(--color-blue1); }
        #itdd .service .warp dl dd {
          font-size: 1.0vw; }
      #itdd .service .warp .report {
        overflow: hidden;
        background: #E2EBF8;
        padding: 2%;
        text-align: center; }
        #itdd .service .warp .report h4 {
          font-size: 1.4vw;
          margin-bottom: 1%; }
        #itdd .service .warp .report li {
          float: left;
          width: 23%;
          padding: 1%; }
  #itdd .benefit {
    background: var(--color-blue1);
    padding: 6% 0 6% 0; }
    #itdd .benefit h3 {
      text-align: center;
      font-weight: 600;
      font-size: 2.4vw;
      color: #fff;
      margin-bottom: 3%; }
    #itdd .benefit .warp {
      width: 70%;
      margin: 0 auto 0 auto;
      font-size: 1.6vw;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #itdd .benefit .warp dl {
        text-align: center;
        background: #fff;
        border-radius: 20px;
        width: 32.5%;
        padding: 5% 0 3% 0;
        margin-bottom: 1.25%; }
        #itdd .benefit .warp dl dt {
          width: 40%;
          margin: 0 auto 3% auto; }
        #itdd .benefit .warp dl dd {
          font-weight: 700;
          font-weight: 1.5vw;
          line-height: 1.5; }
      #itdd .benefit .warp dl:nth-child(3) dd, #itdd .benefit .warp dl:nth-child(4) dd {
        padding-top: 5%; }
  #itdd .voice {
    padding: 6% 0 6% 0;
    line-height: 1.5;
    background: #fff; }
    #itdd .voice .ttlArea {
      margin-bottom: 5%; }
    #itdd .voice .detail {
      width: 70%;
      margin: 0 auto 3% auto;
      display: flex;
      justify-content: space-between; }
      #itdd .voice .detail .icn {
        width: 15%;
        text-align: center; }
        #itdd .voice .detail .icn img {
          margin-bottom: 3%; }
        #itdd .voice .detail .icn p {
          font-size: 1.0vw; }
      #itdd .voice .detail .read {
        width: 80%; }
        #itdd .voice .detail .read h4 {
          color: var(--color-blue1);
          font-size: 1.5vw; }
  #itdd .flow {
    background: #E2EBF8;
    padding: 8% 0 3% 0; }
    #itdd .flow ul {
      width: 70%;
      margin: 0 auto 3% auto; }
      #itdd .flow ul li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3%; }
        #itdd .flow ul li .step {
          font-family: "Poppins", sans-serif;
          font-weight: 600;
          font-size: 1.4vw;
          width: 7.3%; }
          #itdd .flow ul li .step h4 {
            border-radius: 200px;
            background: var(--color-blue1);
            font-size: 2.0vw;
            color: #fff;
            line-height: 1.0;
            text-align: center;
            width: 100%;
            padding: 7% 0 15% 0;
            margin-bottom: 25%; }
            #itdd .flow ul li .step h4 span {
              font-size: 0.8vw;
              text-align: center; }
          #itdd .flow ul li .step img {
            width: 50%;
            margin-left: 25%;
            margin-bottom: 15%; }
        #itdd .flow ul li .read {
          width: 90%; }
          #itdd .flow ul li .read dl dt {
            color: var(--color-blue1);
            font-size: 1.4vw;
            font-weight: 600;
            vertical-align: middle; }
            #itdd .flow ul li .read dl dt span {
              font-size: 0.9vw;
              line-height: 1;
              border-radius: 4px;
              padding: 2px 1% 3px;
              margin-right: 1%;
              background: #D80B1A;
              color: #fff;
              line-height: 1.3; }
            #itdd .flow ul li .read dl dt .option {
              background: var(--color-blue2); }
          #itdd .flow ul li .read dl dd {
            font-size: 1.0vw; }
  #itdd #form {
    padding: 8% 0 8% 0;
    background: #fff; }
    #itdd #form p {
      text-align: center;
      margin-bottom: 5%;
      font-size: 1.2vw; }
    #itdd #form #sfm-form dl {
      width: 70%;
      margin: 0 auto 1% auto;
      display: flex;
      justify-content: space-between; }
    #itdd #form #sfm-form dt {
      padding-left: 4.6vw;
      padding-top: 10px;
      width: 20%;
      position: relative;
      font-size: 1.2vw; }
    #itdd #form #sfm-form dd {
      width: 80%;
      padding-top: 10px; }
    #itdd #form #sfm-form .send {
      width: 70%;
      margin: 0 auto; }
    #itdd #form #sfm-form dt span {
      background: #0080C8;
      color: #fff;
      font-size: 1vw;
      padding: 3px 5%;
      border-radius: 2px;
      position: absolute;
      left: 0;
      top: 10px; }
    #itdd #form #sfm-form input {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 16px;
      border: 1px solid #999;
      width: 100%; }
    #itdd #form #sfm-form select {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #999;
      width: 50%; }
    #itdd #form #sfm-form textarea {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 16px;
      height: 150px;
      border: 1px solid #999;
      width: 100%; }
    #itdd #form #sfm-form .send {
      text-align: center; }
    #itdd #form #sfm-form .submit {
      background: #0080c8;
      color: #fff;
      width: 33%;
      margin: 0 5%;
      transition: 0.3s;
      border: none; }
    #itdd #form #sfm-form .submit:hover {
      opacity: 0.8;
      transition: 0.3s; }
    #itdd #form #sfm-form .submitback {
      background: #999;
      color: #fff;
      width: 33%;
      margin: 0 5%;
      transition: 0.3s; }
    #itdd #form #sfm-form .selectArea {
      position: relative;
      width: 80%; }
    #itdd #form #sfm-form .selectArea:after {
      content: "";
      position: absolute;
      right: 53%;
      top: 35px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #333;
      border-left: 2px solid #333;
      transform: translateY(-50%) rotate(-135deg);
      pointer-events: none; }
  #itdd #form.head {
    padding-top: 12%; }

/*itdd*/
/*salesforce*/
#salesforce {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-size: 1.1vw; }
  #salesforce .scroll {
    display: none; }
  #salesforce img {
    width: 100%; }
  #salesforce .mainVisual {
    background: url("../../service/salesforce/img/mv_pc.webp") no-repeat right top;
    background-size: cover;
    height: 100vh;
    position: relative; }
    #salesforce .mainVisual .ttl {
      position: absolute;
      top: 35%;
      left: 8vw;
      line-height: 1.5; }
      #salesforce .mainVisual .ttl h2 {
        font-size: 2.2vw;
        font-weight: 600;
        margin-bottom: 1%;
        letter-spacing: 0; }
        #salesforce .mainVisual .ttl h2 b {
          font-size: 3.4vw;
          color: var(--color-blue1); }
      #salesforce .mainVisual .ttl p {
        font-size: 1.6vw;
        font-weight: 600;
        line-height: 2; }
    #salesforce .mainVisual .icn {
      width: 30%;
      position: absolute;
      right: 8vw;
      top: 30%; }
  #salesforce .ttlArea {
    text-align: center;
    margin-bottom: 1%; }
    #salesforce .ttlArea dt {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 1.4vw;
      color: #0080C8;
      letter-spacing: 2px; }
    #salesforce .ttlArea dd {
      font-weight: 600;
      font-size: 2.4vw; }
  #salesforce .ddwarp {
    width: 70%;
    margin: 0 auto 5% auto;
    overflow: hidden; }
  #salesforce .aboutdd {
    background: #e6e6e6;
    padding: 8% 0 3% 0;
    line-height: 1.8;
    position: relative;
    width: 100%;
    margin: 0 auto; }
    #salesforce .aboutdd h3 {
      position: relative;
      text-align: center;
      margin-bottom: 8%;
      font-weight: 600;
      font-size: 2.4vw; }
      #salesforce .aboutdd h3 span {
        color: var(--color-blue2);
        vertical-align: top; }
    #salesforce .aboutdd h3::before {
      content: "";
      display: block;
      width: 8%;
      height: 4px;
      background-color: var(--color-blue2);
      position: absolute;
      bottom: -30px;
      left: 46%; }
    #salesforce .aboutdd p {
      text-align: center;
      margin-bottom: 3%;
      font-size: 1.2vw; }
      #salesforce .aboutdd p b {
        color: var(--color-blue2); }
    #salesforce .aboutdd ul li {
      background: url("../../service/salesforce/img/icn_check.svg") no-repeat left top 0.2vw;
      background-size: 1.5vw;
      padding-left: 3%; }
    #salesforce .aboutdd .detail {
      background: #fff;
      border-radius: 6px;
      position: relative;
      margin-bottom: 20px;
      padding: 15px 25px; }
      #salesforce .aboutdd .detail h4 {
        font-size: 1.6vw;
        color: var(--color-blue2); }
      #salesforce .aboutdd .detail .icn {
        width: 200px;
        position: absolute;
        right: 0;
        bottom: 0; }
    #salesforce .aboutdd .list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #salesforce .aboutdd .list dl {
        width: 49%;
        margin-bottom: 2%;
        letter-spacing: 0; }
        #salesforce .aboutdd .list dl dt {
          background-color: var(--color-blue2);
          text-align: center;
          color: #fff;
          font-size: 1.2vw;
          font-weight: 600;
          padding: 1% 0;
          border-radius: 6px 6px 0 0; }
        #salesforce .aboutdd .list dl dd {
          padding: 15px 25px;
          background: #fff;
          border-radius: 0 0 6px 6px;
          font-size: 1.0vw; }
          #salesforce .aboutdd .list dl dd li {
            padding-left: 6%; }
  #salesforce .about::after {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #E2EBF8; }
  #salesforce .strong {
    padding: 6% 0 6% 0;
    background: #fff; }
    #salesforce .strong .ttlArea {
      margin-bottom: 1%; }
    #salesforce .strong .txt {
      text-align: center;
      font-size: 1.2vw;
      margin-bottom: 5%; }
    #salesforce .strong .pointwarp {
      width: 70%;
      margin: 0 auto 3% auto; }
    #salesforce .strong h3 {
      font-size: 2.0vw;
      font-weight: 600;
      color: var(--color-blue1);
      line-height: 1.3;
      margin-bottom: 1%;
      background: url("../../service/salesforce/img/icn5.svg") no-repeat left top 0.5vw;
      background-size: 7%;
      padding-left: 8%;
      padding-bottom: 1%; }
      #salesforce .strong h3 span {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 1.4vw; }
    #salesforce .strong .pointwarp:nth-child(2) h3 {
      background: url("../../service/salesforce/img/icn6.svg") no-repeat left top 0.5vw;
      background-size: 7%; }
    #salesforce .strong .pointwarp:nth-child(3) h3 {
      background: url("../../service/salesforce/img/icn7.svg") no-repeat left top 0.5vw;
      background-size: 7%; }
    #salesforce .strong .pointwarp:nth-child(4) h3 {
      background: url("../../service/salesforce/img/icn8.svg") no-repeat left top 0.5vw;
      background-size: 7%; }
    #salesforce .strong .pointwarp:nth-child(5) h3 {
      background: url("../../service/salesforce/img/icn9.svg") no-repeat left top 0.5vw;
      background-size: 7%; }
    #salesforce .strong p {
      margin-bottom: 1%;
      font-size: 1.1vw; }
    #salesforce .strong .pht1 {
      background: #E2EBF8;
      padding: 3%; }
  #salesforce .important {
    background: var(--color-blue1);
    padding: 6% 0 6% 0;
    color: #fff; }
    #salesforce .important h3 {
      text-align: center;
      font-weight: 600;
      font-size: 2.4vw;
      margin-bottom: 5%; }
    #salesforce .important .warp {
      width: 70%;
      margin: 0 auto 0 auto;
      font-size: 1.4vw; }
    #salesforce .important .pht {
      width: 70%;
      margin: 0 auto 5% auto; }
    #salesforce .important p {
      margin-bottom: 10%; }
      #salesforce .important p b {
        font-weight: 700;
        text-decoration: underline; }
    #salesforce .important dl {
      display: table; }
      #salesforce .important dl dt {
        font-weight: normal;
        display: table-cell;
        vertical-align: middle;
        width: 55%; }
      #salesforce .important dl dd {
        display: table-cell;
        vertical-align: middle;
        padding-left: 5%;
        width: 40%; }
        #salesforce .important dl dd b {
          font-weight: 700;
          text-decoration: underline; }
  #salesforce .service {
    background: #E2EBF8;
    padding: 8% 0 3% 0; }
    #salesforce .service p {
      text-align: center;
      margin-bottom: 3%; }
    #salesforce .service h3 {
      text-align: center;
      font-weight: 600;
      font-size: 1.6vw;
      width: 70%;
      margin: 0 auto;
      background: var(--color-blue1);
      color: #fff;
      border-radius: 6px 6px 0 0;
      padding: 0.5% 0; }
      #salesforce .service h3 span {
        font-size: 1.1vw; }
    #salesforce .service .warp {
      background: #fff;
      width: 64%;
      margin: 0 auto 5%;
      padding: 2% 3%; }
      #salesforce .service .warp h4 {
        font-size: 1.6vw; }
      #salesforce .service .warp dl {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        margin-bottom: 3%; }
        #salesforce .service .warp dl dt {
          width: 35%;
          color: var(--color-blue1);
          font-weight: 600;
          padding: 10px 20px;
          background: #ecf2fa;
          border-top: 1px solid #333;
          border-left: 1px solid #333;
          box-sizing: border-box; }
        #salesforce .service .warp dl dd {
          width: 65%;
          padding: 10px 20px;
          border-top: 1px solid #333;
          border-left: 1px solid #333;
          box-sizing: border-box; }
  #salesforce .voice {
    padding: 6% 0 6% 0;
    line-height: 1.5;
    background: #fff; }
    #salesforce .voice .ttlArea {
      margin-bottom: 5%; }
    #salesforce .voice .detail {
      width: 70%;
      margin: 0 auto 3% auto;
      display: flex;
      justify-content: space-between; }
      #salesforce .voice .detail .icn {
        width: 12%;
        text-align: center; }
        #salesforce .voice .detail .icn img {
          margin-bottom: 3%; }
        #salesforce .voice .detail .icn p {
          font-size: 1.0vw; }
      #salesforce .voice .detail .read {
        width: 85%;
        padding-top: 1%; }
        #salesforce .voice .detail .read h4 {
          color: var(--color-blue1);
          font-size: 1.5vw;
          margin-bottom: 1%; }
    #salesforce .voice .detail2 {
      width: 70%;
      margin: 0 auto 3% auto; }
      #salesforce .voice .detail2 dl {
        border-bottom: 1px dotted #333;
        padding: 0 0 2% 0;
        margin-bottom: 2%; }
      #salesforce .voice .detail2 dt {
        color: var(--color-blue1);
        font-weight: 600;
        font-size: 1.4vw;
        margin-bottom: 1%; }
      #salesforce .voice .detail2 dd {
        font-size: 1.2vw; }
  #salesforce .flow {
    background: #E2EBF8;
    padding: 8% 0 3% 0; }
    #salesforce .flow ul {
      width: 70%;
      margin: 0 auto 3% auto; }
      #salesforce .flow ul li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3%; }
        #salesforce .flow ul li .step {
          font-family: "Poppins", sans-serif;
          font-weight: 600;
          font-size: 1.4vw;
          width: 7.3%; }
          #salesforce .flow ul li .step h4 {
            border-radius: 200px;
            background: var(--color-blue1);
            font-size: 2.0vw;
            color: #fff;
            line-height: 1.0;
            text-align: center;
            width: 100%;
            padding: 7% 0 15% 0;
            margin-bottom: 25%; }
            #salesforce .flow ul li .step h4 span {
              font-size: 0.8vw;
              text-align: center; }
          #salesforce .flow ul li .step img {
            width: 50%;
            margin-left: 25%;
            margin-bottom: 15%; }
        #salesforce .flow ul li .read {
          width: 90%; }
          #salesforce .flow ul li .read dl dt {
            color: var(--color-blue1);
            font-size: 1.4vw;
            font-weight: 600;
            vertical-align: middle; }
            #salesforce .flow ul li .read dl dt span {
              font-size: 0.9vw;
              line-height: 1;
              border-radius: 4px;
              padding: 2px 1% 3px;
              margin-right: 1%;
              background: #D80B1A;
              color: #fff;
              line-height: 1.3; }
            #salesforce .flow ul li .read dl dt .option {
              background: var(--color-blue2); }
          #salesforce .flow ul li .read dl dd {
            font-size: 1.0vw; }
  #salesforce #checksheet {
    padding: 8% 0 8% 0;
    background: #fff; }
    #salesforce #checksheet .ct {
      text-align: center;
      font-size: 1.4vw;
      font-weight: 600;
      margin-bottom: 2%; }
    #salesforce #checksheet .ud {
      text-align: center;
      font-size: 1.5vw;
      font-weight: 600; }
      #salesforce #checksheet .ud span {
        color: var(--color-blue1); }
    #salesforce #checksheet .sheet {
      width: 70%;
      margin: 0 auto 3% auto;
      background: #E2EBF8;
      padding: 3%; }
      #salesforce #checksheet .sheet dl {
        text-align: center;
        margin-bottom: 1%; }
        #salesforce #checksheet .sheet dl dt {
          font-size: 1.4vw;
          font-weight: 600; }
        #salesforce #checksheet .sheet dl dd h3 {
          font-size: 1.9vw;
          color: var(--color-blue1); }
      #salesforce #checksheet .sheet ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 1%; }
        #salesforce #checksheet .sheet ul li {
          width: 43.5%;
          margin-bottom: 1%;
          background: #fff;
          border-radius: 10px;
          position: relative;
          padding: 2% 3%; }
          #salesforce #checksheet .sheet ul li i {
            display: block;
            border: 2px solid #666;
            border-radius: 4px;
            width: 1vw;
            height: 1vw;
            position: absolute;
            left: 5%;
            top: 22%; }
          #salesforce #checksheet .sheet ul li h4 {
            font-size: 1.3vw;
            color: var(--color-blue1);
            padding-left: 4.5%; }
  #salesforce #form {
    padding: 8% 0 8% 0;
    background: #fff; }
    #salesforce #form p {
      text-align: center;
      margin-bottom: 5%;
      font-size: 1.2vw; }
    #salesforce #form #sfm-form dl {
      width: 70%;
      margin: 0 auto 1% auto;
      display: flex;
      justify-content: space-between; }
    #salesforce #form #sfm-form dt {
      padding-left: 4.6vw;
      padding-top: 10px;
      width: 20%;
      position: relative;
      font-size: 1.2vw; }
    #salesforce #form #sfm-form dd {
      width: 80%;
      padding-top: 10px; }
    #salesforce #form #sfm-form .send {
      width: 70%;
      margin: 0 auto; }
    #salesforce #form #sfm-form dt span {
      background: #0080C8;
      color: #fff;
      font-size: 1vw;
      padding: 3px 5%;
      border-radius: 2px;
      position: absolute;
      left: 0;
      top: 10px; }
    #salesforce #form #sfm-form input {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 16px;
      border: 1px solid #999;
      width: 100%; }
    #salesforce #form #sfm-form select {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #999;
      width: 50%; }
    #salesforce #form #sfm-form textarea {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 16px;
      height: 150px;
      border: 1px solid #999;
      width: 100%; }
    #salesforce #form #sfm-form .send {
      text-align: center; }
    #salesforce #form #sfm-form .submit {
      background: #0080c8;
      color: #fff;
      width: 33%;
      margin: 0 5%;
      transition: 0.3s;
      border: none; }
    #salesforce #form #sfm-form .submit:hover {
      opacity: 0.8;
      transition: 0.3s; }
    #salesforce #form #sfm-form .submitback {
      background: #999;
      color: #fff;
      width: 33%;
      margin: 0 5%;
      transition: 0.3s; }
    #salesforce #form #sfm-form .selectArea {
      position: relative;
      width: 80%; }
    #salesforce #form #sfm-form .selectArea:after {
      content: "";
      position: absolute;
      right: 53%;
      top: 35px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #333;
      border-left: 2px solid #333;
      transform: translateY(-50%) rotate(-135deg);
      pointer-events: none; }
  #salesforce #form.head {
    padding-top: 12%; }

/*salesforce*/
