
@charset "UTF-8";

/*    reset
-------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  /*background: transparent;*/
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="text"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
  outline: 0;
}

button:hover {
  cursor: pointer;
}

/*  global
----------------------------------------*/

:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #222;
  font-size: 1.8rem;
  line-height: 150%;
  position: relative;
  word-break: normal;
}

body,
button,
input,
textarea {
  font-family: "Noto Sans JP","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

a,
a:visited {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: #004097;
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}

a.link {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.bt {
  position: relative;
}

.bt:hover {
  opacity: .8;
  transition: .3s;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.nowrap { white-space: nowrap; }

.text-keycolor {
  color: #004a85;
}

.text-green {
  color: #389c38;
}

.text-red {
  color: #d00;
}

.normal-list {
  list-style: disc inside !important;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

.normal-list-item {
  margin-top: .5rem;
}

.normal-list-item:first-child {
  margin-top: 0;
}

/*  default
----------------------------------------*/

.only-pc { display: block; }
.only-sp { display: none; }

body {
  font-feature-settings: "palt";
  font-size: 1.8rem;
}

.ECS--wrapper,
.ECS--header,
.ECS--footer,
.ECS--main {
  box-sizing: border-box;
  width: 100%;
  min-width: 1080px;
}

.ECS--header {
  display: flex;
  align-items: center;

  background-color: #e5ecf4;
  border-bottom: 1px solid #004097;
  box-sizing: border-box;
  height: 80px;
  padding: 0 50px;
}

.ECS--header .logo h1 {
  width: 276px;
}

.ECS--header .logo h1 img {
  width: 100%;
}

.ECS--header .logo .sub-text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  margin-top: 5px;
}

.ECS--nav {
  display: flex;
  justify-content: center;

  margin-left: auto;
}

.ECS--nav > li + li {
  margin-left: 30px;
}

.ECS--nav > li a {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #fff;
  border: 1px solid #004097;
  border-radius: 25px;
  height: 50px;
  width: 300px;
}

.ECS--nav > li a:hover {
  opacity: .7;
  transition: .3s;
}

.ECS--nav > li a.bt-nsw-shopify img {
  height: 27px;
  width: 194px;
}

.ECS--nav > li a.bt-creoss-plus img {
  height: 24px;
  width: 116px;
}

.ECS--footer {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #004097;
  color: #fff;
  padding: 20px;
}

.ECS--footer .logo {
  display: flex;
  align-items: center;

  width: 60px;
}

.ECS--footer .logo img {
  width: 100%;
}

.ECS--footer .copyright {
  font-size: 1.6rem;
  line-height: 100%;
  margin-left: 20px;
}

.bt-pagetop {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 99;
}

.bt-pagetop .bt {
  background-color: rgba(0,0,0,.5);
  border-radius: 5px;
  display: block;
  height: 45px;
  width: 45px;
}

.bt-pagetop .bt img {
  width: 100%;
}

.ECS--top {
  background-color: #004097;
  height: 400px;
  width: 100%;
}

.ECS--top-inner {
  background: url(../img/img_ecs_top.jpg) no-repeat 100% 0;
  background-size: auto 400px;
  box-sizing: border-box;
  height: 400px;
  padding: 70px 100px 0;
  width: 100%;
}

.ECS--top .logo {
  width: 594px;
}

.ECS--top .logo img {
  width: 100%;
}

.ECS--top .text {
  margin-top: 30px;
  width: 518px;
}

.ECS--top .text img {
  width: 100%;
}

.ECS--introduction {
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 70px 0;
  width: 100%;
}

.ECS--introduction-container {
  border-left: 4px solid #004097;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 20px;
  width: 900px;
}

.ECS--introduction-container p + p {
  margin-top: 20px;
}

.ECS--main-section {
  box-sizing: border-box;
  width: 100%;
}

.ECS--main-section .container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 70px 50px;
  width: 1000px;
}

.ECS--main-section h3 {
  border-bottom: 2px solid #222;
  font-size: 6rem;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 20px;
}

.ECS--main-section h3 span {
  line-height: 100%;
  vertical-align: baseline;
}

.ECS--main-section h3 .sub {
  color: #004097;
  font-size: 1.8rem;
  margin-left: 30px;
}

#ECS--service.ECS--main-section {
  background-color: #e5ecf4;
}

#ECS--service .content {
  background-color: #fff;
  margin: 60px auto 0;
  padding: 30px 0;
}

#ECS--service #ECS--nsw-shopify.content {
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.07),-30px 30px 0 0 #cedaeb,-900px 30px 0 0 #cedaeb;
  margin: 50px auto 0;
}

#ECS--service #ECS--creoss-plus.content {
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.07),30px 30px 0 0 #cedaeb,900px 30px 0 0 #cedaeb;
}

#ECS--service .catch-1 {
  font-size: 2.7rem;
  font-weight: 700;
  padding: 0 30px;
  text-align: center;
}

#ECS--service .catch-2 {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 30px;
  text-align: center;
}

#ECS--nsw-shopify .logo {
  margin: 30px auto;
  width: 443px;
}

#ECS--nsw-shopify .logo img {
  width: 100%;
}

#ECS--creoss-plus .logo {
  margin: 30px auto;
  width: 277px;
}

#ECS--creoss-plus .logo img {
  width: 100%;
}

#ECS--service .detail {
  display: flex;

  margin-top: 30px;
}

#ECS--service .detail .image {
  flex: 0 0 300px;
}

#ECS--service .detail .image img {
  width: 100%;
}

#ECS--service .detail .text {
  flex: 0 0 600px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  box-sizing: border-box;
  padding: 0 30px;
}

#ECS--service .detail .bt-detail {
  background-color: #004097;
  box-sizing: border-box;
  border-radius: 25px;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 50px;
  position: relative;
  text-align: center;
  margin: 30px auto 0;
  width: 300px;
}

#ECS--service .detail .bt-detail:hover {
  opacity: .7;
  text-decoration: none;
  transition: .3s;
}

#ECS--service .detail .bt-detail .icon {
  background: url(../img/ico_ecs_bt_arrow.png) no-repeat 0 0;
  background-size: 20px auto;
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 20px;
}

#ECS--support.ECS--main-section {
  background-color: #e5ecf4;
}

#ECS--support .container {
  padding: 30px 50px 100px;
}

#ECS--support .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ECS--support .content .item {
  flex: 0 0 430px;

  background-color: #fff;
  box-sizing: border-box;
  margin-top: 130px;
  padding: 110px 20px 30px;
  position: relative;
}

#ECS--support .content .item:nth-child(odd) {
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.07),-30px 30px 0 0 #cedaeb;
}

#ECS--support .content .item:nth-child(even) {
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.07),30px 30px 0 0 #cedaeb;
}

#ECS--support .content .icon {
  left: 135px;
  position: absolute;
  top: -80px;
  width: 160px;
}

#ECS--support .content .icon img {
  width: 100%;
}

#ECS--support .content .caption {
  font-size: 2rem;
  font-weight: 700;
}

#ECS--support .content p {
  margin: 30px 0 0;
}

#ECS--contact .leading-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  margin: 50px auto 0;
  text-align: center;
}

#ECS--contact .contact-content {
  background-color: #fff;
  border: 2px solid #004097;
  border-radius: 20px;
  margin: 50px auto 0;
  padding: 30px 50px;
}

#ECS--contact .bt-mail a {
  background-color: #004097;
  border-radius: 40px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 80px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 600px;
}

#ECS--contact .bt-mail .icon {
  display: block;
  height: 30px;
  left: 30px;
  position: absolute;
  top: 25px;
  width: 30px;
}

#ECS--contact .bt-mail .icon img {
  width: 100%;
}

#ECS--contact .telephone {
  display: flex;
  align-items: center;

  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}

#ECS--contact .telephone .caption {
  flex: 0 0 140px;

  font-size: 2rem;
  font-weight: 700;
}

#ECS--contact .telephone .number {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #004097;
  font-size: 5rem;
  font-weight: 700;
  padding: 0 30px;
}

#ECS--contact .telephone .number .icon {
  display: block;
  height: 30px;
  margin-right: 15px;
  width: 30px;
}

#ECS--contact .telephone .number .icon img {
  width: 100%;
  vertical-align: middle;
}

#ECS--contact .telephone .note {
  flex: 0 0 200px;

  font-size: 1.6rem;
}

/*  under 1024px
----------------------------------------*/

  @media (max-width: 1024px) {

body {
  font-size: 3.6vw;
}

.normal-list {
  list-style: disc inside !important;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}

.only-pc { display: none; }
.only-sp { display: block; }

.ECS--wrapper,
.ECS--header,
.ECS--footer,
.ECS--main {
  min-width: auto;
}

.ECS--header {
  display: block;

  height: auto;
  padding: 4vw 2vw;
}

.ECS--header .logo h1 {
  margin: 0 auto;
  width: 50vw;
}

.ECS--header .logo .sub-text {
  font-size: 3vw;
  margin-top: 1.33vw;
  text-align: center;
}

.ECS--nav {
  font-size: 2.7vw;
  margin-top: 4vw;
  padding: 0;
  width: auto;
}

.ECS--nav > li + li {
  margin-left: 3vw;
}

.ECS--nav > li a {
  border: 1px solid #004097;
  border-radius: 4vw;
  height: 8vw;
  width: 44vw;
}

.ECS--nav > li a.bt-nsw-shopify img {
  height: 4.68vw;
  width: 33.63vw;
}

.ECS--nav > li a.bt-creoss-plus img {
  height: 4.16vw;
  width: 20.11vw;
}

.ECS--footer {
  display: block;
  padding: 4vw;
}

.ECS--footer .logo {
  display: block;
  margin: 0 auto;
  width: 12vw;
}

.ECS--footer .copyright {
  font-size: 3.2vw;
  margin: 2vw auto 0;
  text-align: center;
}

.bt-pagetop {
  right: 2vw;
}

.bt-pagetop .bt {
  height: 12vw;
  width: 12vw;
}

.ECS--top {
  height: auto;
}

.ECS--top-inner {
  background: url(../img/img_ecs_top.jpg) no-repeat 25vw 0;
  background-size: auto 100%;
  height: auto;
  padding: 6vw 4vw;
}

.ECS--top .logo {
  width: 79.2vw;
}

.ECS--top .text {
  margin-top: 4vw;
  width: 69vw;
}

.ECS--introduction {
  padding: 8vw 3vw;
}

.ECS--introduction-container {
  border-left: 4px solid #004097;
  margin: 0 auto;
  padding-left: 3vw;
  width: auto;
}

.ECS--introduction-container p + p {
  margin-top: 3vw;
}

.ECS--main-section .container {
  padding: 8vw 3vw;
  width: auto;
}

.ECS--main-section h3 {
  font-size: 8vw;
  padding-bottom: 3vw;
}

.ECS--main-section h3 span {
  line-height: 100%;
  vertical-align: baseline;
}

.ECS--main-section h3 .sub {
  color: #004097;
  font-size: 3vw;
  margin-left: 30px;
}

#ECS--service .content {
  margin: 8vw auto 0;
  padding: 6vw 0;
}

#ECS--service #ECS--nsw-shopify.content {
  box-shadow: 0 1vw 2vw 0 rgba(0,0,0,0.07),-4vw 4vw 0 0 #cedaeb;
  margin: 6vw auto 0;
}

#ECS--service #ECS--creoss-plus.content {
  box-shadow: 0 1vw 2vw 0 rgba(0,0,0,0.07),4vw 4vw 0 0 #cedaeb;
}

#ECS--service .catch-1 {
  font-size: 4.2vw;
  padding: 0 3vw;
}

#ECS--service .catch-2 {
  font-size: 3.6vw;
  padding: 0 3vw;
}

#ECS--nsw-shopify .logo {
  margin: 4vw auto;
  width: 74vw;
}

#ECS--creoss-plus .logo {
  margin: 4vw auto;
  width: 47vw;
}

#ECS--service .detail {
  display: block;
  margin-top: 6vw;
}

#ECS--service .detail .image {
  margin: 0 auto;
  width: 60vw;
}

#ECS--service .detail .text {
  margin-top: 6vw;
  padding: 0 3vw;
}

#ECS--service .detail .bt-detail {
  border-radius: 6vw;
  font-size: 4.2vw;
  line-height: 12vw;
  margin: 6vw auto 0;
  width: 66vw;
}

#ECS--service .detail .bt-detail .icon {
  background: url(../img/ico_ecs_bt_arrow.png) no-repeat 0 0;
  background-size: 4vw auto;
  height: 4vw;
  right: 3vw;
  top: 4vw;
  width: 4vw;
}

#ECS--support .container {
  padding: 6vw 3vw 10vw;
}

#ECS--support .content {
  display: block;
}

#ECS--support .content .item {
  margin-top: 23vw;
  padding: 21vw 3vw 6vw;
  width: auto;
}

#ECS--support .content .item:first-child {
  margin-top: 19vw;
}

#ECS--support .content .item:nth-child(odd) {
  box-shadow: 0 1vw 2vw 0 rgba(0,0,0,0.07),-4vw 4vw 0 0 #cedaeb;
}

#ECS--support .content .item:nth-child(even) {
  box-shadow: 0 1vw 2vw 0 rgba(0,0,0,0.07),4vw 4vw 0 0 #cedaeb;
}

#ECS--support .content .icon {
  left: 32vw;
  top: -15vw;
  width: 30vw;
}

#ECS--support .content .caption {
  font-size: 4.2vw;
}

#ECS--support .content p {
  margin: 4vw 0 0;
}

#ECS--contact .leading-text {
  font-size: 4vw;
  margin: 8vw auto 0;
}

#ECS--contact .contact-content {
  margin: 8vw auto 0;
  padding: 6vw 3vw;
}

#ECS--contact .bt-mail a {
  font-size: 5.2vw;
  padding: 0 0 0 30px;
  width: 100%;
}

#ECS--contact .bt-mail .icon {
  left: 10px;
}

#ECS--contact .telephone {
  flex-direction: column;
  justify-content: flex-start;

  border-top: 1px solid #ccc;
  margin-top: 6vw;
  padding-top: 6vw;
}

#ECS--contact .telephone .caption {
  flex: 0 0 auto;

  font-size: 4.8vw;
}

#ECS--contact .telephone .number {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 9.6vw;
  padding: 4vw 0;
}

#ECS--contact .telephone .number .icon {
  margin-right: 2vw;
}

#ECS--contact .telephone .note {
  flex: 0 0 auto;

  font-size: 3.6vw;
  text-align: center;
}

  }  /* /@media (max-width: 1024px) */







