@charset "UTF-8";
/*common*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.4vw;
  line-height: 1.5;
  color: #282828;
  -webkit-text-size-adjust: 100%;
  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; }

.pc {
  display: none; }

img {
  width: 100%; }

#page-top {
  width: 17%;
  position: fixed;
  right: 5%;
  bottom: 3%;
  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: 40%;
  position: absolute;
  left: 10%;
  top: 5%;
  z-index: 2; }

.nav {
  display: none; }

.menu {
  display: block;
  background: #fff;
  font-size: 3.6vw;
  font-weight: 600;
  border-radius: 4px;
  display: flex;
  padding: 1vw 2vw;
  width: 100%; }
  .menu li a {
    display: block;
    padding: 1vw 1vw 1vw 1vw;
    white-space: nowrap; }
  .menu li a:hover {
    color: var(--color_base); }
  .menu li span {
    display: none; }

.sidenav {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 20;
  top: 0;
  right: -100%;
  transition: all 0.6s;
  height: 100vh;
  letter-spacing: 0;
  overflow-y: auto;
  height: 100vh; }
  .sidenav dl {
    width: 84%;
    margin: 0 auto;
    padding: 15% 0%;
    font-size: 3.6vw;
    font-weight: 600; }
    .sidenav dl a {
      display: block;
      background: url("../images/index/btn_arrow_black.svg") no-repeat right top 5vw;
      background-size: 3vw;
      padding: 4vw 1vw; }
    .sidenav dl dt {
      border-bottom: 1px solid #ccc; }
    .sidenav dl dd {
      padding-left: 4vw;
      border-bottom: 1px solid #ccc; }
      .sidenav dl dd ul li {
        font-size: 3.0vw;
        border-bottom: 1px dotted #ccc; }
        .sidenav dl dd ul li a {
          background-position: top 5vw; }
      .sidenav dl dd ul li:last-child {
        border-bottom: none; }

.sidenav.panelactive {
  right: 0; }

.openbtn {
  position: absolute;
  z-index: 100;
  /*ボタンを最前面に*/
  right: 3%;
  top: 2%;
  cursor: pointer;
  width: 12%;
  transition: all 0.6s;
  z-index: 10; }

.openbtn2 {
  position: absolute;
  z-index: 100;
  /*ボタンを最前面に*/
  right: 5%;
  top: 4%;
  cursor: pointer;
  width: 8%;
  transition: all 0.6s; }

.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: 0%;
  bottom: 5%;
  z-index: 10;
  writing-mode: vertical-rl; }
  .contact a {
    display: block;
    background: var(--color_base);
    color: #fff;
    font-size: 3.6vw;
    font-weight: 600;
    border-radius: 3px 0px 0px 3px;
    padding: 4vw 2vw;
    white-space: nowrap; }
  .contact a:hover {
    background: #fff;
    color: var(--color_base);
    opacity: 1; }

#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: 12% 0% 6% 8%; }
#linkArea a:hover {
  opacity: 0.7; }
#linkArea dl {
  color: #fff; }
#linkArea dt {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 8.0vw; }
#linkArea dd {
  font-weight: 600;
  margin-bottom: 10%; }
#linkArea .link {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  background: #fff;
  font-size: 3.6vw;
  font-weight: 500;
  border-radius: 4px;
  padding: 5% 10%;
  position: relative;
  width: 25vw;
  color: #333; }
  #linkArea .link img {
    position: absolute;
    right: 10%;
    top: 39%;
    width: 3vw; }

footer {
  background: #000;
  color: #999999;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  padding: 20% 0 12% 0; }
  footer a {
    color: #999999; }
  footer a:hover {
    color: #fff; }
  footer b {
    display: block;
    font-weight: 700;
    font-size: 6.0vw;
    margin-bottom: 4%; }
  footer .copy {
    font-weight: 300;
    padding: 6% 0 0 8%;
    font-size: 3.0vw; }
  footer .sitemap {
    width: 84%;
    margin: 0 auto 0 auto; }
    footer .sitemap div {
      margin-right: 3%; }
  footer ul {
    margin-bottom: 6%; }
    footer ul li {
      margin-bottom: 3%; }
  footer .logo {
    width: 50%;
    padding: 6% 0 0 8%; }
  footer .pagetop {
    position: absolute;
    right: 5%;
    top: 3%;
    padding-right: 4.0vw;
    display: block;
    font-weight: 700;
    font-size: 5.0vw;
    background: url("../images/index/btn_arrowup_white.svg") no-repeat right center;
    background-size: 3vw; }

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

/*index*/
#mainVisual {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 55vh;
  padding: 15% 0; }
  #mainVisual .mv1 {
    position: absolute;
    bottom: 24%;
    left: 5%; }
    #mainVisual .mv1 h2 {
      width: 70%;
      margin-bottom: 5%; }
    #mainVisual .mv1 p {
      font-size: 13px;
      letter-spacing: 1px;
      line-height: 1.8; }
  #mainVisual .visual {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 5%;
    left: 10%; }
    #mainVisual .visual img {
      width: 60%; }
  #mainVisual .arrow {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    position: absolute;
    text-align: right;
    right: 5%;
    bottom: 10%; }
    #mainVisual .arrow a {
      display: block;
      background: url("/common/images/arrow1.png") no-repeat right top;
      background-size: 40px 40px;
      padding: 12px 0;
      padding-right: 50px; }

#index h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.0;
  background: url("/common/images/icn_ttl1.svg") no-repeat left bottom;
  background-size: 40px 4px;
  padding-bottom: 10%;
  margin-bottom: 10%;
  letter-spacing: 0px; }
  #index h2 span {
    color: #0080c8; }
#index h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px; }
#index .warp {
  width: 90%;
  margin: 0 auto; }
#index section {
  padding: 15% 0; }
#index #newsArea {
  overflow: hidden; }
  #index #newsArea .warp {
    position: relative;
    overflow: hidden;
    padding-bottom: 5%; }
  #index #newsArea h2 {
    width: 100%; }
    #index #newsArea h2 br {
      display: none; }
  #index #newsArea ul {
    border-top: 1px solid #aabfd4;
    padding-top: 10%; }
    #index #newsArea ul li.phton {
      overflow: hidden;
      border-bottom: 1px solid #aabfd4;
      padding-bottom: 8%;
      margin-bottom: 8%; }
      #index #newsArea ul li.phton img {
        width: 100%; }
      #index #newsArea ul li.phton .phtArea {
        margin-bottom: 5%; }
        #index #newsArea ul li.phton .phtArea .pht {
          overflow: hidden;
          border-radius: 10px; }
      #index #newsArea ul li.phton dl {
        width: 100%;
        display: table-cell;
        position: relative;
        font-size: 13px;
        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.phtno {
      overflow: hidden;
      border-bottom: 1px solid #aabfd4;
      padding-bottom: 10%;
      margin-bottom: 10%; }
      #index #newsArea ul li.phtno a {
        display: block; }
      #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: 10px;
          line-height: 1.8;
          text-align: justify; }
  #index #newsArea .arrow {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: right; }
    #index #newsArea .arrow a {
      display: block;
      background: url("/common/images/arrow1.png") no-repeat right top;
      background-size: 40px 40px;
      padding: 12px 0;
      padding-right: 50px; }
#index #serviceArea {
  background: url("/common/images/bg_sub.webp") repeat-y center center;
  background-size: cover;
  position: relative; }
  #index #serviceArea h2 {
    background: url("/common/images/icn_ttl2.svg") no-repeat left bottom;
    background-size: 40px 4px;
    margin-bottom: 15%; }
    #index #serviceArea h2 span {
      color: #fff; }
  #index #serviceArea .slider a {
    color: #fff; }
  #index #serviceArea .slider dl {
    position: relative;
    width: 90%;
    margin: 0 auto;
    transition-duration: 0.3s;
    margin: 4% 0; }
    #index #serviceArea .slider dl dt.pht {
      width: 100%;
      height: 50%;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 10px 10px 10% rgba(0, 0, 0, 0.2);
      margin-bottom: 5%; }
      #index #serviceArea .slider dl dt.pht img {
        width: 250%;
        margin-left: -75%; }
    #index #serviceArea .slider dl dd {
      font-size: 13px; }
    #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: 3.4vw;
      position: absolute;
      right: 5%;
      top: 5%; }
    #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 {
    overflow: hidden;
    width: 90%; }
  #index #serviceArea .arrow {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 5%;
    bottom: 3%;
    text-align: right; }
    #index #serviceArea .arrow a {
      display: block;
      color: #fff;
      background: url("/common/images/arrow2.png") no-repeat right top;
      background-size: 40px 40px;
      padding: 12px 0;
      padding-right: 50px; }
#index #clientArea {
  background: rgba(255, 255, 255, 0.5); }
  #index #clientArea h3 {
    text-align: center;
    color: #0080c8;
    margin-bottom: 8%; }
  #index #clientArea ul {
    overflow: hidden; }
    #index #clientArea ul li {
      float: left;
      width: 46%;
      margin: 0 2% 6% 2%; }
    #index #clientArea ul img {
      width: 100%; }
#index #aboutArea {
  overflow: hidden; }
  #index #aboutArea a {
    display: block;
    background: #0080c8;
    border-radius: 6px; }
  #index #aboutArea li:first-child {
    margin-bottom: 5%; }
  #index #aboutArea dl {
    position: relative;
    padding: 10% 8%;
    background: url("/common/images/arrow2.png") no-repeat right 8% center;
    background-size: 40px 40px; }
    #index #aboutArea dl dt {
      color: #fff;
      font-size: 28px;
      font-family: "Roboto Condensed", sans-serif; }
    #index #aboutArea dl dd {
      color: #282828;
      font-size: 12px; }

.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: 90%;
  margin: 0 auto;
  padding: 15% 0 15% 0;
  position: relative; }
  #listTtl h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.0;
    margin-bottom: 5%; }
    #listTtl h2 span {
      color: #0080c8; }
  #listTtl p {
    font-weight: 700; }

#contentsTtl {
  width: 90%;
  margin: 0 auto;
  padding: 35% 0 15% 0;
  position: relative; }
  #contentsTtl h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.0;
    margin-bottom: 5%; }
    #contentsTtl h2 span {
      color: #0080c8; }
  #contentsTtl dl {
    margin-bottom: 5%; }
    #contentsTtl dl dt {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      font-size: 30px;
      line-height: 1.1;
      margin-bottom: 5%; }
      #contentsTtl dl dt span {
        color: #0080c8;
        vertical-align: top; }
    #contentsTtl dl dd {
      font-weight: 700; }
  #contentsTtl .pht {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5%; }
    #contentsTtl .pht img {
      width: 120%;
      margin-left: -10%; }

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

#other {
  background: rgba(255, 255, 255, 0.8); }
  #other section {
    padding: 15% 0; }
  #other section:last-child {
    margin-bottom: 0; }
  #other .ttlArea {
    width: 90%;
    margin: 0 auto 0% auto;
    position: relative;
    overflow: hidden; }
  #other .warpArea {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 5% 0; }
  #other img {
    width: 100%; }
  #other h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.0;
    background: url("/common/images/icn_ttl1.svg") no-repeat left bottom;
    background-size: 40px 4px;
    padding-bottom: 5%;
    margin-bottom: 5%;
    letter-spacing: 0px; }
    #other h3 span {
      color: #0080c8; }
  #other h4 {
    font-size: 20px;
    color: #0080c8;
    background: url("/common/images/icn_ttl3.png") no-repeat left top 10px;
    background-size: 10px 10px;
    padding-left: 20px;
    margin-bottom: 5%; }
  #other h5 {
    color: #0080c8;
    font-size: 18px;
    margin-bottom: 5%; }
  #other p {
    margin-bottom: 8%; }
  #other .txt-link a {
    color: #0080c8;
    text-decoration: underline; }
  #other .txt-link :hover {
    text-decoration: none; }
  #other .img-l {
    overflow: hidden;
    width: 100%; }
    #other .img-l .phtArea .pht {
      margin-bottom: 5%; }
    #other .img-l .phtArea .caption {
      font-size: 11px;
      text-indent: -1em;
      padding-left: 1em; }
    #other .img-l .read {
      vertical-align: middle;
      text-align: justify; }
  #other .img-r {
    overflow: hidden; }
    #other .img-r .phtArea .pht {
      margin-bottom: 5%; }
    #other .img-r .phtArea .caption {
      font-size: 11px;
      text-indent: -1em;
      padding-left: 1em; }
    #other .img-r .read {
      vertical-align: middle;
      text-align: justify; }
  #other .disc ol {
    padding-top: 10px; }
  #other .disc li {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 3%; }
    #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: 3%; }
    #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: 80%;
    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: 70%;
    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: 5%; }
  #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: 5%; }
  #other .table-cell {
    border-top: 1px solid #ccc; }
    #other .table-cell dl {
      width: 100%;
      border-bottom: 1px solid #ccc;
      padding: 5% 0; }
    #other .table-cell dt {
      color: #0080c8;
      vertical-align: middle;
      margin-bottom: 3%;
      font-size: 16px; }
    #other .table-cell dd a {
      color: #0080c8;
      text-decoration: underline; }
  #other #flow {
    background: #e5f2f9;
    padding: 10% 0; }
    #other #flow .warpArea {
      background: rgba(255, 255, 255, 0.8);
      border-radius: 10px;
      padding: 10% 0; }
    #other #flow ul {
      margin: 0 5%; }
      #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: 22px;
          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: 69px;
          top: 6px; }
        #other #flow ul li dl {
          border-left: 2px solid #0080c8;
          padding-left: 20px;
          margin-left: 74px;
          padding-bottom: 20px; }
          #other #flow ul li dl dt {
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 5%;
            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: 62px;
            right: 0;
            width: 28px;
            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: 5%; }
        #other #flow ul li dl:first-child {
          padding-top: 0; }

/*aboutus*/
#aboutus {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 10% 0 10% 0; }
  #aboutus #readArea {
    margin-bottom: 15% x;
    text-align: center;
    padding: 10% 0;
    background: url("/aboutus/images/ico_flagship.svg") no-repeat center center;
    background-size: 100%; }
    #aboutus #readArea h3 {
      color: #0080c8;
      font-weight: 700;
      font-size: 20px;
      line-height: 2;
      margin-bottom: 30px;
      letter-spacing: 0px; }
    #aboutus #readArea p {
      margin-bottom: 30px;
      font-size: 14px;
      line-height: 2;
      letter-spacing: 1px;
      font-weight: 700; }
  #aboutus #aboutArea {
    overflow: hidden;
    width: 90%;
    margin: 0 auto; }
    #aboutus #aboutArea a {
      display: block;
      background: #0080c8;
      border-radius: 10px; }
    #aboutus #aboutArea li {
      margin-bottom: 5%; }
    #aboutus #aboutArea dl {
      position: relative;
      padding: 10% 8%;
      background: url("/common/images/arrow2.png") no-repeat right 8% center;
      background-size: 40px 40px; }
      #aboutus #aboutArea dl dt {
        color: #fff;
        font-size: 28px;
        font-family: "Roboto Condensed", sans-serif; }
      #aboutus #aboutArea dl dd {
        color: #282828;
        font-size: 12px; }
  #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: 700;
    font-size: 26px;
    line-height: 1.0;
    background: url("/common/images/icn_ttl1.svg") no-repeat left bottom;
    background-size: 40px 4px;
    padding-bottom: 5%;
    margin-bottom: 0%;
    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: 20px 0;
      padding-right: 66px; }
  #service .serviceList {
    background: rgba(255, 255, 255, 0.8);
    padding-top: 10%; }
    #service .serviceList ul {
      width: 90%;
      margin: 0 auto;
      position: relative;
      padding: 8% 0; }
    #service .serviceList li {
      position: relative;
      overflow: hidden;
      margin-bottom: 20%;
      padding-bottom: 60px; }
      #service .serviceList li .pht {
        width: 100%;
        height: 250px;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 5%; }
        #service .serviceList li .pht img {
          width: 120%;
          margin-left: -10%; }
      #service .serviceList li .txtArea {
        width: 90%; }
        #service .serviceList li .txtArea dl dt {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 400;
          color: #0080c8;
          font-size: 13px;
          margin-bottom: 5%;
          letter-spacing: 0px; }
        #service .serviceList li .txtArea dl dd {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 5%; }
        #service .serviceList li .txtArea p {
          font-size: 13px;
          text-align: justify; }
  #service .ttlArea {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 5% 0 10% 0; }
  #service .warpArea {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
  #service section {
    padding: 10% 5%; }
  #service #effects {
    background: rgba(255, 255, 255, 0.8);
    padding-bottom: 10%; }
    #service #effects .warpArea {
      width: 80%;
      margin: 0 auto; }
    #service #effects .pht {
      text-align: center;
      margin-bottom: 10%; }
  #service #flow {
    background: #e5f2f9; }
    #service #flow .warpArea {
      background: rgba(255, 255, 255, 0.8);
      border-radius: 10px; }
    #service #flow ul {
      margin: 0 5%;
      padding: 10% 0; }
      #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: 55px;
          height: 45px;
          padding-top: 10px;
          font-size: 10px;
          background: #0080c8;
          color: #fff;
          line-height: 1.2;
          position: absolute;
          left: 0;
          top: 0; }
          #service #flow ul li .icon b {
            font-size: 24px;
            font-weight: 500; }
        #service #flow ul li dl {
          border-left: 2px solid #0080c8;
          margin-left: 26px;
          padding: 2% 0 15% 45px; }
          #service #flow ul li dl dt {
            color: #0080c8;
            font-size: 18px;
            font-weight: 700; }
      #service #flow ul li:last-child dl {
        border: none;
        padding-bottom: 0; }
  #service #strengths {
    background: rgba(255, 255, 255, 0.8); }
    #service #strengths ul li {
      margin-bottom: 15%; }
      #service #strengths ul li p {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        color: #0080c8;
        margin-bottom: 3%; }
      #service #strengths ul li .pht {
        width: 70%;
        margin: 0 auto; }
      #service #strengths ul li dl dt {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 3%; }
  #service #recommended {
    background: rgba(255, 255, 255, 0.8); }
    #service #recommended ol {
      border-top: 1px solid #d2d2d2;
      padding-top: 10%; }
      #service #recommended ol li {
        background: url("/service/images/icon01.png") no-repeat left top;
        background-size: 32px 32px;
        padding-left: 40px;
        margin-bottom: 8%;
        padding-bottom: 20px;
        border-bottom: 1px solid #d2d2d2; }
  #service #achievement {
    background: rgba(255, 255, 255, 0.8); }
    #service #achievement .warpArea {
      margin-bottom: 20%; }
    #service #achievement .pht {
      width: 100%;
      height: 200px;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 5%; }
      #service #achievement .pht img {
        width: 120%;
        margin-left: -10%; }
    #service #achievement dl dt {
      color: #0080c8;
      font-size: 18px;
      margin-bottom: 3%;
      font-weight: 700; }
    #service #achievement dl dd p {
      margin-bottom: 5%; }
    #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 {
      padding-top: 5%; }
      #service #about ul li {
        width: 100%;
        margin-bottom: 3%; }
        #service #about ul li a {
          display: block;
          background: #0080c8;
          border-radius: 4px;
          text-align: center;
          color: #fff;
          line-height: 1.5;
          padding: 3% 0 2%;
          font-size: 15px; }
          #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: 15px;
        color: #0080c8;
        margin-bottom: 1%; }
      #service #recruitment .detail h4 {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 1%;
        letter-spacing: 1px; }
        #service #recruitment .detail h4 span {
          font-size: 16px; }
      #service #recruitment .detail p {
        margin-bottom: 5%; }
      #service #recruitment .detail .leftimg {
        width: 80%;
        margin: 0 auto 5% auto; }
      #service #recruitment .detail .rightimg {
        width: 80%;
        margin: 0 auto 5% auto; }
  #service #organizational {
    background: rgba(255, 255, 255, 0.8); }
    #service #organizational dl {
      width: 100%;
      padding: 6% 0; }
      #service #organizational dl dt {
        color: #0080c8;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 2%; }
    #service #organizational .pht {
      width: 60%;
      margin: 0 auto -2% auto; }
    #service #organizational h4 {
      background: #0080c8;
      text-align: center;
      font-size: 17px;
      color: #fff;
      padding: 1% 0; }
    #service #organizational ul li .nm {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 500;
      font-size: 15px;
      color: #0080c8; }
    #service #organizational ul li h5 {
      font-size: 17px;
      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: 6% 6%; }
        #service #organizational .detail .ocolumn li {
          margin-bottom: 6%;
          font-size: 14px; }
        #service #organizational .detail .ocolumn li:last-child {
          margin-bottom: 0; }
      #service #organizational .detail .tcolumn {
        border: 1px solid #0080c8;
        padding: 6% 6%; }
        #service #organizational .detail .tcolumn li {
          margin-bottom: 6%;
          font-size: 14px; }
          #service #organizational .detail .tcolumn li ol li {
            list-style: disc;
            margin-left: 5%;
            margin-bottom: 0; }
        #service #organizational .detail .tcolumn li:last-child {
          margin-bottom: 0; }
  #service #individuality {
    background: #e5f2f9; }
    #service #individuality ol li {
      list-style: none;
      border-bottom: 1px solid #aabfd4;
      padding: 4% 0;
      overflow: hidden;
      position: relative;
      line-height: 1.8; }
      #service #individuality ol li p {
        margin-left: 10%; }
        #service #individuality ol li p b {
          display: block;
          font-size: 17px; }
      #service #individuality ol li span {
        display: block;
        position: absolute;
        left: 0;
        top: 16%;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: #0080c8; }
  #service #examples {
    background: rgba(255, 255, 255, 0.8); }
    #service #examples ol li {
      list-style: disc;
      margin-left: 5%; }
  #service .contactBtn {
    clear: both; }
    #service .contactBtn ul {
      padding: 5% 0; }
      #service .contactBtn ul li {
        width: 100%;
        margin-bottom: 3%; }
        #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: 16px;
          font-weight: 700; }
          #service .contactBtn ul li a span {
            font-size: 10px;
            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 15% 0; }
  #service .full-link {
    width: 90%; }
    #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: 80%;
    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: 70%;
    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: 90%;
  margin: 0 auto;
  padding: 15% 0 15% 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: 8%;
    font-size: 13px; }
  #newsTtl dl dt {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 8%; }
  #newsTtl dl dd {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 13px; }

#news {
  overflow: hidden; }
  #news .warpArea {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 5% 0; }
  #news ul.listArea {
    border-top: 1px solid #aabfd4;
    padding-top: 10%; }
    #news ul.listArea img {
      width: 100%; }
    #news ul.listArea li.phton {
      overflow: hidden;
      border-bottom: 1px solid #aabfd4;
      padding-bottom: 8%;
      margin-bottom: 8%; }
      #news ul.listArea li.phton img {
        width: 100%; }
      #news ul.listArea li.phton .phtArea {
        margin-bottom: 5%; }
        #news ul.listArea li.phton .phtArea .pht {
          overflow: hidden;
          border-radius: 10px; }
      #news ul.listArea li.phton dl {
        width: 100%;
        display: table-cell;
        position: relative;
        font-size: 13px;
        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.phtno {
      overflow: hidden;
      border-bottom: 1px solid #aabfd4;
      padding-bottom: 10%;
      margin-bottom: 10%; }
      #news ul.listArea li.phtno a {
        display: block; }
      #news ul.listArea li.phtno dl {
        width: 100vw;
        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 10% 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: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 10% 0; }
  #contact input {
    background: #e6e6e6;
    border-radius: 6px;
    padding: 15px 5%;
    font-size: 16px;
    width: 90%; }
  #contact select {
    background: #e6e6e6;
    border-radius: 6px;
    padding: 15px 5%;
    font-size: 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #contact textarea {
    background: #e6e6e6;
    border-radius: 6px;
    padding: 15px 5%;
    font-size: 16px;
    width: 90%;
    height: 150px; }
  #contact .send {
    text-align: center; }
  #contact .submit {
    background: #0080c8;
    color: #fff;
    width: 100%;
    margin: 0 0%;
    transition: 0.3s;
    margin-bottom: 5%; }
  #contact .submit:hover {
    opacity: 0.8;
    transition: 0.3s; }
  #contact .submitback {
    background: #999;
    color: #fff;
    width: 100%;
    margin: 0 0%;
    transition: 0.3s; }
  #contact .submitback:hover {
    opacity: 0.8;
    transition: 0.3s; }
  #contact .attxt {
    margin-bottom: 5%;
    text-align: center; }
  #contact .selectArea {
    position: relative;
    width: 100%; }
  #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 {
    margin-bottom: 10%;
    width: 100%; }
    #contact dl dt {
      font-size: 18px;
      margin-bottom: 5%; }
      #contact dl dt span {
        display: block;
        float: left;
        margin-right: 10px;
        background: #0080c8;
        color: #fff;
        font-size: 12px;
        padding: 2px 6px; }
  #contact h3 {
    color: #0080c8;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8%;
    text-align: center; }
  #contact .txt {
    text-align: center;
    margin-bottom: 20%; }
  #contact .one-half-link {
    width: 90%;
    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; }

/*privacy*/
.anContactBtn {
  position: fixed;
  right: 5%;
  bottom: 0;
  z-index: 100;
  width: 90%;
  text-align: center; }
  .anContactBtn a {
    display: block;
    background: #004772;
    border-radius: 6px 6px 0 0;
    padding: 15px 0px;
    box-shadow: 0px -0px 20px -9px #000; }
    .anContactBtn a img {
      width: 80%; }
  .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;
  letter-spacing: 0; }
  #ec img {
    width: 100%; }
  #ec .mainVisual {
    background: url("../../service/ec/img/mv_sp.webp") no-repeat right top #fff;
    background-size: contain;
    height: 60vh;
    position: relative; }
    #ec .mainVisual .ttl {
      position: absolute;
      top: 35%;
      left: 8vw;
      line-height: 1.5; }
      #ec .mainVisual .ttl h2 {
        font-size: 7.0vw;
        font-weight: 600;
        color: #0080C8;
        margin-bottom: 1%;
        letter-spacing: 0; }
      #ec .mainVisual .ttl p {
        font-size: 3.2vw;
        font-weight: 600;
        line-height: 2; }
  #ec .ttlArea {
    text-align: center;
    margin-bottom: 8%; }
    #ec .ttlArea dt {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      font-size: 3.6vw;
      color: #0080C8;
      letter-spacing: 2px;
      margin-bottom: 3%; }
    #ec .ttlArea dd {
      font-weight: 600;
      font-size: 5.4vw;
      line-height: 1.5; }
  #ec .mission {
    background: #E2EBF8;
    padding: 15% 0 15% 0;
    line-height: 1.8; }
    #ec .mission p {
      text-align: center;
      margin-bottom: 3%;
      font-size: 3.6vw; }
  #ec .strong {
    padding: 15% 0 15% 0;
    background: #fff; }
    #ec .strong .ttlArea {
      margin-bottom: 5%; }
    #ec .strong .pointwarp {
      width: 90%;
      margin: 0 auto 10% auto; }
    #ec .strong h3 {
      font-size: 4.8vw;
      font-weight: 600;
      color: #0080C8;
      line-height: 1.7;
      margin-bottom: 1%; }
    #ec .strong p {
      margin-bottom: 1%;
      font-size: 3.2vw; }
    #ec .strong .pht1 {
      padding: 5% 0% 0 0%;
      overflow-x: scroll; }
      #ec .strong .pht1 img {
        width: 200%; }
      #ec .strong .pht1 .scroll {
        background: #00568d;
        width: 200%;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 3.0vw;
        color: #fff;
        opacity: 0.8;
        padding: 2% 0%; }
        #ec .strong .pht1 .scroll img {
          width: 10%; }
        #ec .strong .pht1 .scroll span {
          margin: 0 1%; }
    #ec .strong .pht2 {
      overflow-x: scroll; }
      #ec .strong .pht2 img {
        width: 200%; }
      #ec .strong .pht2 .scroll {
        background: #00568d;
        width: 200%;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 3.0vw;
        color: #fff;
        opacity: 0.8;
        padding: 2% 0%; }
        #ec .strong .pht2 .scroll img {
          width: 10%; }
        #ec .strong .pht2 .scroll span {
          margin: 0 1%; }
    #ec .strong .point3 {
      position: relative; }
      #ec .strong .point3 p {
        margin-bottom: 5%; }
    #ec .strong .pht4 {
      overflow-x: scroll; }
      #ec .strong .pht4 img {
        width: 200%; }
      #ec .strong .pht4 .scroll {
        background: #00568d;
        width: 200%;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 3.0vw;
        color: #fff;
        opacity: 0.8;
        padding: 2% 0%; }
        #ec .strong .pht4 .scroll img {
          width: 10%; }
        #ec .strong .pht4 .scroll span {
          margin: 0 1%; }
    #ec .strong .point5 {
      position: relative; }
      #ec .strong .point5 p {
        margin-bottom: 5%; }
  #ec .service {
    background: #E2EBF8;
    padding: 15% 0 15% 0; }
    #ec .service p {
      width: 90%;
      margin: 0 auto 5% auto;
      font-size: 3.2vw; }
    #ec .service .pht {
      width: 90%;
      margin: 0 auto;
      overflow-x: scroll; }
      #ec .service .pht img {
        width: 200%; }
      #ec .service .pht .scroll {
        background: #00568d;
        width: 200%;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 3.0vw;
        color: #fff;
        opacity: 0.8;
        padding: 2% 0%; }
        #ec .service .pht .scroll img {
          width: 10%; }
        #ec .service .pht .scroll span {
          margin: 0 1%; }
  #ec #form {
    padding: 15% 0 15% 0;
    background: #fff; }
    #ec #form p {
      text-align: center;
      margin-bottom: 5%;
      font-size: 3.5vw; }
    #ec #form #sfm-form dl {
      width: 90%;
      margin: 0 auto 5% auto; }
    #ec #form #sfm-form dt {
      padding-top: 10px;
      width: 100%;
      position: relative;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 600; }
    #ec #form #sfm-form dd {
      width: 100%; }
    #ec #form #sfm-form .send {
      width: 90%;
      margin: 0 auto; }
    #ec #form #sfm-form span {
      background: #0080C8;
      color: #fff;
      font-size: 10px;
      padding: 3px 12px;
      border-radius: 2px;
      position: absolute;
      right: 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 submit {
      background: #0080c8;
      color: #fff;
      width: 100%;
      margin: 0 0%;
      transition: 0.3s;
      margin-bottom: 5%; }
    #ec #form #sfm-form .submit {
      background: #0080c8;
      color: #fff;
      width: 100%;
      margin: 0 0%;
      transition: 0.3s;
      margin-bottom: 5%; }
    #ec #form #sfm-form .submit:hover {
      opacity: 0.8;
      transition: 0.3s; }
    #ec #form #sfm-form .submitback {
      background: #999;
      color: #fff;
      width: 100%;
      margin: 0 0%;
      transition: 0.3s; }
    #ec #form #sfm-form .submitback:hover {
      opacity: 0.8;
      transition: 0.3s; }
    #ec #form #sfm-form .attxt {
      margin-bottom: 5%;
      text-align: center; }
    #ec #form #sfm-form .selectArea {
      position: relative;
      width: 100%; }
    #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: 30%; }
    #ec #form.head p {
      padding: 0 5%; }

/*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; }
  #itdd .scroll {
    display: none; }
  #itdd img {
    width: 100%; }
  #itdd .mainVisual {
    background: url("../../service/itdd/img/mv_sp.webp") no-repeat center top;
    background-size: cover;
    height: 80vh;
    position: relative; }
    #itdd .mainVisual .ttl {
      position: absolute;
      bottom: 10%;
      left: 0vw;
      line-height: 1.5;
      color: #fff;
      background: var(--color-blue1);
      padding: 4vw 8vw; }
      #itdd .mainVisual .ttl h2 {
        font-size: 6.4vw;
        font-weight: 600;
        margin-bottom: 1%;
        letter-spacing: 0; }
      #itdd .mainVisual .ttl p {
        font-size: 3.2vw;
        font-weight: 600;
        line-height: 2; }
  #itdd .aboutdd {
    background: #E2EBF8;
    padding: 8% 0 0% 0; }
  #itdd .ttlArea {
    text-align: center;
    margin-bottom: 8%; }
    #itdd .ttlArea dt {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      font-size: 3.6vw;
      color: #0080C8;
      letter-spacing: 2px;
      margin-bottom: 3%; }
    #itdd .ttlArea dd {
      font-weight: 600;
      font-size: 5.4vw;
      line-height: 1.5; }
  #itdd .ddwarp {
    width: 90%;
    margin: 0 auto 10% auto;
    overflow: hidden; }
  #itdd .about {
    background: #E2EBF8;
    padding: 15% 0 0% 0;
    line-height: 1.8;
    position: relative; }
    #itdd .about h3 {
      position: relative;
      text-align: center;
      margin-bottom: 15%;
      font-weight: 600;
      font-size: 5.2vw; }
    #itdd .about h3::before {
      content: "";
      display: block;
      width: 14%;
      height: 3px;
      background-color: var(--color-blue1);
      position: absolute;
      bottom: -20px;
      left: 43%; }
    #itdd .about p {
      text-align: center;
      margin-bottom: 1%; }
    #itdd .about ul {
      margin-bottom: 5%; }
      #itdd .about ul li {
        background: url("../../service/itdd/img/icn_check.svg") no-repeat left top 4px;
        background-size: 20px;
        padding-left: 30px;
        margin-bottom: 5%; }
    #itdd .about .pht {
      width: 80%;
      margin: 0 auto; }
    #itdd .about dl {
      background: #fff;
      padding: 5% 5%;
      clear: both;
      margin-bottom: 3%; }
      #itdd .about dl dt {
        color: var(--color-blue1);
        font-weight: 600;
        font-size: 4.0vw; }
  #itdd .about::after {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 50px solid #E2EBF8; }
  #itdd .strong {
    padding: 15% 0 15% 0;
    background: #fff; }
    #itdd .strong .ttlArea {
      margin-bottom: 3%; }
    #itdd .strong .txt {
      margin-bottom: 5%;
      width: 84%;
      margin: 0 auto 8% auto; }
    #itdd .strong .pointwarp {
      width: 84%;
      margin: 0 auto 8% auto; }
    #itdd .strong h3 {
      font-size: 4.8vw;
      font-weight: 600;
      color: var(--color-blue1);
      line-height: 1.3;
      margin-bottom: 1%; }
      #itdd .strong h3 span {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        font-size: 3.0vw; }
    #itdd .strong p {
      margin-bottom: 1%; }
    #itdd .strong .pht1 {
      background: #E2EBF8;
      padding: 5%;
      overflow-x: scroll; }
      #itdd .strong .pht1 img {
        width: 250%; }
      #itdd .strong .pht1 .scroll {
        background: #00568d;
        width: 250%;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 3.0vw;
        color: #fff;
        opacity: 0.8;
        padding: 2% 0%; }
        #itdd .strong .pht1 .scroll img {
          width: 10%; }
        #itdd .strong .pht1 .scroll span {
          margin: 0 1%; }
  #itdd .important {
    background: var(--color-blue1);
    padding: 15% 0 15% 0;
    color: #fff; }
    #itdd .important h3 {
      text-align: center;
      font-weight: 600;
      font-size: 4.8vw;
      margin-bottom: 5%; }
    #itdd .important .warp {
      width: 84%;
      margin: 0 auto 0 auto; }
    #itdd .important .pht {
      width: 100%;
      margin: 0 auto 5% auto; }
    #itdd .important p {
      margin-bottom: 10%;
      font-size: 3.4vw; }
      #itdd .important p b {
        font-weight: 700;
        text-decoration: underline; }
    #itdd .important dl dt {
      margin-bottom: 5%; }
    #itdd .important dl dd {
      font-size: 3.4vw; }
      #itdd .important dl dd b {
        font-weight: 700;
        text-decoration: underline; }
  #itdd .service {
    background: #E2EBF8;
    padding: 15% 0 8% 0; }
    #itdd .service p {
      text-align: center;
      width: 84%;
      margin: 0 auto 8% auto; }
    #itdd .service h3 {
      text-align: center;
      font-weight: 600;
      font-size: 4.2vw;
      width: 74%;
      margin: 0 auto;
      background: var(--color-blue1);
      color: #fff;
      border-radius: 6px 6px 0 0;
      padding: 4% 5%;
      line-height: 1.5; }
      #itdd .service h3 span {
        font-size: 3.2vw; }
    #itdd .service .warp {
      background: #fff;
      width: 74%;
      margin: 0 auto 5%;
      padding: 5%; }
      #itdd .service .warp dl {
        background: url("../../service/itdd/img/icn_check.svg") no-repeat left top 4px;
        background-size: 24px;
        padding-left: 30px;
        margin-bottom: 2%;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 5%;
        margin-bottom: 5%; }
        #itdd .service .warp dl dt {
          font-size: 4.2vw;
          font-weight: 600;
          color: var(--color-blue1); }
      #itdd .service .warp .report {
        overflow: hidden;
        background: #E2EBF8;
        padding: 8% 5%;
        text-align: center; }
        #itdd .service .warp .report h4 {
          font-size: 3.8vw;
          margin-bottom: 6%;
          line-height: 1.3; }
        #itdd .service .warp .report li {
          float: left;
          width: 46%;
          padding: 2%; }
  #itdd .benefit {
    background: var(--color-blue1);
    padding: 12% 0 12% 0; }
    #itdd .benefit h3 {
      text-align: center;
      font-weight: 600;
      font-size: 4.2vw;
      color: #fff;
      margin-bottom: 3%; }
    #itdd .benefit .warp {
      width: 84%;
      margin: 0 auto 0 auto;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #itdd .benefit .warp dl {
        text-align: center;
        background: #fff;
        border-radius: 20px;
        width: 49%;
        padding: 10% 0 5% 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: 4.8vw;
          line-height: 1.5;
          letter-spacing: 0; }
      #itdd .benefit .warp dl:nth-child(3) dd, #itdd .benefit .warp dl:nth-child(4) dd {
        padding-top: 5%; }
  #itdd .voice {
    padding: 12% 0 12% 0;
    line-height: 1.5;
    background: #fff; }
    #itdd .voice .ttlArea {
      margin-bottom: 5%; }
    #itdd .voice .detail {
      width: 84%;
      margin: 0 auto 8% auto; }
      #itdd .voice .detail .icn {
        text-align: center;
        margin-bottom: 3%; }
        #itdd .voice .detail .icn img {
          width: 20%;
          margin: 0 auto 2% auto; }
      #itdd .voice .detail .read h4 {
        color: var(--color-blue1);
        font-size: 4.0vw; }
  #itdd .flow {
    background: #E2EBF8;
    padding: 15% 0 8% 0; }
    #itdd .flow ul {
      width: 84%;
      margin: 0 auto 3% auto; }
      #itdd .flow ul li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6%; }
        #itdd .flow ul li .step {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 600;
          font-size: 4.8vw;
          width: 17%; }
          #itdd .flow ul li .step h4 {
            border-radius: 200px;
            background: var(--color-blue1);
            font-size: 4.8vw;
            color: #fff;
            line-height: 1.0;
            text-align: center;
            width: 100%;
            padding: 14% 0 18% 0;
            margin-bottom: 25%; }
            #itdd .flow ul li .step h4 span {
              font-size: 2.4vw;
              text-align: center; }
          #itdd .flow ul li .step img {
            width: 50%;
            margin-left: 25%;
            margin-bottom: 15%; }
        #itdd .flow ul li .read {
          width: 77%; }
          #itdd .flow ul li .read dl dt {
            color: var(--color-blue1);
            font-size: 4.2vw;
            font-weight: 600;
            vertical-align: middle; }
            #itdd .flow ul li .read dl dt span {
              font-size: 2.8vw;
              line-height: 1;
              border-radius: 4px;
              padding: 2px 3% 3px;
              margin-right: 3%;
              background: #D80B1A;
              color: #fff;
              line-height: 1.3; }
            #itdd .flow ul li .read dl dt .option {
              background: var(--color-blue2); }
  #itdd #form {
    padding: 15% 0 15% 0;
    background: #fff; }
    #itdd #form p {
      text-align: center;
      margin-bottom: 5%;
      font-size: 3.5vw;
      width: 84%;
      margin: 0 auto 3% auto; }
    #itdd #form #sfm-form dl {
      width: 90%;
      margin: 0 auto 5% auto; }
    #itdd #form #sfm-form dt {
      padding-top: 10px;
      width: 100%;
      position: relative;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 600; }
    #itdd #form #sfm-form dd {
      width: 100%; }
    #itdd #form #sfm-form .send {
      width: 90%;
      margin: 0 auto; }
    #itdd #form #sfm-form span {
      background: #0080C8;
      color: #fff;
      font-size: 10px;
      padding: 3px 12px;
      border-radius: 2px;
      position: absolute;
      right: 0;
      top: 10px; }
    #itdd #form #sfm-form input {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 16px;
      border: 1px solid #999;
      width: 94%; }
    #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: 100%; }
    #itdd #form #sfm-form textarea {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 16px;
      height: 150px;
      border: 1px solid #999;
      width: 94%; }
    #itdd #form #sfm-form submit {
      background: #0080c8;
      color: #fff;
      width: 100%;
      margin: 0 0%;
      transition: 0.3s;
      margin-bottom: 5%; }
    #itdd #form #sfm-form .submit {
      background: #0080c8;
      color: #fff;
      width: 100%;
      margin: 0 0%;
      transition: 0.3s;
      margin-bottom: 5%; }
    #itdd #form #sfm-form .submit:hover {
      opacity: 0.8;
      transition: 0.3s; }
    #itdd #form #sfm-form .submitback {
      background: #999;
      color: #fff;
      width: 100%;
      margin: 0 0%;
      transition: 0.3s; }
    #itdd #form #sfm-form .submitback:hover {
      opacity: 0.8;
      transition: 0.3s; }
    #itdd #form #sfm-form .attxt {
      margin-bottom: 5%;
      text-align: center; }
    #itdd #form #sfm-form .selectArea {
      position: relative;
      width: 100%; }
    #itdd #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; }
  #itdd #form.head {
    padding-top: 30%; }
    #itdd #form.head p {
      padding: 0 5%; }

/*itdd*/
/*salesforce*/
#salesforce {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.8; }
  #salesforce .scroll {
    display: none; }
  #salesforce img {
    width: 100%; }
  #salesforce .mainVisual {
    background: url("../../service/salesforce/img/mv_sp.webp") no-repeat center top;
    background-size: cover;
    height: 80vh;
    position: relative; }
    #salesforce .mainVisual .ttl {
      margin-left: 8vw;
      line-height: 1.5; }
      #salesforce .mainVisual .ttl h2 {
        font-size: 4.6vw;
        font-weight: 600;
        margin-bottom: 1%;
        letter-spacing: 0; }
        #salesforce .mainVisual .ttl h2 b {
          font-size: 7.2vw;
          color: var(--color-blue1); }
      #salesforce .mainVisual .ttl p {
        font-size: 3.6vw;
        font-weight: 600;
        line-height: 2; }
    #salesforce .mainVisual .icn {
      width: 50%;
      margin-left: 25%;
      padding: 35% 0 15% 0; }
  #salesforce .ttlArea {
    text-align: center;
    margin-bottom: 8%; }
    #salesforce .ttlArea dt {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      font-size: 3.6vw;
      color: #0080C8;
      letter-spacing: 2px;
      margin-bottom: 3%; }
    #salesforce .ttlArea dd {
      font-weight: 600;
      font-size: 5.4vw;
      line-height: 1.5; }
  #salesforce .ddwarp {
    width: 84%;
    margin: 0 auto 10% auto;
    overflow: hidden; }
  #salesforce .aboutdd {
    background: #e6e6e6;
    padding: 12% 0 8% 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: 4.8vw; }
      #salesforce .aboutdd h3 span {
        color: var(--color-blue2);
        vertical-align: top; }
    #salesforce .aboutdd h3::before {
      content: "";
      display: block;
      width: 20%;
      height: 2px;
      background-color: var(--color-blue2);
      position: absolute;
      bottom: -10%;
      left: 40%; }
    #salesforce .aboutdd p {
      text-align: left;
      margin-bottom: 5%; }
      #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.8vw;
      background-size: 5vw;
      padding-left: 8%;
      margin-bottom: 3%; }
    #salesforce .aboutdd .detail {
      background: #fff;
      border-radius: 6px;
      position: relative;
      margin-bottom: 20px;
      padding: 15px 25px 40% 25px; }
      #salesforce .aboutdd .detail h4 {
        font-size: 4.6vw;
        color: var(--color-blue2);
        margin-bottom: 3%; }
      #salesforce .aboutdd .detail .icn {
        width: 60%;
        position: absolute;
        right: 0;
        bottom: 0; }
    #salesforce .aboutdd .list dl {
      margin-bottom: 4%;
      letter-spacing: 0; }
      #salesforce .aboutdd .list dl dt {
        background-color: var(--color-blue2);
        text-align: center;
        color: #fff;
        font-size: 4.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: 3.6vw; }
        #salesforce .aboutdd .list dl dd li {
          padding-left: 8%; }
  #salesforce .about {
    background: #E2EBF8;
    padding: 15% 0 0% 0;
    line-height: 1.8;
    position: relative; }
    #salesforce .about h3 {
      position: relative;
      text-align: center;
      margin-bottom: 15%;
      font-weight: 600;
      font-size: 5.2vw; }
    #salesforce .about h3::before {
      content: "";
      display: block;
      width: 14%;
      height: 3px;
      background-color: var(--color-blue1);
      position: absolute;
      bottom: -20px;
      left: 43%; }
    #salesforce .about p {
      text-align: center;
      margin-bottom: 1%; }
    #salesforce .about ul {
      margin-bottom: 5%; }
      #salesforce .about ul li {
        background: url("../../service/salesforce/img/icn_check.svg") no-repeat left top 4px;
        background-size: 20px;
        padding-left: 30px;
        margin-bottom: 5%; }
    #salesforce .about .pht {
      width: 80%;
      margin: 0 auto; }
    #salesforce .about dl {
      background: #fff;
      padding: 5% 5%;
      clear: both;
      margin-bottom: 3%; }
      #salesforce .about dl dt {
        color: var(--color-blue1);
        font-weight: 600;
        font-size: 4.0vw; }
  #salesforce .about::after {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 50px solid #E2EBF8; }
  #salesforce .strong {
    padding: 15% 0 15% 0;
    background: #fff; }
    #salesforce .strong .ttlArea {
      margin-bottom: 3%; }
    #salesforce .strong .txt {
      margin-bottom: 5%;
      width: 84%;
      margin: 0 auto 8% auto; }
    #salesforce .strong .pointwarp {
      width: 84%;
      margin: 0 auto 8% auto; }
    #salesforce .strong h3 {
      font-size: 4.4vw;
      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 2vw;
      background-size: 14%;
      padding-left: 16%; }
      #salesforce .strong h3 span {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        font-size: 3.0vw; }
    #salesforce .strong .pointwarp:nth-child(2) h3 {
      background: url("../../service/salesforce/img/icn6.svg") no-repeat left top 2vw;
      background-size: 14%; }
    #salesforce .strong .pointwarp:nth-child(3) h3 {
      background: url("../../service/salesforce/img/icn7.svg") no-repeat left top 2vw;
      background-size: 14%; }
    #salesforce .strong .pointwarp:nth-child(4) h3 {
      background: url("../../service/salesforce/img/icn8.svg") no-repeat left top 2vw;
      background-size: 14%; }
    #salesforce .strong .pointwarp:nth-child(5) h3 {
      background: url("../../service/salesforce/img/icn9.svg") no-repeat left top 2vw;
      background-size: 14%; }
    #salesforce .strong p {
      margin-bottom: 1%; }
    #salesforce .strong .pht1 {
      background: #E2EBF8;
      padding: 5%;
      overflow-x: scroll; }
      #salesforce .strong .pht1 img {
        width: 250%; }
      #salesforce .strong .pht1 .scroll {
        background: #00568d;
        width: 250%;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 3.0vw;
        color: #fff;
        opacity: 0.8;
        padding: 2% 0%; }
        #salesforce .strong .pht1 .scroll img {
          width: 10%; }
        #salesforce .strong .pht1 .scroll span {
          margin: 0 1%; }
  #salesforce .important {
    background: var(--color-blue1);
    padding: 15% 0 15% 0;
    color: #fff; }
    #salesforce .important h3 {
      text-align: center;
      font-weight: 600;
      font-size: 4.8vw;
      margin-bottom: 5%; }
    #salesforce .important .warp {
      width: 84%;
      margin: 0 auto 0 auto; }
    #salesforce .important .pht {
      width: 100%;
      margin: 0 auto 5% auto; }
    #salesforce .important p {
      margin-bottom: 10%;
      font-size: 3.4vw; }
      #salesforce .important p b {
        font-weight: 700;
        text-decoration: underline; }
    #salesforce .important dl dt {
      margin-bottom: 5%; }
    #salesforce .important dl dd {
      font-size: 3.4vw; }
      #salesforce .important dl dd b {
        font-weight: 700;
        text-decoration: underline; }
  #salesforce .service {
    background: #E2EBF8;
    padding: 15% 0 8% 0; }
    #salesforce .service p {
      text-align: center;
      width: 84%;
      margin: 0 auto 8% auto; }
    #salesforce .service h3 {
      text-align: center;
      font-weight: 600;
      font-size: 4.2vw;
      width: 74%;
      margin: 0 auto;
      background: var(--color-blue1);
      color: #fff;
      border-radius: 6px 6px 0 0;
      padding: 3% 5%;
      line-height: 1.5; }
      #salesforce .service h3 span {
        font-size: 3.2vw; }
    #salesforce .service .warp {
      background: #fff;
      width: 74%;
      margin: 0 auto 8% auto;
      padding: 5%; }
      #salesforce .service .warp h4 {
        font-size: 4.8vw; }
      #salesforce .service .warp dl {
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        margin-bottom: 3%; }
        #salesforce .service .warp dl dt {
          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 {
          padding: 10px 20px;
          border-top: 1px solid #333;
          border-left: 1px solid #333;
          box-sizing: border-box; }
  #salesforce .benefit {
    background: var(--color-blue1);
    padding: 12% 0 12% 0; }
    #salesforce .benefit h3 {
      text-align: center;
      font-weight: 600;
      font-size: 4.2vw;
      color: #fff;
      margin-bottom: 3%; }
    #salesforce .benefit .warp {
      width: 84%;
      margin: 0 auto 0 auto;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #salesforce .benefit .warp dl {
        text-align: center;
        background: #fff;
        border-radius: 20px;
        width: 49%;
        padding: 10% 0 5% 0;
        margin-bottom: 6%; }
        #salesforce .benefit .warp dl dt {
          width: 40%;
          margin: 0 auto 3% auto; }
        #salesforce .benefit .warp dl dd {
          font-weight: 700;
          font-weight: 4.8vw;
          line-height: 1.5;
          letter-spacing: 0; }
      #salesforce .benefit .warp dl:nth-child(3) dd, #salesforce .benefit .warp dl:nth-child(4) dd {
        padding-top: 5%; }
  #salesforce .voice {
    padding: 12% 0 12% 0;
    line-height: 1.5;
    background: #fff; }
    #salesforce .voice .ttlArea {
      margin-bottom: 5%; }
    #salesforce .voice .detail {
      width: 84%;
      margin: 0 auto 8% auto; }
      #salesforce .voice .detail .icn {
        text-align: center;
        margin-bottom: 3%; }
        #salesforce .voice .detail .icn img {
          width: 20%;
          margin: 0 auto 2% auto; }
      #salesforce .voice .detail .read h4 {
        color: var(--color-blue1);
        font-size: 4.0vw; }
    #salesforce .voice .detail2 {
      width: 84%;
      margin: 0 auto 8% auto; }
      #salesforce .voice .detail2 dl {
        border-bottom: 1px dotted #333;
        padding: 0 0 2% 0;
        margin-bottom: 4%; }
      #salesforce .voice .detail2 dt {
        color: var(--color-blue1);
        font-weight: 600;
        font-size: 4.0vw;
        margin-bottom: 2%; }
      #salesforce .voice .detail2 dd {
        font-size: 4.0vw; }
  #salesforce .flow {
    background: #E2EBF8;
    padding: 15% 0 8% 0; }
    #salesforce .flow ul {
      width: 84%;
      margin: 0 auto 3% auto; }
      #salesforce .flow ul li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6%; }
        #salesforce .flow ul li .step {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 600;
          font-size: 4.8vw;
          width: 17%; }
          #salesforce .flow ul li .step h4 {
            border-radius: 200px;
            background: var(--color-blue1);
            font-size: 4.8vw;
            color: #fff;
            line-height: 1.0;
            text-align: center;
            width: 100%;
            padding: 14% 0 18% 0;
            margin-bottom: 25%; }
            #salesforce .flow ul li .step h4 span {
              font-size: 2.4vw;
              text-align: center; }
          #salesforce .flow ul li .step img {
            width: 50%;
            margin-left: 25%;
            margin-bottom: 15%; }
        #salesforce .flow ul li .read {
          width: 77%; }
          #salesforce .flow ul li .read dl dt {
            color: var(--color-blue1);
            font-size: 4.2vw;
            font-weight: 600;
            vertical-align: middle; }
            #salesforce .flow ul li .read dl dt span {
              font-size: 2.8vw;
              line-height: 1;
              border-radius: 4px;
              padding: 2px 3% 3px;
              margin-right: 3%;
              background: #D80B1A;
              color: #fff;
              line-height: 1.3; }
            #salesforce .flow ul li .read dl dt .option {
              background: var(--color-blue2); }
  #salesforce #checksheet {
    padding: 15% 0 8% 0;
    background: #fff; }
    #salesforce #checksheet .ct {
      text-align: center;
      font-size: 3.5vw;
      font-weight: 600;
      margin-bottom: 4%;
      letter-spacing: 0; }
    #salesforce #checksheet .ud {
      text-align: center;
      font-size: 3.5vw;
      font-weight: 600; }
      #salesforce #checksheet .ud span {
        color: var(--color-blue1); }
    #salesforce #checksheet .sheet {
      width: 84%;
      margin: 0 auto 3% auto;
      background: #E2EBF8;
      padding: 6%; }
      #salesforce #checksheet .sheet dl {
        text-align: center;
        margin-bottom: 3%; }
        #salesforce #checksheet .sheet dl dt {
          font-size: 4.0vw;
          font-weight: 600; }
        #salesforce #checksheet .sheet dl dd h3 {
          font-size: 4.8vw;
          color: var(--color-blue1); }
      #salesforce #checksheet .sheet ul {
        margin-bottom: 3%; }
        #salesforce #checksheet .sheet ul li {
          margin-bottom: 1%;
          background: #fff;
          border-radius: 10px;
          position: relative;
          padding: 6% 7%; }
          #salesforce #checksheet .sheet ul li i {
            display: block;
            border: 2px solid #666;
            border-radius: 4px;
            width: 3.6vw;
            height: 3.6vw;
            position: absolute;
            left: 5%;
            top: 20%; }
          #salesforce #checksheet .sheet ul li h4 {
            font-size: 4.0vw;
            color: var(--color-blue1);
            padding-left: 7%; }
  #salesforce #form {
    padding: 15% 0 15% 0;
    background: #fff; }
    #salesforce #form p {
      text-align: center;
      margin-bottom: 5%;
      font-size: 3.5vw;
      width: 84%;
      margin: 0 auto 3% auto; }
    #salesforce #form #sfm-form dl {
      width: 90%;
      margin: 0 auto 5% auto; }
    #salesforce #form #sfm-form dt {
      padding-top: 10px;
      width: 100%;
      position: relative;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 600; }
    #salesforce #form #sfm-form dd {
      width: 100%; }
    #salesforce #form #sfm-form .send {
      width: 90%;
      margin: 0 auto; }
    #salesforce #form #sfm-form span {
      background: #0080C8;
      color: #fff;
      font-size: 10px;
      padding: 3px 12px;
      border-radius: 2px;
      position: absolute;
      right: 0;
      top: 10px; }
    #salesforce #form #sfm-form input {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 16px;
      border: 1px solid #999;
      width: 94%; }
    #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: 100%; }
    #salesforce #form #sfm-form textarea {
      border-radius: 6px;
      padding: 15px 3%;
      font-size: 16px;
      height: 150px;
      border: 1px solid #999;
      width: 94%; }
    #salesforce #form #sfm-form submit {
      background: #0080c8;
      color: #fff;
      width: 100%;
      margin: 0 0%;
      transition: 0.3s;
      margin-bottom: 5%; }
    #salesforce #form #sfm-form .submit {
      background: #0080c8;
      color: #fff;
      width: 100%;
      margin: 0 0%;
      transition: 0.3s;
      margin-bottom: 5%; }
    #salesforce #form #sfm-form .submit:hover {
      opacity: 0.8;
      transition: 0.3s; }
    #salesforce #form #sfm-form .submitback {
      background: #999;
      color: #fff;
      width: 100%;
      margin: 0 0%;
      transition: 0.3s; }
    #salesforce #form #sfm-form .submitback:hover {
      opacity: 0.8;
      transition: 0.3s; }
    #salesforce #form #sfm-form .attxt {
      margin-bottom: 5%;
      text-align: center; }
    #salesforce #form #sfm-form .selectArea {
      position: relative;
      width: 100%; }
    #salesforce #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; }
  #salesforce #form.head {
    padding-top: 30%; }
    #salesforce #form.head p {
      padding: 0 5%; }

/*salesforce*/
.pagetopm {
  padding-top: 20%; }
