@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;1,600&display=swap);
@-webkit-keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeout {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@-webkit-keyframes slideup {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes slideup {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes stretch {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@-webkit-keyframes btn-arw {
  0% {
    right: 70px;
    width: 10px;
    opacity: 0
  }
  100% {
    right: 30px;
    width: 40px;
    opacity: 1
  }
}
@keyframes btn-arw {
  0% {
    right: 70px;
    width: 10px;
    opacity: 0
  }
  100% {
    right: 30px;
    width: 40px;
    opacity: 1
  }
}
@-webkit-keyframes btn-circle {
  0% {
    stroke-dasharray: 0 200
  }
  100% {
    stroke-dasharray: 158 200
  }
}
@keyframes btn-circle {
  0% {
    stroke-dasharray: 0 200
  }
  100% {
    stroke-dasharray: 158 200
  }
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */-ms-text-size-adjust: 100%;
  /* 2 */-webkit-text-size-adjust: 100%/* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */display: block
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */-webkit-text-decoration-skip: objects/* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */text-decoration: underline;
  /* 2 */-webkit-text-decoration: underline dotted;
  text-decoration: underline dotted/* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button/* 2 */
}
/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */color: inherit;
  /* 2 */display: table;
  /* 1 */max-width: 100%;
  /* 1 */padding: 0;
  /* 3 */white-space: normal/* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */vertical-align: baseline/* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block
}
/**
 * Add the correct display in IE.
 */
template {
  display: none
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
  display: block;
  overflow: hidden;
  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);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[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;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto
}
.slick-prev:before {
  content: "←"
}
[dir="rtl"] .slick-prev:before {
  content: "→"
}
.slick-next {
  right: -25px
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px
}
.slick-next:before {
  content: "→"
}
[dir="rtl"] .slick-next:before {
  content: "←"
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}
.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 {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black
}
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none
}
/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch
}
.remodal-wrapper:after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.05em
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */display: inline-block
}
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px)
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9)
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0
}
/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38
}
.remodal-close:before {
  content: "\00d7";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  text-align: center
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  font: inherit;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0
}
.remodal-confirm {
  color: #fff;
  background: #81c784
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a
}
.remodal-cancel {
  color: #fff;
  background: #e57373
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0
}
/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38
}
.lt-ie9 .remodal {
  width: 700px
}
html,
body {
  -webkit-text-size-adjust: 100%
}
html {
  overflow-y: scroll;
  font-size: 62.5%
}
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  word-wrap: break-word;
  color: #000;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem
  }
}
#v2-header,
#v2-header h1,
#v2-main,
#v2-main h1,
#v2-footer,
#v2-footer h1 {
  font-family: "Noto Sans JP","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important
}
[class^="v2-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
[class^="v2-"] a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  color: #06f;
  outline: none
}
[class^="v2-"] img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
[class^="v2-"] picture {
  display: block
}
[class^="v2-"] table {
  border-collapse: collapse
}
[class^="v2-"] *,
[class^="v2-"] *::before,
[class^="v2-"] *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
h1[class^="v2-"]:first-child,
h2[class^="v2-"]:first-child,
h3[class^="v2-"]:first-child,
h4[class^="v2-"]:first-child,
h5[class^="v2-"]:first-child,
h6[class^="v2-"]:first-child,
p[class^="v2-"]:first-child,
ul[class^="v2-"]:first-child,
ol[class^="v2-"]:first-child,
dl[class^="v2-"]:first-child {
  margin-top: 0
}
h1[class^="v2-"]:last-child,
h2[class^="v2-"]:last-child,
h3[class^="v2-"]:last-child,
h4[class^="v2-"]:last-child,
h5[class^="v2-"]:last-child,
h6[class^="v2-"]:last-child,
p[class^="v2-"]:last-child,
ul[class^="v2-"]:last-child,
ol[class^="v2-"]:last-child,
dl[class^="v2-"]:last-child {
  margin-bottom: 0
}
ul[class^="v2-"],
ol[class^="v2-"] {
  margin: 0
}
h1[class^="v2-"],
h2[class^="v2-"],
h3[class^="v2-"],
h4[class^="v2-"],
h5[class^="v2-"],
h6[class^="v2-"] {
  margin: 0;
  font-family: "Noto Sans JP","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.5;
  color: inherit
}
li[class^="v2-"] {
  margin: 0;
  padding: 0;
  background-image: none
}
.v2-contents p + * {
  margin-top: 2em
}
.v2-main a {
  text-decoration: underline;
  color: #008b7b
}
@media only screen and (min-width: 769px) {
  .v2-main a:hover {
    text-decoration: none
  }
}
.v2-body .v2-main a[href=""],
.v2-body .v2-main a[href="#"] {
  color: #f00
}
.clearfix:after {
  content: '';
  display: block;
  clear: both
}
.v2-container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px
}
@media only screen and (max-width: 768px) {
  .v2-container {
    padding-right: 5.33333%;
    padding-left: 5.33333%
  }
}
@media only screen and (max-width: 768px) {
  .-pc {
    display: none !important
  }
}
.-sp {
  display: none !important
}
@media only screen and (max-width: 768px) {
  .-sp {
    display: block !important
  }
}
.-ib {
  display: inline-block
}
.-txtS {
  font-size: 0.8em
}
.-txtL {
  font-size: 1.375em
}
.box-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.box-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.pageList {
  border-collapse: collapse
}
.pageList th,
.pageList td {
  text-align: left;
  border: 1px solid #ddd
}
.pageList td:first-child {
  white-space: nowrap
}
.popup_privacy {
  overflow: auto;
  height: 200px;
  margin-bottom: 4px;
  padding: 3px;
  font-size: 1.1em;
  color: #333;
  border: 1px solid #e5e5e5;
  background-color: #fff
}
#cboxLoadedContent > div {
  max-width: 100%
}
[class^="sec-"],
[class*=" sec-"] {
  padding-top: 50px;
  padding-bottom: 50px
}
@media only screen and (max-width: 768px) {
  [class^="sec-"],
  [class*=" sec-"] {
    padding-top: 25px;
    padding-bottom: 25px
  }
}
[class^="sec-"]:first-child,
[class*=" sec-"]:first-child {
  padding-top: 60px
}
@media only screen and (max-width: 768px) {
  [class^="sec-"]:first-child,
  [class*=" sec-"]:first-child {
    padding-top: 50px
  }
}
[class^="sec-"]:last-child,
[class*=" sec-"]:last-child {
  padding-bottom: 140px
}
@media only screen and (max-width: 768px) {
  [class^="sec-"]:last-child,
  [class*=" sec-"]:last-child {
    padding-bottom: 70px
  }
}
.v2-pageTtl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6
}
@media only screen and (max-width: 768px) {
  .v2-pageTtl {
    font-size: 20px;
    font-size: 2rem
  }
}
.v2-pageTtl + * {
  margin-top: 20px
}
.v2-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.v2-btn a {
  position: relative;
  display: block;
  color: #8ccec6;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 80px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.38;
  text-decoration: none;
  color: #008b7b;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (min-width: 769px) {
  .v2-btn a:hover .v2-arw::after {
    -webkit-animation: btn-arw 0.2s ease-out 0s both;
    animation: btn-arw 0.2s ease-out 0s both
  }
  .v2-btn a:hover .v2-svg_circle {
    -webkit-animation: btn-circle 1s both;
    animation: btn-circle 1s both
  }
}
.v2-btn a .v2-arw {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.v2-btn a .v2-arw::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 30px;
  bottom: 4px;
  width: 40px;
  height: 7px;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/common/btn-arw@2x.png)
}
@media only screen and (max-width: 768px) {
  .v2-btn a .v2-arw::after {
    right: 25px;
    width: 37.5px
  }
}
.v2-btn a .v2-svg {
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-158deg);
  transform: rotate(-158deg)
}
@media only screen and (max-width: 768px) {
  .v2-btn a .v2-svg {
    width: 54px;
    height: 54px
  }
}
.v2-btn a .v2-svg_circle {
  fill: transparent;
  stroke: #8ccec6;
  stroke-width: 1;
  stroke-dasharray: 158 200
}
@media only screen and (max-width: 768px) {
  .v2-btn a .v2-svg_circle {
    stroke-width: 1.11111
  }
}
@media only screen and (max-width: 768px) {
  .v2-btn a {
    height: 54px;
    padding-right: 69px;
    font-size: 16px;
    font-size: 1.6rem
  }
}
.v2-btn.-large a {
  height: 140px;
  padding-right: 110px
}
@media only screen and (max-width: 768px) {
  .v2-btn.-large a {
    height: 100px;
    padding-right: 80px
  }
}
.v2-btn.-large .v2-arw::after {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px)
}
@media only screen and (max-width: 768px) {
  .v2-btn.-large .v2-arw::after {
    width: 27px;
    height: 5px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
}
.v2-btn.-large .v2-svg {
  width: 140px;
  height: 140px
}
@media only screen and (max-width: 768px) {
  .v2-btn.-large .v2-svg {
    width: 100px;
    height: 100px
  }
}
.v2-btn.-large .v2-svg_circle {
  width: 100%;
  height: 100%;
  stroke-width: 0.42857
}
@media only screen and (max-width: 768px) {
  .v2-btn.-large .v2-svg_circle {
    stroke-width: 0.6
  }
}
.v2-btn.-ellipse {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.v2-btn.-ellipse a {
  width: 336px;
  max-width: 100%;
  height: 50px;
  padding: 0 80px;
  text-align: center;
  border: 1px solid #8ccec6;
  border-radius: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff
}
.v2-btn.-ellipse .v2-svg {
  display: none
}
.v2-btn.-ellipse.-grid3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: -1.86047%
}
@media only screen and (max-width: 768px) {
  .v2-btn.-ellipse.-grid3 {
    display: block;
    margin-bottom: -10px
  }
}
.v2-btn.-ellipse.-grid3 a {
  width: 32.09302%;
  height: 70px;
  margin-bottom: 1.86047%;
  margin-left: 1.86047%;
  padding: 0 6.51163% 0 3.72093%;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media only screen and (min-width: 1025px) {
  .v2-btn.-ellipse.-grid3 a:nth-child(3n+1) {
    margin-left: 0
  }
}
@media only screen and (max-width: 1024px) {
  .v2-btn.-ellipse.-grid3 a {
    width: 49.02326%
  }
  .v2-btn.-ellipse.-grid3 a:nth-child(2n+1) {
    margin-left: 0
  }
}
@media only screen and (max-width: 768px) {
  .v2-btn.-ellipse.-grid3 a {
    width: auto;
    height: 50px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0 60px 0 25px;
    font-size: 13px;
    font-size: 1.3rem
  }
}
.v2-btn.-ellipse.-grid3 a .v2-arw::after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}
.v2-boxArrow {
  position: relative;
  display: block;
  color: #8ccec6
}
@media only screen and (min-width: 769px) {
  .v2-boxArrow:hover .v2-arw::after {
    -webkit-animation: btn-arw 0.2s ease-out 0s both;
    animation: btn-arw 0.2s ease-out 0s both
  }
  .v2-boxArrow:hover .v2-svg_circle {
    -webkit-animation: btn-circle 1s both;
    animation: btn-circle 1s both
  }
}
.v2-boxArrow .v2-arw {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.v2-boxArrow .v2-arw::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 30px;
  bottom: 4px;
  width: 40px;
  height: 7px;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/common/btn-arw@2x.png)
}
@media only screen and (max-width: 768px) {
  .v2-boxArrow .v2-arw::after {
    right: 25px;
    width: 37.5px
  }
}
.v2-boxArrow .v2-svg {
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-158deg);
  transform: rotate(-158deg)
}
@media only screen and (max-width: 768px) {
  .v2-boxArrow .v2-svg {
    width: 54px;
    height: 54px
  }
}
.v2-boxArrow .v2-svg_circle {
  fill: transparent;
  stroke: #8ccec6;
  stroke-width: 1;
  stroke-dasharray: 158 200
}
@media only screen and (max-width: 768px) {
  .v2-boxArrow .v2-svg_circle {
    stroke-width: 1.11111
  }
}
.v2-boxArrow .v2-arw {
  position: absolute;
  top: auto;
  right: 6%;
  bottom: 0%;
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 6%;
  -webkit-transform: scale(0.76667);
  transform: scale(0.76667);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}
@media only screen and (max-width: 768px) {
  .v2-boxArrow .v2-arw {
    right: 20px;
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    -webkit-transform: scale(0.66667);
    transform: scale(0.66667)
  }
}
.v2-boxArrow .v2-svg_circle {
  stroke: #8ccec6;
  stroke-width: 1.30435
}
@media only screen and (max-width: 768px) {
  .v2-boxArrow .v2-svg_circle {
    stroke-width: 1.5
  }
}
[class^="v2-"] .slick-nav {
  position: relative;
  float: right;
  margin-top: 60px
}
@media only screen and (max-width: 768px) {
  [class^="v2-"] .slick-nav {
    float: none;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 45px auto 0
  }
}
[class^="v2-"] .slick-nav .slick-arrow {
  z-index: 1;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: none;
  transform: none;
  border: 1px solid #8ccec6;
  border-radius: 50%
}
[class^="v2-"] .slick-nav .slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/common/arw-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
[class^="v2-"] .slick-nav .slick-arrow.slick-next {
  right: 0
}
[class^="v2-"] .slick-nav .slick-arrow.slick-prev {
  left: 0
}
[class^="v2-"] .slick-nav .slick-arrow.slick-prev::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
[class^="v2-"] .slick-nav .slick-arrow.slick-disabled {
  cursor: auto
}
[class^="v2-"] .slick-nav .slick-arrow.slick-disabled,
[class^="v2-"] .slick-nav .slick-arrow.slick-disabled::before {
  opacity: 0.65
}
[class^="v2-"] .slick-nav .slick-dots {
  position: relative;
  z-index: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  padding: 0 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
[class^="v2-"] .slick-nav .slick-dots li {
  display: block;
  width: 30px;
  margin: 0;
  background: none
}
[class^="v2-"] .slick-nav .slick-dots li + li {
  margin-left: 5px
}
[class^="v2-"] .slick-nav .slick-dots li button {
  width: 100%
}
@media only screen and (min-width: 769px) {
  [class^="v2-"] .slick-nav .slick-dots li button:hover::before {
    background-color: #008b7b
  }
}
[class^="v2-"] .slick-nav .slick-dots li button::before {
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  opacity: 1;
  background-color: #bfbfbf
}
[class^="v2-"] .slick-nav .slick-dots li.slick-active button::before {
  background-color: #008b7b
}
@media only screen and (max-width: 768px) {
  .sec-pageList .v2-container {
    padding: 0
  }
}
.v2-pageList .v2-pageList_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -2.9661%
}
@media only screen and (max-width: 768px) {
  .v2-pageList .v2-pageList_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    border-bottom: 1px solid #d0d0d0
  }
}
.v2-pageList .v2-pageList_item {
  width: 31.35593%;
  height: 220px;
  margin-bottom: 2.9661%;
  margin-left: 2.9661%
}
@media only screen and (max-width: 768px) {
  .v2-pageList .v2-pageList_item {
    width: 100%;
    height: 85px;
    margin-bottom: 0;
    margin-left: 0
  }
}
.v2-pageList .v2-pageList_item:nth-child(3n+1) {
  margin-left: 0
}
.v2-pageList .v2-pageList_link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000;
  border: 1px solid #d0d0d0
}
@media only screen and (max-width: 768px) {
  .v2-pageList .v2-pageList_link {
    border-style: solid none none
  }
}
.v2-pageList .v2-pageList_link > p {
  display: none
}
.v2-pageList .v2-pageList_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0.2em 6.75676%;
  background-color: #f2f8fa;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 768px) {
  .v2-pageList .v2-pageList_head {
    height: 100%;
    background-color: #fff
  }
}
.v2-pageList .v2-pageList_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5
}
@media only screen and (max-width: 768px) {
  .v2-pageList .v2-pageList_ttl {
    font-size: 17px;
    font-size: 1.7rem
  }
}
.v2-pageList .v2-pageList_body {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 5.40541% 6.75676%
}
@media only screen and (max-width: 768px) {
  .v2-pageList .v2-pageList_body {
    display: none
  }
}
.v2-pageList .v2-pageList_desc {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.92;
  color: #464646
}
.v2-pageList .v2-arw {
  top: 0;
  bottom: 0;
  margin: auto auto 15px;
  -webkit-transform-origin: center right;
  transform-origin: center right
}
@media only screen and (max-width: 768px) {
  .v2-pageList .v2-arw {
    margin: auto
  }
}
/* ▼ You Tubeレスポンシブ対応用Box */
.v2-box-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.v2-box-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}
/*--------------------------------------------------------------
# WordPress で付与されるスタイル
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em
}
.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto
}
/*--------------------------------------------------------------
# WordPress 記事用スタイル
--------------------------------------------------------------*/
.mce-content-body .v2-grid,
.v2-postBody .v2-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2em
}
.mce-content-body .v2-grid + *,
.v2-postBody .v2-grid + * {
  margin-top: 2em
}
.mce-content-body .v2-grid.-grid2,
.v2-postBody .v2-grid.-grid2 {
  margin-bottom: -4.7619%
}
@media only screen and (max-width: 768px) {
  .mce-content-body .v2-grid.-grid2,
  .v2-postBody .v2-grid.-grid2 {
    display: block;
    margin-bottom: 0px
  }
}
.mce-content-body .v2-grid.-grid2 > .v2-grid_col,
.v2-postBody .v2-grid.-grid2 > .v2-grid_col {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 47.61905%;
  margin-bottom: 4.7619%;
  margin-left: 4.7619%
}
@media only screen and (max-width: 768px) {
  .mce-content-body .v2-grid.-grid2 > .v2-grid_col,
  .v2-postBody .v2-grid.-grid2 > .v2-grid_col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0
  }
}
.mce-content-body .v2-grid.-grid2 > .v2-grid_col:nth-child(2n+1),
.v2-postBody .v2-grid.-grid2 > .v2-grid_col:nth-child(2n+1) {
  margin-left: 0
}
.mce-content-body .v2-grid_col,
.v2-postBody .v2-grid_col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.mce-content-body .v2-grid_col img,
.v2-postBody .v2-grid_col img {
  width: 100%
}
.mce-content-body .v2-grid table,
.v2-postBody .v2-grid table {
  width: 100%
}
.mce-content-body .v2-grid .v2-box-img,
.v2-postBody .v2-grid .v2-box-img {
  border: 1px solid #d0d0d0
}
.mce-content-body .v2-grid .v2-box-img + .v2-ttlH3,
.v2-postBody .v2-grid .v2-box-img + .v2-ttlH3 {
  margin-top: 1em
}
@media only screen and (min-width: 769px) {
  .mce-content-body a:hover img,
  .v2-postBody a:hover img {
    opacity: 0.8
  }
}
.mce-content-body a img,
.v2-postBody a img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s
}
.mce-content-body strong,
.v2-postBody strong {
  padding-bottom: 0.1em;
  font-weight: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d9efec));
  background: linear-gradient(transparent 60%, #d9efec 60%)
}
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6,
.v2-postBody h1,
.v2-postBody h2,
.v2-postBody h3,
.v2-postBody h4,
.v2-postBody h5,
.v2-postBody h6 {
  margin-top: 2em;
  font-weight: bold;
  line-height: 1.5
}
.mce-content-body h1:first-child,
.mce-content-body h2:first-child,
.mce-content-body h3:first-child,
.mce-content-body h4:first-child,
.mce-content-body h5:first-child,
.mce-content-body h6:first-child,
.v2-postBody h1:first-child,
.v2-postBody h2:first-child,
.v2-postBody h3:first-child,
.v2-postBody h4:first-child,
.v2-postBody h5:first-child,
.v2-postBody h6:first-child {
  margin-top: 0
}
.mce-content-body h1 + *,
.mce-content-body h2 + *,
.mce-content-body h3 + *,
.mce-content-body h4 + *,
.mce-content-body h5 + *,
.mce-content-body h6 + *,
.v2-postBody h1 + *,
.v2-postBody h2 + *,
.v2-postBody h3 + *,
.v2-postBody h4 + *,
.v2-postBody h5 + *,
.v2-postBody h6 + * {
  margin-top: 1em
}
.mce-content-body h2,
.v2-postBody h2 {
  font-size: 2em
}
.mce-content-body h3,
.v2-postBody h3 {
  font-size: 1.6em
}
.mce-content-body h4,
.v2-postBody h4 {
  font-size: 1.2em
}
.mce-content-body h5,
.v2-postBody h5 {
  font-size: 1em
}
.mce-content-body h6,
.v2-postBody h6 {
  font-size: 0.8em
}
.mce-content-body .v2-ttlH2,
.v2-postBody .v2-ttlH2 {
  margin-top: 80px;
  padding: 0.3em 2.38095%;
  font-size: 20px;
  font-size: 2rem;
  background-color: #f2f8fa
}
@media only screen and (max-width: 768px) {
  .mce-content-body .v2-ttlH2,
  .v2-postBody .v2-ttlH2 {
    margin-top: 50px;
    padding: 0.5em 2.98507%;
    font-size: 16px;
    font-size: 1.6rem
  }
}
.mce-content-body .v2-ttlH2 + *,
.mce-content-body .v2-ttlH2 + .v2-ttlH3,
.v2-postBody .v2-ttlH2 + *,
.v2-postBody .v2-ttlH2 + .v2-ttlH3 {
  margin-top: 24px
}
@media only screen and (max-width: 768px) {
  .mce-content-body .v2-ttlH2 + *,
  .mce-content-body .v2-ttlH2 + .v2-ttlH3,
  .v2-postBody .v2-ttlH2 + *,
  .v2-postBody .v2-ttlH2 + .v2-ttlH3 {
    margin-top: 16px
  }
}
.mce-content-body .v2-ttlH3,
.v2-postBody .v2-ttlH3 {
  margin-top: 40px;
  font-size: 16px;
  font-size: 1.6rem
}
.mce-content-body .v2-ttlH3 + *,
.v2-postBody .v2-ttlH3 + * {
  margin-top: 8px
}
.mce-content-body .v2-ttlSm,
.v2-postBody .v2-ttlSm {
  margin-top: 30px;
  font-size: 1em
}
.mce-content-body .v2-ttlSm + *,
.v2-postBody .v2-ttlSm + * {
  margin-top: 2px
}
@media only screen and (max-width: 768px) {
  .mce-content-body p > img,
  .v2-postBody p > img {
    display: block;
    margin-right: auto;
    margin-left: auto
  }
}
.mce-content-body .v2-btn,
.v2-postBody .v2-btn {
  margin-top: 4em
}
.mce-content-body .v2-red,
.v2-postBody .v2-red {
  color: #c30000
}
.mce-content-body table,
.v2-postBody table {
  width: 100%;
  min-width: 200px;
  margin-top: 3em;
  font-size: 16px;
  font-size: 1.6rem;
  border-collapse: collapse;
  text-align-last: left;
  border: 1px solid #e2e2e2
}
@media only screen and (max-width: 768px) {
  .mce-content-body table,
  .v2-postBody table {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.mce-content-body table:first-child,
.v2-postBody table:first-child {
  margin-top: 0
}
.mce-content-body table th,
.mce-content-body table td,
.v2-postBody table th,
.v2-postBody table td {
  padding: 0.4em 30px;
  border: 1px solid #e2e2e2
}
@media only screen and (max-width: 768px) {
  .mce-content-body table th,
  .mce-content-body table td,
  .v2-postBody table th,
  .v2-postBody table td {
    padding: 0.4em 20px
  }
}
.mce-content-body table th,
.v2-postBody table th {
  background-color: #e2e2e2
}
.mce-content-body .v2-table,
.v2-postBody .v2-table {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.67;
  border-style: solid none none;
  border-top: 1px solid #e2e2e2
}
@media only screen and (max-width: 768px) {
  .mce-content-body .v2-table,
  .mce-content-body .v2-table tr,
  .mce-content-body .v2-table th,
  .mce-content-body .v2-table td,
  .v2-postBody .v2-table,
  .v2-postBody .v2-table tr,
  .v2-postBody .v2-table th,
  .v2-postBody .v2-table td {
    display: block
  }
}
.mce-content-body .v2-table th,
.mce-content-body .v2-table td,
.v2-postBody .v2-table th,
.v2-postBody .v2-table td {
  padding: 1.2em 0;
  border-style: none none solid;
  border-bottom: 1px solid #e2e2e2
}
.mce-content-body .v2-table th,
.v2-postBody .v2-table th {
  font-weight: bold;
  text-align: left;
  background-color: transparent
}
@media only screen and (max-width: 768px) {
  .mce-content-body .v2-table th,
  .v2-postBody .v2-table th {
    padding-bottom: 0;
    border-bottom-style: none
  }
}
.mce-content-body .v2-table th + td,
.v2-postBody .v2-table th + td {
  padding-left: 2em
}
@media only screen and (max-width: 768px) {
  .mce-content-body .v2-table th + td,
  .v2-postBody .v2-table th + td {
    padding-left: 0
  }
}
@media only screen and (max-width: 768px) {
  .mce-content-body .v2-table td,
  .v2-postBody .v2-table td {
    padding-top: 0;
    font-size: 14px;
    font-size: 1.4rem
  }
}
.mce-content-body .v2-table + .v2-cap,
.v2-postBody .v2-table + .v2-cap {
  margin-top: 1.5em
}
.mce-content-body .v2-officeInfo,
.v2-postBody .v2-officeInfo {
  margin-left: 2.38095%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.67
}
@media only screen and (max-width: 768px) {
  .mce-content-body .v2-officeInfo,
  .v2-postBody .v2-officeInfo {
    margin-left: 0;
    font-size: 14px;
    font-size: 1.4rem
  }
}
.mce-content-body .v2-officeInfo + .v2-ttlH2,
.v2-postBody .v2-officeInfo + .v2-ttlH2 {
  margin-top: 80px
}
@media only screen and (max-width: 768px) {
  .mce-content-body .v2-officeInfo + .v2-ttlH2,
  .v2-postBody .v2-officeInfo + .v2-ttlH2 {
    margin-top: 50px
  }
}
.mce-content-body .v2-officeInfo .v2-grid,
.v2-postBody .v2-officeInfo .v2-grid {
  width: 80%
}
.mce-content-body .v2-officeInfo iframe,
.v2-postBody .v2-officeInfo iframe {
  width: 100%;
  height: 380px;
  vertical-align: bottom
}
.mce-content-body .v2-cap,
.v2-postBody .v2-cap {
  margin-top: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5
}
@media only screen and (max-width: 768px) {
  .mce-content-body .v2-cap,
  .v2-postBody .v2-cap {
    font-size: 11px;
    font-size: 1.1rem
  }
}
.mce-content-body .v2-box-bgLightblue,
.v2-postBody .v2-box-bgLightblue {
  margin-top: 60px;
  padding: 40px 9.52381%;
  background-color: #f2f8fa
}
@media only screen and (max-width: 768px) {
  .mce-content-body .v2-box-bgLightblue,
  .v2-postBody .v2-box-bgLightblue {
    padding: 40px 8.95522%
  }
}
.mce-content-body .v2-box-bgLightblue:first-child,
.v2-postBody .v2-box-bgLightblue:first-child {
  margin-top: 0
}
.mce-content-body .v2-box-bgLightblue .v2-ttlH3 + *,
.v2-postBody .v2-box-bgLightblue .v2-ttlH3 + * {
  margin-top: 22px
}
.v2-box-img {
  text-align: center;
  border: 1px solid #d0d0d0
}
#v2-header.v2-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding-right: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.07em;
  background-color: #fff
}
@media only screen and (max-width: 1024px) {
  #v2-header.v2-header {
    height: 70px
  }
}
#v2-header.v2-header + * {
  margin-top: 100px
}
@media only screen and (max-width: 1024px) {
  #v2-header.v2-header + * {
    margin-top: 70px
  }
}
#v2-header .v2-header_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff
}
@media only screen and (max-width: 1024px) {
  #v2-header .v2-header_inr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 5.33333% 5px 3.73333%
  }
}
#v2-header .v2-header_logo {
  width: 200px;
  height: 52.6px;
  margin: 0 0 0 21px;
  text-indent: -999em
}
@media only screen and (max-width: 1024px) {
  #v2-header .v2-header_logo {
    width: 160px;
    margin: 0
  }
}
#v2-header .v2-header_logo a {
  display: block;
  height: 100%;
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/common/logo-esrij@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
#v2-header .v2-header_navset {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}
@media only screen and (min-width: 1025px) {
  #v2-header .v2-header_navset {
    display: block !important;
    height: 100% !important
  }
}
@media only screen and (max-width: 1024px) {
  #v2-header .v2-header_navset {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    overflow-y: auto;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 70px);
    background-color: #fff
  }
}
#v2-header .v2-header_navsetInr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}
@media only screen and (max-width: 1024px) {
  #v2-header .v2-header_navsetInr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}
#v2-header .v2-header_utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
#v2-header .v2-header_gnav {
  margin-top: auto
}
#v2-header .v2-header_spmenu {
  display: none
}
@media only screen and (max-width: 1024px) {
  #v2-header .v2-header_spmenu {
    display: block
  }
}
#v2-header .v2-header_spmenu a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  text-indent: -999em;
  border: 1px solid #8ccec6;
  border-radius: 50%
}
#v2-header .v2-header_spmenu a::before,
#v2-header .v2-header_spmenu a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 27px;
  height: 2px;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s,-webkit-transform 0.2s;
  background-color: #008b7b
}
#v2-header .v2-header_spmenu a::before {
  -webkit-transform: translateY(-4.5px);
  transform: translateY(-4.5px)
}
#v2-header .v2-header_spmenu a::after {
  -webkit-transform: translateY(4.5px);
  transform: translateY(4.5px)
}
#v2-header .v2-header_spmenu.-open a::before {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg)
}
#v2-header .v2-header_spmenu.-open a::after {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg)
}
#v2-header .v2-hdLogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 1024px) {
  #v2-header .v2-hdLogin {
    display: none
  }
}
#v2-header .v2-hdLogin li {
  margin-right: 1em
}
#v2-header .v2-hdLogin li a {
  color: #000
}
#v2-header .v2-hdUtility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 58.63956%;
  height: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media only screen and (max-width: 1024px) {
  #v2-header .v2-hdUtility {
    width: 100%;
    height: 50px
  }
}
#v2-header .v2-hdUtility_item {
  width: 33.33333%;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  background-image: none
}
@media only screen and (max-width: 1024px) {
  #v2-header .v2-hdUtility_item {
    width: 50%
  }
}
#v2-header .v2-hdUtility_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  background-color: #333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
#v2-header .v2-hdUtility_item#searchHolder {
  margin: 0
}
#v2-header .v2-hdUtility_item#searchHolder form {
  height: 100%;
  margin: 0
}
#v2-header .v2-hdUtility_item#searchHolder fieldset {
  position: relative;
  height: 100%
}
#v2-header .v2-hdUtility_item#searchHolder input,
#v2-header .v2-hdUtility_item#searchHolder input.init_css {
  width: 100%;
  height: 100%;
  padding: 0.5em 20px;
  font-size: 14px;
  font-size: 1.4rem;
  border-style: none;
  border-radius: 0;
  background-color: #f4f4f4
}
#v2-header .v2-hdUtility_item#searchHolder input.init_css {
  color: #b9b9b9
}
#v2-header .v2-hdUtility_item#searchHolder .sa {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/common/icon-search@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
@media only screen and (max-width: 1024px) {
  #v2-header .v2-hdUtility_item.-search {
    display: none
  }
}
#v2-header .v2-hdUtility_item.-trial a {
  background-color: #008b7b
}
#v2-header .v2-hdUtility_item.-contact a {
  background-color: #003c52
}
@media only screen and (min-width: 1025px) {
  #v2-header .v2-hdGnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  #v2-header .v2-hdGnav_item {
    margin-right: 2.93333%
  }
  #v2-header .v2-hdGnav_item:not(.-open) a:hover::after {
    -webkit-animation: stretch 0.2s ease-out 0s both;
    animation: stretch 0.2s ease-out 0s both
  }
  #v2-header .v2-hdGnav_item.-open > a::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  #v2-header .v2-hdGnav_item > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 40px;
    text-decoration: none;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  #v2-header .v2-hdGnav_item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    background-color: #006dad
  }
  #v2-header .v2-hdGnav_item > a .v2-arw-slide {
    display: none
  }
  #v2-header .v2-hdGnav_sub {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    display: none;
    overflow-y: auto;
    width: 100%;
    max-height: calc(100vh - 100px);
    padding: 65px 0 75px;
    background-color: #fff;
    -webkit-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.03)
  }
  #v2-header .v2-hdGnav_sub::after {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%)
  }
}
@media only screen and (max-width: 1024px) {
  #v2-header .v2-hdGnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
  }
  #v2-header .v2-hdGnav_item + li {
    border-top: 1px solid #e2e2e2
  }
  #v2-header .v2-hdGnav_item > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 70px;
    padding: 0.3em 10.66667% 0.3em 5.33333%;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
  }
  #v2-header .v2-hdGnav_sub {
    position: static;
    display: none;
    padding: 0
  }
}
.v2-arw-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-indent: -999em
}
.v2-arw-slide::before,
.v2-arw-slide::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 26px;
  right: 7.46667%;
  bottom: 0;
  display: block;
  width: 12px;
  height: 2px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #000
}
.v2-arw-slide::before {
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
  -webkit-transform-origin: center right;
  transform-origin: center right
}
.v2-arw-slide::after {
  -webkit-transform: translateX(90%) rotate(-48deg);
  transform: translateX(90%) rotate(-48deg);
  -webkit-transform-origin: center left;
  transform-origin: center left
}
.-open .v2-arw-slide::before,
.-open .v2-arw-slide::after {
  top: -10px
}
.-open .v2-arw-slide::before {
  -webkit-transform: rotate(-48deg);
  transform: rotate(-48deg)
}
.-open .v2-arw-slide::after {
  -webkit-transform: translateX(90%) rotate(48deg);
  transform: translateX(90%) rotate(48deg)
}
@media only screen and (min-width: 1025px) {
  #v2-header .v2-hdGnavSub,
  .remodal-wrapper .v2-hdGnavSub {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px
  }
  #v2-header .v2-hdGnavSub_ttl,
  .remodal-wrapper .v2-hdGnavSub_ttl {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5
  }
  #v2-header .v2-hdGnavSub_ttl + *,
  .remodal-wrapper .v2-hdGnavSub_ttl + * {
    margin-top: 1.5em
  }
  #v2-header .v2-hdGnavSub_grid,
  .remodal-wrapper .v2-hdGnavSub_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -4.23729%
  }
  #v2-header .v2-hdGnavSub_col,
  .remodal-wrapper .v2-hdGnavSub_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 28.81356%;
    margin-bottom: 4.23729%;
    margin-left: 6.77966%
  }
  #v2-header .v2-hdGnavSub_col:nth-child(3n+1),
  .remodal-wrapper .v2-hdGnavSub_col:nth-child(3n+1) {
    margin-left: 0
  }
  #v2-header .v2-hdGnavSub_cat,
  .remodal-wrapper .v2-hdGnavSub_cat {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5
  }
  #v2-header .v2-hdGnavSub_cat + *,
  .remodal-wrapper .v2-hdGnavSub_cat + * {
    margin-top: 16px;
    margin-top: 1.2em
  }
  #v2-header .v2-hdGnavSub_list,
  .remodal-wrapper .v2-hdGnavSub_list {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2
  }
  #v2-header .v2-hdGnavSub_list + .v2-btn,
  .remodal-wrapper .v2-hdGnavSub_list + .v2-btn {
    margin-top: auto;
    padding-top: 20px
  }
  #v2-header .v2-hdGnavSub_list + .v2-hdGnavSub_cat,
  .remodal-wrapper .v2-hdGnavSub_list + .v2-hdGnavSub_cat {
    margin-top: 3em
  }
  #v2-header .v2-hdGnavSub_item + li,
  .remodal-wrapper .v2-hdGnavSub_item + li {
    margin-top: 0.9em
  }
  #v2-header .v2-hdGnavSub_cat a,
  #v2-header .v2-hdGnavSub_item a,
  .remodal-wrapper .v2-hdGnavSub_cat a,
  .remodal-wrapper .v2-hdGnavSub_item a {
    position: relative;
    display: inline-block;
    padding-bottom: 0.3em;
    text-decoration: none;
    color: #000
  }
  #v2-header .v2-hdGnavSub_cat a::after,
  #v2-header .v2-hdGnavSub_item a::after,
  .remodal-wrapper .v2-hdGnavSub_cat a::after,
  .remodal-wrapper .v2-hdGnavSub_item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    background-color: #006dad
  }
  #v2-header .v2-hdGnavSub_cat a:hover::after,
  #v2-header .v2-hdGnavSub_item a:hover::after,
  .remodal-wrapper .v2-hdGnavSub_cat a:hover::after,
  .remodal-wrapper .v2-hdGnavSub_item a:hover::after {
    -webkit-animation: stretch 0.2s ease-out 0s both;
    animation: stretch 0.2s ease-out 0s both
  }
  #v2-header .v2-hdGnavSub_note,
  .remodal-wrapper .v2-hdGnavSub_note {
    display: inline-block;
    font-size: 0.8em
  }
  #v2-header .v2-hdGnavSub .v2-btn + .v2-btn,
  .remodal-wrapper .v2-hdGnavSub .v2-btn + .v2-btn {
    margin-top: 2em
  }
}
@media only screen and (max-width: 1024px) {
  #v2-header .v2-hdGnavSub,
  .remodal-wrapper .v2-hdGnavSub {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding: 0;
    background-color: #f7f7f7
  }
  #v2-header .v2-hdGnavSub_ttl,
  .remodal-wrapper .v2-hdGnavSub_ttl {
    display: none
  }
  #v2-header .v2-hdGnavSub_grid,
  .remodal-wrapper .v2-hdGnavSub_grid {
    margin: 0
  }
  #v2-header .v2-hdGnavSub_col,
  .remodal-wrapper .v2-hdGnavSub_col {
    width: 100%;
    margin: 0
  }
  #v2-header .v2-hdGnavSub_cat,
  .remodal-wrapper .v2-hdGnavSub_cat {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    border-top: 1px solid #e2e2e2
  }
  #v2-header .v2-hdGnavSub_cat + *,
  .remodal-wrapper .v2-hdGnavSub_cat + * {
    margin-top: 0
  }
  #v2-header .v2-hdGnavSub_list,
  .remodal-wrapper .v2-hdGnavSub_list {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2
  }
  #v2-header .v2-hdGnavSub_list + .v2-btn,
  .remodal-wrapper .v2-hdGnavSub_list + .v2-btn {
    padding: 0.5em 5.33333% 0.5em;
    border-top: 1px solid #e2e2e2
  }
  #v2-header .v2-hdGnavSub_list + .v2-hdGnavSub_cat,
  .remodal-wrapper .v2-hdGnavSub_list + .v2-hdGnavSub_cat {
    margin-top: 0
  }
  #v2-header .v2-hdGnavSub_cat,
  #v2-header .v2-hdGnavSub_item,
  .remodal-wrapper .v2-hdGnavSub_cat,
  .remodal-wrapper .v2-hdGnavSub_item {
    border-top: 1px solid #e2e2e2
  }
  #v2-header .v2-hdGnavSub_cat + li,
  #v2-header .v2-hdGnavSub_item + li,
  .remodal-wrapper .v2-hdGnavSub_cat + li,
  .remodal-wrapper .v2-hdGnavSub_item + li {
    margin-top: 0
  }
  #v2-header .v2-hdGnavSub_catItem,
  #v2-header .v2-hdGnavSub_item a,
  .remodal-wrapper .v2-hdGnavSub_catItem,
  .remodal-wrapper .v2-hdGnavSub_item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 0.3em 10.66667% 0.3em 5.33333%;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  #v2-header .v2-hdGnavSub_cat a::after,
  #v2-header .v2-hdGnavSub_item a::after,
  .remodal-wrapper .v2-hdGnavSub_cat a::after,
  .remodal-wrapper .v2-hdGnavSub_item a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6.13333%;
    right: 6.13333vw;
    bottom: 0;
    display: block;
    width: 10.555px;
    height: 10.555px;
    margin: auto;
    -webkit-transform: rotate(-40deg) skewX(10deg);
    transform: rotate(-40deg) skewX(10deg);
    border-width: 1px;
    border-style: none solid solid none;
    border-color: #000
  }
  #v2-header .v2-hdGnavSub_note,
  .remodal-wrapper .v2-hdGnavSub_note {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.8em
  }
  #v2-header .v2-hdGnavSub_note a,
  .remodal-wrapper .v2-hdGnavSub_note a {
    width: 50%
  }
  #v2-header .v2-hdGnavSub_note .-pc,
  .remodal-wrapper .v2-hdGnavSub_note .-pc {
    display: none
  }
}
@media only screen and (max-width: 1024px) {
  .remodal-wrapper .v2-hdGnavSub {
    background-color: transparent
  }
  .remodal-wrapper .v2-hdGnavSub .v2-btn {
    padding: 1em 5.33333%;
    border-top: 1px solid #e2e2e2
  }
}
@media only screen and (min-width: 1025px) {
  .remodal-wrapper .v2-hdGnavSub {
    padding: 0
  }
  .remodal-wrapper .v2-hdGnavSub_cat {
    font-size: 20px;
    font-size: 2rem
  }
  .remodal-wrapper .v2-hdGnavSub_list {
    font-size: 14px;
    font-size: 1.4rem
  }
  .remodal-wrapper .v2-hdGnavSub_item a {
    color: #454545
  }
  .remodal-wrapper .v2-hdGnavSub_item a:hover {
    color: #000
  }
}
.v2-main {
  line-height: 2;
  letter-spacing: 0.07em
}
.v2-pageKv {
  height: 300px
}
@media only screen and (max-width: 768px) {
  .v2-pageKv {
    height: auto
  }
}
.page-child .v2-pageKv {
  height: 200px
}
@media only screen and (max-width: 768px) {
  .page-child .v2-pageKv {
    height: auto
  }
}
@media only screen and (max-width: 768px) {
  .page-child .v2-pageKv_img::before {
    padding-top: 21.33333%
  }
}
.v2-pageKv .v2-container {
  height: 100%
}
.v2-pageKv_inr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 768px) {
  .v2-pageKv_inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
  }
}
.v2-pageKv_txt {
  position: relative;
  z-index: 1;
  min-width: 300px
}
@media only screen and (max-width: 768px) {
  .v2-pageKv_txt {
    min-width: auto;
    margin-top: 20px
  }
}
.v2-pageKv_img {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0px;
  width: 100vw;
  height: 100%;
  border-radius: 0 0 40px 0;
  background-color: #eee;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover
}
@media only screen and (max-width: 768px) {
  .v2-pageKv_img {
    position: relative;
    right: 5.33333vw;
    width: 94.66667vw !important;
    border-radius: 0 0 20px 0;
    background-position: center center
  }
}
.v2-pageKv_img::before {
  display: block;
  width: 100%;
  padding-top: 22.38806%
}
@media only screen and (max-width: 768px) {
  .v2-pageKv_img::before {
    content: "";
    padding-top: 32%
  }
}
.p-company .v2-pageKv_img,
.p-company-child .v2-pageKv_img {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/company/kv-company.jpg)
}
.p-activities .v2-pageKv_img,
.p-activities-child .v2-pageKv_img {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/activities/kv-activities.jpg)
}
.p-recruit .v2-pageKv_img,
.p-recruit-child .v2-pageKv_img {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/recruit/kv-recruit.jpg)
}
.v2-pageKv_parent {
  padding-bottom: 0.3em;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #000
}
.v2-pageKv_parent + .v2-pageKv_ttl {
  margin-top: 10px
}
@media only screen and (max-width: 768px) {
  .v2-pageKv_parent + .v2-pageKv_ttl {
    margin-top: 0px
  }
}
.v2-pageKv_ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold !important;
  line-height: 1.5;
  letter-spacing: 0.16em
}
@media only screen and (max-width: 768px) {
  .v2-pageKv_ttl {
    font-size: 24px;
    font-size: 2.4rem
  }
}
.v2-breadcrumb {
  margin-top: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2
}
@media only screen and (max-width: 768px) {
  .v2-breadcrumb {
    display: none
  }
}
.v2-breadcrumb ul {
  margin: 0;
  letter-spacing: -0.4em;
  color: #adadad
}
.v2-breadcrumb ul li {
  display: inline;
  margin: 0;
  padding-left: 0;
  background: none
}
.v2-breadcrumb ul li + li::before {
  content: "―";
  display: inline-block;
  margin: 0 1em;
  letter-spacing: normal
}
.v2-breadcrumb ul li a,
.v2-breadcrumb ul li span {
  letter-spacing: normal;
  letter-spacing: 0.06em
}
.v2-breadcrumb ul li a {
  text-decoration: none;
  color: #000
}
@media only screen and (min-width: 769px) {
  .v2-breadcrumb ul li a:hover {
    text-decoration: underline
  }
}
@media only screen and (max-width: 768px) {
  .sec-sideMenu > .v2-container {
    max-width: none;
    padding: 0
  }
}
.v2-sideMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 768px) {
  .v2-sideMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.v2-sideMenu .v2-sideMenu_body {
  width: 71.18644%
}
@media only screen and (max-width: 768px) {
  .v2-sideMenu .v2-sideMenu_body {
    width: auto;
    padding-right: 5.33333%;
    padding-left: 5.33333%
  }
}
.v2-sideMenu .v2-sideMenu .v2-postBody {
  position: relative
}
.v2-sideMenu .v2-sideMenu_menu {
  width: 23.72881%
}
@media only screen and (max-width: 768px) {
  .v2-sideMenu .v2-sideMenu_menu {
    width: auto;
    margin-top: 13.33333%
  }
}
.v2-sideMenu .v2-sideMenu_list {
  border: 1px solid #e2e2e2
}
.v2-sideMenu .v2-sideMenu_item + li {
  border-top: 1px solid #e2e2e2
}
.v2-sideMenu .v2-sideMenu_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0.2em 12.5% 0.2em 5.35714%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  border-left: 6px solid #003c52;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.v2-sideMenu .v2-sideMenu_sub {
  display: none;
  margin-top: 0;
  background-color: #f7f7f7
}
.v2-sideMenu .v2-sideMenu_subItem {
  height: 40px;
  border-top: 1px solid #e2e2e2
}
.v2-sideMenu .v2-sideMenu_subItem > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0.2em 10% 0.2em 11.42857%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.v2-sideMenu .v2-sideMenu_subItem > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 6.13333%;
  bottom: 0;
  display: block;
  width: 7.7px;
  height: 7.7px;
  margin: auto;
  -webkit-transform: rotate(-40deg) skewX(10deg);
  transform: rotate(-40deg) skewX(10deg);
  border-width: 1px;
  border-style: none solid solid none;
  border-color: #000
}
#v2-footer.v2-footer {
  position: relative;
  clear: both;
  letter-spacing: 0.07em;
  background-color: #f7f7f7
}
@media only screen and (max-width: 768px) {
  #v2-footer.v2-footer {
    padding: 120px 0 0;
    padding: 0
  }
}
#v2-footer .v2-footer_wrap {
  position: relative;
  padding-top: 80px
}
@media only screen and (max-width: 768px) {
  #v2-footer .v2-footer_wrap {
    padding-top: 0
  }
}
@media only screen and (max-width: 768px) {
  #v2-footer .v2-footer_main .v2-container {
    padding: 0
  }
}
#v2-footer .v2-footer_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -4.23729%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px
}
@media only screen and (max-width: 768px) {
  #v2-footer .v2-footer_grid {
    display: block;
    margin-bottom: 0;
    padding: 0
  }
}
#v2-footer .v2-footer_col {
  width: 16.61017%;
  margin-bottom: 4.23729%;
  margin-left: 4.23729%
}
@media only screen and (max-width: 768px) {
  #v2-footer .v2-footer_col {
    width: 100%;
    margin: 0
  }
}
#v2-footer .v2-footer_col.-sort1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
#v2-footer .v2-footer_col.-sort2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
#v2-footer .v2-footer_col.-sort3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
#v2-footer .v2-footer_col.-sort4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}
#v2-footer .v2-footer_col.-sort5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}
#v2-footer .v2-footer_col.-sort6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}
#v2-footer .v2-footer_col.-sort7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}
#v2-footer .v2-footer_col.-sort8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}
#v2-footer .v2-footer_col.-sort9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}
#v2-footer .v2-footer_col.-sort10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}
#v2-footer .v2-footer_col.-sort11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}
#v2-footer .v2-footer_col.-sort12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}
#v2-footer .v2-footer_col.-sort1 {
  margin-left: 0
}
#v2-footer .v2-footer_col.-sort6 {
  margin-left: 0
}
#v2-footer .v2-footer_col.-sort11 {
  margin-left: 0
}
#v2-footer .v2-footer_ttl {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000
}
@media only screen and (max-width: 768px) {
  #v2-footer .v2-footer_ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 70px;
    padding: 0.3em 10.66667% 0.3em 5.33333%;
    border-top: 1px solid #e2e2e2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
#v2-footer .v2-footer_ttl + * {
  margin-top: 20px
}
@media only screen and (max-width: 768px) {
  #v2-footer .v2-footer_ttl + * {
    margin-top: 0
  }
}
@media only screen and (min-width: 769px) {
  #v2-footer .v2-footer_ttl .v2-arw-slide {
    display: none
  }
}
#v2-footer .v2-footer_info {
  border-top: 1px solid #e8e8e8
}
#v2-footer .v2-footer_cr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  color: #fff;
  background-color: #003c52;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (max-width: 768px) {
  #v2-footer .v2-footer_cr {
    min-height: 55px
  }
}
#v2-footer .v2-footer_cr .v2-container {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.64;
  text-align: center;
  letter-spacing: 0.07em
}
@media only screen and (max-width: 768px) {
  #v2-footer .v2-footer_cr .v2-container {
    font-size: 11px;
    font-size: 1.1rem
  }
}
#v2-footer .v2-ftNav {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4
}
@media only screen and (min-width: 769px) {
  #v2-footer .v2-ftNav {
    display: block !important
  }
}
@media only screen and (max-width: 768px) {
  #v2-footer .v2-ftNav {
    display: none;
    background-color: #ededed
  }
}
@media only screen and (max-width: 768px) {
  #v2-footer .v2-ftNav_item {
    border-top: 1px solid #e2e2e2
  }
}
#v2-footer .v2-ftNav_item + li {
  margin-top: 1em
}
@media only screen and (max-width: 768px) {
  #v2-footer .v2-ftNav_item + li {
    margin-top: 0
  }
}
#v2-footer .v2-ftNav_item a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  color: #454545
}
@media only screen and (min-width: 769px) {
  #v2-footer .v2-ftNav_item a:hover {
    color: #000
  }
}
@media only screen and (max-width: 768px) {
  #v2-footer .v2-ftNav_item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding: 0.3em 10.66667% 0.3em 5.33333%;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  #v2-footer .v2-ftNav_item a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6.13333%;
    bottom: 0;
    display: block;
    width: 10.555px;
    height: 10.555px;
    margin: auto;
    -webkit-transform: rotate(-40deg) skewX(10deg);
    transform: rotate(-40deg) skewX(10deg);
    border-width: 1px;
    border-style: none solid solid none;
    border-color: #000
  }
}
#v2-footer .v2-ftNav_item a[href=""] {
  pointer-events: none;
  color: #f33
}
.v2-ftInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 26px 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2
}
@media only screen and (max-width: 768px) {
  .v2-ftInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    padding: 29px 0 32px
  }
}
.v2-ftInfo .v2-ftInfo_item {
  position: relative;
  padding: 0 1.61017%
}
@media only screen and (max-width: 768px) {
  .v2-ftInfo .v2-ftInfo_item {
    padding: 0 5.33333%
  }
}
@media only screen and (max-width: 768px) {
  .v2-ftInfo .v2-ftInfo_item + .v2-ftInfo_item {
    margin-top: 2em
  }
}
.v2-ftInfo .v2-ftInfo_item + .v2-ftInfo_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #454545
}
@media only screen and (max-width: 768px) {
  .v2-ftInfo .v2-ftInfo_item + .v2-ftInfo_item::before {
    content: none
  }
}
.v2-ftInfo .v2-ftInfo_item a {
  text-decoration: none;
  color: #454545
}
@media only screen and (min-width: 769px) {
  .v2-ftInfo .v2-ftInfo_item a:hover {
    text-decoration: underline
  }
}
#v2-gotop {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  display: none;
  overflow: hidden;
  width: 60px;
  height: 60px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-indent: -999em;
  border: 1px solid #8ccec6;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1)
}
#v2-gotop.-active {
  display: block
}
#v2-gotop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s,-webkit-transform 0.2s;
  border-radius: 50%;
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/common/arw-pagetop@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
#v2-gotop:hover {
  background-color: rgba(255, 255, 255, 0.2)
}
#v2-gotop:hover::before {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%)
}
.fatFooter a[href=""] {
  text-decoration: line-through
}
.v2-topHd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  height: calc(100vh - 100px);
  padding-top: 60px;
  padding-top: calc(60vh / 1010 * 100)
}
@media only screen and (max-width: 768px) {
  .v2-topHd {
    height: auto;
    padding-top: 0
  }
}
.v2-topMv {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}
@media only screen and (max-width: 768px) {
  .v2-topMv {
    padding-top: calc(30vh / 642 * 100);
    padding-top: 36px
  }
}
.v2-topMv .v2-topMv_slider {
  overflow: hidden;
  width: 89.33333%;
  height: 100%;
  margin-bottom: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0
}
@media only screen and (max-width: 768px) {
  .v2-topMv .v2-topMv_slider {
    width: 90.66667%
  }
}
.v2-topMv .v2-topMv_slider.slick-initialized {
  opacity: 1
}
.v2-topMv .v2-topMv_slider .slick-list,
.v2-topMv .v2-topMv_slider .slick-track,
.v2-topMv .v2-topMv_slider .slick-slide > div,
.v2-topMv .v2-topMv_slider .slick-slide {
  height: 100%
}
.v2-topMv .v2-topMv_content {
  position: relative;
  height: 100%
}
@media only screen and (max-width: 768px) {
  .v2-topMv .v2-topMv_content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 550px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.v2-topMv .v2-topMv_img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0 40px 0 0
}
.v2-topMv .v2-topMv_img picture,
.v2-topMv .v2-topMv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.v2-topMv .v2-topMv_txt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-right: 7.83582%;
  margin-left: 11.9403%;
  padding: 14px 0 60px;
  line-height: 1.88;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (max-width: 768px) {
  .v2-topMv .v2-topMv_txt {
    margin: 0 5.88235%;
    padding: 10px 0 30px;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.v2-topMv .v2-topMv_txt .v2-btn {
  margin-top: 60px
}
@media only screen and (max-width: 768px) {
  .v2-topMv .v2-topMv_txt .v2-btn {
    margin-top: 24px
  }
}
.v2-topMv .v2-topMv_ttl {
  font-size: calc(30vw / 1500 * 100);
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.1em;
  color: #000
}
@media only screen and (max-width: 768px) {
  .v2-topMv .v2-topMv_ttl {
    font-size: 22px;
    font-size: 2.2rem
  }
}
.v2-topMv .v2-topMv_ttl + * {
  margin-top: 20px
}
@media only screen and (max-width: 768px) {
  .v2-topMv .v2-topMv_ttl + * {
    margin-top: 10px
  }
}
.v2-topMv .v2-topMv_scroll {
  position: absolute;
  z-index: 1;
  right: 0%;
  bottom: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10.66667%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (max-width: 768px) {
  .v2-topMv .v2-topMv_scroll {
    right: auto;
    bottom: 54px;
    left: 13.33333%;
    width: 46px
  }
  .v2-topMv .v2-topMv_scroll.-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}
.v2-topMv .v2-topMv_scroll a {
  padding-right: 139px;
  -webkit-transform: rotate(90deg) translateX(-28%);
  transform: rotate(90deg) translateX(-28%);
  text-indent: -999em
}
@media only screen and (max-width: 768px) {
  .v2-topMv .v2-topMv_scroll a {
    padding-right: 100px
  }
}
@media only screen and (min-width: 769px) {
  .v2-topMv .v2-topMv_scroll a:hover .v2-arw::after {
    -webkit-animation: btn-arw-top 0.2s ease-out 0s both;
    animation: btn-arw-top 0.2s ease-out 0s both
  }
}
.v2-topMv .v2-topMv_scroll a .v2-arw {
  display: block;
  text-indent: 0
}
.v2-topMv .v2-topMv_scroll a .v2-arw::after {
  width: 109px
}
@media only screen and (max-width: 768px) {
  .v2-topMv .v2-topMv_scroll a .v2-arw::after {
    right: 20px;
    width: 79px;
    height: 6px
  }
}
@media only screen and (max-width: 768px) {
  .v2-topMv .v2-topMv_scroll a .v2-svg {
    width: 46px;
    height: 46px
  }
}
@media only screen and (max-width: 768px) {
  .v2-topMv .v2-topMv_scroll a .v2-svg_circle {
    stroke-width: 1.30435
  }
}
@-webkit-keyframes btn-arw-top {
  0% {
    right: 130px;
    width: 27px;
    opacity: 0
  }
  100% {
    right: 30px;
    width: 109px;
    opacity: 1
  }
}
@keyframes btn-arw-top {
  0% {
    right: 130px;
    width: 27px;
    opacity: 0
  }
  100% {
    right: 30px;
    width: 109px;
    opacity: 1
  }
}
.v2-topMv .slick-nav {
  position: absolute;
  z-index: 1;
  right: 6.5%;
  bottom: 0%;
  margin: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top
}
@media only screen and (max-width: 768px) {
  .v2-topMv .slick-nav {
    right: 0%
  }
}
.v2-topMenu {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #f2f8fa
}
.v2-topMenu .v2-topMenu_list {
  position: relative;
  top: -60px;
  top: calc(-60vh / 1010 * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-left: 10.66667%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16)
}
@media only screen and (max-width: 768px) {
  .v2-topMenu .v2-topMenu_list {
    top: -24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin-left: 5.33333%
  }
}
.v2-topMenu .v2-topMenu_item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 768px) {
  .v2-topMenu .v2-topMenu_item {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 135px
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .v2-topMenu .v2-topMenu_item:nth-child(2n+1)::before {
    content: none
  }
  .v2-topMenu .v2-topMenu_item:nth-child(n+3)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 1px;
    margin: auto;
    background-color: #d0d0d0
  }
}
.v2-topMenu .v2-topMenu_item + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100px;
  margin: auto;
  background-color: #d0d0d0
}
@media only screen and (max-width: 768px) {
  .v2-topMenu .v2-topMenu_item + li::before {
    height: calc(100% - 20px)
  }
}
.v2-topMenu .v2-topMenu_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 1em 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #003c52;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (max-width: 768px) {
  .v2-topMenu .v2-topMenu_item a {
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem
  }
}
@media only screen and (min-width: 769px) {
  .v2-topMenu .v2-topMenu_item a:hover {
    color: #008b7b
  }
  .v2-topMenu .v2-topMenu_item a:hover svg .b {
    fill: #008b7b
  }
}
.v2-topMenu .v2-topMenu_item a svg {
  margin-bottom: 1em
}
.v2-topMenu .v2-topMenu_item a svg * {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s
}
.v2-topMenu .v2-topMenu_item.-search {
  width: 10.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.9403%;
  flex: 0 0 11.9403%
}
@media only screen and (max-width: 768px) {
  .v2-topMenu .v2-topMenu_item.-search {
    width: 100%;
    height: 60px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
  .v2-topMenu .v2-topMenu_item.-search a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .v2-topMenu .v2-topMenu_item.-search a svg {
    width: 24px;
    height: 24px;
    margin: 0 1em 0 0
  }
}
.v2-topMenu .v2-topMenu_item.-government a::before {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/icon-topMenu_government.svg)
}
.v2-topMenu .v2-topMenu_item.-private a::before {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/icon-topMenu_private.svg)
}
.v2-topMenu .v2-topMenu_item.-consultant a::before {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/icon-topMenu_consultant.svg)
}
.v2-topMenu .v2-topMenu_item.-institution a::before {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/icon-topMenu_institution.svg)
}
.v2-topMenu .v2-topMenu_item.-search a::before {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/icon-topMenu_search.svg)
}
.remodal-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.remodal-wrapper .remodal {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent
}
@media only screen and (max-width: 768px) {
  .remodal-wrapper .remodal {
    padding: 0
  }
}
.remodal-wrapper .remodal .v2-remodal {
  text-align: left;
  border-radius: 6px;
  background-color: #fff
}
.remodal-wrapper .remodal .v2-remodal_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 83px;
  padding: 0.5em 2.54237%;
  border-bottom: 1px solid #c9c9c9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.remodal-wrapper .remodal .v2-remodal_head::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
.remodal-wrapper .remodal .v2-remodal_ttl {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #003c52
}
.remodal-wrapper .remodal .v2-remodal_body {
  padding: 3.81356% 5.9322% 5.9322%
}
@media only screen and (max-width: 768px) {
  .remodal-wrapper .remodal .v2-remodal_body {
    padding: 0
  }
}
.remodal-wrapper .remodal .v2-remodal .remodal-close {
  top: 0;
  right: 2.54237%;
  bottom: 0;
  left: auto;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 1px solid #8ccec6;
  border-radius: 50%
}
.remodal-wrapper .remodal .v2-remodal .remodal-close::before,
.remodal-wrapper .remodal .v2-remodal .remodal-close::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 1px;
  margin: auto;
  background-color: #008b7b
}
.remodal-wrapper .remodal .v2-remodal .remodal-close::before {
  -webkit-transform: scale(1.5) rotate(-45deg);
  transform: scale(1.5) rotate(-45deg)
}
.remodal-wrapper .remodal .v2-remodal .remodal-close::after {
  -webkit-transform: scale(1.5) rotate(45deg);
  transform: scale(1.5) rotate(45deg)
}
.remodal-wrapper .remodal .v2-remodal.-government .v2-remodal_head::before {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/icon-topMenu_government.svg)
}
.remodal-wrapper .remodal .v2-remodal.-private .v2-remodal_head::before {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/icon-topMenu_private.svg)
}
.remodal-wrapper .remodal .v2-remodal.-consultant .v2-remodal_head::before {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/icon-topMenu_consultant.svg)
}
.remodal-wrapper .remodal .v2-remodal.-institution .v2-remodal_head::before {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/icon-topMenu_institution.svg)
}
.remodal-wrapper .remodal .v2-remodal.-search .v2-remodal_head::before {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/icon-topMenu_search.svg)
}
[class^="sec-top"] {
  position: relative;
  padding-top: 16%;
  padding-bottom: 10.66667%
}
@media only screen and (max-width: 768px) {
  [class^="sec-top"] {
    padding-top: 120px;
    padding-bottom: 80px;
    font-size: 15px;
    font-size: 1.5rem
  }
}
[class^="sec-top"].-secBrackets + [class^="sec-top"].-secBrackets {
  border-top: 1px solid #ededed
}
[class^="sec-top"].-secBrackets + [class^="sec-top"].-secBrackets::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -15px;
  right: 30px;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 1180px;
  height: 40px;
  margin: 0 auto;
  opacity: 0.215189873417722;
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/dec-brackets@2x.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain
}
@media only screen and (max-width: 768px) {
  [class^="sec-top"].-secBrackets + [class^="sec-top"].-secBrackets::before {
    width: 89.33333%
  }
}
[class^="sec-top"].-secBrackets .v2-container {
  position: relative
}
[class^="sec-top"].-secBrackets .v2-container::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -38px;
  left: 2px;
  display: block;
  width: 5px;
  height: 40px;
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/dec-brackets@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
@media only screen and (max-width: 768px) {
  [class^="sec-top"].-secBrackets .v2-container::before {
    top: -44px;
    left: 5.33333%
  }
}
[class^="sec-top"].-secBrackets .v2-container::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -24px;
  left: -10px;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #bababa
}
@media only screen and (max-width: 768px) {
  [class^="sec-top"].-secBrackets .v2-container::after {
    top: -30px;
    left: 5.33333%;
    -webkit-transform: translateX(-11px);
    transform: translateX(-11px)
  }
}
.v2-main .v2-topTitle {
  position: relative;
  z-index: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2
}
@media only screen and (max-width: 768px) {
  .v2-main .v2-topTitle {
    font-size: 24px;
    font-size: 2.4rem
  }
}
.v2-main .v2-topTitle + * {
  margin-top: 1.5em
}
.v2-main .v2-topTitle_en {
  position: absolute;
  z-index: -1;
  top: -95px;
  left: -170px;
  font-family: "Poppins",sans-serif;
  font-size: 130px;
  font-size: 13rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.06em;
  pointer-events: none;
  color: #f7f7f7
}
@media only screen and (max-width: 768px) {
  .v2-main .v2-topTitle_en {
    top: -0.6em;
    left: -5.97015%;
    font-size: 70px;
    font-size: 7rem
  }
}
.sec-topSolution {
  overflow: hidden
}
.v2-topSolution {
  margin-top: 80px
}
.v2-topSolution .v2-topSolution_list {
  display: block
}
.v2-topSolution .v2-topSolution_item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 30px
}
@media only screen and (max-width: 768px) {
  .v2-topSolution .v2-topSolution_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px
  }
}
@media only screen and (min-width: 769px) {
  .v2-topSolution .v2-topSolution_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
  }
  .v2-topSolution .v2-topSolution_item:nth-child(even)::after {
    right: 5.08475%;
    left: auto
  }
  .v2-topSolution .v2-topSolution_item:nth-child(even) .v2-topSolution_en,
  .v2-topSolution .v2-topSolution_item:nth-child(even) .v2-topSolution_ttl,
  .v2-topSolution .v2-topSolution_item:nth-child(even) .v2-topSolution_desc {
    padding-right: 11.66667%;
    padding-left: 5%
  }
  .v2-topSolution .v2-topSolution_item:nth-child(even) .v2-topSolution_en::before {
    right: 8px;
    left: auto
  }
}
.v2-topSolution .v2-topSolution_item + * {
  margin-top: 90px
}
@media only screen and (max-width: 768px) {
  .v2-topSolution .v2-topSolution_item + * {
    margin-top: 60px
  }
}
.v2-topSolution .v2-topSolution_item::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 5.08475%;
  width: 200%;
  width: 100vw;
  height: 100%;
  background-color: #f2f8fa
}
@media only screen and (max-width: 768px) {
  .v2-topSolution .v2-topSolution_item::after {
    left: -5.97015%;
    height: calc(100% - 60px);
    margin-top: 60px
  }
}
.v2-topSolution .v2-topSolution_item a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #000
}
@media only screen and (min-width: 769px) {
  .v2-topSolution .v2-topSolution_item a:hover {
    color: #008b7b
  }
}
.v2-topSolution .v2-topSolution_img {
  position: relative;
  top: -30px;
  width: 47.45763%;
  -webkit-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.16)
}
@media only screen and (max-width: 768px) {
  .v2-topSolution .v2-topSolution_img {
    top: 0;
    width: 100%
  }
}
.v2-topSolution .v2-topSolution_img img {
  width: 100%
}
.v2-topSolution .v2-topSolution_txt {
  width: 50.84746%;
  padding-top: 35px
}
@media only screen and (max-width: 768px) {
  .v2-topSolution .v2-topSolution_txt {
    width: 100%
  }
}
.v2-topSolution .v2-topSolution_en,
.v2-topSolution .v2-topSolution_ttl,
.v2-topSolution .v2-topSolution_desc {
  padding: 0 5% 0 11.66667%
}
@media only screen and (max-width: 768px) {
  .v2-topSolution .v2-topSolution_en,
  .v2-topSolution .v2-topSolution_ttl,
  .v2-topSolution .v2-topSolution_desc {
    padding: 0
  }
}
.v2-topSolution .v2-topSolution_en {
  position: relative;
  padding-bottom: 0.3em;
  font-family: "Poppins",sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #a5a5a5
}
.v2-topSolution .v2-topSolution_en + * {
  margin-top: 50px
}
@media only screen and (max-width: 768px) {
  .v2-topSolution .v2-topSolution_en + * {
    margin-top: 30px
  }
}
.v2-topSolution .v2-topSolution_en::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -25px;
  left: 8px;
  display: block;
  width: 5px;
  height: 40px;
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/dec-brackets@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
@media only screen and (max-width: 768px) {
  .v2-topSolution .v2-topSolution_en::before {
    right: 8px;
    left: auto
  }
}
.v2-topSolution .v2-topSolution_en::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bababa
}
.v2-topSolution .v2-topSolution_ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000
}
@media only screen and (max-width: 768px) {
  .v2-topSolution .v2-topSolution_ttl {
    font-size: 20px;
    font-size: 2rem
  }
}
.v2-topSolution .v2-topSolution_ttl + * {
  margin-top: 18px
}
@media only screen and (max-width: 768px) {
  .v2-topSolution .v2-topSolution_ttl + * {
    margin-top: 14px
  }
}
.sec-topArcgis {
  overflow: hidden
}
.v2-topArcgis {
  margin-top: 80px
}
.v2-topArcgis:after {
  content: '';
  display: block;
  clear: both
}
@media only screen and (max-width: 768px) {
  .v2-topArcgis {
    margin-top: 60px
  }
}
.v2-topArcgis .v2-topArcgis_list {
  margin-bottom: 0
}
@media only screen and (max-width: 768px) {
  .v2-topArcgis .v2-topArcgis_list {
    width: 91.04478%
  }
}
.v2-topArcgis .v2-topArcgis_link {
  display: block;
  color: #000
}
.v2-topArcgis .v2-topArcgis_img img {
  width: 100%
}
.v2-topArcgis .v2-topArcgis_txt {
  margin-top: 40px;
  margin-top: 2em
}
@media only screen and (max-width: 768px) {
  .v2-topArcgis .v2-topArcgis_txt {
    margin-top: 1em
  }
}
.v2-topArcgis .v2-topArcgis_ttl {
  font-size: 25px;
  font-size: 2.5rem
}
@media only screen and (max-width: 768px) {
  .v2-topArcgis .v2-topArcgis_ttl {
    font-size: 20px;
    font-size: 2rem
  }
}
.v2-topArcgis .v2-topArcgis_ttl + * {
  margin-top: 1em
}
@media only screen and (max-width: 768px) {
  .v2-topArcgis .v2-topArcgis_ttl + * {
    margin-top: 0.5em
  }
}
.v2-topArcgis .slick-list {
  overflow: visible;
  margin: 0 -30px
}
@media only screen and (max-width: 768px) {
  .v2-topArcgis .slick-list {
    margin: 0 -15px
  }
}
.v2-topArcgis .slick-slide {
  margin: 0 30px
}
@media only screen and (max-width: 768px) {
  .v2-topArcgis .slick-slide {
    margin: 0 15px
  }
}
.sec-topCasestudy {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/bg-casestudy@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
@media only screen and (max-width: 768px) {
  .sec-topCasestudy {
    background-position: center bottom;
    background-size: 645px auto
  }
}
@media only screen and (max-width: 768px) {
  .v2-main .sec-topCasestudy .v2-topTitle_en {
    font-size: 62px;
    font-size: 6.2rem;
    letter-spacing: 0.01em
  }
}
.v2-topCasestudy {
  margin-top: 80px
}
@media only screen and (max-width: 768px) {
  .v2-topCasestudy {
    margin-top: 60px
  }
}
.v2-topCasestudy .v2-topCasestudy_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83.05085%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -8.47458%
}
@media only screen and (max-width: 768px) {
  .v2-topCasestudy .v2-topCasestudy_list {
    width: 100%;
    margin-bottom: -60px
  }
}
.v2-topCasestudy .v2-topCasestudy_item {
  width: 46.93878%;
  margin-bottom: 10.20408%
}
@media only screen and (max-width: 768px) {
  .v2-topCasestudy .v2-topCasestudy_item {
    width: 100%;
    margin-bottom: 60px
  }
}
.v2-topCasestudy .v2-topCasestudy_link {
  display: block;
  text-decoration: none;
  color: #000
}
.v2-topCasestudy .v2-topCasestudy_link:hover .v2-topCasestudy_ttl {
  color: #008b7b
}
.v2-topCasestudy .v2-topCasestudy_img {
  position: relative
}
.v2-topCasestudy .v2-topCasestudy_txt {
  margin-top: 1.5em;
  line-height: 1.88
}
@media only screen and (max-width: 768px) {
  .v2-topCasestudy .v2-topCasestudy_txt {
    margin-top: 1.2em
  }
}
.v2-topCasestudy .v2-topCasestudy_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: color 0.2s;
  transition: color 0.2s
}
.v2-topCasestudy .v2-topCasestudy_ttl + * {
  margin-top: 1em
}
.v2-topCasestudy .v2-btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 80px
}
.v2-main .sec-topCompany .v2-topTitle_en {
  letter-spacing: 0.03em
}
.v2-topCompany {
  margin-top: 80px
}
.v2-topCompany .v2-topCompany_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 768px) {
  .v2-topCompany .v2-topCompany_grid {
    display: block
  }
}
.v2-topCompany .v2-topCompany_col {
  width: 29.83051%
}
@media only screen and (max-width: 768px) {
  .v2-topCompany .v2-topCompany_col {
    width: 100%
  }
  .v2-topCompany .v2-topCompany_col + .v2-topCompany_col {
    margin-top: 50px
  }
}
.v2-topCompany .v2-topCompany_link {
  height: 100%;
  line-height: 1.88;
  text-decoration: none;
  color: #000;
  border: 1px solid #d0d0d0
}
@media only screen and (min-width: 769px) {
  .v2-topCompany .v2-topCompany_link:hover .v2-topCompany_ttl {
    color: #008b7b
  }
}
.v2-topCompany .v2-topCompany_img {
  position: relative
}
.v2-topCompany .v2-topCompany_txt {
  padding: 10% 8.57143% 27.14286%
}
@media only screen and (max-width: 768px) {
  .v2-topCompany .v2-topCompany_txt {
    padding: 11.9403% 5.97015% 22.38806%
  }
}
.v2-topCompany .v2-topCompany_ttl {
  position: relative;
  padding-bottom: 1em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-align: center
}
.v2-topCompany .v2-topCompany_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 4px;
  margin: auto;
  background-color: #818181
}
.v2-topCompany .v2-topCompany_ttl + * {
  margin-top: 1em
}
.sec-topNewsEvent {
  padding-top: 5.33333%;
  padding-bottom: 6%;
  background-color: #f2f8fa
}
@media only screen and (max-width: 768px) {
  .sec-topNewsEvent {
    padding-top: 75px;
    padding-bottom: 80px
  }
}
.v2-topNewsEvent .v2-topNewsEvent_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topNewsEvent_grid {
    display: block
  }
}
.v2-topNewsEvent .v2-topNewsEvent_col {
  width: 45.76271%
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topNewsEvent_col {
    width: 100%
  }
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topNewsEvent_col + .v2-topNewsEvent_col {
    margin-top: 75px
  }
}
.v2-topNewsEvent .v2-topNewsEvent_ttl {
  position: relative;
  z-index: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topNewsEvent_ttl {
    font-size: 24px;
    font-size: 2.4rem
  }
}
.v2-topNewsEvent .v2-topNewsEvent_ttl + * {
  margin-top: 34px
}
.v2-topNewsEvent .v2-topNewsEvent_en {
  position: absolute;
  z-index: -1;
  bottom: 0.15em;
  left: 0;
  font-family: "Poppins",sans-serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  color: #fff
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topNewsEvent_en {
    font-size: 50px;
    font-size: 5rem
  }
}
.v2-topNewsEvent .v2-topNewsEvent_list {
  border-top: 1px solid #cddae0
}
.v2-topNewsEvent .v2-topNewsEvent_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 160px;
  border-bottom: 1px solid #cddae0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topNewsEvent_item {
    min-height: 114px;
    padding: 1em 0
  }
}
.v2-topNewsEvent .v2-topNewsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topNewsItem {
    min-height: 64px
  }
}
.v2-topNewsEvent .v2-topNewsItem_ttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.67
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topNewsItem_ttl {
    font-size: 13px;
    font-size: 1.3rem
  }
}
.v2-topNewsEvent .v2-topNewsItem_ttl + * {
  margin-top: 0.8em
}
.v2-topNewsEvent .v2-topNewsItem_ttl a {
  text-decoration: none;
  color: #000
}
@media only screen and (min-width: 769px) {
  .v2-topNewsEvent .v2-topNewsItem_ttl a:hover {
    color: #008b7b
  }
}
.v2-topNewsEvent .v2-topNewsItem_info {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #788b93
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topNewsItem_info {
    font-size: 11px;
    font-size: 1.1rem
  }
}
.v2-topNewsEvent .v2-topEventItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.v2-topNewsEvent .v2-topEventItem_head {
  width: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topEventItem_head {
    width: 85px
  }
}
.v2-topNewsEvent .v2-topEventItem_body {
  display: block
}
.v2-topNewsEvent .v2-topEventItem_date {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  border-bottom: 1px solid #cddae0
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topEventItem_date {
    font-size: 20px;
    font-size: 2rem
  }
}
.v2-topNewsEvent .v2-topEventItem_year {
  margin-top: 0.1em;
  font-family: "Poppins",sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #788b93
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topEventItem_year {
    margin-top: 0
  }
}
.v2-topNewsEvent .v2-topEventItem_eventdate {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold
}
.v2-topNewsEvent .v2-topEventItem_ttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.67
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topEventItem_ttl {
    font-size: 13px;
    font-size: 1.3rem
  }
}
.v2-topNewsEvent .v2-topEventItem_ttl + * {
  margin-top: 0.8em
}
.v2-topNewsEvent .v2-topEventItem_ttl a {
  text-decoration: none;
  color: #000
}
@media only screen and (min-width: 769px) {
  .v2-topNewsEvent .v2-topEventItem_ttl a:hover {
    color: #008b7b
  }
}
.v2-topNewsEvent .v2-topEventItem_cate {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #788b93
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-topEventItem_cate {
    font-size: 11px;
    font-size: 1.1rem
  }
}
.v2-topNewsEvent .v2-btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px
}
@media only screen and (max-width: 768px) {
  .v2-topNewsEvent .v2-btn {
    margin-top: 30px
  }
}
.v2-topProducts {
  margin-top: 70px
}
.v2-topProducts .v2-topProducts_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -2.54237%
}
@media only screen and (max-width: 768px) {
  .v2-topProducts .v2-topProducts_list {
    margin-bottom: -30px
  }
}
.v2-topProducts .v2-topProducts_item {
  width: 48.72881%;
  margin-bottom: 2.54237%;
  margin-left: 2.54237%
}
@media only screen and (max-width: 768px) {
  .v2-topProducts .v2-topProducts_item {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0
  }
}
.v2-topProducts .v2-topProducts_item:nth-child(2n+1) {
  margin-left: 0
}
.v2-topProducts .v2-topProducts_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  padding: 2.43478% 2.43478%;
  text-decoration: none;
  color: #000;
  border: 1px solid #d0d0d0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 768px) {
  .v2-topProducts .v2-topProducts_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 324px;
    text-align: center
  }
}
.v2-topProducts .v2-topProducts_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40.36697%;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.v2-topProducts .v2-topProducts_img img {
  width: 140px
}
.v2-topProducts .v2-topProducts_txt {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 59.63303%;
  padding: 0 1.83486%;
  line-height: 1.88
}
@media only screen and (max-width: 768px) {
  .v2-topProducts .v2-topProducts_txt {
    width: 100%;
    line-height: 1.67
  }
}
.v2-topProducts .v2-topProducts_ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold
}
@media only screen and (max-width: 768px) {
  .v2-topProducts .v2-topProducts_ttl {
    font-size: 20px;
    font-size: 2rem
  }
}
.v2-topProducts .v2-topProducts_ttl + * {
  margin-top: 1em
}
@media only screen and (max-width: 768px) {
  .v2-topProducts .v2-topProducts_ttl + * {
    margin-top: 0.5em
  }
}
.v2-topProducts .v2-btn {
  margin-top: 80px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media only screen and (max-width: 768px) {
  .v2-topProducts .v2-btn {
    margin-top: 40px
  }
}
.sec-topBtmlink {
  padding: 0
}
.v2-topBtmlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 1px;
  border-style: solid none;
  border-color: #d0d0d0
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink {
    display: block
  }
}
.v2-topBtmlink .v2-topBtmlink_item {
  height: 370px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_item {
    height: 265px
  }
}
.v2-topBtmlink .v2-topBtmlink_item + .v2-topBtmlink_item {
  border-left: 1px solid #d0d0d0
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_item + .v2-topBtmlink_item {
    border-top: 1px solid #d0d0d0;
    border-left-style: none
  }
}
.v2-topBtmlink .v2-topBtmlink_link {
  position: relative;
  display: block;
  color: #8ccec6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 4% 10% 10%;
  line-height: 1.8;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-align: center;
  text-decoration: none;
  color: #003c52;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (min-width: 769px) {
  .v2-topBtmlink .v2-topBtmlink_link:hover .v2-arw::after {
    -webkit-animation: btn-arw 0.2s ease-out 0s both;
    animation: btn-arw 0.2s ease-out 0s both
  }
  .v2-topBtmlink .v2-topBtmlink_link:hover .v2-svg_circle {
    -webkit-animation: btn-circle 1s both;
    animation: btn-circle 1s both
  }
}
.v2-topBtmlink .v2-topBtmlink_link .v2-arw {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.v2-topBtmlink .v2-topBtmlink_link .v2-arw::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 30px;
  bottom: 4px;
  width: 40px;
  height: 7px;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/common/btn-arw@2x.png)
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_link .v2-arw::after {
    right: 25px;
    width: 37.5px
  }
}
.v2-topBtmlink .v2-topBtmlink_link .v2-svg {
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-158deg);
  transform: rotate(-158deg)
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_link .v2-svg {
    width: 54px;
    height: 54px
  }
}
.v2-topBtmlink .v2-topBtmlink_link .v2-svg_circle {
  fill: transparent;
  stroke: #8ccec6;
  stroke-width: 1;
  stroke-dasharray: 158 200
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_link .v2-svg_circle {
    stroke-width: 1.11111
  }
}
.v2-topBtmlink .v2-topBtmlink_link .v2-arw {
  position: absolute;
  top: auto;
  right: 6%;
  bottom: 0%;
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 6%;
  -webkit-transform: scale(0.76667);
  transform: scale(0.76667);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_link .v2-arw {
    right: 20px;
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    -webkit-transform: scale(0.66667);
    transform: scale(0.66667)
  }
}
.v2-topBtmlink .v2-topBtmlink_link .v2-svg_circle {
  stroke: #003c52;
  stroke-width: 1.30435
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_link .v2-svg_circle {
    stroke-width: 1.5
  }
}
@media only screen and (min-width: 769px) {
  .v2-topBtmlink .v2-topBtmlink_link:hover {
    color: #008b7b
  }
  .v2-topBtmlink .v2-topBtmlink_link:hover svg .b {
    fill: #008b7b
  }
  .v2-topBtmlink .v2-topBtmlink_link:hover .v2-arw::after {
    background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/common/btn-arw@2x.png)
  }
  .v2-topBtmlink .v2-topBtmlink_link:hover .v2-arw .v2-svg_circle {
    stroke: #008b7b
  }
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_link {
    height: 100%;
    padding: 30px 5.33333% 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
  }
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_link svg {
    width: 60px;
    height: 60px
  }
}
.v2-topBtmlink .v2-topBtmlink_link svg * {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s
}
.v2-topBtmlink .v2-topBtmlink_link svg + * {
  margin-top: 0.8em
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_link svg + * {
    margin-top: 0.5em
  }
}
.v2-topBtmlink .v2-topBtmlink_link svg .a {
  fill: none
}
.v2-topBtmlink .v2-topBtmlink_link svg .b {
  fill: #003c52
}
.v2-topBtmlink .v2-topBtmlink_link .v2-arw::after {
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/common/btn-arw-dt@2x.png)
}
.v2-topBtmlink .v2-topBtmlink_link .v2-arw .v2-svg_circle {
  stroke: #003c52
}
.v2-topBtmlink .v2-topBtmlink_ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_ttl {
    font-size: 20px;
    font-size: 2rem
  }
}
.v2-topBtmlink .v2-topBtmlink_ttl + * {
  margin-top: 1.2em
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_ttl + * {
    margin-top: 0.6em
  }
}
.v2-topBtmlink .v2-topBtmlink_desc {
  width: 100%
}
@media only screen and (max-width: 768px) {
  .v2-topBtmlink .v2-topBtmlink_desc {
    line-height: 1.87;
    text-align: left
  }
}
.sec-topInquiry {
  position: relative;
  z-index: 0;
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/top/bg-topInquiry.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.sec-topInquiry,
.sec-topInquiry:last-child {
  padding: 6.66667% 0
}
@media only screen and (max-width: 768px) {
  .sec-topInquiry,
  .sec-topInquiry:last-child {
    padding: 65px 0 65px
  }
}
.sec-topInquiry::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 66.66667%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(63%, rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 63%, rgba(255, 255, 255, 0))
}
@media only screen and (max-width: 768px) {
  .sec-topInquiry::after {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4)
  }
}
.v2-topInquiry {
  color: #fff
}
.v2-topInquiry .v2-topInquiry_ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold
}
@media only screen and (max-width: 768px) {
  .v2-topInquiry .v2-topInquiry_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33;
    text-align: center
  }
}
.v2-topInquiry .v2-topInquiry_ttl + * {
  margin-top: 30px
}
@media only screen and (max-width: 768px) {
  .v2-topInquiry .v2-topInquiry_ttl + * {
    margin-top: 15px
  }
}
@media only screen and (max-width: 768px) {
  .v2-topInquiry .v2-topInquiry_desc {
    line-height: 1.87
  }
}
.v2-topInquiry .v2-btn {
  margin-top: 70px
}
@media only screen and (max-width: 768px) {
  .v2-topInquiry .v2-btn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 45px
  }
}
.v2-topInquiry .v2-btn a {
  position: relative;
  display: block;
  color: #fff;
  height: auto;
  color: #fff
}
@media only screen and (min-width: 769px) {
  .v2-topInquiry .v2-btn a:hover .v2-arw::after {
    -webkit-animation: btn-arw 0.2s ease-out 0s both;
    animation: btn-arw 0.2s ease-out 0s both
  }
  .v2-topInquiry .v2-btn a:hover .v2-svg_circle {
    -webkit-animation: btn-circle 1s both;
    animation: btn-circle 1s both
  }
}
.v2-topInquiry .v2-btn a .v2-arw {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.v2-topInquiry .v2-btn a .v2-arw::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 30px;
  bottom: 4px;
  width: 40px;
  height: 7px;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-image: url(/cgi-bin/wp/wp-content/themes/esri-v2/_assets/images/common/btn-arw-w@2x.png)
}
@media only screen and (max-width: 768px) {
  .v2-topInquiry .v2-btn a .v2-arw::after {
    right: 25px;
    width: 37.5px
  }
}
.v2-topInquiry .v2-btn a .v2-svg {
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-158deg);
  transform: rotate(-158deg)
}
@media only screen and (max-width: 768px) {
  .v2-topInquiry .v2-btn a .v2-svg {
    width: 54px;
    height: 54px
  }
}
.v2-topInquiry .v2-btn a .v2-svg_circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 158 200
}
@media only screen and (max-width: 768px) {
  .v2-topInquiry .v2-btn a .v2-svg_circle {
    stroke-width: 1.11111
  }
}
.p-arcgis-history .v2-table th {
  white-space: nowrap
}
.v2-box-country {
  padding: 3.57143% 5.95238% 4.7619%;
  border: 1px solid #d0d0d0
}
@media only screen and (max-width: 768px) {
  .v2-box-country {
    padding: 5.97015% 5.97015% 5.97015%
  }
}
.v2-box-country .v2-box-country_ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center
}
@media only screen and (max-width: 768px) {
  .v2-box-country .v2-box-country_ttl {
    font-size: 13px;
    font-size: 1.3rem
  }
}
.v2-box-country .v2-box-country_ttl + * {
  margin-top: 40px
}
@media only screen and (max-width: 768px) {
  .v2-box-country .v2-box-country_ttl + * {
    margin-top: 20px
  }
}
.v2-box-country .v2-box-country_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -10px
}
.v2-box-country .v2-box-country_item {
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: normal;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}
@media only screen and (max-width: 768px) {
  .v2-box-country .v2-box-country_item {
    width: calc(50% - 10px)
  }
}
.v2-box-country .v2-box-country_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.v2-box-country .v2-box-country_link img {
  width: 43px;
  margin-right: 0.5em
}
.v2-box-goal {
  padding: 4.40476%;
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d0
}
.v2-box-goal .v2-box-goal_list,
.v2-box-goal .v2-box-goal_item {
  border-width: 1px;
  border-style: none;
  border-color: #d0d0d0
}
.v2-box-goal .v2-box-goal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 676px;
  margin: auto;
  padding-left: 0;
  list-style: none;
  border-style: solid none none solid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.v2-box-goal .v2-box-goal_item {
  width: 16.66667%;
  padding: 3px;
  text-align: center;
  border-style: none solid solid none
}
@media only screen and (max-width: 768px) {
  .v2-box-goal .v2-box-goal_item {
    width: 25%
  }
}
.v2-box-goal .v2-box-goal_item a {
  display: block;
  padding: 26.78571% 4.46429% 8.92857%
}
.p-career .v2-table th {
  width: 13.09524%
}
@media only screen and (max-width: 768px) {
  .p-career .v2-table th {
    width: 100%
  }
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
