@charset "UTF-8";
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

main#service * {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  box-sizing: border-box;
  color: #333;
  line-height: 1.7;
  font-size: 15px;
}
main#service div, main#service p, main#service ul, main#service ol, main#service li {
  box-sizing: border-box;
}
main#service main {
  background-color: #fff;
}
main#service .skew {
  transform: skewY(-10deg);
}
main#service .skew > * {
  transform: skewY(10deg);
}
main#service .eng {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6FA9E2;
}
@media screen and (max-width: 768px) {
  main#service .show_sm {
    display: block;
  }
  main#service .show_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  main#service .show_sm {
    display: none;
  }
  main#service .show_pc {
    display: block;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

main#service * {
  font-size: 2rem !important;
  color: red;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.shadow {
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  /* Safari, Chrome逕ｨ */
  -moz-box-shadow: 0px 0px 3px 0px #ccc;
  /* Firefox逕ｨ */
  box-shadow: 0px 0px 3px 0px #ccc;
  /* CSS3 */
}

div {
  box-sizing: border-box;
}

/*--------------------------共通パーツここから--------------------------------*/
#service {
  background-color: #252723;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  /*文字サイズの自動調整をオフ*/
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  br.show_sm {
    display: inline-block;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  br.show_sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  br.show_sm {
    display: none;
  }
}
.fadeIn {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s ease;
}

.fadeIn.show {
  opacity: 1;
  transform: translateY(0px);
}

main.components {
  padding-bottom: 100px;
}

#service .l-sectionWrapper {
  width: 100%;
  min-height: 100px;
  padding: 50px 0 0 0;
}
#service .l-sectionWrapper.no-padding {
  padding: 0 0;
}
#service .container {
  max-width: unset;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5vw 3vw 5vw;
}
#service .container.width-1300 {
  max-width: 1300px;
  margin: 0 auto;
}
#service .container.center {
  text-align: center;
}
#service .dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service .gray {
  background-color: #F5F6F7;
}
#service .breadCrumbArea {
  width: 100%;
  padding: 2vw 5vw;
  font-size: 1.3rem !important;
  color: #666;
  text-align: right;
  line-height: 1.9;
}
#service .breadCrumbArea a {
  text-decoration: none;
  font-size: inherit;
  font-size: 1.4rem !important;
  color: inherit;
}
#service .breadCrumbArea a:hover {
  color: #6FA9E2;
  text-decoration: underline;
}
#service .c-sectionTitle {
  font-size: 2.7rem !important;
  text-align: left;
  line-height: 1.55;
  font-weight: 500;
}
#service .c-sectionTitle.en {
  padding: 10px 0 20px 0;
}
#service .c-sectionTitleLarge {
  font-size: 3.6rem !important;
  text-align: left;
  line-height: 1.45;
  font-weight: 500;
}
#service .c-sectionTitleEng {
  font-size: 1.4rem !important;
  color: #6FA9E2;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#service .c-leadText {
  font-size: 2rem !important;
  text-align: left;
  line-height: 1.8;
  padding-bottom: 15px;
}
#service .des {
  font-size: 1.52rem !important;
  text-align: left;
}
#service .c-fadeLink {
  transition: all 0.4s;
  display: block;
  width: 50%;
  background-color: #fff;
  min-height: 300px;
  text-decoration: none !important;
  padding: 7% 5%;
  position: relative;
  overflow: hidden;
  border-top: #ddd solid 1px;
  border-right: #ddd solid 1px;
}
#service .c-fadeLink.wide {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #service .c-fadeLink {
    width: 100%;
  }
}
#service .c-fadeLink__title {
  position: relative;
  padding-bottom: 25px;
  font-weight: 500;
}
#service .c-fadeLink__des {
  position: relative;
  padding-bottom: 25px;
}
#service .c-fadeLink__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.06;
  opacity: 0.12;
}
#service .c-fadeLink:hover {
  background-color: #333;
}
#service .c-fadeLink:hover .c-fadeLink__title {
  color: #fff;
  text-decoration: none;
}
#service .c-fadeLink:hover .c-fadeLink__des {
  color: #fff;
  text-decoration: none;
}
#service .c-fadeLink:hover .c-fadeLink__bg {
  opacity: 0.3;
}
#service .c-fadeLink:hover .c-circleLink {
  background-color: #fff !important;
  color: #6FA9E2 !important;
}
#service .c-fadeLink:hover .c-circleLink::after {
  display: none;
}
#service .c-fadeLink:hover .c-circleLink::before {
  display: block !important;
  transform: translateX(8px) !important;
  opacity: 1 !important;
  transition: all 0.3s !important;
}
#service .c-circleLink {
  display: inline-block;
  border-radius: 40px;
  background-color: #6FA9E2;
  color: #fff;
  min-width: 200px;
  padding: 10px 30px;
  font-size: 1.5rem !important;
  position: relative;
  transition: all 0.4s;
  text-align: left;
}
#service .c-circleLink::after {
  content: url("/-/media/image/service/common/right_arrow_w.svg");
  position: absolute;
  right: 20px;
  top: 10px;
  width: 26px;
}
#service .c-circleLink::before {
  content: url("/-/media/image/service/common/right_arrow_bl.svg");
  position: absolute;
  right: 20px;
  top: 10px;
  width: 26px;
  opacity: 0;
}
#service .c-blueCircleLink {
  display: inline-block;
  border-radius: 40px;
  background-color: #6FA9E2;
  border: #fff solid 2px;
  color: #fff;
  min-width: 200px;
  padding: 10px 30px;
  font-size: 1.5rem !important;
  position: relative;
  transition: all 0.3s;
  text-align: left;
}
#service .c-blueCircleLink.long {
  min-width: 250px;
}
#service .c-blueCircleLink.en {
  font-size: 1.4rem !important;
  letter-spacing: 0.05;
  padding: 11px 30px;
}
#service .c-blueCircleLink.long_en {
  font-size: 1.4rem !important;
  letter-spacing: 0.05;
  padding: 11px 60px 11px 30px;
}
#service .c-blueCircleLink::after {
  content: url("/-/media/image/service/common/right_arrow_w.svg");
  position: absolute;
  right: 20px;
  top: 10px;
  width: 26px;
}
#service .c-blueCircleLink::before {
  content: url("/-/media/image/service/common/right_arrow_bl.svg");
  position: absolute;
  right: 20px;
  top: 10px;
  width: 26px;
  opacity: 0;
  transition: all 0.3s;
}
#service .c-blueCircleLink:hover {
  color: #6FA9E2;
  background-color: #fff;
  border: #6FA9E2 solid 2px;
  text-decoration: none;
}
#service .c-blueCircleLink:hover::after {
  display: none;
}
#service .c-blueCircleLink:hover::before {
  opacity: 1;
  transform: translateX(10px);
}
#service .c-headerimage {
  overflow: hidden;
  width: 75%;
  max-width: 1024px;
  background-color: #6FA9E2;
}
@media screen and (max-width: 768px) {
  #service .c-headerimage {
    width: 100vw;
    max-width: unset;
    height: 300px;
  }
}
#service .c-headerimage__pc {
  display: block;
  transition: all 1s ease;
  transition-delay: 250ms;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.2);
}
#service .c-headerimage.active .c-headerimage__pc {
  opacity: 1;
  transform: scale(1);
}
#service .c-featurePanelWrapper::after {
  content: "";
  display: block;
  width: 32%;
}
#service .c-featurePanel {
  width: 32%;
  box-siziing: border_box;
  background-color: #fff;
  border-radius: 10px;
  padding: 3%;
  text-align: left;
  margin-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  #service .c-featurePanel {
    width: 100%;
    padding: 10% 10%;
    margin-bottom: 4vw;
  }
}
#service .c-featurePanel__title {
  margin-bottom: 10px;
}
#service .c-featurePanel__icon {
  width: 40px;
  margin-bottom: 15px;
}
#service .c-featurePanel__des {
  font-size: 1.5rem !important;
}
#service .c-panelLinkWithImage {
  width: 32%;
  max-width: 460px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  margin-bottom: 3vw;
  border-radius: 10px;
  overflow: hidden;
}
#service .c-panelLinkWithImage.column-2 {
  width: 47%;
  max-width: unset;
  border-radius: 0;
}
#service .c-panelLinkWithImage.column-2 .c-panelLinkWithImage__image {
  border-radius: 20px;
  max-height: 300px;
  max-height: 38vw;
}
#service .c-panelLinkWithImage.column-2 .c-panelLinkWithImage__title {
  font-size: 1.2rem;
  text-decoration: underline;
  padding: 20px 10% 10px 3%;
}
#service .c-panelLinkWithImage.column-2 .c-panelLinkWithImage__des {
  font-size: 1rem;
  padding: 0 10% 10% 3%;
  opacity: 0.8;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #service .c-panelLinkWithImage.column-2 {
    width: 100%;
  }
  #service .c-panelLinkWithImage.column-2 .c-panelLinkWithImage__image {
    border-radius: 16px;
  }
}
@media screen and (max-width: 479px) {
  #service .c-panelLinkWithImage {
    width: 100%;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #service .c-panelLinkWithImage {
    width: 48%;
    margin-bottom: 30px;
  }
}
#service .c-panelLinkWithImage__image {
  width: 100%;
  background-color: #6FA9E2;
  overflow: hidden;
}
#service .c-panelLinkWithImage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(1.1);
}
#service .c-panelLinkWithImage__image.active img {
  transform: scale(1);
  opacity: 1;
}
#service .c-panelLinkWithImage__title {
  font-size: 1.8rem !important;
  text-decoration: underline;
  padding: 20px 10% 10px 10%;
}
#service .c-panelLinkWithImage__des {
  font-size: 1.4rem !important;
  padding: 0 10% 10% 10%;
  opacity: 0.8;
  line-height: 1.6;
}
#service .c-panelLinkWithImage:hover .c-panelLinkWithImage__image img {
  transform: scale(1.1);
  opacity: 0.6;
}
#service .c-panelLinkWithImage:hover .c-panelLinkWithImage__title {
  color: #6FA9E2;
}
#service .c-panelLinkWithImage:hover .c-panelLinkWithImage__des {
  color: #6FA9E2;
}
#service .c-panelLinkWrapper::after {
  content: "";
  display: block;
  width: 32%;
}
#service .c-panelLink {
  width: 32%;
  max-width: 460px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  margin-bottom: 3vw;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #service .c-panelLink {
    width: 48%;
    margin-bottom: 30px;
  }
}
#service .c-panelLink__image {
  width: 100%;
  background-color: #6FA9E2;
  overflow: hidden;
}
#service .c-panelLink__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(1.1);
}
#service .c-panelLink__image.active img {
  transform: scale(1);
  opacity: 1;
}
#service .c-panelLink__title {
  font-size: 1.6rem !important;
  padding: 20px 10% 10px 10%;
  text-decoration: underline;
}
#service .c-panelLink__des {
  font-size: 1.3rem !important;
  padding: 0 10% 10% 10%;
  opacity: 0.8;
  line-height: 1.6;
}
#service .c-panelLink:hover .c-panelLink__image img {
  transform: scale(1.1);
  opacity: 0.6;
}
#service .c-panelLink:hover .c-panelLink__title {
  color: #6FA9E2;
}
#service .c-panelLink:hover .c-panelLink__des {
  color: #6FA9E2;
}
@media screen and (max-width: 479px) {
  #service .c-panelLink {
    width: 100%;
    margin-bottom: 5vw;
  }
  #service .c-panelLink__image {
    display: none;
  }
  #service .c-panelLink__des {
    display: none;
  }
  #service .c-panelLink__title {
    text-decoration: underline;
    padding: 30px 10% 30px 10%;
  }
}
#service .p-panel {
  width: 19%;
  background-color: #fff;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding-bottom: 45px;
  padding-top: 30px;
  margin-bottom: 1vw;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #service .p-panel {
    width: 32%;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 479px) {
  #service .p-panel {
    width: 48%;
    margin-bottom: 4vw;
  }
}
#service .p-panel__img {
  width: 50%;
}
#service .p-panel__title {
  font-size: 1.5rem !important;
  text-decoration: underline;
  margin: 0 auto;
  width: 90%;
}
#service .p-panel:hover {
  background-color: #D2E5F7;
}
#service .p-panel:hover .p-panel__title {
  color: #6FA9E2;
}
#service .p-caseArea {
  width: 100%;
  padding: 5% 0;
  max-width: 1300px;
  margin: 0 auto;
  display: none;
}
#service .p-caseArea.slick-initialized {
  display: block;
}
#service .p-caseArea__itemlink {
  display: block;
  width: 95%;
  background-color: #fff;
}
#service .p-caseArea__item {
  width: 30vw;
  text-decoration: none;
  display: block;
  text-align: left;
}
#service .p-caseArea__item__image {
  overflow: hidden;
  width: 100%;
  height: 150px;
  display: block;
  background-color: #6FA9E2;
}
#service .p-caseArea__item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#service .p-caseArea__item__image:hover img {
  opacity: 0.8;
}
#service .p-caseArea__item__category {
  font-size: 1.3rem !important;
  background-color: #E0E0E0;
  display: inline-block;
  border-radius: 40px;
  border-radius: 40px;
  padding: 6px 16px;
  margin: 5% 3% 0 3%;
}
#service .p-caseArea__item__title {
  display: block;
  font-size: 1.6rem !important;
  text-decoration: underline;
  padding: 4% 5% 2% 5%;
  color: #000;
}
#service .p-caseArea__item__title:hover {
  color: #6FA9E2;
}
#service .p-caseArea__item__des {
  font-size: 1.3rem !important;
  color: #666;
  line-height: 1.6;
  padding: 2% 5% 6% 5%;
}
#service .c-sliderNav {
  position: absolute;
  right: 5%;
  bottom: 0;
}
#service .c-backSlideButton {
  display: inline-block;
  cursor: pointer;
  padding: 12px 20px;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 15px;
}
#service .c-backSlideButton img {
  width: 28px;
  display: inline-block;
  transform: scale(-1, 1);
}
#service .c-backSlideButton:hover {
  background-color: #ccc;
}
#service .c-backSlideButton.slick-hidden {
  display: none;
}
#service .c-nextSlideButton {
  display: inline-block;
  cursor: pointer;
  padding: 12px 20px;
  background-color: #fff;
  border-radius: 30px;
}
#service .c-nextSlideButton img {
  width: 28px;
  display: inline-block;
}
#service .c-nextSlideButton:hover {
  background-color: #ccc;
}
#service .c-nextSlideButton.slick-hidden {
  display: none;
}
#service .realestateSlider {
  width: 100%;
  padding: 3% 0;
}
#service .realestateSlider .item {
  width: 30vw;
  display: block;
}
#service .realestateSlider .item img {
  width: 97%;
  display: inline-block;
}
#service .p-newsArea {
  width: 100%;
  position: relative;
}
#service .p-newsArea__bg {
  width: 100%;
}
#service .p-newsArea__bg img {
  width: 100%;
}
#service .p-newsArea__contents {
  width: 85%;
  background-color: #fff;
  position: relative;
  top: -30vw;
  left: 15%;
  padding: 6% 6% 0 6%;
}
#service .p-newsArea .p-newsArea__list {
  padding: 5% 0;
}
#service .p-newsArea .p-newsArea__list__item {
  padding: 25px 0;
  border-bottom: #ccc solid 1px;
}
#service .p-newsArea .p-newsArea__list .p-newsArea__date {
  font-size: 1.4rem !important;
  color: #999;
  margin-bottom: 10px;
}
#service .p-newsArea .p-newsArea__list .p-newsArea__title {
  font-size: 1.4rem !important;
  color: #000;
  line-height: 1.4 !important;
}
#service .p-newsArea .p-newsArea__list .p-newsArea__title:hover {
  color: #6FA9E2;
}
#service .p-contactArea {
  margin-bottom: 60px !important;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 764px) {
  #service .p-contactArea {
    margin-bottom: 0px !important;
  }
}
#service .p-contactArea__contact {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  width: 80%;
  margin: 0 auto;
  background-color: #F5F6F7;
  padding: 4% 5% 5% 5%;
  border-radius: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 764px) {
  #service .p-contactArea__contact {
    width: 100%;
    border-radius: 0;
    padding: 8% 5% 9% 5%;
  }
}
#service .p-contactArea__contact .left {
  width: 40%;
}
@media screen and (max-width: 764px) {
  #service .p-contactArea__contact .left {
    width: 100%;
  }
}
#service .p-contactArea__contact .right {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 764px) {
  #service .p-contactArea__contact .right {
    width: 100%;
  }
}
#service .p-contactArea__contact:hover {
  background-color: #E1EDF8;
}
#service .p-contactArea__contact:hover .p-contactArea__arrow {
  opacity: 0.8;
  transform: translateX(10px);
}
#service .p-contactArea__eng {
  color: #6FA9E2;
  font-size: 1.5rem !important;
}
#service .p-contactArea__title {
  font-size: 2rem !important;
}
#service .p-contactArea__des {
  font-size: 1.5rem !important;
  padding-top: 10px;
  width: 90%;
}
#service .p-contactArea__arrow {
  width: 45px;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 22%;
  transition: all 0.3s;
}
#service .c-maplink {
  background-color: #6FA9E2;
  width: 130px;
  height: 130px;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 16vw;
  position: relative;
  transition: all 0.3s;
  border: #fff 2px solid;
}
#service .c-maplink:after {
  content: url("/-/media/image/service/common/right_arrow_w.svg");
  display: inline-block;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 35px;
}
#service .c-maplink:before {
  content: url("/-/media/image/service/common/right_arrow_bl.svg");
  display: inline-block;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: -25px;
  margin: 0 auto;
  width: 35px;
  transition: all 0.3s;
  opacity: 0;
}
#service .c-maplink__link {
  transition: all 0.3s;
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  border-radius: 16vw;
}
#service .c-maplink__link span {
  transition: all 0.3s;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem !important;
  line-height: 1.4;
}
#service .c-maplink:hover {
  background-color: #fff;
  border: #6FA9E2 2px solid;
}
#service .c-maplink:hover .c-maplink__link span {
  color: #6FA9E2;
}
#service .c-maplink:hover::before {
  display: block !important;
  transform: translateX(14px) !important;
  opacity: 1 !important;
  transition: all 0.4s !important;
}
#service .c-maplink:hover::after {
  display: none;
}
@media screen and (max-width: 764px) {
  #service .c-maplink {
    background-color: unset;
    width: 100%;
    height: unset;
    text-align: left;
    display: inline-block;
    color: #6FA9E2;
    border-radius: 0;
    position: relative;
    transition: all 0.3s;
    border: none;
    border-bottom: #6FA9E2 solid 1px;
  }
  #service .c-maplink:after {
    content: url("/-/media/image/service/common/right_arrow_bl.svg");
    display: inline-block;
    position: absolute;
    bottom: 0;
    top: 25%;
    left: 90%;
    margin: 0;
    width: 35px;
    transition: all 0.3s;
  }
  #service .c-maplink:before {
    content: " ";
  }
  #service .c-maplink__link {
    transition: all 0.3s;
    width: 100%;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 0;
    padding: 20px 6% 20px 20px;
  }
  #service .c-maplink__link span {
    transition: all 0.3s;
    width: 100%;
    display: inline;
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    color: #6FA9E2;
    font-size: 1.6rem !important;
    line-height: 1.4;
  }
  #service .c-maplink:hover {
    background-color: #E6F3FF;
    border: unset;
    border-bottom: #6FA9E2 solid 1px;
  }
  #service .c-maplink:hover .c-maplink__link {
    text-decoration: none;
  }
  #service .c-maplink:hover .c-maplink__link span {
    color: #6FA9E2;
  }
  #service .c-maplink:hover::after {
    display: block;
    transform: translateX(14px) !important;
  }
}
#service .p-worldmapArea {
  width: 100%;
  position: relative;
}
#service .p-worldmapArea__map {
  width: 100%;
  opacity: 0.4;
}
#service .p-worldmapArea__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#service .p-worldmapArea__list .northeast_asia {
  position: absolute;
  left: 43%;
  top: 22%;
}
#service .p-worldmapArea__list .america {
  position: absolute;
  left: 77%;
  top: 35%;
}
#service .p-worldmapArea__list .europe {
  position: absolute;
  left: 7%;
  top: 10%;
}
#service .p-worldmapArea__list .south_asia {
  position: absolute;
  left: 22%;
  top: 60%;
}
#service .p-worldmapArea__list .southeast_asia {
  position: absolute;
  left: 32%;
  top: 40%;
}
#service .p-worldmapArea__list .africa {
  position: absolute;
  left: 4%;
  top: 60%;
}
#service .p-worldmapArea__list .middle_east {
  position: absolute;
  left: 14%;
  top: 35%;
}
@media screen and (max-width: 764px) {
  #service .p-worldmapArea__list {
    position: relative;
    top: -50px;
  }
  #service .p-worldmapArea__list .northeast_asia, #service .p-worldmapArea__list .europe, #service .p-worldmapArea__list .america, #service .p-worldmapArea__list .south_asia, #service .p-worldmapArea__list .southeast_asia, #service .p-worldmapArea__list .africa, #service .p-worldmapArea__list .middle_east {
    position: relative;
    left: 0;
    top: 0;
  }
  #service .p-worldmapArea__list .africa {
    border-bottom: none;
  }
}
#service .p-othernetworkList {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 50px auto;
}
#service .p-othernetworkList__item {
  width: 32%;
  max-width: 460px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  margin-bottom: 3vw;
  overflow: hidden;
}
#service .p-othernetworkList__item__image {
  width: 100%;
  background-color: #6FA9E2;
  overflow: hidden;
  border-radius: 10px;
}
#service .p-othernetworkList__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(1.1);
}
#service .p-othernetworkList__item__image.active img {
  transform: scale(1);
  opacity: 1;
}
#service .p-othernetworkList__item__title {
  font-size: 1.6rem !important;
  padding: 20px 10% 10px 10%;
  text-decoration: underline;
}
#service .p-othernetworkList__item:hover .p-othernetworkList__item__image img {
  transform: scale(1.1);
  opacity: 0.6;
}
#service .p-othernetworkList__item:hover .p-othernetworkList__item__title {
  color: #6FA9E2;
}
@media screen and (max-width: 764px) {
  #service .p-othernetworkList__item {
    width: 100%;
    max-width: unset;
    background-color: unset;
    width: 100%;
    height: unset;
    margin-bottom: 0;
    text-align: left;
    display: inline-block;
    color: #6FA9E2;
    border-radius: 0;
    position: relative;
    transition: all 0.3s;
    border: none;
    border-bottom: #6FA9E2 solid 1px;
  }
  #service .p-othernetworkList__item__image {
    display: none;
  }
  #service .p-othernetworkList__item:after {
    content: url("/-/media/image/service/common/right_arrow_bl.svg");
    display: inline-block;
    position: absolute;
    bottom: 0;
    top: 20%;
    left: 90%;
    margin: 0;
    width: 35px;
    transition: all 0.3s;
  }
  #service .p-othernetworkList__item__link {
    transition: all 0.3s;
    width: 100%;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 0;
    padding: 20px 6% 20px 20px;
    text-decoration: none;
  }
  #service .p-othernetworkList__item__link .p-othernetworkList__item__title {
    transition: all 0.3s;
    width: 100%;
    display: inline;
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    color: #6FA9E2;
    font-size: 1rem;
    line-height: 1.4;
    padding: 0;
    text-decoration: none;
  }
  #service .p-othernetworkList__item:hover {
    background-color: #E6F3FF;
    border: unset;
    border-bottom: #6FA9E2 solid 1px;
  }
  #service .p-othernetworkList__item:hover .c-maplink__link {
    text-decoration: none;
  }
  #service .p-othernetworkList__item:hover .c-maplink__link .p-othernetworkList__item__title {
    color: #6FA9E2;
  }
  #service .p-othernetworkList__item:hover::after {
    display: block;
    transform: translateX(14px) !important;
  }
}

.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

main#service * {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  box-sizing: border-box;
  color: #333;
  line-height: 1.7;
  font-size: 15px;
}
main#service div, main#service p, main#service ul, main#service ol, main#service li {
  box-sizing: border-box;
}
main#service main {
  background-color: #fff;
}
main#service .skew {
  transform: skewY(-10deg);
}
main#service .skew > * {
  transform: skewY(10deg);
}
main#service .eng {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6FA9E2;
}
@media screen and (max-width: 768px) {
  main#service .show_sm {
    display: block;
  }
  main#service .show_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  main#service .show_sm {
    display: none;
  }
  main#service .show_pc {
    display: block;
  }
}

#service {
  /*--------------------------toppage ここから--------------------------------*/
  /*--------------------------Common ここから--------------------------------*/
}
#service .p-serviceHeader {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 5% 0 18vw 0;
  background: url("/-/media/image/service/toppage/wave.svg") bottom center no-repeat;
  background-size: 110%;
}
@media screen and (max-width: 764px) {
  #service .p-serviceHeader {
    background-size: 120%;
  }
}
#service .p-serviceHeader__title {
  font-size: 3.1rem !important;
  color: #6FA9E2;
  line-height: 1.4;
  margin-bottom: 35px;
  margin-top: 5vw;
}
#service .p-serviceHeader__title.en {
  font-size: 3.34rem !important;
}
#service .p-serviceHeader__des {
  font-size: 1rem;
}
#service .p-serviceHeader__left {
  padding-left: 5%;
  padding-right: 5%;
  width: 42%;
}
#service .p-serviceHeader__left .sectionTitle {
  padding-bottom: 15px;
}
#service .p-serviceHeader__right {
  width: 58%;
}
@media screen and (max-width: 764px) {
  #service .p-serviceHeader__left {
    width: 100%;
  }
  #service .p-serviceHeader__right {
    width: 100%;
  }
}
#service .p-serviceHeader .toppageSlideArea {
  width: 100%;
  min-height: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 764px) {
  #service .p-serviceHeader .toppageSlideArea {
    padding-left: 3vw;
    position: relative;
    margin-top: 8vw;
  }
}
#service .p-serviceHeader .toppageSlideArea .toppageSlideBox {
  display: inline-block;
  position: relative;
  width: 17vw;
  height: 26vw;
  transition: transform 1.4s ease, opacity 1.4s ease, clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  opacity: 0;
  margin-right: 1vw;
}
#service .p-serviceHeader .toppageSlideArea .toppageSlideBox.active {
  opacity: 1;
}
#service .p-serviceHeader .toppageSlideArea .toppageSlideBox img {
  max-width: unset;
  transform: translateX(-15%);
  display: block;
  width: 155%;
  position: absolute;
  top: 0;
  left: 0;
}
#service .p-serviceHeader .toppageSlideArea .toppageSlideBox img.motion {
  transition: all 8s linear;
  transform: translateX(-3%);
}
@media screen and (max-width: 764px) {
  #service .p-serviceHeader .toppageSlideArea .toppageSlideBox {
    width: 29vw;
    height: 42vw;
  }
}
#service .p-serviceHeader .toppageSlideArea .toppageSlide01 {
  transform: translateY(60px);
}
#service .p-serviceHeader .toppageSlideArea .toppageSlide01 .slideBox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  clip-path: inset(0 100% 0 0%);
  z-index: 0 !important;
}
#service .p-serviceHeader .toppageSlideArea .toppageSlide01 .slideBox.shown {
  z-index: 10;
  clip-path: inset(0 0% 0 0%);
}
#service .p-serviceHeader .toppageSlideArea .toppageSlide01.active {
  transform: translateY(0px);
}
#service .p-serviceHeader .toppageSlideArea .toppageSlide02 {
  transform: translateY(-110px);
}
#service .p-serviceHeader .toppageSlideArea .toppageSlide02.active {
  transform: translateY(-50px);
}
#service .p-serviceHeader .toppageSlideArea .slideBox2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  clip-path: inset(0 100% 0 0%);
  z-index: 0 !important;
}
#service .p-serviceHeader .toppageSlideArea .slideBox2.shown {
  z-index: 10;
  clip-path: inset(0 0% 0 0%);
}
#service .p-serviceHeader .toppageSlideArea .toppageSlide03 {
  transform: translateY(90px);
}
#service .p-serviceHeader .toppageSlideArea .toppageSlide03.active {
  transform: translateY(30px);
}
#service .logisticsArea {
  width: 100%;
}
#service .logisticsArea__left {
  width: 55%;
  padding: 5% 3% 5% 0;
}
#service .logisticsArea__right {
  width: 45%;
  padding: 5% 3%;
}
@media screen and (max-width: 764px) {
  #service .logisticsArea {
    padding: 10vw 5vw;
  }
  #service .logisticsArea__left {
    width: 100%;
    padding: 7% 0 3% 0;
  }
  #service .logisticsArea__right {
    width: 100%;
    padding: 5% 0 5% 0;
  }
}
#service .logisticsAreaLinkWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#service .logisticsAreaLinkWrapper .logisticsAreaLink {
  width: 50%;
  display: block;
}
#service .toppageBusinessSection {
  padding: 100px 5vw;
}
#service .businessLinkArea {
  justify-content: space-between;
  padding: 50px 0;
}
#service .businessLinkArea::after {
  content: "";
  display: block;
  width: 20%;
}
#service .realEstateArea {
  padding: 100px 0;
}
#service .realEstateArea .container {
  padding: 0 5vw;
}
#service .realEstateArea__catch {
  width: 100%;
  padding: 60px 5vw;
  max-width: 1300px;
  margin: 0 auto;
}
#service .realEstateArea__left {
  width: 60%;
}
@media screen and (max-width: 764px) {
  #service .realEstateArea__left {
    width: 100%;
  }
}
#service .realEstateArea__right {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 764px) {
  #service .realEstateArea__right {
    width: 100%;
    padding: 50px 0;
  }
}
#service .globalnetworkArea {
  max-width: 1300px;
  margin: 0 auto;
}
#service .globalnetworkArea__catch {
  width: 100%;
  padding: 5vw 5vw 0 5vw;
}
#service .globalnetworkArea__left {
  width: 50%;
}
@media screen and (max-width: 764px) {
  #service .globalnetworkArea__left {
    width: 100%;
    padding-bottom: 30px;
  }
}
#service .globalnetworkArea__right {
  width: 50%;
}
@media screen and (max-width: 764px) {
  #service .globalnetworkArea__right {
    width: 100%;
  }
}
#service .serviceHeader__h1title {
  font-size: 3.5rem;
  letter-spacing: 1;
  text-align: left;
  padding-bottom: 30px;
}
#service .serviceTitle {
  font-size: 2.5rem;
  text-align: left;
  line-height: 1.8;
  color: #5F99CF;
}
#service .KV_des {
  margin-top: 100px;
  font-size: 1.1rem;
}

/*
lozad animations
*/
.lozad, .lozad2 {
  opacity: 0;
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*fade*/
.fadeUp {
  animation-name: fadeUp;
  animation-duration: 1s;
}

@keyframes fadeUp {
  from {
    position: relative;
    top: 60px;
    opacity: 0;
  }
  to {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}
/*fadeUp*/
.fadeUpAbs {
  animation-name: fadeUpAbs;
  animation-duration: 1s;
}

@keyframes fadeUpAbs {
  from {
    position: absolute;
    top: 30px;
    opacity: 0;
  }
  to {
    position: absolute;
    top: 0px;
    opacity: 1;
  }
}
/*fadeUpAbs*/
.fadeUpAbsToCenter {
  animation-name: fadeUpAbsToCenter;
  animation-duration: 1.5s;
}

@keyframes fadeUpAbsToCenter {
  from {
    position: absolute;
    top: 55%;
    opacity: 0;
  }
  to {
    position: absolute;
    top: 50% px;
    opacity: 1;
  }
}
/*fadeUpAbs*/
.fadeDown {
  animation-name: fadeDown;
  animation-duration: 1s;
}

@keyframes fadeDown {
  from {
    position: relative;
    top: -20px;
    opacity: 0;
  }
  to {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}
/*fadeDown*/
.fadeDownAbs {
  animation-name: fadeDownAbs;
  animation-duration: 1s;
}

@keyframes fadeDownAbs {
  from {
    position: absolute;
    top: -30px;
    opacity: 0;
  }
  to {
    position: absolute;
    top: 0px;
    opacity: 1;
  }
}
/*fadeDownAbs*/
.fadeLeftAbs {
  animation-name: fadeLeftAbs;
  animation-duration: 1s;
}

@keyframes fadeLeftAbs {
  from {
    position: absolute;
    right: -30px;
    opacity: 0;
  }
  to {
    position: absolute;
    right: 0px;
    opacity: 1;
  }
}
/*fadeLeftAbs*/
.fadeLeft {
  animation-name: fadeLeft;
  animation-duration: 1s;
}

@keyframes fadeLeft {
  from {
    position: relative;
    right: -30px;
    opacity: 0;
  }
  to {
    position: relative;
    right: 0px;
    opacity: 1;
  }
}
/*fadeLeft*/
.fadeRight {
  animation-name: fadeRight;
  animation-duration: 1s;
}

@keyframes fadeRight {
  from {
    position: relative;
    left: -30px;
    opacity: 0;
  }
  to {
    position: relative;
    left: 0px;
    opacity: 1;
  }
}
/*fadeRight*/
.fadeRightAbs {
  animation-name: fadeRightAbs;
  animation-duration: 1s;
}

@keyframes fadeRightAbs {
  from {
    position: absolute;
    left: -30px;
    opacity: 0;
  }
  to {
    position: absolute;
    left: 0px;
    opacity: 1;
  }
}
/*fadeRightAbs*/
.fadeScale {
  animation-name: fadeScale;
  animation-duration: 1s;
}

@keyframes fadeScale {
  from {
    transform: scale(1.1);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/*fadeRightAbs*/
.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#service .l-servicePageHeader {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5vw 5vw 0 5vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #service .l-servicePageHeader {
    padding: 50px 0 0 0;
  }
}
#service .l-servicePageHeader__left {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #service .l-servicePageHeader__left {
    width: 100%;
    padding: 0 5vw;
  }
}
#service .l-servicePageHeader__left span.small {
  display: block;
  font-size: 50%;
}
#service .l-servicePageHeader__right {
  width: 35%;
}
#service .l-servicePageHeader__right .breadCrumbArea {
  padding: 2vw 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #service .l-servicePageHeader__right {
    width: 100%;
    padding: 3vw 5vw;
  }
  #service .l-servicePageHeader__right .breadCrumbArea {
    text-align: left;
  }
}
#service .l-servicePageHeader__title {
  font-size: 3.4rem !important;
  line-height: 1.5;
  font-weight: 500;
}
#service .l-servicePageHeader__title.small {
  font-size: 2.8rem !important;
  font-weight: normal;
}
#service .l-servicePageHeader .logisticsLead {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #service .l-servicePageHeader .logisticsLead {
    padding-top: 0;
  }
}
#service .l-servicePageHeader .logisticsLead .des {
  padding-bottom: 20px;
}
#service .l-servicePageHeader .logisticsLead .container {
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #service .l-servicePageHeader .logisticsLead .container {
    padding-left: 5vw;
  }
}
#service .l-servicePageHeader .logisticsLead__left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #service .l-servicePageHeader .logisticsLead__left {
    width: 100%;
  }
}
#service .l-servicePageHeader .logisticsLead__right {
  width: 60%;
  padding: 0 0 0 5%;
}
@media screen and (max-width: 768px) {
  #service .l-servicePageHeader .logisticsLead__right {
    width: 100%;
    padding: 30px 0 0 10px;
  }
}
#service .l-servicePageHeader__imageArea {
  width: 100%;
  padding: 0 0 0 0;
  position: relative;
  top: 140px;
  top: 80px;
  left: 0;
}
#service .l-servicePageHeader__imageArea.right {
  left: 25%;
}
@media screen and (max-width: 768px) {
  #service .l-servicePageHeader__imageArea {
    top: 0;
    left: 0;
    margin-top: 40px;
  }
  #service .l-servicePageHeader__imageArea.right {
    left: 0;
  }
}
#service .l-servicePageContents {
  width: 100%;
  padding: 90px 0 0 0;
  min-height: 200px;
}
#service .l-servicePageContents .container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 768px) {
  #service .l-servicePageContents {
    padding: 30px 0 0 0;
  }
}
#service .l-servicePageContents .c-sectionTitle {
  margin-top: 2vw;
  margin-bottom: 15px;
  margin-bottom: 0px;
  font-weight: 500;
}
#service .l-servicePageContents .c-servicePageTitle {
  font-size: 140%;
  margin-bottom: 15px;
  font-weight: 500;
}
#service .l-servicePageContents .dblWrapper {
  padding: 5vw 0;
}
#service .l-servicePageContents .column-2 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #service .l-servicePageContents .column-2 {
    width: 100%;
    padding: 2vw 0;
    margin-top: 15px;
  }
}
#service .l-servicePageContents .column-1 {
  width: 100%;
  max-width: 800px;
}
#service .l-servicePageContents .column-1__title {
  display: inline-block;
  min-width: 100px;
  margin-bottom: 0;
}
#service .l-servicePageContents .column-1__des {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #service .l-servicePageContents .column-1 {
    width: 100%;
    padding: 2vw 0;
    margin-top: 15px;
  }
  #service .l-servicePageContents .column-1__title {
    display: block;
  }
}
#service .l-servicePageContents .whiteBox {
  padding: 3% 5%;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
#service .l-servicePageContents .maxwidth-800 {
  max-width: 800px;
  margin-top: 15px;
}
#service .l-servicePageContents .caption {
  font-size: 1.5rem !important;
  color: #333;
}
#service .l-creationContentsWrapper.right {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #service .l-creationContentsWrapper.right {
    padding: 0px 0;
  }
}
#service .l-creationContentsWrapper.right .caseNumber {
  display: inline-block;
  color: #6FA9E2;
  font-size: 1.3rem !important;
  font-weight: bold;
  position: absolute;
  left: 2vw;
  top: 9vw;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #service .l-creationContentsWrapper.right .caseNumber {
    transform: rotate(0);
    left: 3vw;
    top: 4vw;
    font-size: 1.8rem !important;
  }
}
#service .l-creationContentsWrapper.right .l-creationContent {
  min-height: 200px;
  background-color: #fff;
  width: 78%;
  min-height: 40vw;
  padding: 3vw 3vw 3vw 8vw;
}
#service .l-creationContentsWrapper.right .l-creationContent__title {
  width: 55%;
  font-size: 2.2rem !important;
  padding-bottom: 20px;
}
#service .l-creationContentsWrapper.right .l-creationContent__des {
  width: 55%;
  font-size: 1.4rem !important;
  padding-bottom: 15px;
}
#service .l-creationContentsWrapper.right .l-creationContent__image {
  position: absolute;
  right: 0;
  top: 15%;
  width: 50%;
  overflow: hidden;
}
#service .l-creationContentsWrapper.right .l-creationContent__image--img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #service .l-creationContentsWrapper.right .l-creationContent {
    width: 100%;
    padding: 3vw;
  }
  #service .l-creationContentsWrapper.right .l-creationContent__image {
    position: relative;
    margin: 50px auto 20px auto;
    width: 100%;
    overflow: hidden;
  }
  #service .l-creationContentsWrapper.right .l-creationContent__image--img {
    width: 100%;
  }
  #service .l-creationContentsWrapper.right .l-creationContent__title {
    width: 100%;
  }
  #service .l-creationContentsWrapper.right .l-creationContent__des {
    width: 100%;
  }
}
#service .l-creationContentsWrapper.left {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #service .l-creationContentsWrapper.left {
    padding: 0px 0;
  }
}
#service .l-creationContentsWrapper.left .caseNumber {
  display: inline-block;
  color: #6FA9E2;
  font-size: 1.3rem !important;
  font-weight: bold;
  position: absolute;
  right: 2vw;
  top: 9vw;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #service .l-creationContentsWrapper.left .caseNumber {
    transform: rotate(0);
    left: 3vw;
    top: 4vw;
    font-size: 1.8rem !important;
  }
}
#service .l-creationContentsWrapper.left .l-creationContent {
  min-height: 200px;
  background-color: #fff;
  width: 78vw;
  width: 78%;
  margin-left: 22%;
  min-height: 40vw;
  padding: 3vw 3vw 3vw 32vw;
  padding: 3vw 3vw 3vw 32%;
}
#service .l-creationContentsWrapper.left .l-creationContent__title {
  width: 85%;
  font-size: 2.2rem !important;
  padding-bottom: 20px;
}
#service .l-creationContentsWrapper.left .l-creationContent__des {
  width: 85%;
  font-size: 1.4rem !important;
  padding-bottom: 15px;
}
#service .l-creationContentsWrapper.left .l-creationContent__image {
  position: absolute;
  left: 0;
  top: 15%;
  width: 50%;
  overflow: hidden;
}
#service .l-creationContentsWrapper.left .l-creationContent__image--img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #service .l-creationContentsWrapper.left .l-creationContent {
    width: 100%;
    padding: 3vw;
    margin-left: 0;
  }
  #service .l-creationContentsWrapper.left .l-creationContent__image {
    position: relative;
    margin: 50px auto 20px auto;
    width: 100%;
    overflow: hidden;
  }
  #service .l-creationContentsWrapper.left .l-creationContent__image--img {
    width: 100%;
  }
  #service .l-creationContentsWrapper.left .l-creationContent__title {
    width: 100%;
  }
  #service .l-creationContentsWrapper.left .l-creationContent__des {
    width: 100%;
  }
}
#service .l-areaLead {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #service .l-areaLead {
    padding-top: 0;
  }
}
#service .l-areaLead .container {
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #service .l-areaLead .container {
    padding-left: 5vw;
  }
}
#service .l-areaLead__left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #service .l-areaLead__left {
    width: 100%;
  }
}
#service .l-areaLead__right {
  width: 60%;
  padding: 0 0 0 5%;
}
@media screen and (max-width: 768px) {
  #service .l-areaLead__right {
    width: 100%;
    padding: 30px 0 0 10px;
  }
}
#service .l-areaLead .des {
  margin-bottom: 20px;
}
#service .l-otherNetworkArea {
  padding: 4vw;
}
@media screen and (max-width: 768px) {
  #service .l-otherNetworkArea {
    padding: 7vw 2vw;
  }
}
#service .l-otherNetworkArea .c-blueCircleLink {
  position: absolute;
  right: 5vw;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #service .l-otherNetworkArea .c-blueCircleLink {
    position: relative;
    right: unset;
    top: unset;
    margin: 0px auto 30px auto;
  }
}
#service .l-networkLinkArea {
  text-align: center;
  padding: 0px 0 80px 0;
}
#service .l-businessAreaLead {
  width: 100%;
  padding: 4vw 0 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #service .l-businessAreaLead {
    padding: 4vw;
  }
}
#service .l-businessFeatureArea {
  padding: 0 5vw;
  width: 100%;
  max-width: 1300px;
}
#service .l-caseStudyArea {
  padding-top: 50px;
}
#service .l-caseStudyArea.no-padding {
  padding-top: 0;
}
#service .l-relatedNewsArea {
  margin-bottom: -220px;
}
@media screen and (max-width: 768px) {
  #service .l-relatedNewsArea {
    margin-bottom: -50px;
  }
}
#service .l-otherServiceArea {
  padding: 3vw 0 3vw 0;
}
#service .l-otherServiceArea .c-blueCircleLink {
  position: absolute;
  right: 5vw;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #service .l-otherServiceArea .c-blueCircleLink {
    position: relative;
    right: unset;
    top: unset;
    margin: 0px auto 30px auto;
  }
}

/*# sourceMappingURL=main.css.map */
