@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: 'メイリオ', Meiryo, 'YakuHanJP', 'Noto Sans JP', YuGothic, 'Yu Gothic M', '游ゴシック Medium', sans-serif;
  font-size: 16px;
  color: #333;
}

a,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #254bac;
}

.c-exLink {
  position: relative;
  display: inline-block;
  color: #333;
}

.c-exLink::after {
  content: '';
  background: url(/assets/images/common/icon_external_link_blue.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.67;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[v-cloak] {
  visibility: hidden;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.l-container {
  width: 100%;
}

.l-content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1540px;
}

.l-content-narrow {
  max-width: 840px;
  padding: 0 20px;
}

.l-content_inner {
  max-width: 1040px;
  padding: 0 20px 76px;
  margin: 0 auto;
}

.l-header {
  height: 80px;
}

.c-container {
  background: url(/assets/images/common/bg_content.png) center 296px repeat-y;
}

.c-titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-title {
  font-size: 2.375rem;
  font-weight: 600;
  font-family: Barlow;
  line-height: 1;
  margin-top: 16px;
}

.c-title-white {
  color: #fff;
}

.c-title-company, .c-title-develop {
  margin-top: 10px;
}

.c-title-access {
  margin-top: 10px;
}

.c-titleSub {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 12px;
}

.c-titleSub-white {
  color: #fff;
}

.c-title2 {
  font-size: 1.375rem;
  font-weight: bold;
  border-bottom: solid 1px #999;
  padding-bottom: 9px;
  margin-bottom: 18px;
}

.c-sectionTitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 25px;
}

.c-sectionTitle:before {
  content: '';
  display: block;
  background: url(/assets/images/common/img_corner_blue.svg) no-repeat top left;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.c-sectionTitle:after {
  content: '';
  display: block;
  background: url(/assets/images/common/img_corner_orange.svg) no-repeat top left;
  width: 25px;
  height: 25px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-sectionTitle_top {
  font-size: 1.875rem;
  font-weight: bold;
}

.c-sectionTitle_bottom {
  font-family: Barlow;
  font-size: 1rem;
  margin-top: 8px;
}

.c-card {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 60px 60px 46px;
}

.c-card_heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 30px;
}

.c-card_heading:after {
  position: absolute;
  left: calc(50% - 50px);
  bottom: 0;
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  border-radius: 1.5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#346dbe), to(#209ad9));
  background-image: linear-gradient(to right, #346dbe, #209ad9);
}

.c-card_image {
  margin-bottom: 28px;
}

.c-card_image img {
  border-radius: 10px;
  max-width: 100%;
}

.c-card_text + .c-card_text {
  margin-top: 44px;
}

.c-squareCard {
  width: 280px;
  height: 280px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-squareCard-noBg {
  background: none;
}

.c-squareCard-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

.c-squareCard_image {
  height: 240px;
  width: 240px;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-modalSquareCard {
  width: 370px;
  height: 370px;
  border-radius: 10px;
  background-color: #f3f3f3;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.c-modalSquareCard-wide {
  width: 100%;
}

.c-modalSquareCard-wide .c-modalSquareCard_image {
  margin: 0 15px;
}

.c-modalSquareCard-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

.c-modalSquareCard_image {
  height: 318px;
  width: 318px;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-modalSquareCard_image + .c-modalSquareCard_image {
  margin-left: 30px;
}

.c-modalSquareCard_image-s {
  height: 270px;
  width: 270px;
}

.c-modalSquareCard_image-wide {
  width: 100%;
}

.c-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 752px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 20px;
}

.c-navigation_spMenuLabel, .c-navigation_item {
  white-space: nowrap;
  margin-right: 40px;
  position: relative;
}

.c-navigation_spMenuLabel:last-of-type, .c-navigation_item:last-of-type {
  margin-right: 0;
}

.c-localNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0 0;
}

.c-localNavigation_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  color: #333;
}

.c-localNavigation_item + .c-localNavigation_item {
  margin-left: 64px;
}

.c-localNavigation_item:before {
  display: block;
  content: '';
  background: url(/assets/images/common/icon_arrow_3.svg) no-repeat center center;
  background-size: contain;
  height: 16px;
  width: 16px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 14px;
}

.c-circleButton {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.c-circleButton:link, .c-circleButton:visited {
  opacity: 1;
}

.c-circleButton:active, .c-circleButton:focus {
  opacity: 1;
}

.c-pageTopButton {
  width: 60px;
  height: 60px;
  background-color: #254bac;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.c-pageTopButton:link, .c-pageTopButton:visited {
  opacity: 1;
}

.c-pageTopButton:active, .c-pageTopButton:focus {
  opacity: 1;
}

.c-button {
  width: 280px;
  height: 50px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  overflow: hidden;
}

.c-button_inner {
  z-index: 2;
}

.c-button + .c-button {
  margin-left: 40px;
}

.c-button:before {
  -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-button:after {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  content: '';
  width: 17px;
  height: 16px;
  position: absolute;
  right: 20px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.c-button:hover:before {
  opacity: 1;
}

.c-button:hover:after {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.c-button-small {
  width: 200px;
}

.c-button-contact {
  width: 350px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, right top, from(#ecb900), to(#fdd168));
  background-image: linear-gradient(to right, #ecb900, #fdd168);
  color: #000;
  font-size: 1.125rem;
  position: relative;
}

.c-button-contact:hover, .c-button-contact:link, .c-button-contact:visited {
  color: #000;
}

.c-button-contact:hover {
  -webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.c-button-contact:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#fdd168), to(#fff3d6));
  background-image: linear-gradient(to right, #fdd168, #fff3d6);
}

.c-button-contact:after {
  background: url(/assets/images/common/icon_arrow_1_black.svg) no-repeat center center;
  background-size: contain;
  right: 46px;
}

.c-button-primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#284db9), to(#016edd));
  background-image: linear-gradient(90deg, #284db9 0%, #016edd 100%);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 74, 177, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 74, 177, 0.5);
  color: #fff;
  font-weight: bold;
}

.c-button-primary:hover, .c-button-primary:link, .c-button-primary:visited {
  color: #fff;
}

.c-button-primary:before {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 74, 177, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 74, 177, 0.5);
  background-image: -webkit-gradient(linear, left top, right top, from(#016edd), to(#0fa2ff));
  background-image: linear-gradient(to right, #016edd, #0fa2ff);
}

.c-button-primary:after {
  background: url(/assets/images/common/icon_arrow_1.svg) no-repeat center center;
  background-size: contain;
}

.c-button-exLink:hover:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.c-button-exLink:after {
  background: url(/assets/images/common/icon_external_link_white.svg) no-repeat center center;
  background-size: contain;
}

.c-button-secondary {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  color: #1865bc;
  font-weight: bold;
}

.c-button-secondary:hover, .c-button-secondary:link, .c-button-secondary:visited {
  color: #1865bc;
}

.c-button-secondary:before {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, right top, from(#a1dbff), to(#d8effe));
  background-image: linear-gradient(to right, #a1dbff, #d8effe);
}

.c-button-secondary:after {
  background: url(/assets/images/common/icon_arrow_1_blue.svg) no-repeat center center;
  background-size: contain;
}

.c-button-tertiary {
  background-color: #848484;
  color: #fff;
}

.c-button-tertiary:hover, .c-button-tertiary:link, .c-button-tertiary:visited {
  color: #fff;
}

.c-button-tertiary:hover {
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.c-button-tertiary:hover:link, .c-button-tertiary:hover:visited {
  opacity: 1;
}

.c-button-tertiary:hover:active, .c-button-tertiary:hover:focus {
  opacity: 1;
}

.c-closeButton {
  width: 170px;
  height: 33px;
  border-radius: 20px;
  background-color: #e7e7e7;
  text-align: center;
  font-size: 14px;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.c-closeButton:link, .c-closeButton:visited {
  opacity: 1;
}

.c-closeButton:active, .c-closeButton:focus {
  opacity: 1;
}

.c-closeButton_icon {
  width: 12px;
  margin-right: 10px;
}

.c-hamburgerButton {
  position: relative;
  width: 22px;
  height: 20px;
  cursor: pointer;
}

.c-hamburgerButton span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #231815;
  border-radius: 4px;
}

.c-hamburgerButton span:nth-of-type(1) {
  top: 1px;
}

.c-hamburgerButton span:nth-of-type(2) {
  top: 9px;
}

.c-hamburgerButton span:nth-of-type(3) {
  bottom: 1px;
}

.c-hamburgerButton.isActive span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.c-hamburgerButton.isActive span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: hamburger-button-active 0.8s forwards;
  animation: hamburger-button-active 0.8s forwards;
}

.c-hamburgerButton.isActive span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.c-hamburgerButton,
.c-hamburgerButton span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes hamburger-button-active {
  100% {
    height: 0;
  }
}

@keyframes hamburger-button-active {
  100% {
    height: 0;
  }
}

.c-summaryTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-summaryTable_title {
  width: 130px;
  margin-right: 60px;
  border-top: #014099 solid 1px;
  padding: 26px 0;
  line-height: 1.63;
  font-weight: bold;
}

.c-summaryTable_title-w160 {
  width: 160px;
}

.c-summaryTable_content {
  border-top: #999 solid 1px;
  padding: 26px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  line-height: 1.63;
}

.c-summaryTable:last-of-type .c-summaryTable_title {
  border-bottom: #014099 solid 1px;
}

.c-summaryTable:last-of-type .c-summaryTable_content {
  border-bottom: #999 solid 1px;
}

.c-titleIcon-news {
  width: 36px;
}

.c-titleIcon-company {
  width: 33px;
}

.c-titleIcon-message {
  width: 35px;
}

.c-titleIcon-work {
  width: 46px;
}

.c-titleIcon-develop {
  width: 46px;
}

.c-titleIcon-access {
  width: 31px;
}

.c-newIcon {
  font-family: Barlow;
  font-size: 1rem;
  color: #d63131;
}

.c-requireIcon {
  width: 50px;
  height: 24px;
  border-radius: 3px;
  background-color: #ec2b2b;
  font-size: 0.875rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-exLinkIcon {
  background: url(/assets/images/common/icon_external_link_blue.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.c-arrowLink::before {
  content: '';
  background: url(/assets/images/common/icon_arrow_3.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 10px;
}

.c-tag {
  min-width: 90px;
  border-radius: 3px;
  color: #fff;
  background-color: #f08200;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 2px 4px 4px 4px;
}

.c-map {
  width: 1000px;
  height: 494px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.c-map > iframe {
  width: 100%;
  height: 100%;
}

.c-mainVisual {
  background: url(/assets/images/common/bg_under_mv.png) #2c75c7 no-repeat center center;
  background-size: auto 100%;
  height: 200px;
}

.c-mainVisual_inner {
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-mainVisual_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-mainVisual_top {
  font-family: 'Barlow', sans-serif;
  color: #fff;
  font-size: 2.875rem;
  font-weight: 600;
}

.c-mainVisual_bottom {
  color: #fff;
  font-size: 0.875rem;
  margin-top: 10px;
}

.c-floorMap {
  width: 1040px;
  height: 655px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #e1e9f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-floorMap_name {
  height: 80px;
  border-radius: 0 0 10px 10px;
  background-color: #6a82a4;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.c-floorMap_image {
  position: relative;
}

.c-floorMap_image img {
  max-width: 100%;
}

.c-floorMap_title {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 54px;
  margin-bottom: 105px;
}

.c-floorMapMarkerList {
  list-style: none;
}

.c-floorMapMarkerList_item-develop {
  position: absolute;
  top: -5%;
  left: 33.6%;
}

.c-floorMapMarkerList_item-entrance {
  position: absolute;
  top: 37%;
  left: 54.5%;
}

.c-floorMapMarkerList_item-meetingRoom1 {
  position: absolute;
  top: 8%;
  right: 6.5%;
}

.c-floorMapMarkerList_item-meetingRoom2 {
  position: absolute;
  top: 28%;
  right: 13.5%;
}

.c-floorMapMarkerList_item-restRoom {
  position: absolute;
  top: -3%;
  right: 28.5%;
}

.c-list {
  list-style: none;
}

.c-list-ml20 {
  margin-left: 20px;
}

.c-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.63;
}

.c-list_item:before {
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  background: url(/assets/images/common/icon_circle.svg) no-repeat center center;
  background-size: cover;
  margin: 10px 10px 0 0;
}

.c-list_item span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.c-list_item-iconSmall:before {
  height: 4px;
  width: 4px;
  margin-top: 12px;
}

.c-linkList {
  list-style: none;
}

.c-linkList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-linkList_item:before {
  content: '';
  display: block;
  height: 10px;
  width: 7px;
  background: url(/assets/images/common/icon_arrow_3.svg) no-repeat center center;
  background-size: contain;
  margin: 0 10px 0 0;
}

.c-swiper_item {
  padding-left: 30px;
}

.p-header {
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 7000;
}

.p-header-isScrolled {
  height: 60px;
}

.p-header-isScrolled .p-header_logo {
  width: 14.592%;
}

.p-header_inner {
  max-width: 1356px;
  padding: 0 20px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.p-header_logo {
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 18.24%;
}

.p-header_logo a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.p-header_logo a:link, .p-header_logo a:visited {
  opacity: 1;
}

.p-header_logo a:active, .p-header_logo a:focus {
  opacity: 1;
}

.p-footer {
  position: relative;
}

.p-footerContact {
  height: 394px;
  background: url(/assets/images/common/img_logo_pattern.png) #247ccd;
  background-size: 88px;
  padding: 70px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.p-footerContact_text {
  font-size: 1rem;
  line-height: 1.63;
  margin-bottom: 26px;
  text-align: center;
}

.p-contactHeading {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px;
}

.p-contactHeading::before {
  content: '';
  width: 50px;
  height: 33px;
  display: block;
  background: url(/assets/images/common/icon_contact.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: 7px;
}

.p-contactHeading_top {
  font-family: 'Barlow', serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.p-contactHeading_sub {
  font-size: 0.875rem;
  margin-top: 10px;
  line-height: 1;
}

.p-footerShare {
  background-color: #ececec;
  padding: 36px 0 38px;
}

.p-footerShare_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footerShare_logo {
  width: 214px;
}

.p-footerShareLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}

.p-footerShareLinks_item {
  list-style: none;
}

.p-footerShareLinks_item + .p-footerShareLinks_item {
  margin-left: 15px;
}

.p-copyright {
  background-color: #254bac;
  color: #fff;
}

.p-copyright_inner {
  max-width: 1040px;
  margin: 0 auto;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.p-copyright_copy {
  font-size: 0.875rem;
}

.p-copyright_link {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-copyright_link:hover, .p-copyright_link:visited {
  color: #fff;
}

.p-copyright_link:before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(/assets/images/common/icon_arrow_2.svg) no-repeat center center;
  background-size: contain;
  margin-right: 14px;
}

.p-sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 112px 0 60px 0;
}

.p-accessMapWrap {
  background-color: rgba(202, 227, 255, 0.4);
  padding: 58px 0 0;
  margin-top: 80px;
}

.p-accessMap {
  padding-bottom: 80px;
}

.p-accessMap_map {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-accessMap_map-noMargin {
  margin-top: 0;
}

.p-accessMap_inner {
  margin-top: 28px;
}

.p-accessMap_companyName {
  text-align: center;
  font-weight: bold;
  line-height: 1.63;
}

.p-accessMap_companyAddress {
  text-align: center;
  line-height: 1.63;
}

.p-modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 0 20px;
}

@supports (-webkit-touch-callout: none){
  .p-modal{
    height: -webkit-fill-available;
  }
}

.p-modal_bg {
  opacity: 0.4;
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9010;
}

.p-modal_contentWrap {
  max-width: 1000px;
  width: 100%;
  max-height: 80vh;
  background-color: #fff;
  z-index: 9020;
  border-radius: 10px;
  padding: 90px 0;
  position: relative;
}

.p-modal_scrollArea {
  height: 60vh;
  overflow-y: scroll;
  padding: 0 7.32%;
}

.p-modal_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.p-modal_closeButton {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 28px;
  height: 28px;
}

.p-modal_closeButton img {
  width: 100%;
}

.p-modal_image {
  margin-bottom: 28px;
}

.p-modal_image img {
  border-radius: 10px;
  width: 100%;
}

.p-modal_text {
  line-height: 1.63;
  margin-bottom: 30px;
}

.p-modalTitle {
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: solid 2px #254bac;
  line-height: 1;
  padding-bottom: 7px;
}

.p-modalTitle2 {
  font-size: 1.875rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.p-modalTitle2_icon {
  margin-right: 16px;
  height: 28px;
}

.p-accordion + .p-accordion {
  margin-top: 30px;
}

.p-accordion-isOpen .p-accordion_title {
  background-color: #fff;
  color: #254bac;
}

.p-accordion-isOpen .p-accordion_title::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(/assets/images/common/icon_arrow_4_blue.svg) no-repeat center center;
}

.p-accordion_title {
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  border: solid 3px #254bac;
  background-color: #254bac;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  padding: 21px 32px;
  position: relative;
  cursor: pointer;
}

.p-accordion_title::after {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  content: '';
  background: url(/assets/images/common/icon_arrow_4.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 35px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.p-accordion_content {
  padding: 40px 30px;
}

.p-topMainVisual {
  position: relative;
}

.p-topMainVisual_inner {
  max-width: 1250px;
  margin-left: auto;
  position: relative;
}

.p-topMainVisual_image img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  height: 871px;
}

.p-topMainVisual_catchCopyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 262px;
  left: 0;
  overflow: hidden;
  z-index: 6000;
}

.p-topMainVisual_catchCopyWrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 376px;
  left: 0;
  overflow: hidden;
  z-index: 6000;
}

.p-topMainVisual_catchCopy {
  font-size: 3rem;
  display: inline-block;
  padding: 11px 0 0;
  border-bottom: 3px solid #333;
  text-shadow: #FFF 0px 0px 10px;
}

.p-topMainVisual_catchCopy > span {
  display: block;
}

.p-topMainVisual_catchCopy + .p-topMainVisual_catchCopy {
  margin-top: 20px;
}

.p-topMainVisual_catchCopySp {
  font-size: 2.1875rem;
  display: inline-block;
  padding: 10px 0 0;
  border-bottom: 2px solid #333;
  text-shadow: #FFF 0px 0px 10px;
}

.p-topMainVisual_catchCopySp > span {
  display: block;
}

.p-topMainVisual_catchCopySp + .p-topMainVisual_catchCopySp {
  margin-top: 25px;
}

.p-topMainVisual_subCopy {
  margin-top: 38px;
}

.p-topMainVisual_subImageWrap {
  position: absolute;
  top: 15.37%;
  right: 15.2%;
  z-index: 6000;
  -webkit-animation: mainImageHorizontal 1.5s ease-in-out infinite alternate;
  animation: mainImageHorizontal 1.5s ease-in-out infinite alternate;
}

.p-topMainVisual_subImage {
  -webkit-animation: mainImageVertical 2.5s ease-in-out infinite alternate;
  animation: mainImageVertical 2.5s ease-in-out infinite alternate;
}

.p-topMainVisual_logo {
  position: absolute;
  top: 52px;
}

@-webkit-keyframes mainImageHorizontal {
  0% {
    -webkit-transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}

@-webkit-keyframes mainImageVertical {
  0% {
    -webkit-transform: translateY(-16px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

.p-topNews {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  padding: 18px 50px 18px 0;
  margin: -274px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
}

.p-topNews_titleWrap {
  width: 22.22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-topNews_title {
  font-size: 1.5625rem;
  font-family: Barlow;
  margin-top: 15px;
  line-height: 1;
  font-weight: 600;
}

.p-topNewsList {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.p-topNewsListItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 22px auto 22px 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0 30px;
  grid-gap: 0 22px;
  gap: 0 22px;
  grid-template-areas: 'news_date news_tag news_main';
  padding: 19px 12px;
  color: #333;
}

.p-topNewsListItem + .p-topNewsListItem {
  border-top: solid 1px #cdd5de;
}

.p-topNewsListItem_date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: news_date;
  font-size: 0.875rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
}

.p-topNewsListItem_tag {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: news_tag;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-topNewsListItem_main {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: news_main;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-topNewsListItem_text {
  font-size: 1rem;
  line-height: 1.38;
}

.p-topNewsListItem_icon {
  margin-left: 20px;
}

a.p-topNewsListItem:hover {
  color: #333;
  background-color: #eef5ff;
}

.p-topDevelop,
.p-topCompany {
  margin-top: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-topDevelop-reverse,
.p-topCompany-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-topDevelop-reverse .p-topCompany_inner,
.p-topCompany-reverse .p-topCompany_inner {
  margin: 0 127px 0 0;
  padding-top: 30px;
}

.p-topDevelop-reverse .p-topCompany_image img,
.p-topCompany-reverse .p-topCompany_image img {
  border-radius: 10px 0 0 10px;
}

.p-topDevelop_inner,
.p-topCompany_inner {
  width: 405px;
  margin-left: 8.94%;
  padding-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-topDevelop_image img,
.p-topCompany_image img {
  border-radius: 0 10px 10px 0;
  max-width: 100%;
}

.p-topDevelop_titleWrap,
.p-topCompany_titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-topDevelop_title,
.p-topCompany_title {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

.p-topDevelop_titleSub,
.p-topCompany_titleSub {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 15px;
}

.p-topDevelop_text,
.p-topCompany_text {
  margin: 37px auto 0;
  line-height: 1.63;
}

.p-topDevelop_button,
.p-topCompany_button {
  margin: 33px auto 0;
}

.p-topDevelop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 81px;
}

.p-topDevelop_inner {
  margin: 0 8.47% 0 0;
  padding-top: 30px;
}

.p-topDevelop_text {
  margin-top: 23px;
}

.p-topDevelop_button {
  margin-top: 27px;
}

.p-topDevelop_image img {
  border-radius: 10px 0 0 10px;
}

.p-topRecruit,
.p-topMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 302px;
  max-width: 1000px;
  margin: 60px auto 0 auto;
}

.p-topRecruit_left,
.p-topMessage_left {
  background-color: #1865bc;
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
}

.p-topRecruit_right,
.p-topMessage_right {
  background-color: #2c75c7;
  border-radius: 0 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 20px;
}

.p-topRecruit_text,
.p-topMessage_text {
  width: 430px;
  line-height: 1.63;
  color: #fff;
}

.p-topRecruit_button,
.p-topMessage_button {
  margin-top: 34px;
}

.p-topMessage_icon {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

.p-topMessage_titleSub {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.p-topWorks {
  background-color: rgba(224, 224, 224, 0.4);
  margin-top: 80px;
  padding: 58px 0 60px 0;
}

.p-topWorks_title {
  margin-top: 10px;
}

.p-topWorks_button {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-topRecruit {
  margin-top: 80px;
  height: 510px;
}

.p-topRecruit_left {
  width: 410px;
  overflow: hidden;
}

.p-topRecruit_right {
  padding: 58px 20px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-topRecruit_title {
  margin-top: 8px;
}

.p-topRecruit_titleSub {
  margin-top: 8px;
}

.p-topRecruit_text {
  margin-top: 24px;
}

.p-topRecruit_button {
  margin-top: 24px;
}

.p-topRecruit_image {
  display: none;
}

.p-aboutExLink {
  float: right;
}

.p-aboutExLink::before {
  content: '';
  background: url(/assets/images/common/icon_arrow_3.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 10px;
}

.p-messageHeading {
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
}

.p-messageHeadingSub {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.p-messageContent1_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}

.p-messageContent1_image {
  margin-right: 30px;
}

.p-messageContent1_image img {
  border-radius: 10px;
  width: 440px;
}

.p-messageContent1_text {
  margin-left: 30px;
  margin-right: 30px;
}

.p-messageContent2 {
  margin-top: 80px;
}

.p-messageContent2_logo {
  width: 600px;
  margin: 40px auto;
}

.p-messageContent2_logo img {
  width: 100%;
}

.p-messageHistory {
  margin-top: 30px;
}

.p-history_text {
  margin-bottom: 40px;
}

.p-history_table {
  margin-top: 30px;
}

.p-contact {
  margin-top: 78px;
}

.p-contact-mt0 {
  margin-top: 0;
}

.p-contact_leadText {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 54px;
}

.p-contact_finishTitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.p-contact_finishText {
  text-align: center;
  line-height: 1.63;
}

.p-formWrap {
  padding-bottom: 74px;
}

.p-formWrap-finish {
  margin: 154px 0 286px 0;
}

.p-form + .p-form {
  margin-top: 45px;
}

.p-form_icon {
  margin-left: 20px;
}

.p-form_fileName {
  width: 350px;
  padding: 14px 10px 14px 20px;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-form_fileWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 500px;
  height: 50px;
  border: solid 2px #cecece;
  background-color: #fff;
  border-radius: 6px 0 0 6px;
}

.p-form_file {
  display: none;
}

.p-form_fileLabel {
  border-left: solid 2px #cecece;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecebeb), to(#e5e1e1));
  background-image: linear-gradient(to bottom, #ecebeb, #e5e1e1);
  padding: 10px 25px;
  font-size: 1rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

.p-form_select {
  position: relative;
}

.p-form_select::after {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  display: block;
  content: '';
  background: url(/assets/images/common/icon_arrow_4_black.svg) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 10px;
  pointer-events: none;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.p-form_input select,
.p-form_input input[type='text'],
.p-form_input textarea {
  width: 100%;
  border: solid 2px #cecece;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 20px;
}

.p-form_input select:-moz-placeholder-shown, .p-form_input input[type='text']:-moz-placeholder-shown, .p-form_input textarea:-moz-placeholder-shown {
  color: #999;
  font-weight: normal;
}

.p-form_input select:-ms-input-placeholder, .p-form_input input[type='text']:-ms-input-placeholder, .p-form_input textarea:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}

.p-form_input select:placeholder-shown,
.p-form_input input[type='text']:placeholder-shown,
.p-form_input textarea:placeholder-shown {
  color: #999;
  font-weight: normal;
}

.p-form_input select,
.p-form_input input[type='text'] {
  height: 50px;
}

.p-form_input textarea {
  height: 234px;
}

.p-form_input select {
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-form_input select .placeholder {
  display: none;
}

.p-form_input + .p-form_input {
  margin-top: 20px;
}

.p-form_input-confirm {
  border-bottom: solid 1px #707070;
  padding: 15px 0 10px;
}

.p-form_input-confirmTextArea {
  border-radius: 10px;
  border: solid 2px #cecece;
  background-color: #ffffff;
  padding: 17px 20px 27px;
  line-height: 1.63;
  min-height: 234px;
}

.p-form_title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.63;
}

.p-form_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.p-form_note {
  margin-top: 32px;
  font-size: 0.875rem;
}

.p-form_subText {
  margin: 60px 0 0;
}

.p-develop_leadText {
  max-width: 920px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.p-develop_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
  padding: 0 20px;
}

.p-develop_feature {
  max-width: 1000px;
  margin: 0 auto;
}

.p-develop_feature + .p-develop_feature {
  margin-top: 60px;
}

.p-recruitMain {
  margin-bottom: 45px;
}

.p-recruitMain_image {
  border-radius: 10px;
  max-width: 100%;
}

.p-recruitAbout + .p-recruitAbout {
  margin-top: 45px;
}

.p-recruitAbout_title {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 18px;
}

.p-recruitAbout_text {
  font-size: 1rem;
  line-height: 1.63;
}

.p-recruitAboutWrap {
  margin-bottom: 52px;
}

.p-recruitFeatureWrap + .p-recruitFeatureWrap {
  margin-top: 40px;
}

.p-recruitFeature {
  border-radius: 15px;
  border: solid 3px #2c75c7;
  padding: 62px;
  max-width: 1000px;
}

.p-recruitFeature_title {
  text-align: center;
  margin-bottom: 35px;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-recruitFeature_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-recruitFeature_text {
  width: 390px;
  line-height: 1.63;
}

.p-recruitFeature_image img {
  border-radius: 10px;
}

.p-recruitContent + .p-recruitContent {
  margin-top: 32px;
}

.p-recruitContent_text {
  margin-bottom: 20px;
}

.p-recruitContent_text-mt {
  margin-top: 20px;
}

.p-productList {
  max-width: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-productList::after {
  content: '';
  display: block;
  height: 0;
  width: 280px;
}

.p-product {
  width: 280px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin-top: 37px;
  color: #333;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.p-product:nth-of-type(-n + 3) {
  margin-top: 0;
}

.p-product_image {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-product_date {
  font-size: 1rem;
  font-weight: bold;
  color: #999999;
  margin-top: 18px;
}

.p-product_date-small {
  font-size: 0.75rem;
}

.p-product_title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}

.p-product_title > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.p-product_title:before {
  content: '';
  display: block;
  height: 10px;
  width: 7px;
  background: url(/assets/images/common/icon_arrow_3.svg) no-repeat center center;
  background-size: contain;
  margin: 8px 8px 0 0;
}

.p-product_title-noArrow:before {
  content: none;
}

.p-product_text {
  font-size: 0.625rem;
  line-height: 1.4;
  margin-top: 5px;
  color: #333;
}

.p-product_textcopyright {
  font-size: 0.75rem;
  max-width: 920px;
  margin: 0 auto 0px;
  padding: 10px 0px;
}

.p-productDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.p-productDetail-wide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-productDetail-wide .p-productDetail_inner {
  width: 100%;
}

.p-productDetail_inner {
  width: 430px;
}

.p-productDetail_copy {
  margin-top: 5px;
  font-size: 0.6875rem;
}

.p-productDetail_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 220px;
  margin: 20px auto 0;
}

.p-productDetail_heading {
  font-weight: bold;
  font-size: 1rem;
  border-bottom: 1px solid #333;
  padding: 0 10px 10px;
  margin-top: 30px;
}

.p-productSummaryTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #cecece;
  padding: 20px 0;
}

.p-productSummaryTable_title {
  width: 130px;
  padding: 0 10px;
}

.p-productSummaryTable_content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 10px;
}

.p-policy_leadText {
  margin: 80px 0 50px;
}

.p-policy_signature {
  line-height: 1.63;
  margin-top: 30px;
  margin-left: 3em;
}

.p-policyBox + .p-policyBox {
  margin-top: 35px;
}

.p-policyBox_title {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
}

.p-policyBox_content {
  line-height: 1.63;
}

.p-policyBox_content-pdl30 {
  padding-left: 30px;
}

.p-policyBox_content + .p-policyBox_content {
  margin-top: 10px;
}

.u-copyGuard {
  pointer-events: none;
}

.u-bgGray {
  background-color: rgba(224, 224, 224, 0.4);
}

.u-clearfix::after {
  content: '';
  display: inline;
  width: 0;
  height: 0;
  clear: both;
}

.u-fl-right {
  float: right;
}

.fl-left {
  float: left;
}

@media screen and (min-width: 959px), print {
  body {
    margin: 0;
  }
  .l-spMenuButton {
    display: none;
  }
  .c-navigation_spMenuLabel a, .c-navigation_item a {
    color: #333;
    font-weight: bold;
  }
  .c-navigation_spMenuLabel a:after, .c-navigation_item a:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transition: transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transition: transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #d8d8d8;
    margin-top: 10px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .c-navigation_spMenuLabel a:hover:after, .c-navigation_item a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .c-navigation_spMenuLabel-current a:after, .c-navigation_item-current a:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .c-navigation_spMenuLabel {
    display: none;
  }
  .c-navigation_spMenuClose {
    display: none;
  }
  .c-circleButton:hover {
    opacity: 0.7;
  }
  .c-pageTopButton:hover {
    opacity: 0.7;
  }
  .c-button-tertiary:hover:hover {
    opacity: 0.7;
  }
  .c-closeButton:hover {
    opacity: 0.7;
  }
  .c-closeButton:hover {
    color: #333;
  }
  .p-header_logo a:hover {
    opacity: 0.7;
  }
  .p-topMainVisual_catchCopySp {
    display: none;
  }
  .p-topDevelop_image img,
  .p-topCompany_image img {
    border-radius: 10px;
  }
  a.p-product:hover .p-product_image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .u-pcOnly {
    display: block;
  }
  .u-pcTbOnly {
    display: block;
  }
  .u-tbOnly {
    display: none;
  }
  .u-spOnly {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  body {
    margin: 0;
  }
  .l-header {
    height: 50px;
    position: relative;
    z-index: 7010;
  }
  .l-spMenuButton {
    display: block;
    position: absolute;
    left: 16px;
  }
  .c-squareCard {
    width: 100%;
  }
  .c-navigationWrap {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
  }
  @supports (-webkit-touch-callout: none){
    .c-navigationWrap{
      height: -webkit-fill-available;
    }
  }
  .c-navigationWrap.isActive {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  .c-navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80vw;
    background: #2c75c7;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 42px 32px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    min-width: auto;
    margin-left: 0;
  }
  .c-navigation.isActive {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .c-navigation_spMenuLabel, .c-navigation_item {
    margin-right: 0;
    font-size: 19px;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .c-navigation_spMenuLabel, .c-navigation_item {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .c-navigation_spMenuLabel a, .c-navigation_item a {
    color: #fff;
    font-weight: bold;
    padding: 14px 0;
    display: block;
  }
  .c-navigation_spMenuLabel a:after, .c-navigation_item a:after {
    display: none;
  }
  .c-navigation_spMenuLabel {
    display: block;
    color: #8fbbec;
    padding-bottom: 14px;
  }
  .c-navigation_spMenuClose {
    display: block;
    position: absolute;
    top: 14px;
    right: -44px;
    width: 30px;
    height: 30px;
  }
  .c-circleButton:hover {
    opacity: 1;
  }
  .c-pageTopButton:hover {
    opacity: 1;
  }
  .c-button-tertiary:hover:hover {
    opacity: 1;
  }
  .c-closeButton:hover {
    opacity: 1;
  }
  .p-header {
    height: auto;
  }
  .p-header-isScrolled .p-header_logo {
    width: 30.4%;
  }
  .p-header-isScrolled .p-header_inner {
    min-height: 40px;
  }
  .p-header_inner {
    max-width: none;
    padding: 10px 0;
    height: auto;
    min-height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-header_logo a:hover {
    opacity: 1;
  }
  .p-header_logo {
    width: 38%;
  }
  .p-topMainVisual_catchCopySp {
    display: none;
  }
  .p-topMainVisual_subImageWrap {
    top: 100px;
    right: 10px;
    width: 22%;
  }
  .p-topMainVisual_subImageWrap img {
    max-width: 100%;
  }
  .p-topDevelop_inner,
  .p-topCompany_inner {
    margin-left: 8.94%;
  }
  .p-recruitFeature_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-recruitFeature_text {
    width: 100%;
  }
  .p-recruitFeature_image {
    margin-bottom: 10px;
  }
  .p-recruitFeature_image img {
    width: 100%;
  }
  .p-productList::after {
    width: 31%;
  }
  .p-product {
    width: 31%;
  }
  .u-pcOnly {
    display: none;
  }
  .u-pcTbOnly {
    display: block;
  }
  .u-tbOnly {
    display: block;
  }
  .u-spOnly {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  body {
    margin: 0;
  }
  img {
    max-width: 100%;
  }
  .l-content {
    padding: 0;
  }
  .l-content-narrow {
    padding: 0 18px;
  }
  .l-content_inner {
    padding: 0 18px 64px;
  }
  .c-container {
    background: url(/assets/images/common/bg_content_sp.png) center 30% repeat-y;
    background-size: 100%;
  }
  .c-title-company, .c-title-develop {
    font-size: 2.125rem;
  }
  .c-title2 {
    font-size: 1.125rem;
  }
  .c-sectionTitle {
    padding: 15px;
  }
  .c-sectionTitle:before {
    width: 15px;
    height: 15px;
  }
  .c-sectionTitle:after {
    width: 15px;
    height: 15px;
  }
  .c-sectionTitle_top {
    font-size: 1.625rem;
  }
  .c-sectionTitle_bottom {
    font-size: 0.75rem;
  }
  .c-card {
    padding: 40px 25px 36px;
  }
  .c-card_heading {
    font-size: 1.25rem;
    line-height: 1.3;
    padding-bottom: 18px;
  }
  .c-squareCard {
    width: 230px;
    height: 230px;
    padding: 18px;
  }
  .c-squareCard_image {
    height: 100%;
    width: auto;
  }
  .c-modalSquareCard {
    width: 100%;
    max-height: 230px;
    padding: 18px;
  }
  .c-modalSquareCard_image {
    width: auto;
    height: 100%;
  }
  .c-localNavigation_item {
    font-size: 1.0625rem;
  }
  .c-localNavigation_item + .c-localNavigation_item {
    margin-left: 32px;
  }
  .c-circleButton:hover {
    opacity: 1;
  }
  .c-pageTopButton:hover {
    opacity: 1;
  }
  .c-button + .c-button {
    margin-left: 20px;
  }
  .c-button {
    width: 100%;
  }
  .c-button:after {
    right: 11px;
  }
  .c-button-contact {
    width: 100%;
  }
  .c-button-contact:after {
    right: 11px;
  }
  .c-button-exLink {
    width: 100%;
  }
  .c-button-exLink:after {
    right: 20px;
  }
  .c-button-tertiary:hover:hover {
    opacity: 1;
  }
  .c-closeButton:hover {
    opacity: 1;
  }
  .c-summaryTable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: #999 solid 1px;
    padding: 18px 0;
  }
  .c-summaryTable_title-w160 {
    width: 100%;
  }
  .c-summaryTable_title {
    font-size: 1.0625rem;
    width: 100%;
    margin-right: 0;
    padding: 0;
    border-top: none;
    margin-bottom: 18px;
  }
  .c-summaryTable_content {
    font-size: 1.0625rem;
    width: 100%;
    padding: 0;
    border-top: none;
  }
  .c-summaryTable:last-of-type {
    border-bottom: #999 solid 1px;
  }
  .c-summaryTable:last-of-type .c-summaryTable_title {
    border-bottom: none;
  }
  .c-summaryTable:last-of-type .c-summaryTable_content {
    border-bottom: none;
  }
  .c-titleIcon-news {
    width: 20px;
  }
  .c-titleIcon-company {
    width: 28px;
  }
  .c-arrowLink::before {
    margin-right: 6px;
  }
  .c-tag {
    min-width: 80px;
    font-size: 0.75rem;
    padding: 3px;
  }
  .c-map {
    width: 100%;
    height: 302px;
  }
  .c-mainVisual {
    background-image: url(/assets/images/common/bg_under_mv_sp.png);
    background-size: 100%;
    height: 145px;
  }
  .c-mainVisual_top {
    font-size: 2.125rem;
  }
  .c-mainVisual_bottom {
    font-size: 0.75rem;
  }
  .c-floorMap {
    width: 100%;
    height: auto;
  }
  .c-floorMap_name {
    font-size: 1.0625rem;
    height: 47px;
  }
  .c-floorMap_image {
    padding: 0 12px;
    margin-bottom: 44px;
  }
  .c-floorMap_title {
    margin: 23px 0 63px;
    font-size: 0.9375rem;
  }
  .c-floorMapMarkerList_item {
    width: 12%;
  }
  .c-floorMapMarkerList_item-develop {
    top: -7%;
    left: 34%;
  }
  .c-floorMapMarkerList_item-entrance {
    top: 36%;
    left: 53.5%;
  }
  .c-floorMapMarkerList_item-meetingRoom1 {
    top: 8%;
    right: 8.5%;
    width: 9%;
  }
  .c-floorMapMarkerList_item-meetingRoom2 {
    top: 26%;
    right: 15.5%;
    width: 9%;
  }
  .c-floorMapMarkerList_item-restRoom {
    top: -3%;
    right: 29.5%;
  }
  .c-swiper_item {
    padding-left: 12%;
  }
  .p-header_logo a:hover {
    opacity: 1;
  }
  .p-footerContact {
    padding: 40px 0;
    height: auto;
  }
  .p-footerContact_text {
    width: 73.333%;
    margin: 0 auto 20px;
  }
  .p-footerContact_button {
    width: 72%;
  }
  .p-copyright_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: 22px 0 18px;
  }
  .p-copyright_link {
    margin-bottom: 18px;
  }
  .p-sectionTitle {
    padding: 47px 0 42px;
  }
  .p-accessMapWrap {
    margin-top: 70px;
    padding: 40px 0 0;
  }
  .p-accessMap {
    padding-bottom: 70px;
  }
  .p-accessMap_map {
    padding: 0 18px;
  }
  .p-accessMap_inner {
    width: 74.133%;
    margin: 25px auto 0;
  }
  .p-modal_contentWrap {
    position: relative;
    padding: 20px 23px;
    width: 100%;
    margin: 0 20px;
  }
  .p-modal_content {
    padding-bottom: 50px;
  }
  .p-modal_scrollArea {
    height: 70vh;
  }
  .p-modal_button {
    margin-top: 30px;
  }
  .p-modal_closeButton {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
  }
  .p-modal_image {
    margin-bottom: 10px;
  }
  .p-modal_text {
    margin-bottom: 20px;
  }
  .p-modalTitle2 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .p-modalTitle2_text {
    text-align: center;
  }
  .p-modalTitle2_sub {
    font-size: 1.0625rem;
  }
  .p-modalTitle2_icon {
    margin-right: 12px;
    height: 18px;
  }
  .p-accordion_title {
    font-size: 1.0625rem;
    padding: 26px 10px;
  }
  .p-accordion_title::after {
    right: 15px;
  }
  .p-accordion_content {
    padding: 20px 0 20px 0;
  }
  .p-topMainVisual_inner {
    padding-left: 0;
  }
  .p-topMainVisual_image img {
    height: auto;
    border-radius: 10px 0 0 10px;
  }
  .p-topMainVisual_catchCopyWrap {
    top: 103px;
    left: 6%;
  }
  .p-topMainVisual_catchCopyWrap1 {
    top: 103px;
    left: 6%;
  }
  .p-topMainVisual_catchCopy {
    display: none;
  }
  .p-topMainVisual_catchCopySp {
    display: block;
  }
  .p-topMainVisual_subCopy {
    margin-top: 25px;
    width: 69.7%;
  }
  .p-topMainVisual_subImageWrap {
    position: absolute;
    top: 155px;
    right: 10px;
    width: 30.5%;
  }
  .p-topMainVisual_logo {
    top: 30px;
    width: 8%;
  }
  .p-topNews {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 27px 15px;
    width: 90.67%;
    margin: -45px auto 0;
  }
  .p-topNews_titleWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
  .p-topNews_title {
    margin: 0 0 0 9px;
    font-size: 1rem;
  }
  .p-topNewsListItem {
    -ms-grid-columns: auto 30px 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto 7px auto;
    grid-template-areas: 'news_date news_tag' 'news_main news_main';
    grid-gap: 7px 30px;
    gap: 7px 30px;
    padding: 18px 0 15px;
  }
  .p-topNewsListItem_date {
    font-size: 0.75rem;
  }
  .p-topNewsListItem_text {
    font-size: 1.0625rem;
    line-height: 1.35;
  }
  .p-topDevelop,
  .p-topCompany {
    display: block;
  }
  .p-topDevelop_inner,
  .p-topCompany_inner {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
  }
  .p-topDevelop_image,
  .p-topCompany_image {
    width: 96%;
    padding-top: 30px;
  }
  .p-topDevelop_text,
  .p-topCompany_text {
    padding: 0 18px;
    font-size: 17px;
    margin-top: 21px;
  }
  .p-topDevelop_button,
  .p-topCompany_button {
    width: 64%;
    margin: 20px auto 0;
  }
  .p-topCompany {
    margin-top: 72px;
  }
  .p-topCompany_image {
    margin-right: auto;
  }
  .p-topDevelop {
    margin-top: 72px;
  }
  .p-topDevelop_button {
    width: 64%;
  }
  .p-topDevelop_image {
    margin-left: auto;
  }
  .p-topRecruit,
  .p-topMessage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0 18px;
  }
  .p-topRecruit_left,
  .p-topMessage_left {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 30px 0;
  }
  .p-topRecruit_right,
  .p-topMessage_right {
    border-radius: 0 0 10px 10px;
    padding: 30px 26px;
  }
  .p-topRecruit_text,
  .p-topMessage_text {
    width: 100%;
  }
  .p-topRecruit_button,
  .p-topMessage_button {
    width: 64%;
    margin: 20px auto 0;
  }
  .p-topWorks {
    margin-top: 70px;
    padding: 41px 0 30px;
  }
  .p-topWorks_button {
    width: 64%;
    margin: 19px auto 0;
  }
  .p-topRecruit {
    margin-top: 70px;
  }
  .p-topRecruit_left {
    display: none;
  }
  .p-topRecruit_right {
    border-radius: 10px;
    padding: 30px 0;
  }
  .p-topRecruit_text {
    padding: 0 26px;
  }
  .p-topRecruit_button {
    width: 64%;
  }
  .p-topRecruit_image {
    display: block;
    margin-top: 29px;
    width: 100%;
  }
  .p-topRecruit_image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 340px;
  }
  .p-aboutExLink {
    float: none;
  }
  .p-aboutExLink::before {
    margin-right: 6px;
  }
  .p-messageHeading {
    font-size: 1.25rem;
  }
  .p-messageHeadingSub {
    font-size: 1rem;
  }
  .p-messageContent1_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .p-messageContent1_image {
    margin-right: 0;
    margin-bottom: 26px;
  }
  .p-messageContent2 {
    margin-top: 70px;
  }
  .p-messageContent2_logo {
    margin: 30px auto;
    width: 100%;
  }
  .p-history_text {
    margin-bottom: 50px;
  }
  .p-history_table {
    margin-bottom: 20px;
  }
  .p-contact {
    margin-top: 40px;
  }
  .p-contact-mt0 {
    margin-top: 0;
  }
  .p-contact_leadText {
    margin-bottom: 0;
  }
  .p-contact_leadText-confirm {
    margin-bottom: 47px;
  }
  .p-contact_finishTitle {
    margin-bottom: 20px;
  }
  .p-formWrap {
    padding-bottom: 34px;
  }
  .p-formWrap-finish {
    margin: 70px 0;
  }
  .p-form + .p-form {
    margin-top: 38px;
  }
  .p-form_fileName {
    width: auto;
    padding: 20px 10px 20px 10px;
    font-size: 0.875rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .p-form_fileWrap {
    min-width: auto;
    width: 100%;
    height: 60px;
  }
  .p-form_fileLabel {
    padding: 10px;
    font-size: 0.875rem;
  }
  .p-form_input select,
  .p-form_input input[type='text'],
  .p-form_input textarea {
    padding: 16px 10px;
  }
  .p-form_input select:-moz-placeholder-shown, .p-form_input input[type='text']:-moz-placeholder-shown, .p-form_input textarea:-moz-placeholder-shown {
    font-size: 1.0625rem;
  }
  .p-form_input select:-ms-input-placeholder, .p-form_input input[type='text']:-ms-input-placeholder, .p-form_input textarea:-ms-input-placeholder {
    font-size: 1.0625rem;
  }
  .p-form_input select:placeholder-shown,
  .p-form_input input[type='text']:placeholder-shown,
  .p-form_input textarea:placeholder-shown {
    font-size: 1.0625rem;
  }
  .p-form_input select,
  .p-form_input input[type='text'] {
    height: 60px;
  }
  .p-form_input select {
    font-size: 1.0625rem;
  }
  .p-form_button {
    margin-top: 20px;
  }
  .p-form_subText {
    margin: 40px 0 0;
  }
  .p-develop_leadText {
    padding: 0 18px;
  }
  .p-develop_map {
    padding: 0 18px;
  }
  .p-develop_feature + .p-develop_feature {
    margin-top: 30px;
  }
  .p-recruitMain {
    margin-bottom: 28px;
  }
  .p-recruitAbout_title {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .p-recruitFeatureWrap + .p-recruitFeatureWrap {
    margin-top: 20px;
  }
  .p-recruitFeature {
    padding: 20px;
    max-width: none;
  }
  .p-recruitFeature_title {
    margin-bottom: 15px;
    font-size: 1.1875rem;
  }
  .p-productList {
    max-width: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-productList::after {
    content: none;
  }
  .p-product {
    width: 245px !important;
  }
  .p-product + .p-product {
    margin-top: 30px;
  }
  .p-product_image {
    margin: 0 auto;
  }
  .p-product_textcopyright {
    padding: 0 18px;
  }
  .p-productDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-productDetail_inner {
    margin-top: 17px;
    width: 100%;
  }
  .p-productDetail_button {
    width: 220px;
    margin: 20px auto 0;
  }
  .p-productSummaryTable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: #999 solid 1px;
    padding: 18px 0;
  }
  .p-policy_signature {
    margin-left: 0;
  }
  .p-policyBox + .p-policyBox {
    margin-top: 44px;
  }
  .p-policyBox_title {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .u-pcOnly {
    display: none;
  }
  .u-pcTbOnly {
    display: none;
  }
  .u-tbOnly {
    display: none;
  }
  .u-spOnly {
    display: block;
  }
  .p-topNewsListItem_date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-topNewsListItem_tag {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-topNewsListItem_main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
/*# sourceMappingURL=../../_sourcemaps/assets/css/style.css.map */
