/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */
@import url("https://fonts.googleapis.com/css?family=Ropa+Sans");

.cf:before,
.cf:after {
  content: "";
  display: table
}
.cf:after {
  clear: both
}

.cf {
  zoom: 1
}

.clear {
  clear: both
}

/* body {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif
}

body {
  margin: 0
}

a:focus {
  outline: thin dotted
}

a:active,
a:hover {
  outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 0;
  margin: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

blockquote {
  margin: 1em 40px
}

dfn {
  font-style: italic
}

hr {
  box-sizing: content-box;
  height: 0
}

mark {
  background: #ff0;
  color: #000
}

p,
pre {
  margin: 0 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}

q {
  quotes: none
}

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

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

dl,
menu,
ol,
ul {
  margin: 1em 0
}

dd {
  margin: 0 0 0 40px
}

menu,
ol,
ul {
  padding: 0 0 0 40px
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

form {
  margin: 0
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle
}

button,
input {
  line-height: normal
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

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

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative
}

.flickity-enabled:focus {
  outline: 0
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
  opacity: .6
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none
}

.flickity-button-icon {
  fill: #333
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
  left: 10px
}

.flickity-prev-next-button.next {
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1
}

.flickity-rtl .flickity-page-dots {
  direction: rtl
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer
}

.flickity-page-dots .dot.is-selected {
  opacity: 1
}

.text-nowrap {
  white-space: nowrap
}

.nowrap {
  white-space: nowrap
}

.nowp {
  white-space: nowrap
}

.rsp {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.fwb {
  font-weight: bold
}

.fwn {
  font-weight: normal;
  font-weight: 500
}

.tac {
  text-align: center
}

.tal {
  text-align: left
}

.tar {
  text-align: right
}

.pdt0 {
  padding-top: 0 !important
}

html {
  font-size: 62.5%
}

body {
  color: #333;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-weight: 500;
  position: relative;
  -webkit-font-smoothing: antialiased
}

/* * {
  box-sizing: border-box
}

*:before,
*:after {
  box-sizing: border-box
} */

/* li {
  list-style: none
} */

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

.article a {
  color: #5f709e;
  text-decoration: underline
}

a.blank:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 1rem;
  background: url("../img/common/icon_blank.png") center center no-repeat;
  background-size: contain
}

a.pdf:after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 11px;
  margin-left: 1rem;
  background: url("../img/common/icon_pdf.png") center center no-repeat;
  background-size: contain
}

a.blue {
  color: #5f709e;
  text-decoration: underline
}

ul {
  margin: 0;
  padding: 0
}

div,
p,
figure,
section,
li {
  box-sizing: border-box
}

.pc-elm {
  display: block !important
}

.sp-elm {
  display: none !important
}

.pc-elm-ib {
  display: inline-block !important
}

.sp-elm-ib {
  display: none !important
}

.pc-elm-il {
  display: inline !important
}

.sp-elm-il {
  display: none !important
}

.parco-container {
  position: relative;
  min-width: 1025px;
  overflow: hidden;
  padding-top: 88px;
  line-height: 1.6
}

section .inner,
footer .inner {
  width: 85.3%;
  max-width: 1500px;
  margin: 0 auto
}

section+section {
  margin-top: 80px
}

.page-index section {
  margin-bottom: 100px
}

.col-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.col-wrap .col-menu {
  width: 245px;
  min-width: 245px;
  padding-right: 60px
}

.col-wrap .col-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.col-wrap .col-main .sub-section {
  margin-top: 80px
}

.col-wrap .col-main .sub-section:nth-of-type(1) {
  margin-top: 0
}

.col-wrap .col-main .sm-section {
  margin-top: 60px
}

section h2.title,
section .sec-title {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  margin-bottom: 80px;
  font-family: 'DDINRegular', 'Noto Sans Japanese', sans-serif;
  font-weight: bold
}

section h2.title .jp,
section .sec-title .jp {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 15px;
  font-family: 'Noto Sans Japanese', sans-serif
}

section h2.title.left,
section .sec-title.left {
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
  padding-bottom: 15px
}

section h2.title.left .jp,
section .sec-title.left .jp {
  display: inline-block;
  margin-left: 1rem
}

section .sec-title.left {
  margin-bottom: 40px
}

section h3 {
  font-size: 2.4rem
}

section h3 small {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1rem
}

section h4 {
  font-size: 2rem
}

section .bg-blue {
  margin-bottom: 40px;
  padding: 20px 0;
  background-color: #8094bc;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1;
  color: #fff
}

.ff-dd {
  font-family: 'DDINRegular', 'Noto Sans Japanese', sans-serif
}

.fzl {
  font-size: 1.6rem
}

.error-msg {
  color: #e33f39
}

.btn {
  position: relative;
  padding: 12px 30px 10px;
  background: #333;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.btn.btn-back:after {
  position: absolute;
  left: 20px;
  top: 50%;
  content: '';
  background-image: url(../img/common/arrow_right.svg);
  width: 6px;
  height: 10px;
  background-size: cover;
  margin-top: -5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.btn.btn-list {
  border-radius: 20px;
  font-size: 13px;
  width: 170px;
  padding: 0;
  text-align: left
}

.btn.btn-list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 15px 10px
}

.btn.btn-list:after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: '';
  background-image: url(../img/common/arrow_right.svg);
  width: 6px;
  height: 10px;
  background-size: cover;
  margin-top: -5px
}

.btn-arrow,
.btn-arrow-s,
.btn-arrow-xs,
.btn-arrow-blue,
.form-btn-wrap button,
.form-btn-wrap .form-btn-back {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  padding: 9px 30px 10px 15px;
  background: #333;
  color: #FFF;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.btn-arrow:after,
.btn-arrow-s:after,
.btn-arrow-xs:after,
.btn-arrow-blue:after,
.form-btn-wrap button:after,
.form-btn-wrap .form-btn-back:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background-image: url(../img/common/arrow_right.svg);
  background-size: cover
}

.btn-arrow-s {
  padding: 6px 25px 6px 15px
}

.btn-arrow-s:after {
  right: 15px
}

.btn-arrow-xs {
  padding: 4px 25px 4px 10px
}

.btn-arrow-blue {
  border-radius: 0;
  font-size: 1.6rem;
  background: #8094BC
}

.btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.btn-arrow:hover,
.btn-arrow-s:hover,
.btn-arrow-xs:hover,
.btn-arrow-blue:hover,
.form-btn-wrap button:hover,
.form-btn-wrap .form-btn-back:hover,
.btn:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.btn-arrow:hover,
.btn-arrow-s:hover,
.btn-arrow-xs:hover,
.btn-arrow-blue:hover,
.form-btn-wrap button:hover,
.form-btn-wrap .form-btn-back:hover,
.btn:hover {
  opacity: .75
}

.page-index .btn.btn-list {
  position: absolute;
  right: 0;
  bottom: 0
}

.btn2 {
  display: block;
  position: relative;
  padding: 20px 0;
  border: 1px solid #333;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.btn2 .icon-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 28px;
  background: #151515;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  /* transition: .3s; */
}
.btn2 .icon-arrow .icon-arrow-w {
  width: 5.74px;
  /* height: 6px; */
  aspect-ratio: 5.74/10.04;
  /* transform: .3s; */
}

.page-top {
  background: #333;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  position: fixed;
  right: 20px;
  bottom: -80px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease
}

.page-top.show {
  bottom: 20px
}

.page-top a {
  display: block;
  width: 100%;
  height: 100%
}

.page-top:hover {
  opacity: 0.75
}

.page-top img {
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.label {
  padding: 0px 20px;
  border: solid 1px #ccc;
  border-radius: 30px;
  font-size: 1.2rem;
  line-height: 1;
  color: #545454
}

.works-panel,
.service-panel {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.works-panel .panel,
.service-panel .panel {
  position: relative;
  width: 32%;
  margin-left: 2%;
  background: #FFF;
  margin-bottom: 40px
}

.works-panel .panel figure,
.service-panel .panel figure {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden
}

.page-works-detail .detail-title {
  font-weight: 500;
  font-size: 2.4rem;
}

.page-works-detail .detail-title small {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1rem
}

@media (max-width: 899px) {
  .page-works-detail .detail-title {
    font-size: 1.8rem;
  }
  .page-works-detail .detail-title small {
    font-size: 1.4rem;
  }
}

.page-works-detail .article figure {
  line-height: 0;
  position: relative;
}

.works-panel .panel figure:after,
.page-works-detail .article .text:first-child figure:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  border: 1px solid #e8e8e8;
  left: 0;
  top: 0;
}

.page-index .works-panel .panel figure:after {
  display: none;
}

.works-panel .panel figure img,
.service-panel .panel figure img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease
}

.works-panel .panel:hover figure img,
.service-panel .panel:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}

.works-panel .panel a,
.service-panel .panel a {
  display: block
}

.works-panel .panel:nth-child(3n+1),
.service-panel .panel:nth-child(3n+1) {
  margin-left: 0
}

.works-panel .panel figure img,
.service-panel .panel figure img {
  width: 100%;
  height: auto
}

.works-panel .panel .text_area,
.service-panel .panel .text_area {
  padding: 20px 0 30px
}

.works-panel .panel h4.name,
.service-panel .panel h4.name {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 12px
}

.works-panel .panel.new h4.name:before,
.service-panel .panel.new h4.name:before {
  content: 'NEW';
  background: #DF4344;
  color: #FFF;
  font-family: 'DDINRegular', 'Noto Sans Japanese', sans-serif;
  line-height: 1;
  padding: 2px 5px;
  font-weight: bold;
  margin-right: 6px
}

.works-panel .panel h3.body,
.service-panel .panel h3.body {
  font-weight: 500;
  font-size: 14px
}

.page-nation {
  text-align: center;
  margin-bottom: 80px
}

.page-nation div,
.page-nation ul,
.page-nation li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0
}

.page-nation .btn-prev,
.page-nation .btn-next {
  display: inline-block
}

.page-nation .btn-prev img,
.page-nation .btn-next img {
  height: 7px
}

.page-nation .btn-prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.page-nation .btn-prev {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  padding-top: 16px;
  text-align: center;
  cursor: pointer
}

.page-nation .btn-next {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  padding-top: 16px;
  text-align: center;
  cursor: pointer
}

.page-nation li {
  border: solid 1px #333;
  background: #FFF;
  line-height: 1;
  width: 40px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  padding-top: 12px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.page-nation li a {
  width: 100%;
  height: 100%;
  display: inline-block
}

.page-nation li:hover {
  background: #EEE
}

.page-nation li.selected {
  background: #333;
  color: #FFF
}

.page-nation li:first-child {
  margin-left: 0
}

span.required {
  display: inline-block;
  background-color: #e1413f;
  padding: 0px 5px;
  margin-right: 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.3rem
}

label {
  display: inline-block;
  padding-top: 10px;
  font-size: 1.6rem;
  vertical-align: top
}

label .required {
  margin-left: 10px
}

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

.checkbox-wrap .checkbox-item {
  width: 31.8232%;
  height: 98px;
  margin-top: 20px;
  border: 1px solid #9a9a9a;
  border-radius: 8px;
  overflow: hidden
}

.checkbox-wrap .checkbox-item label {
  cursor: pointer
}

.checkbox-wrap.privacy-checkbox-wrap {
  display: block
}

.checkbox-wrap.privacy-checkbox-wrap .checkbox-item {
  width: 43.09392%;
  margin-left: auto;
  margin-right: auto
}

input[type="checkbox"] {
  display: none
}

input[type="checkbox"]:checked+.label-cb {
  background-color: #eef5fd
}

input[type="checkbox"]:checked+.label-cb:after {
  background: url(../img/common/icon_check.png) center center no-repeat #419bf9;
  border: none;
  background-size: contain
}

.label-cb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 60px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1.6rem
}

.label-cb:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 5px
}

input[type="text"].required,
.selectbox-wrap.required,
textarea.required {
  background-color: #ffffe6
}

input[type="text"],
textarea {
  padding: 10px 15px;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  border-radius: 8px;
  border: 1px solid #9a9a9a;
  outline: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

input[type="text"]:placeholder-shown,
textarea:placeholder-shown {
  color: #999
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999
}

input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
  opacity: 1
}

input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999
}

input[type="text"]:focus,
textarea:focus {
  background-color: #eef5fd;
  border-color: #6eadef;
  box-shadow: 0px 0px 0px 1px #6eadef
}

input[type="text"]:focus.required,
textarea:focus.required {
  background-color: #eef5fd
}

textarea {
  height: 260px
}

input[type="text"],
.selectbox-wrap,
select {
  width: 100%;
  height: 50px
}

.selectbox-wrap {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 1px solid #9a9a9a;
  border-radius: 8px
}

.selectbox-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  background-color: #333;
  border-radius: 5px;
  pointer-events: none
}

.selectbox-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  display: block;
  margin: auto;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.66025px 5px 0 5px;
  border-color: #fff transparent transparent transparent
}

.selectbox-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  border: none;
  background: transparent;
  padding: 0px 50px 0 10px
}

.selectbox-wrap select option {
  padding: 5px 10px
}

.error .checkbox-item {
  border-color: #e3413b
}

.error .label-cb {
  background-color: #fff8f8
}

.error input[type="text"],
.error textarea {
  border-color: #e3413b;
  background-color: #fff8f8
}

.error .selectbox-wrap {
  border-color: #e3413b;
  background-color: #fff8f8
}

.form-btn-wrap {
  text-align: center;
  margin-top: 60px;
  padding: 0 60px
}

.form-btn-wrap button,
.form-btn-wrap .form-btn-back {
  width: 43.09392%;
  height: 98px;
  margin: 0 8px;
  background-color: #1dace0;
  border-radius: 8px;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500
}

.form-btn-wrap button:after,
.form-btn-wrap .form-btn-back:after {
  right: 20px;
  background-image: url(../img/common/arrow_right.svg)
}

.form-btn-wrap button:hover,
.form-btn-wrap .form-btn-back:hover {
  opacity: 1
}

.form-btn-wrap button:disabled,
.form-btn-wrap .form-btn-back:disabled {
  background-color: #ccc;
  color: #999
}

.form-btn-wrap button:disabled:after,
.form-btn-wrap .form-btn-back:disabled:after {
  background-image: url(../img/common/arrow_right_gray.svg)
}

.form-btn-wrap button.form-btn-edit,
.form-btn-wrap .form-btn-back.form-btn-edit {
  background-color: #999
}

.form-btn-wrap button.form-btn-edit:after,
.form-btn-wrap .form-btn-back.form-btn-edit:after {
  right: auto;
  left: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.form-btn-wrap .form-btn-back {
  background-color: #999;
  line-height: 98px;
  padding: 0
}

.form-btn-wrap .form-btn-back:after {
  right: auto;
  left: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

/* header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1140px;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1)
}

header .header-inner {
  position: relative;
  width: 93.3%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 20px
}

header .header-inner .btn,
header .header-inner .btn a {
  transition: unset;
}

header h1 {
  position: static;
  float: left;
  margin-bottom: 20px
}

header h1 img {
  width: 356px
} */

.page-hd .hd-inner {
  opacity: 1;
  transform: none;
}


#nav-main {
  float: right
}

@media (min-width: 900px) {
  #nav-main {
    width: 706px;
  }
}

#nav-main .nav-list {
  float: left;
  margin-top: 17px;
  margin-right: 20px
}

#nav-main .nav-list>li {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 1;
  padding: 0 20px 30px
}

#nav-main .nav-list>li:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  content: '';
  display: block;
  width: 0;
  height: 1px;
  margin: 0 auto;
  background: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

#nav-main .nav-list>li:hover:after {
  width: 100%;
  width: 65%
}

#nav-main .nav-list>li.current:after {
  width: 66%
}

#nav-main .sub-nav-list {
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 20px;
  display: none
}

#nav-main .sub-nav-list:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -100
}

#nav-main .sub-nav-list:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 14px;
  margin: auto;
  background-color: #fff
}

#nav-main .sub-nav-list li {
  display: block;
  padding: 0 10px
}

#nav-main .sub-nav-list li a {
  position: relative;
  padding: 10px 0;
  display: block;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

#nav-main .sub-nav-list li a:hover {
  opacity: .75
}

#nav-main .sub-nav-list li a:after {
  width: 100%
}

#nav-main .btn_inquiry {
  float: left;
  width: 110px;
  padding: 0;
  margin-top: 10px;
  border-radius: 100px
}

#nav-main .btn_inquiry a {
  padding: 10px 0 10px
}

/* footer {
  background: #777;
  color: #FFF;
  font-size: 1.4rem;
  padding: 60px 0 40px
}

footer a {
  color: #FFF
}

footer .upper {
  margin-bottom: 30px
}

footer .upper .info {
  float: left
}

footer .upper .info p {
  margin-top: 8px
}

footer .upper .info .company_name {
  font-size: 1.8rem;
  margin-bottom: 20px
}

footer .upper .info .company_name a:hover {
  text-decoration: underline
}

footer .upper .link {
  float: right
}

footer .upper .link .row {
  float: left;
  margin-left: 90px
}

footer .upper .link .row p {
  margin-bottom: 20px
}

footer .upper .link a:hover {
  text-decoration: underline
}

footer .downer .privacy {
  float: left
}

footer .downer .privacy img {
  width: 80px
}

footer .downer .right {
  float: right
}

footer .downer .social_container {
  text-align: right;
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 20px
}

footer .downer .social_container li {
  display: inline-block
}

footer .downer .social_container li img {
  width: 30px
}

footer .downer .social_container li:first-child {
  margin-right: 14px
}

footer .downer .copyright {
  font-size: 10px;
  font-weight: bold
} */

.page-ft {
  margin-top: 120px;
}

.bread {
  width: 85.3%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 1.2rem
}

.bread ol {
  margin: 0;
  padding: 0
}

.bread ol li {
  display: inline
}

.bread ol li:nth-of-type(n+2):before {
  content: '＞';
  display: inline;
  padding: 0 0.9rem
}

.bread+* {
  margin-top: 40px
}

.bread2 {
  /* width: 89.3%; */
  /* max-width: 1520px; */
  margin: 120px auto 0;
  padding: 0 10px;
  font-size: 12px;
}

.bread2 ol {
  margin: 0;
  padding: 0
}

.bread2 ol li {
  display: inline
}

.bread2 ol li:nth-of-type(n+2):before {
  content: '>';
  display: inline;
  padding: 0 0.9rem
}

.bread2 + * {
  margin-top: 16px
}

.bread2 a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .bread2 {
    max-width: 1584px;
    padding: 0 32px;
    /* width: 89.3% */
  }
  .bread2 + * {
    margin-top: 20px
  }
}


.title-area-main {
  background: url(/assets/img/common/title_bg.png);
  margin-bottom: 41px;
  padding: 80px 0 60px;
  background-size: cover;
  background-position: center center
}

.title-area-main .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1
}

.title-area-main .title .jp {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px
}

.title-area-main2 {
  padding: 32px 10px;
  background: #F2F2F2;
  border-radius: 12px;
  color: #151515;
}
@media (min-width: 769px) {
  .title-area-main2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 103px;
    border-radius: 24px;
  }
}
.title-area-main2__hd {}
.title-area-main2__hd .txt-jp {
  position: relative;
  padding-left: 12px;
  font-size: 10px;
  font-weight: 500;
}
.title-area-main2__hd .txt-jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  aspect-ratio: 1/1;
  background: #151515;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .title-area-main2__hd .txt-jp {
    padding-left: 16px;
    font-size: 15px;
  }
  .title-area-main2__hd .txt-jp::before {
    top: 7px;
  }
}
.title-area-main2__hd .txt-en {
  display: block;
  margin-top: 10px;
  font-family: "Unbounded", sans-serif;
  font-size: 32px;
  line-height: 1;
}
@media (min-width: 769px) {
  .title-area-main2__hd .txt-en {
    /* margin-top: 10px; */
    font-size: 48px;
  }
}
.title-area-main2__bd {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (min-width: 769px) {
  .title-area-main2__bd {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.75;
    text-align: right;
  }
}


.sec-contact {
  padding-bottom: 100px
}

.sec-contact .inner {
  padding-top: 80px;
  border-top: 1px solid #ccc
}

.sec-contact .inner .title {
  margin-bottom: 50px
}

.sec-contact .info {
  text-align: center;
  margin-bottom: 30px
}

.sec-contact .btns {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 20px
}

.sec-contact .contact_btn {
  float: left;
  width: 390px;
  padding: 0;
  margin-left: 20px
}

.sec-contact .contact_btn a {
  padding: 40px;
  font-size: 18px;
  text-align: left;
  background: #8094BC
}

.sec-contact .contact_btn:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  background-image: url(/assets/img/common/arrow_right.svg);
  width: 6px;
  height: 10px;
  background-size: cover;
  margin-top: -5px
}

.sec-contact .contact_btn:first-child {
  margin-left: 0
}

.sec-contact .banner {
  width: 800px;
  margin: 0 auto
}

.sec-contact .banner a {
  position: relative;
  display: block;
  line-height: 0;
  transition: all 0.3s ease 0s;
}

.sec-contact .banner a:hover {
  opacity: .75;
}

.sec-contact .banner a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  border: 3px solid #ddd;
  left: 0;
  top: 0;

}

.page-index .sec-contact {
  padding-bottom: 0
}

.page-index .sec-contact .inner {
  padding-top: 0px;
  border-top: none
}

.page-member-detail .sec-contact .inner {
  padding-top: 0px;
  border-top: none
}

.page-keyword .sec-contact .inner {
  padding-top: 0px;
  border-top: none
}

.sec-works+.contact {
  margin-top: 0
}

.sns-wrap {
  margin-top: 60px
}

.sns-wrap a {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.sns-wrap a img {
  width: 100%
}

.sns-wrap a:hover {
  opacity: 0.75
}

.member-panel {
  font-size: 0;
  margin: -40px -2% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.member-panel li {
  position: relative;
  width: 21%;
  height: 100%;
  margin: 40px 2% 0
}

.member-panel li a {
  display: block
}

.member-panel li figure {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px
}

.member-panel li figure img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease
}

.member-panel li:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}

.member-panel li .text_area {
  text-align: center
}

.member-panel li p.name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px
}

.member-panel li p.body {
  font-size: 14px;
  width: 80%;
  margin: 0 auto
}

.page-member .member-panel {
  margin-top: -30px
}

.sec-tag+section {
  margin-top: 60px
}

.sec-tag .inner {
  border-bottom: solid 1px #CCC;
  padding-bottom: 40px
}

.sec-tag .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px
}

.sec-tag .title .jp {
  margin-left: 10px;
  font-size: 12px
}

.tags {
  font-size: 0
}

.tags li {
  position: relative;
  line-height: 1;
  padding: 10px 20px;
  border: solid 1px #CCC;
  border-radius: 30px;
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer
}

.tags li.selected {
  background: #555;
  color: #FFF;
  border: solid 1px #555
}

.tags li.selected a {
  color: #fff
}

.tags li:hover {
  background: #EEE;
  border: solid 1px #CCC;
  color: #333
}

.tags li.selected:hover {
  background: #555;
  color: #FFF;
  border: solid 1px #555
}

.tag-wrap-inline {
  margin-top: -10px
}

.tag-wrap-inline+.tag-wrap-inline {
  margin-top: 30px
}

.tag-wrap-inline .title {
  display: inline-block;
  width: 165px
}

.tag-wrap-inline .title .jp {
  margin-left: 10px
}

.tag-wrap-inline .tags {
  display: inline-block
}

.tag-wrap {
  margin-top: 20px;
  margin-bottom: -1px;
  padding: 30px 0 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

.tag-wrap .tags li {
  color: #333
}

.tag_area {
  margin-top: 10px
}

.tag_area li {
  position: relative;
  line-height: 1;
  border: solid 1px #CCC;
  border-radius: 30px;
  display: inline-block;
  font-size: 10px;
  margin-right: 3px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.tag_area li:hover {
  background: #EEE;
  border: solid 1px #CCC;
  color: #333
}

.tag_area li a {
  padding: 5px 10px;
  display: block
}

.article {
  width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 2
}

.article .links+.text {
  margin-top: 30px
}

.article .text+.links,
.article .text+.text {
  margin-top: 30px
}

.article img {
  width: 100%
}

.article p+figure,
.article figure+p {
  margin-top: 4rem
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-weight: bold;
}

.article h1 { font-size: 200%; }
.article h2 { font-size: 180%; }
.article h3 { font-size: 160%; }
.article h4 { font-size: 140%; }
.article h5 { font-size: 120%; }
.article h6 { font-size: 100%; }

.col-menu ul {
  margin-top: -10px
}

.col-menu ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.col-menu ul li a.current {
  color: #333
}

.col-menu ul li a.current:hover {
  color: #333;
  text-decoration: none
}

.col-menu ul li a:hover {
  color: #333;
  text-decoration: underline
}

.col-menu+.contact {
  margin-top: 0
}

.news-wrap {
  border-top: 1px solid #ccc
}

.news-wrap .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 20px 20px;
  line-height: 2
}

.news-wrap .news .date {
  -webkit-flex-basis: 70px;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 1px 0
}

.news-wrap .news .label {
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
  padding: 6px 0;
  font-size: 1.2rem;
  margin-top: 2px
}

.news-wrap .news a {
  -webkit-flex-basis: 74.63415%;
  -ms-flex-preferred-size: 74.63415%;
  flex-basis: 74.63415%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.news-wrap .news a:hover {
  text-decoration: underline
}

.page-index .parco-container {
  background: url(../img/index/bg.png);
  background-position: center center;
  background-size: 100% auto
}

.page-index section {
  margin-bottom: 100px
}

.page-index .mv_sp {
  display: none
}

.page-index .mv {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  font-size: 0;
  margin-bottom: 0;
  background-image: url(../img/index/line_bg.png);
  background-size: cover;
  background-position: center center
}

.page-index .mv .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 600px;
  max-width: initial
}

.page-index #canvas {
  position: absolute;
  width: 100%;
  height: 600px
}

.page-index .point1 {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #000
}

.page-index .mv .text_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  top: 185px
}

.page-index .mv .text_area .text_area02 {
  display: none
}

.page-index .mv .text_area p {
  margin: 0;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 30px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  overflow: hidden;
  opacity: 0;
  color: #FFF
}

.page-index .mv .text_area p.open {
  opacity: 1
}

.page-index .mv .text_area p.open02 {
  color: #000
}

.page-index .mv .text_area p.close {
  color: #000
}

.page-index .mv .text_area p.end {
  color: #FFF
}

.page-index .mv .text_area p.p2,
.page-index .mv .text_area p.p5,
.page-index .mv .text_area p.p8,
.page-index .mv .text_area p.p11,
.page-index .mv .text_area p.p14,
.page-index .mv .text_area p.p17,
.page-index .mv .text_area p.p20 {
  margin-top: 60px;
  margin-left: -22px
}

.page-index .mv .text_area p.p3,
.page-index .mv .text_area p.p6,
.page-index .mv .text_area p.p9,
.page-index .mv .text_area p.p12,
.page-index .mv .text_area p.p15,
.page-index .mv .text_area p.p18,
.page-index .mv .text_area p.p21 {
  margin-top: 120px;
  margin-left: -90px
}

.page-index .mv .text_area p.p4 {
  margin-top: 0;
  margin-left: -45px
}

.page-index .mv .text_area p.p7 {
  margin-top: 0;
  margin-left: -110px
}

.page-index .mv .text_area p.p10 {
  margin-top: 0;
  margin-left: -160px
}

.page-index .mv .text_area p.p13 {
  margin-top: 0;
  margin-left: -136px
}

.page-index .mv .text_area p.p16 {
  margin-top: 0;
  margin-left: -136px
}

.page-index .mv .text_area .p19 {
  position: absolute;
  width: 449px;
  height: 184px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear
}

.page-index .mv .text_area .p19.show {
  opacity: 1
}

.page-index .mv .text_area p:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.page-index .mv .text_area p.open:after {
  left: 0
}

.page-index .mv .text_area p.open02:after {
  left: 0
}

.page-index .mv .text_area p.close:after {
  left: 100%
}

.page-index .mv .text_area p.close02:after {
  left: -150%
}

.page-index .mv h1 {
  position: absolute;
  top: 20px;
  left: 3.35%
}

.page-index #particles {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.page-index .mv .news {
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  padding: 18px 0;
  background: #FFF
}

.page-index .mv .news .inner {
  width: 85.3%;
  height: auto
}

.page-index .mv .news p.title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  float: left;
  margin-right: 30px;
  font-family: 'DDINRegular', 'Noto Sans Japanese', sans-serif
}

.page-index .mv .news .news_line {
  float: left;
  margin-top: -5px;
  width: 85%
}

.page-index .news .news_line p {
  display: inline-block;
  vertical-align: top
}

.page-index .news .news_line p.date {
  margin-right: 30px;
  letter-spacing: 2px;
  font-size: 12px;
  margin-top: 4px
}

.page-index .news .news_line p.category {
  margin-top: 3px;
}
.page-index .news .news_line p.category span {
  display: inline-block;
  font-size: 12px;
  padding: 4px 20px 4px;
  border: solid 1px #CCC;
  border-radius: 30px;
  line-height: 1
}

@media (min-width: 900px) {
  .page-index .news .news_line p.date {
    width: 110px;
    margin-right: 0;
  }
  .page-index .news .news_line p.category {
    width: 125px;
  }
  .page-index .sec7 .news .news_line p.body {
    width: 56%;
    width: calc(100% - 235px);
  }
}

.page-index .mv .news .news_line p.body {
  font-size: 14px;
  width: 70%;
  margin-top: 3px
}

.page-index .mv .news .news_line p.body a:hover {
  text-decoration: underline
}

.page-index .sec1 ul {
  margin-bottom: 100px;
  font-size: 0
}

.page-index .sec1 li {
  float: left;
  width: 32%;
  margin-left: 2%;
  padding-bottom: 10px
}

.page-index .sec1 li.show {
  opacity: 1
}

.page-index .sec1 li img {
  width: 100%;
  height: auto;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.page-index .sec1 li img:hover {
  opacity: .75
}

.page-index .sec1 h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px
}

.page-index .sec1 p.body {
  font-size: 16px;
  text-align: center;
  line-height: 2
}

.page-index .sec2 {
  background: #FFF;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  padding: 70px 0
}

.page-index .sec2 h2.title {
  float: left;
  margin-right: 7.0%;
  text-align: left;
  margin-bottom: 0
}

.page-index .sec2 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.page-index .keywords {
  font-size: 0;
  float: left;
  width: 78.0%;
  margin-top: -10px
}

.page-index .keywords li {
  position: relative;
  line-height: 1;
  border: solid 1px #CCC;
  border-radius: 30px;
  display: inline-block;
  font-size: 14px;
  margin-right: 1.3%;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.page-index .keywords li a {
  padding: 10px 20px;
  display: block;
  width: 100%;
  height: 100%
}

.page-index .keywords li:hover {
  background: #EEE
}

.page-index .sec3 .panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-index .sec3 .panels li {
  position: relative;
  width: 32%;
  margin-left: 2%;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  color: #FFF;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  overflow: hidden
}

.page-index .sec3 .panels li.show {
  opacity: 1
}

.page-index .sec3 .panels li.show:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}

.page-index .sec3 .panels li a {
  display: block;
  width: 101%;
  height: 101%;
  color: #fff;
  background: -webkit-linear-gradient(top, #DEBF72 25%, #F08D7B 100%);
  background: linear-gradient(180deg, #DEBF72 25%, #F08D7B 100%)
}

.page-index .sec3 .panels li:nth-child(-n+3) {
  margin-bottom: 80px
}

.page-index .sec3 .panels li:nth-child(3n+1) {
  margin-left: 0
}

.page-index .sec3 .panels li:nth-child(2) a {
  background: -webkit-linear-gradient(top, #F08D7B 25%, #DF607E 100%);
  background: linear-gradient(180deg, #F08D7B 25%, #DF607E 100%)
}

.page-index .sec3 .panels li:nth-child(3) a {
  background: -webkit-linear-gradient(top, #DF607E 25%, #B46FAB 100%);
  background: linear-gradient(180deg, #DF607E 25%, #B46FAB 100%)
}

.page-index .sec3 .panels li:nth-child(4) a {
  background: -webkit-linear-gradient(top, #B46FAB 25%, #869BD4 100%);
  background: linear-gradient(180deg, #B46FAB 25%, #869BD4 100%)
}

.page-index .sec3 .panels li:nth-child(5) a {
  background: -webkit-linear-gradient(top, #869BD4 25%, #84BBC3 100%);
  background: linear-gradient(180deg, #869BD4 25%, #84BBC3 100%)
}

.page-index .sec3 .panels li:nth-child(6) a {
  background: -webkit-linear-gradient(top, #84BBC3 25%, #77BDA9 100%);
  background: linear-gradient(180deg, #84BBC3 25%, #77BDA9 100%)
}

.page-index .sec3 .panels li figure {
  overflow: hidden
}

.page-index .sec3 .panels li figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page-index .sec3 .panels li .text_area {
  padding: 20px 30px 40px 30px;
  text-align: center
}

.page-index .sec3 .panels h3.title {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom: 20px
}

.page-index .sec3 .panels p.example {
  font-size: 16px;
  height: 50px
}

.page-index .sec4 ul {
  font-size: 0
}

.page-index .sec4 li {
  width: 25%;
  float: left;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease
}

.page-index .sec4 li.show {
  opacity: 1
}

.page-index .sec4 li img {
  width: 100%;
  height: auto
}

.page-index .title-area {
  position: relative
}

.page-index .works-panel .panel {
  margin-bottom: 0;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease
}

.page-index .works-panel .panel.show {
  opacity: 1
}

.page-index .works-panel .panel:nth-child(-n+3) {
  margin-bottom: 40px
}

.page-index .works-panel .panel .text_area {
  padding-left: 20px;
  padding-right: 20px
}

.page-index ul.member_panel li {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease
}

.page-index ul.member_panel li.show {
  opacity: 1
}

.page-index .sec7 {
  background: #FFF;
  padding: 80px 0 60px;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  margin-top: 0;
}

.page-index .sec7 h2.title {
  float: left;
  margin-right: 7.0%;
  text-align: left;
  margin-bottom: 0
}

@media (min-width: 900px) {
  .page-index .sec7 h2.title {
    width: 15%;
    margin-right: 0;
  }
}

.page-index .sec7 .news {
  position: relative
}

.page-index .sec7 .news_box {
  float: left;
  width: 64.5%
}

@media (min-width: 900px) {
  .page-index .sec7 .news_box {
    width: 85%;
    padding-right: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}


.page-index .sec7 .news_box .news_line {
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.page-index .sec7 .btn-list {
  right: 0;
  bottom: auto;
  top: -5px
}

.page-index .sec7 .news .news_line p.body a:hover {
  text-decoration: underline
}

.page-index .flickity-page-dots {
  display: none
}

.page-index .flickity-prev-next-button {
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333
}

.page-index .flickity-prev-next-button:hover {
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333
}

.page-index .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%
}

.page-index .flickity-button-icon {
  fill: #FFF
}

.page-index .flickity-prev-next-button.previous {
  left: -50px
}

.page-index .flickity-prev-next-button.next {
  right: -50px
}

.page-member-detail .detail-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page-member-detail .detail-wrap .detail-l {
  width: 48.78049%
}

.page-member-detail .detail-wrap .detail-l img {
  width: 100%
}

.page-member-detail .detail-wrap .detail-r {
  width: 45.36585%
}

.page-member-detail .detail-wrap .detail-r .detail-title {
  font-size: 3rem;
  font-weight: 500;
}

.page-member-detail .detail-wrap .detail-r .detail-title small {
  margin-top: 0.8rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  display: block;
}

.page-member-detail .detail-wrap .detail-r .detail-title-sub {
  font-weight: 500;
  font-size: 2rem;
}

.page-member-detail .detail-wrap .detail-r .text {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc
}

.page-member-detail .detail-wrap .btn-arrow-blue {
  width: 390px;
  height: 76px;
  line-height: 76px;
  padding: 0 20px;
  margin: 40px auto 0
}

.page-member-detail .detail-wrap .btn-arrow-blue:after {
  right: 20px
}

.page-news .sec-news-list,
.page-news-detail .sec-news-list {
  margin-top: 40px
}

.page-news .page-nation,
.page-news-detail .page-nation {
  margin-top: 80px
}

.page-news-detail .date-wrap {
  font-size: 1.2rem;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc
}

.page-news-detail .date-wrap .label {
  margin-left: 2rem
}

.page-news-detail .detail-title {
  font-weight: 500;
  font-size: 2.4rem;
}

@media (max-width: 899px) {
  .page-news-detail .detail-title {
    font-size: 1.8rem;
  }
}


.page-news-detail .article {
  margin-top: 50px
}

.page-news-detail .article img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto
}

.page-news-detail .btn-back {
  width: 390px;
  height: 76px;
  margin: 40px auto 0;
  padding: 0;
  line-height: 76px;
  font-size: 1.6rem
}

.page-news-detail .sec-news-list {
  margin-top: 80px
}

.page-news-detail .sec-news-list .title {
  font-size: 2.0rem
}

.page-news-detail .news-wrap {
  margin-top: -60px;
  border-top: none
}

.page-news-detail .news-wrap .news:nth-last-of-type(1) {
  border-bottom: none
}

.page-news-detail .page-nation {
  margin-top: 80px
}

.cat-service .col-menu ul.fixed {
  position: fixed;
  top: 150px
}

.cat-service .col-menu ul.bottom {
  position: absolute;
  top: auto;
  bottom: 0
}

.page-service-detail .col-main {
  padding-bottom: 17px;
  border-bottom: 1px solid #ccc
}

.page-service-detail .hero {
  position: relative
}

.page-service-detail .hero img {
  display: block;
  width: 100%
}

.page-service-detail .hero .hero-title {
  position: absolute;
  right: 5.76923%;
  bottom: 11.11111%;
  font-size: 4.0rem;
  text-align: right;
  color: #fff;
  text-shadow: 0px 0px 8px #000000
}

.page-service-detail .hero .hero-title small {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 0;
  display: block;
}

.page-service-detail .page-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc
}

.page-service-detail .page-anchor li {
  position: relative;
  width: 33.3%
}

.page-service-detail .page-anchor li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 40px;
  margin: auto;
  background-color: #ccc
}

.page-service-detail .page-anchor li:nth-last-of-type(1):after {
  display: none
}

.page-service-detail .page-anchor li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.page-service-detail .page-anchor li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  background: url("../img/common/arrow_right_black.svg") center center no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.page-service-detail .page-anchor li a:hover {
  opacity: 0.75
}

.page-service-detail .page-anchor li a small {
  display: block;
  width: 100%;
  font-size: 1.1rem
}

.page-service-detail .point {
  margin-top: 40px;
  text-indent: -40px;
  padding-left: 40px;
  font-size: 0
}

.page-service-detail .point .point-num {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #8094bc;
  border-radius: 100px;
  font-size: 2.0rem;
  line-height: 27px;
  text-align: center;
  color: #fff;
  text-indent: 0;
  padding-left: 0;
  vertical-align: middle
}

.page-service-detail .point .point-head {
  color: #7e92bf;
  font-size: 2.8rem;
  vertical-align: middle
}

.page-service-detail .point .point-text {
  padding-bottom: 5px;
  font-size: 2.4rem;
  line-height: 2;
  border-bottom: 3px solid #8094bc;
  vertical-align: middle
}

.page-service-detail .service-works-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between*/
}

.page-service-detail .service-works-wrap .item {
  width: 31.62393%;
  margin-right: calc(calc(100% - calc(31.62393% * 3)) / 2);
}
.page-service-detail .service-works-wrap .item:nth-child(3n) {
  margin-right: 0;
}

.page-service-detail .service-works-wrap .item a:hover img {
  opacity: .75;
  transition: all 0.3s ease 0s;
}

.page-service-detail .service-works-wrap .item img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  transition: all 0.3s ease 0s;
}

.page-service-detail .service-works-wrap .item img.nobd {
  border: none
}

.page-service-detail .service-works-wrap .item .client {
  font-size: 1.2rem;
  margin-top: 10px
}

.page-service-detail .service-works-wrap .item .name {
  margin-top: 5px
}

.page-service-detail .page-anchor-sol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #eee;
  padding: 10px 2.5641% 30px
}

.page-service-detail .page-anchor-sol li {
  width: 48.64865%;
  margin-top: 20px
}

.page-service-detail .page-anchor-sol li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 66px;
  background-color: #8094bc;
  border-radius: 100px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.page-service-detail .page-anchor-sol li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url("../img/common/arrow_right_blue.svg") center center no-repeat;
  background-color: #fff;
  background-size: 6px auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 50%
}

.page-service-detail .page-anchor-sol li a:hover {
  opacity: 0.75
}

.page-service-detail .page-anchor-sol li .sol-num {
  width: 88px;
  min-width: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-service-detail .page-anchor-sol li .sol-num .sol,
.page-service-detail .page-anchor-sol li .sol-num .num {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1
}

.page-service-detail .page-anchor-sol li .sol-num .sol {
  font-size: 1.0rem
}

.page-service-detail .page-anchor-sol li .sol-num .num {
  font-size: 2.0rem
}

.page-service-detail .page-anchor-sol li .sol-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.2;
  padding-right: 45px;
}

.page-service-detail .sec-sol-title {
  margin-bottom: 35px;
  padding: 5px 0;
  padding-left: 15px;
  border-left: 5px solid #8094bc;
  font-family: 'DDINRegular', 'Noto Sans Japanese', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500
}

.page-service-detail .sec-sol-title small {
  display: block;
  font-size: 1.2rem
}

.page-service-detail .sec-sol-title .jp {
  display: block;
  margin-top: 5px;
  font-family: 'Noto Sans Japanese', sans-serif
}

.page-service-detail .list-sol-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px
}

.page-service-detail .list-sol-title li {
  width: 49.35897%;
  margin-top: 10px;
  padding: 20px 0;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1
}

.page-service-detail .sm-section strong {
  display: block
}

.page-service-detail .sm-section p+p {
  margin-top: 2rem
}

.page-service-detail .sm-section p {
  line-height: 2
}

.page-service-detail .list-sol-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px
}

.page-service-detail .list-sol-img img {
  display: block;
  width: 100%
}

.page-service-detail .list-sol-img img.max100 {
  width: auto;
  max-width: 100%;
  margin: 0 auto
}

.page-service-detail .list-sol-img img.bd {
  border: 1px solid #ccc
}

.page-service-detail .list-sol-img.col-3 .item,
.page-service-detail .list-sol-img.col-2 .item {
  width: 30.12821%
}

.page-service-detail .list-sol-img.col-2-1,
.page-service-detail .list-sol-img.col-1-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-service-detail .list-sol-img.col-2-1 .item,
.page-service-detail .list-sol-img.col-1-2 .item {
  width: 30.12821%;
  padding: 0 20px
}

.page-service-detail .list-sol-img.col-2-1 .item:nth-of-type(1),
.page-service-detail .list-sol-img.col-1-2 .item:nth-of-type(1) {
  width: 45.19231%
}

.page-service-detail .list-sol-img.col-1-2 .item:nth-of-type(1) {
  width: 30.12821%
}

.page-service-detail .list-sol-img.col-1-2 .item:nth-of-type(2) {
  width: 45.19231%
}

.page-service-detail .list-sol-img.col-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-service-detail .list-sol-img.col-2 .item {
  width: 37.66026%;
  padding: 0 20px
}

.page-service-detail .list-sol-img.col-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-service-detail .list-sol-img.col-1 .item {
  width: 100%;
  max-width: 80%;
}

@media (max-width: 899px) {
  .page-service-detail .list-sol-img.col-1 .item {
    max-width: 100%;
  }
}

.page-service-detail .icon-wrap,
.page-service-detail .icon-wrap-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px
}

.page-service-detail .icon-wrap .icon-box,
.page-service-detail .icon-wrap-sm .icon-box {
  position: relative;
  width: 20%;
  text-align: center
}

.page-service-detail .icon-wrap .icon-box img,
.page-service-detail .icon-wrap-sm .icon-box img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto
}

.page-service-detail .icon-wrap .icon-box .text,
.page-service-detail .icon-wrap-sm .icon-box .text {
  margin-top: 2.5rem;
  line-height: 1.25
}

.page-service-detail .icon-wrap .icon-box .text-box,
.page-service-detail .icon-wrap-sm .icon-box .text-box {
  width: 90%;
  margin: 1.5rem auto 0;
  background-color: #333;
  color: #fff;
  font-size: 1.2rem
}

.page-service-detail .icon-wrap-sm .icon-box .text {
  margin-top: 1rem
}

.page-service-detail.page-service-detail-01 #anchor-sol-01>.fzl:nth-of-type(2) {
  margin-top: 60px
}

.page-service-detail .step-wrap .step-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px
}

.page-service-detail .step-wrap .step-box .step-l {
  position: relative;
  width: 150px;
  padding: 1rem 0
}

.page-service-detail .step-wrap .step-box .step-l:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 2px;
  height: 80%;
  margin: auto;
  background-color: #333
}

.page-service-detail .step-wrap .step-box .step-l .step {
  text-align: center
}

.page-service-detail .step-wrap .step-box .step-l .step .head {
  width: 68px;
  margin: 0;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold
}

.page-service-detail .step-wrap .step-box .step-l .step .num {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 68px;
  height: 68px;
  margin: 13px 0 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  border: 5px solid #333;
  border-radius: 50%
}

.page-service-detail .step-wrap .step-box .step-l .step .num:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -50px;
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20.78461px 12px 0 12px;
  border-color: #ccc transparent transparent transparent
}

.page-service-detail .step-wrap .step-box:nth-last-of-type(1) .step-l .step .num:after {
  display: none
}

.page-service-detail .step-wrap .step-box .step-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.page-service-detail .step-wrap .step-box .step-r .title {
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0
}

.page-service-detail .step-wrap .step-box .step-r .fzl {
  margin-top: 0.5rem
}

.page-service-detail .js-open-movie-modal {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.page-service-detail .js-open-movie-modal:hover {
  opacity: 0.75
}

.page-service-detail .modal-movie {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1000;
  display: none
}

.page-service-detail .modal-movie .modal-movie-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 1500px;
  height: 0;
  padding-top: 56.25%;
  margin: auto
}

.page-service-detail .modal-movie .modal-movie-inner video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto
}

.page-service-detail .modal-movie .modal-movie-inner .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 3rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.page-service-detail .modal-movie .modal-movie-inner .close-modal:hover {
  opacity: 0.75
}

.page-service-detail .js-open-scc-modal {
  display: block;
  margin-top: 20px;
  color: #999;
  text-decoration: underline;
  font-size: 1.1rem;
  cursor: pointer;
}

.page-service-detail .modal-scc {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 1000;
  padding: 20px;
  display: none;
}

.page-service-detail .js-close-scc-modal {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 3.8rem;
  color: #999;
}

.page-service-detail .modal-scc-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.page-service-detail .modal-scc-content {
  position: relative;
  background-color: #fff;
  padding: 30px 30px 40px 30px;
}

.page-service-detail .modal-scc-title {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-service-detail .modal-scc-text {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.page-service-detail .modal-scc-attention {
  font-size: 1.2rem;
}

.page-service-detail .modal-scc-table tr {
  display: block;
  border-top: solid 1px #ccc;
  padding: 2px 0;
}

.page-service-detail .modal-scc-table tr:last-child {
  border-bottom: solid 1px #ccc;
}

.page-service-detail .modal-scc-table th {
  background-color: #f2f2f2;
  width: 230px;
  padding: 15px;
  text-align: left;
}

.page-service-detail .modal-scc-table td {
  padding: 15px;
}

.page-service-detail.no-scroll {
  overflow: hidden;
}

.page-keyword .keyword-head {
  text-align: center;
  font-size: 4.0rem;
  font-weight: normal
}

.page-keyword .sec-news .title {
  margin-bottom: 0
}

.page-keyword .sec-news .news-wrap {
  border-top: none
}

.page-keyword .sec-keyword .title {
  margin-bottom: 0
}

.page-keyword .sec-keyword .tag-wrap {
  margin-top: 0;
  border-top: none
}

.cat-company .col-menu ul.fixed {
  position: fixed;
  top: 150px
}

.cat-company .col-menu ul.bottom {
  position: absolute;
  top: auto;
  bottom: 0
}

.page-company .sub-section {
  line-height: 2
}

.page-company .sub-section .sec-title {
  margin-bottom: 30px
}

.page-company table {
  margin-top: -30px;
  font-size: 1.6rem
}

.page-company table tr {
  border-top: 1px dotted #ccc
}

.page-company table tr:nth-of-type(1) {
  border-top: none
}

.page-company table th,
.page-company table td {
  padding: 20px 0;
  vertical-align: top
}

.page-company table th {
  width: 20.51282%;
  text-align: left
}

.page-company table .privacy {
  margin-top: 20px
}

.page-company table .privacy .logo-privacy {
  float: left;
  width: 93px;
  margin: 10px 25px 0 0
}

.page-company table .privacy small {
  font-size: 1.4rem
}

.page-company .company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0;
  border-top: 1px dotted #ccc
}

.page-company .company:nth-of-type(1) {
  border-top: none;
  margin-top: -30px
}

.page-company .company .company-logo {
  width: 175px;
  margin-right: 45px;
  border: 1px solid #ccc
}

.page-company .company .company-logo img {
  display: block;
  width: 100%
}

.page-company .company .company-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.page-company .company .company-info .name {
  font-size: 1.8rem
}

.page-company .company .company-info .business {
  margin-top: 0.5rem;
  color: #666
}

.page-company .company .company-info .text {
  margin-top: 0.5rem;
  font-size: 1.6rem
}

.page-company .btn-arrow-s {
  width: 170px;
  margin-top: 15px
}

.page-company .btn-arrow-blue {
  width: 390px;
  height: 76px;
  line-height: 76px;
  padding: 0 20px;
  margin-top: 30px
}

.page-company .btn-arrow-blue:after {
  right: 20px
}

.page-company .address {
  font-size: 1.6rem
}

.page-company .address-info {
  margin-top: 20px
}

.page-company .map-wrap {
  position: relative;
  height: 0;
  padding-top: 51.28205%;
  margin-top: 30px;
  overflow: hidden
}

.page-company .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 600px
}

.page-company .map-wrap iframe {
  width: 100%;
  height: 100%;
}

.page-company .link-gmap-wrap {
  margin-top: 10px;
  text-align: right
}

.page-company-message .sub-section {
  font-size: 1.6rem;
  line-height: 2
}

.page-company-message .sub-section .img-main {
  display: block;
  width: 100%
}

.page-company-message .sub-section p {
  margin-top: 40px
}

.page-company-message .sub-section .tal {
  display: inline-block
}

.page-company-message .sub-section .img-name {
  display: inline-block;
  margin: 20px 0 0 -5px;
  font-size: 2.7rem;
}
@media (max-width: 899px) {
  .page-company-message .catch-logo img {
    max-width: 60%;
  }
}

.page-company-message .img-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-company-message .img-box .img{
  width: 50%;
}
@media (max-width: 899px) {
  .page-company-message .img-box .img{
    width: 100%;
  }
}
.page-company-message .btn2 {
  margin-top: 64px;
}
@media (min-width: 769px) {
  .page-company-message .btn2 {
    max-width: 464px;
    margin: 64px auto 0;
  }
}

.page-recruit .recruit-wrap>* {
  margin: 0 auto
}

.page-privacy .col-main {
  font-size: 1.2rem;
  line-height: 2
}

.page-privacy .col-main .prv-title {
  padding: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #eee
}

.page-privacy .col-main .prv-subtitle {
  margin-top: 20px;
  font-size: 1.4rem
}

.page-privacy .col-main p {
  margin-top: 2.5rem
}

.page-privacy .col-main ol {
  padding: 0
}

.page-privacy .col-main ol li {
  padding-left: 2rem;
  text-indent: -2rem
}

.page-privacy .col-main ol li ol {
  margin: 0
}

.page-privacy .col-main .prv-subtitle+* {
  margin-top: 1rem
}

.page-privacy .col-main table {
  width: 99%;
  margin: 1rem 0 1rem 1%;
  border-collapse: collapse;
  border-spacing: 0
}

.page-privacy .col-main table th,
.page-privacy .col-main table td {
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 10px 20px;
  text-indent: 0
}

.page-privacy .col-main table th {
  background-color: #eee
}

.cat-contact header {
  position: relative
}

.cat-contact header .header-inner {
  margin-top: 0;
  padding-top: 20px;
  text-align: center
}

.cat-contact header .header-inner .btn_menu {
  display: none !important
}

.cat-contact header h1 {
  float: none
}

.cat-contact #nav-main {
  display: none
}

.cat-contact .parco-container {
  padding-top: 0
}

.cat-contact footer {
  padding-top: 80px;
  background-color: #fff;
  color: #333
}

.cat-contact footer .upper {
  display: none
}

.cat-contact footer .downer .privacy {
  display: none !important
}

.cat-contact footer .downer .right {
  float: none;
  text-align: center
}

.cat-contact footer .downer .social_container {
  display: none
}

.cat-contact .title-area-main {
  padding: 60px 0
}

.cat-contact .title-area-main h2.title {
  font-size: 3.0rem;
  font-weight: 500
}

.cat-contact .title-area-main h2.title .jp {
  font-size: 1.8rem;
  margin-top: 3rem
}

.cat-contact .sec-error {
  margin-top: 40px
}

.cat-contact .sec-error .inner {
  background-color: #e1413f;
  text-align: center;
  color: #fff;
  padding: 40px
}

.cat-contact .sec-error .inner p {
  font-size: 2.0rem
}

.cat-contact .sec-step {
  margin-top: 40px
}

.cat-contact .step-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cat-contact .step-wrap .step {
  width: 29.26829%;
  padding: 23px 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #999;
  border: 1px solid #ccc
}

.cat-contact .step-wrap .step.current {
  color: #001668;
  border: 4px solid #001668;
  padding: 20px 0
}

.cat-contact .step-wrap .step p strong {
  margin-right: 2rem
}

.cat-contact .step-wrap .step-arrow {
  width: 5.85366%;
  position: relative
}

.cat-contact .step-wrap .step-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.32051px;
  border-color: transparent transparent transparent #999
}

.cat-contact .form-box {
  border: 1px solid #ccc;
  padding: 40px 60px
}

.cat-contact .sec-form {
  margin-top: 40px
}

.page-contact .form-head {
  position: relative;
  padding: 20px;
  background-color: #001668;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1
}

.page-contact .form-head:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  background-color: #001668;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.page-contact .form-inner {
  margin-top: 50px
}

.page-contact .error-msg {
  width: 100%;
  margin-top: 1rem;
  padding-left: 210px
}

.page-contact .category-wrap .error-msg {
  padding-left: 0
}

.page-contact .input-wrap {
  margin-top: 60px
}

.page-contact .input-wrap label {
  width: 210px
}

.page-contact .input-wrap .input-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px
}

.page-contact .input-wrap .input-item>input,
.page-contact .input-wrap .input-item>textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.page-contact .input-wrap .input-item>input.sm,
.page-contact .input-wrap .input-item>textarea.sm {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 400px
}

.page-contact .input-wrap .input-item .selectbox-wrap {
  width: 400px
}

.page-contact .privacy-wrap {
  width: 100%;
  margin-top: 60px;
  padding: 20px;
  background-color: #eee
}

.page-contact .privacy-wrap .privacy-text {
  height: 270px;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 1.2rem
}

.page-contact .privacy-wrap .privacy-text h3 {
  font-size: 1.6rem;
  font-weight: 500
}

.page-contact .privacy-wrap .privacy-text p {
  margin-top: 2rem
}

.page-contact .privacy-input-wrap {
  margin-top: 40px;
  text-align: center
}

.page-contact .privacy-input-wrap .error-msg {
  padding-left: 0
}

.page-contact-confirm .form-box {
  padding: 40px
}

.page-contact-confirm .sec-form table {
  width: 100%;
  font-size: 1.6rem
}

.page-contact-confirm .sec-form table th,
.page-contact-confirm .sec-form table td {
  border: 3px solid #fff;
  padding: 25px 40px;
  background-color: #eee
}

.page-contact-confirm .sec-form table tr:nth-child(even) th,
.page-contact-confirm .sec-form table tr:nth-child(even) td {
  background-color: #f8f8f8
}

.page-contact-confirm .sec-form table th {
  width: 29.23729%
}

.page-contact-complete .form-box {
  padding: 40px
}

.page-contact-complete .sec-form h3 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500
}

.page-contact-complete .sec-form .sub-head {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 1.5rem
}

.page-contact-complete .sec-form .sub-head+p {
  margin-top: 4rem
}

.page-client .sec-client .inner .lead {
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
}

.page-client .sec-client .inner .lead+p {
  margin-top: 2rem;
  text-align: center
}

.page-client .sec-client .inner .list-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 75px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc
}

.page-client .sec-client .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0 20px
}

.page-client .sec-client .inner ul li {
  width: 50%;
  margin-top: 1rem;
  font-size: 1.6rem
}

.page-notfound .sec-notfound {
  text-align: center;
  padding-bottom: 100px
}

.page-notfound .sec-notfound .title {
  font-size: 4.0rem;
  margin: 40px 0
}

.page-notfound .sec-notfound .info {
  width: 50%;
  margin: 70px auto 0;
  text-align: left;
  font-size: 1.2rem
}

.page-notfound .sec-notfound .btn-back {
  width: 390px;
  height: 76px;
  margin: 40px auto 0;
  padding: 0;
  line-height: 76px;
  font-size: 1.6rem
}

@media (max-width: 899px) {
  .pc-elm {
    display: none !important
  }

  .sp-elm {
    display: block !important
  }

  .pc-elm-ib {
    display: none !important
  }

  .sp-elm-ib {
    display: inline-block !important
  }

  .pc-elm-il {
    display: none !important
  }

  .sp-elm-il {
    display: inline !important
  }

  img {
    width: 100%;
    height: auto
  }

  .parco-container {
    padding-top: 48px
  }

  .page-index section {
    margin-bottom: 50px
  }

  .col-wrap .col-main .sub-section {
    margin-top: 40px
  }

  .col-wrap .col-main .sm-section {
    margin-top: 30px
  }

  .parco-container {
    min-width: 0
  }

  section .inner,
  footer .inner {
    width: 89.3%;
    position: relative
  }

  section+section {
    margin-top: 40px
  }

  section .bg-blue {
    font-size: 2.0rem;
    padding: 16px 0
  }

  section h2.title,
  section .sec-title {
    font-size: 20px;
    margin-bottom: 30px
  }

  section h2.title .jp,
  section .sec-title .jp {
    font-size: 14px;
    margin-top: 10px
  }

  section h2.title.left,
  section .sec-title.left {
    margin-bottom: 30px;
    padding-bottom: 10px
  }

  section .sec-title.left {
    margin-bottom: 20px
  }

  section h3 {
    font-size: 1.8rem
  }

  section h3 small {
    font-size: 1.4rem
  }

  .fzl {
    font-size: 1.4rem
  }

  .btn.btn-list {
    width: 100%;
    margin: 0 auto;
    font-size: 14px
  }

  .btn.btn-list a {
    padding: 15px 20px 15px
  }

  .btn.btn-list:after {
    right: 20px
  }

  .btn-arrow,
  .btn-arrow-s,
  .btn-arrow-xs,
  .btn-arrow-blue,
  .form-btn-wrap button,
  .form-btn-wrap .form-btn-back {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 15px 20px 15px
  }

  .btn-arrow:after,
  .btn-arrow-s:after,
  .btn-arrow-xs:after,
  .btn-arrow-blue:after,
  .form-btn-wrap button:after,
  .form-btn-wrap .form-btn-back:after {
    right: 20px
  }

  .btn-arrow-s {
    padding: 10px 20px 10px
  }

  .btn-arrow-s:after {
    right: 15px
  }

  .btn-arrow-xs {
    width: auto;
    padding: 4px 25px 4px 10px
  }

  .btn-arrow-xs:after {
    right: 10px
  }
  

  .page-index .btn.btn-list {
    right: 0;
    left: 0
  }


  .page-top {
    right: 10px;
    bottom: -60px
  }

  .page-top.show {
    bottom: 10px
  }

  .label {
    font-size: 1.4rem;
    padding: 0 10px
  }

  .works-panel li.new h4.name:before,
  .service-panel li.new h4.name:before {
    font-size: 12px;
    padding: 0 5px;
    font-weight: bold;
    margin-right: 6px
  }

  .works-panel li.panel,
  .service-panel li.panel {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px
  }

  .works-panel li.panel:nth-child(-n+3),
  .service-panel li.panel:nth-child(-n+3) {
    margin-bottom: 20px
  }

  .works-panel li.panel:nth-child(3),
  .service-panel li.panel:nth-child(3) {
    margin-bottom: 20px
  }

  .works-panel li.panel .text_area,
  .service-panel li.panel .text_area {
    padding: 20px 0 30px
  }

  .works-panel li.panel h4.name,
  .service-panel li.panel h4.name {
    font-size: 14px;
    color: #666
  }

  .works-panel li.panel:nth-last-of-type(1),
  .service-panel li.panel:nth-last-of-type(1) {
    margin-bottom: 0
  }

  .page-nation {
    margin-bottom: 40px
  }

  .page-nation .btn-prev img {
    width: 7px;
    height: auto
  }

  .page-nation .btn-next img {
    width: 7px;
    height: auto
  }

  .page-nation li {
    border: solid 1px #333;
    background: #FFF;
    line-height: 1;
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    padding-top: 8px;
    margin-left: 6px
  }

  span.required {
    padding: 0px 3px;
    margin-right: 5px;
    font-size: 1.2rem
  }

  label {
    padding: 0 0 5px 0;
    font-size: 1.4rem
  }

  .checkbox-wrap .checkbox-item {
    width: 48.50746%;
    height: auto;
    margin-top: 10px;
    border-radius: 4px
  }

  .checkbox-wrap.privacy-checkbox-wrap .checkbox-item {
    width: 100%
  }

  .label-cb {
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 40px;
    font-size: 1.3rem
  }

  .label-cb:after {
    top: 0;
    bottom: 0;
    left: 12px;
    width: 18px;
    height: 18px;
    border-radius: 3px
  }

  input[type="text"],
  textarea {
    padding: 5px 8px 2px;
    border-radius: 4px
  }

  textarea {
    height: 180px
  }

  input[type="text"],
  .selectbox-wrap,
  select {
    height: 37px
  }

  .selectbox-wrap {
    border-radius: 4px
  }

  .selectbox-wrap:before {
    width: 28px;
    height: 28px;
    border-radius: 3px
  }

  .selectbox-wrap:after {
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9282px 4px 0 4px;
    border-color: #fff transparent transparent transparent
  }

  .selectbox-wrap select {
    padding: 0px 30px 2px 5px
  }

  .selectbox-wrap select option {
    padding: 2px 5px
  }

  .form-btn-wrap {
    width: 89.3%;
    margin: 30px auto 0;
    padding: 0
  }

  .form-btn-wrap button,
  .form-btn-wrap .form-btn-back {
    width: 100%;
    height: auto
  }

  .form-btn-wrap button+button,
  .form-btn-wrap .form-btn-back+button {
    margin-top: 20px
  }

  .form-btn-wrap .form-btn-back {
    line-height: 1;
    padding: 15px 20px 15px
  }

  /* header {
    min-width: initial;
    min-width: auto
  }

  #nav-main .nav-list>li:after {
    display: none
  }

  #nav-main .sub-nav-list:before,
  #nav-main .sub-nav-list:after {
    display: none
  }

  .header {
    width: 100%;
    height: 48px
  }

  .header .header-inner {
    width: 100%;
    margin: 10px 0
  }

  .header .logo-pdm {
    width: 205px;
    position: static;
    float: left;
    margin-left: 10px
  }

  .header .logo-pdm img {
    width: 100%
  }

  .header .btn_menu {
    position: absolute;
    width: 26px;
    top: 5px;
    right: 10px
  } */

  #nav-main {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 0;
    margin: auto;
    background: url(../img/index/bg.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    overflow: hidden;
    z-index: 1000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
  }

  #nav-main::-webkit-scrollbar {
    display: none
  }

  #nav-main .logo {
    position: static;
    width: 205px;
    margin-top: 10px;
    margin-left: 10px
  }

  #nav-main .nav-list {
    float: none;
    width: 89.3%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
    border-top: solid 1px #555
  }

  #nav-main .nav-list>li {
    position: relative;
    float: none;
    display: block;
    margin-right: 0;
    padding: 0;
    border-bottom: solid 1px #555
  }

  #nav-main .nav-list a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1
  }

  #nav-main .nav-list a:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    background-image: url(../img/common/arrow_right_black.svg);
    background-size: cover
  }

  #nav-main .nav-list a.js-open-sub:after {
    display: none
  }

  #nav-main .nav-list a.js-open-sub span {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto
  }

  #nav-main .nav-list a.js-open-sub span:before,
  #nav-main .nav-list a.js-open-sub span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #333
  }

  #nav-main .nav-list a.js-open-sub span:before {
    width: 100%;
    height: 2px
  }

  #nav-main .nav-list a.js-open-sub span:after {
    width: 2px;
    height: 100%
  }

  #nav-main .nav-list a.js-open-sub span:before,
  #nav-main .nav-list a.js-open-sub span:after {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
  }

  #nav-main .nav-list a.js-open-sub.is-open span:after {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg)
  }

  #nav-main .sub-nav-list {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: none;
    background-color: transparent;
    padding: 0;
    display: none
  }

  #nav-main .sub-nav-list li {
    position: relative;
    display: block;
    padding: 0;
    border-top: solid 1px #555
  }

  #nav-main .sub-nav-list li a {
    padding: 15px 10px 15px 20px
  }

  #nav-main .sub-nav-list li a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 20px;
    display: block;
    width: 6px;
    height: 10px;
    margin: auto;
    background-image: url(../img/common/arrow_right_black.svg);
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
  }

  #nav-main .btn_inquiry {
    float: none;
    width: 110px;
    margin-top: 5px;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    font-size: 16px
  }

  #nav-main .btn_inquiry a {
    padding: 20px 0
  }

  #nav-main .social_container {
    text-align: center;
    margin-top: 30px
  }

  #nav-main .social_container a {
    display: inline-block;
    width: 45px
  }

  #nav-main .social_container a:first-child {
    margin-right: 15px
  }

  #nav-main.open {
    max-height: 100vh;
    overflow-y: auto
  }

  #nav-main .btn_close {
    position: absolute;
    width: 19px;
    top: 16px;
    right: 14px
  }

  /* footer {
    padding: 40px 0 20px
  }

  footer .upper {
    margin-bottom: 0
  }

  footer .upper .info {
    float: none;
    position: relative
  }

  footer .upper .link {
    float: none
  }

  footer .upper .link .row {
    float: none;
    margin-left: 0;
    display: inline-block
  }

  footer .upper .link .row.row4 {
    display: block
  }

  footer .upper .link .row p {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px
  }

  footer .upper .link a:hover {
    text-decoration: underline
  }

  footer .upper .info .company_name {
    font-size: 1.6rem;
    margin-bottom: 20px
  }

  footer .downer .right {
    float: none
  }

  footer .downer .social_container {
    text-align: right;
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center
  }

  footer .downer .social_container li {
    width: 30px;
    display: inline-block
  }

  footer .downer .social_container li:first-child {
    margin-right: 14px
  }

  footer .downer .copyright {
    text-align: center
  }

  footer .privacy {
    float: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    font-size: 0
  }

  footer .footer_line01 {
    padding-top: 20px;
    border-top: solid 1px #929292;
    margin-top: 20px
  }

  footer .footer_line02 {
    padding-bottom: 10px;
    border-bottom: solid 1px #929292;
    margin-bottom: 20px
  } */

  .bread {
    width: 89.3%
  }

  .bread+* {
    margin-top: 20px
  }

  .title-area-main {
    padding: 40px 0 30px;
    margin-bottom: 48px;
  }

  .title-area-main .title {
    font-size: 30px
  }

  .sec-sp-menu+.contact {
    margin-top: -1px
  }

  .sec-contact {
    padding-bottom: 50px
  }

  .sec-contact .inner {
    padding-top: 40px
  }

  .sec-contact .btns {
    width: 100%;
    margin-bottom: 0
  }

  .sec-contact .contact_btn {
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 0;
    text-align: left;
    background: #8094BC;
    margin-top: 0;
    margin-bottom: 15px
  }

  .sec-contact .contact_btn a {
    padding: 20px;
    font-size: 16px
  }

  .sec-contact .contact_btn:after {
    right: 20px
  }

  .sec-contact .contact_btn:first-child {
    margin-left: 0
  }

  .sec-contact .banner {
    width: 100%
  }

  .sns-wrap {
    margin-top: 30px;
    text-align: center
  }

  .sns-wrap a {
    width: 40px;
    margin: 0 10px
  }

  .member-panel {
    margin: -20px -4% 0
  }

  .member-panel li {
    width: 42%;
    margin: 20px 4% 0
  }

  .member-panel li:hover figure img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .member-panel li .text_area {
    text-align: center
  }

  .member-panel li p.name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px
  }

  .member-panel li p.body {
    font-size: 14px;
    width: 80%;
    margin: 0 auto
  }

  .tag-sp {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .sec-tag+section {
    margin-top: 0px
  }

  .select-wrap {
    position: relative
  }

  .select-wrap .tag-sp {
    display: block;
    background-color: transparent;
    width: 100%;
    height: 30px;
    padding: 0 0 0 12px;
    border: 1px solid #cccccc;
    border-radius: 0;
    line-height: 25px;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    font-size: 1.6rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
  }

  .select-wrap:before,
  .select-wrap:after {
    display: block;
    position: absolute;
    content: ''
  }

  .select-wrap:before {
    background-color: #000;
    width: 26px;
    height: 26px;
    top: 2px;
    right: 2px
  }

  .select-wrap:after {
    border-width: 6px 4px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    top: 13px;
    right: 11px
  }

  .select-wrap+.select-wrap .tag-sp {
    margin-top: -20px
  }

  .tag-wrap {
    margin-top: 20px;
    padding: 10px 0 20px
  }

  .article {
    width: 100%;
    margin-top: 30px;
    font-size: 1.4rem
  }

  .article img {
    width: 100%
  }

  .article p+img,
  .article img+p {
    margin-top: 2rem
  }

  .col-menu ul {
    font-size: 1.3rem;
    border-bottom: 1px solid #ccc
  }

  .col-menu ul li {
    border-top: 1px solid #ccc;
    padding: 1px 0
  }

  .col-menu ul li a {
    position: relative;
    padding: 15px;
    color: #333;
    line-height: 1
  }

  .col-menu ul li a.current {
    background-color: #eee
  }

  .col-menu ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    display: block;
    width: 6px;
    height: 9px;
    margin: auto;
    background: url("../img/common/arrow_right_black.svg") center center no-repeat;
    background-size: cover
  }

  .news-wrap .news {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0
  }

  .news-wrap .news .date {
    font-size: 1.4rem
  }

  .news-wrap .news .label {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 7px;
    margin-left: 1rem;
    padding: 2px 10px
  }

  .news-wrap .news a {
    margin-top: 5px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .page-index .parco-container {
    margin-top: -48px
  }

  .page-index section {
    margin-bottom: 50px
  }

  .page-index .sec2 .inner {
    display: block
  }

  .page-index .mv_sp {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 0;
    background-color: #FFF;
    background-image: url(../../assets/img/index/sp_line_bg.png);
    background-size: cover;
    background-position: center center;
    display: block
  }

  .page-index .mv_sp ul {
    width: 700%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
  }

  .page-index .mv_sp ul li {
    width: 14.2857144%;
    float: left
  }

  .page-index .inner_pc {
    display: none
  }

  .page-index .mv .inner {
    width: 100%;
    height: auto
  }

  .page-index .mv .news .inner {
    width: 89.3%;
    height: auto
  }

  .page-index .mv .news p.title {
    float: left;
    margin-right: 0;
    width: 18%
  }

  .page-index .mv .news .news_line {
    float: left;
    margin-top: -5px;
    width: 82%
  }

  .page-index .news .news_line p.date {
    margin-right: 10px;
    font-size: 14px;
    margin-top: 1px
  }

  .page-index .news .news_line p.category {
    margin-right: 0;
  }
  .page-index .news .news_line p.category span {
    font-size: 14px;
    border: solid 1px #CCC;
    padding: 2px 10px 3px;
    border-radius: 30px;
    line-height: 1
  }

  .page-index .mv .news .news_line p.body {
    width: 100%;
    margin-top: 10px
  }

  .page-index .mv {
    margin-bottom: 0
  }

  .page-index .sec1 {
    margin-top: 0
  }

  .page-index section.sec1 li {
    float: left;
    width: 67.2%;
    margin-left: 2%;
    padding-bottom: 10px
  }

  .page-index section.sec1 ul.inner {
    margin-bottom: 30px;
    width: 100%
  }

  .page-index section.sec1 h2 {
    font-size: 25px;
    margin-bottom: 20px
  }

  .page-index section.sec1 p.body {
    font-size: 14px;
    text-align: left
  }

  .page-index section.sec2 {
    padding: 30px 0
  }

  .page-index section.sec2 h2.title {
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px
  }

  .page-index .keywords {
    font-size: 0;
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: center
  }

  .page-index .keywords li {
    position: relative;
    font-size: 14px;
    margin-right: 1.3%;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
  }

  .page-index .sec3 .panels li {
    position: relative;
    width: 48%;
    margin-bottom: 20px;
    margin-left: 0
  }

  .page-index .sec3 .panels li:nth-child(-n+3) {
    margin-bottom: 20px
  }

  .page-index .sec3 .panels li:nth-child(3n+1) {
    margin-left: auto
  }

  .page-index .sec3 .panels li:nth-child(even) {
    margin-left: 4%
  }

  .page-index .sec3 .panels li .text_area {
    padding: 10px 15px 20px;
    text-align: center;
    margin-bottom: 30px
  }

  .page-index .sec3 .panels h3.title {
    font-size: 18px;
    margin-bottom: 10px
  }

  .page-index .sec3 .panels p.example {
    font-size: 14px;
    height: auto
  }

  .page-index .sec3 .panels li .sp_arrow {
    position: absolute;
    width: 22px;
    height: 22px;
    border: solid 1px #FFF;
    border-radius: 50%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px
  }

  .page-index .sec3 .panels li .sp_arrow img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 4px;
    height: 6px
  }

  .page-index .title-area {
    position: static
  }

  .page-index .sec4 .inner,
  .page-index .sec5 .inner,
  .page-index .sec6 .inner,
  .page-index .sec7 .inner {
    padding-bottom: 60px
  }

  .page-index section.sec4 li {
    width: 50%
  }

  .page-index section.sec7 {
    background: #FFF;
    padding: 30px 0;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC
  }

  .page-index section.sec7 h2.title {
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px
  }

  .page-index section.sec7 .news {
    position: relative
  }

  .page-index section.sec7 .news_box {
    float: none;
    width: 100%
  }

  .page-index section.sec7 .news_box .news_line {
    margin-bottom: 20px
    display: block;
  }

  .page-index section.sec7 .btn-list {
    bottom: 0;
    top: auto
  }

  .page-index section.sec7 .news .news_line p.body {
    width: 100%;
    margin-top: 10px
  }

  .page-index nav#nav_main {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    margin: auto
  }

  .page-member-detail .detail-wrap {
    display: block
  }

  .page-member-detail .detail-wrap .detail-l {
    width: 100%
  }

  .page-member-detail .detail-wrap .detail-r {
    width: 100%;
    margin-top: 20px
  }

  .page-member-detail .detail-wrap .detail-r h3 {
    font-size: 3rem
  }

  .page-member-detail .detail-wrap .detail-r h3 small {
    margin-top: 1rem;
    font-size: 1.4rem
  }

  .page-member-detail .detail-wrap .detail-r .text {
    margin-top: 20px;
    padding-top: 20px
  }

  .page-member-detail .detail-wrap .btn-arrow-blue {
    width: 100%;
    height: 57px;
    line-height: 57px;
    margin-top: 20px
  }

  .page-news .page-nation,
  .page-news-detail .page-nation {
    margin-top: 40px
  }

  .page-news-detail .date-wrap {
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin-bottom: 20px
  }

  .page-news-detail .date-wrap .label {
    margin-left: 1rem
  }

  .page-news-detail .article {
    margin-top: 20px
  }

  .page-news-detail .btn-back {
    width: 100%;
    height: 56px;
    margin-top: 30px;
    line-height: 56px;
    font-size: 1.4rem
  }

  .page-news-detail .news-wrap {
    margin-top: -40px
  }

  .page-news-detail .page-nation {
    margin-top: 40px
  }

  .page-service-detail .hero .hero-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    font-size: 2.0rem;
    text-align: center
  }

  .page-service-detail .hero .hero-title small {
    width: 100%;
    font-size: 1.4rem
  }

  .page-service-detail .page-anchor li:after {
    height: 36px
  }

  .page-service-detail .page-anchor li a {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 77px;
    padding-top: 10px;
    font-size: 1.6rem
  }

  .page-service-detail .page-anchor li a:after {
    top: auto;
    bottom: 10px;
    right: 0;
    left: 0
  }

  .page-service-detail .page-anchor li a small {
    display: block;
    width: 100%;
    font-size: 1.1rem
  }

  .page-service-detail .point {
    margin-top: 20px;
    text-indent: -33px;
    padding-left: 33px
  }

  .page-service-detail .point .point-num {
    width: 23px;
    height: 23px;
    font-size: 1.5rem;
    line-height: 21px
  }

  .page-service-detail .point .point-head {
    font-size: 1.8rem
  }

  .page-service-detail .point .point-text {
    padding-bottom: 0px;
    font-size: 1.6rem;
    line-height: 2;
    border-bottom: 3px solid #8094bc
  }

  .page-service-detail .service-works-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .page-service-detail .service-works-wrap .item {
    width: 100%;
    margin-top: 35px
  }

  .page-service-detail .service-works-wrap .item:nth-of-type(1) {
    margin-top: 0
  }

  .page-service-detail .page-anchor-sol {
    padding: 10px 20px 20px
  }

  .page-service-detail .page-anchor-sol li {
    width: 100%;
    margin-top: 10px
  }

  .page-service-detail .page-anchor-sol li a {
    height: 54px
  }

  .page-service-detail .page-anchor-sol li a:after {
    right: 20px;
    width: 17px;
    height: 17px;
    background-size: 4px auto
  }

  .page-service-detail .page-anchor-sol li .sol-num {
    width: 72px;
    min-width: 72px
  }

  .page-service-detail .page-anchor-sol li .sol-num .sol {
    font-size: 0.8rem
  }

  .page-service-detail .page-anchor-sol li .sol-num .num {
    font-size: 1.6rem
  }

  .page-service-detail .page-anchor-sol li .sol-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem
  }

  .page-service-detail .sec-sol-title {
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px solid #8094bc;
    font-size: 1.6rem
  }

  .page-service-detail .sec-sol-title small {
    font-size: 1.0rem
  }

  .page-service-detail .sec-sol-title .jp {
    margin-top: 5px
  }

  .page-service-detail .list-sol-title {
    margin-top: 10px
  }

  .page-service-detail .list-sol-title li {
    width: 100%;
    padding: 17px 0;
    font-size: 1.2rem
  }

  .page-service-detail .list-sol-img {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
  }

  .page-service-detail .list-sol-img.col-3 .item {
    width: 69.85075%;
    margin: 20px auto 0
  }

  .page-service-detail .list-sol-img.col-2-1 .item:nth-of-type(1),
  .page-service-detail .list-sol-img.col-2-1 .item:nth-of-type(2),
  .page-service-detail .list-sol-img.col-1-2 .item:nth-of-type(1),
  .page-service-detail .list-sol-img.col-1-2 .item:nth-of-type(2),
  .page-service-detail .list-sol-img.col-2 .item:nth-of-type(1),
  .page-service-detail .list-sol-img.col-2 .item:nth-of-type(2) {
    width: 69.85075%;
    margin: 20px auto 0
  }

  .page-service-detail .icon-wrap,
  .page-service-detail .icon-wrap-sm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
  }

  .page-service-detail .icon-wrap .icon-box,
  .page-service-detail .icon-wrap-sm .icon-box {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px
  }

  .page-service-detail .icon-wrap .icon-box .text,
  .page-service-detail .icon-wrap-sm .icon-box .text {
    width: 100%;
    margin-top: 2rem
  }

  .page-service-detail .icon-wrap .icon-box .text-box,
  .page-service-detail .icon-wrap-sm .icon-box .text-box {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
  }

  .page-service-detail .icon-wrap-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .page-service-detail .icon-wrap-sm .icon-box {
    width: 33.3%
  }

  .page-service-detail .icon-wrap-sm .icon-box:nth-of-type(1) {
    margin-left: 16.6%
  }

  .page-service-detail .icon-wrap-sm .icon-box:nth-of-type(2) {
    margin-right: 16.6%
  }

  .page-service-detail .step-wrap .step-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .page-service-detail .step-wrap .step-box:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.78461px 12px 0 12px;
    border-color: #ccc transparent transparent transparent
  }

  .page-service-detail .step-wrap .step-box:nth-of-type(1) {
    margin-top: 0
  }

  .page-service-detail .step-wrap .step-box:nth-last-of-type(1):after {
    display: none
  }

  .page-service-detail .step-wrap .step-box .step-l {
    width: 100%
  }

  .page-service-detail .step-wrap .step-box .step-l:after {
    display: none
  }

  .page-service-detail .step-wrap .step-box .step-l .step {
    width: 100%
  }

  .page-service-detail .step-wrap .step-box .step-l .step .head {
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem
  }

  .page-service-detail .step-wrap .step-box .step-l .step .num {
    width: 51px;
    height: 51px;
    margin: 10px auto 0;
    font-size: 22px;
    border: 4px solid #333
  }

  .page-service-detail .step-wrap .step-box .step-l .step .num:after {
    display: none
  }

  .page-service-detail .step-wrap .step-box .step-r {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
  }

  .page-service-detail .step-wrap .step-box .step-r .title {
    text-align: center;
    font-size: 1.8rem
  }

  .page-service-detail .step-wrap .step-box .step-r .fzl {
    margin-top: 0.5rem
  }

  .page-service-detail .modal-movie .modal-movie-inner {
    width: 90%
  }

  .page-service-detail .modal-movie .modal-movie-inner .close-modal {
    top: -30px;
    font-size: 2rem
  }

  .page-service-detail .modal-scc {
    font-size: 1.2rem;
  }

  .page-service-detail .modal-scc-content {
    padding: 15px;
  }

  .page-service-detail .js-close-scc-modal {
    top: 0px;
    right: 7px;
  }

  .page-service-detail .modal-scc-title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .page-service-detail .modal-scc-text {
    margin-bottom: 10px;
  }

  .page-service-detail .modal-scc-attention {
    font-size: 1.0rem;
  }

  .page-service-detail .modal-scc-table th {
    display: block;
    width: 100%;
    padding: 8px;
  }

  .page-service-detail .modal-scc-table td {
    display: block;
    padding: 8px;
  }

  .page-keyword .keyword-head {
    font-size: 3.0rem
  }

  .page-company .sub-section {
    line-height: 1.75
  }

  .page-company .sub-section .sec-title {
    margin-bottom: 20px
  }

  .page-company table {
    font-size: 1.4rem;
    margin-top: -20px
  }

  .page-company table th,
  .page-company table td {
    padding: 10px 0
  }

  .page-company table .privacy {
    margin-top: 10px
  }

  .page-company table .privacy .logo-privacy {
    float: none;
    display: block;
    width: 93px;
    margin: 10px 0
  }

  .page-company table .privacy small {
    font-size: 1.2rem
  }

  .page-company .company {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0
  }

  .page-company .company:nth-of-type(1) {
    margin-top: -20px
  }

  .page-company .company .company-logo {
    width: 50%;
    margin: 0 auto
  }

  .page-company .company .company-logo img {
    display: block;
    width: 100%
  }

  .page-company .company .company-info {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%
  }

  .page-company .company .company-info .name {
    margin-top: 10px;
    font-size: 1.6rem
  }

  .page-company .company .company-info .business {
    font-size: 1.2rem
  }

  .page-company .company .company-info .text {
    font-size: 1.4rem
  }

  .page-company .btn-arrow-s {
    display: block;
    width: 50%;
    margin: 15px auto 0
  }

  .page-company .btn-arrow-blue {
    width: 100%;
    height: 57px;
    line-height: 57px
  }

  .page-company .address-info {
    margin-top: 10px
  }

  .page-company .map-wrap {
    margin-top: 20px
  }

  .page-company .link-gmap-wrap {
    text-align: left
  }

  .page-company-message .sub-section {
    font-size: 1.4rem;
    line-height: 1.75
  }

  .page-company-message .sub-section p {
    margin-top: 20px
  }

  .page-company-message .sub-section .tal {
    display: inline-block
  }

  .page-company-message .sub-section .img-name {
    display: inline-block;
    width: 100.5px;
    margin: 10px 0 0 -5px
  }

  .page-recruit .recruit-wrap>* {
    width: 100% !important
  }

  .page-privacy .col-main .prv-title {
    padding: 5px 12px
  }

  .page-privacy .col-main table {
    width: 100%;
    margin: 1rem 0 1rem 0
  }

  .page-privacy .col-main table th,
  .page-privacy .col-main table td {
    padding: 5px 10px
  }

  .cat-contact header .header-inner {
    padding-top: 10px
  }

  .cat-contact header h1 {
    float: none;
    margin-left: auto;
    margin-right: auto
  }

  .cat-contact footer {
    padding-top: 20px
  }

  .cat-contact .title-area-main {
    padding: 25px 10px
  }

  .cat-contact .title-area-main h2.title {
    font-size: 1.8rem;
    line-height: 1.5
  }

  .cat-contact .title-area-main h2.title .jp {
    font-size: 1rem;
    margin-top: 1rem
  }

  .cat-contact .sec-error {
    margin-top: 0
  }

  .cat-contact .sec-error .inner {
    width: 100%;
    padding: 16px
  }

  .cat-contact .sec-error .inner p {
    font-size: 1.4rem
  }

  .cat-contact .sec-step {
    margin-top: 20px
  }

  .cat-contact .step-wrap .step {
    font-size: 1.2rem;
    padding: 7px 0
  }

  .cat-contact .step-wrap .step.current {
    color: #001668;
    border: 3px solid #001668;
    padding: 5px 0
  }

  .cat-contact .step-wrap .step p strong {
    margin-right: 0.5rem
  }

  .cat-contact .step-wrap .step-arrow {
    width: 5.85366%;
    position: relative
  }

  .cat-contact .step-wrap .step-arrow:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.66025px;
    border-color: transparent transparent transparent #999
  }

  .cat-contact .form-box {
    width: 89.3%;
    padding: 20px 0px 0;
    margin: 0 auto;
    border: none
  }

  .cat-contact .sec-form {
    margin-top: 20px
  }

  .cat-contact .sec-form .inner {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px
  }

  .cat-contact .form-box {
    width: 89.3%;
    padding: 20px 0px 0;
    margin: 0 auto;
    border: none
  }

  .page-contact .form-head {
    padding: 10px;
    font-size: 1.4rem
  }

  .page-contact .form-head:after {
    bottom: -6px;
    width: 15px;
    height: 15px
  }

  .page-contact .form-inner {
    margin-top: 25px
  }

  .page-contact .error-msg {
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0
  }

  .page-contact .input-wrap {
    margin-top: 30px
  }

  .page-contact .input-wrap label {
    width: 100%
  }

  .page-contact .input-wrap .input-item {
    margin-top: 20px
  }

  .page-contact .input-wrap .input-item>input.sm,
  .page-contact .input-wrap .input-item>textarea.sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .page-contact .input-wrap .input-item .selectbox-wrap {
    width: 100%
  }

  .page-contact .privacy-wrap {
    margin-top: 30px;
    padding: 10px
  }

  .page-contact .privacy-wrap .privacy-text {
    height: 220px;
    padding: 10px
  }

  .page-contact .privacy-input-wrap {
    margin-top: 20px;
    font-size: 1.2rem
  }

  .page-contact-confirm .sec-form table {
    font-size: 1.2rem
  }

  .page-contact-confirm .sec-form table th,
  .page-contact-confirm .sec-form table td {
    width: 100%;
    display: block;
    border: none;
    padding: 10px;
    text-align: left
  }

  .page-contact-confirm .sec-form table tr:nth-child(even) th {
    background-color: #999
  }

  .page-contact-confirm .sec-form table tr:nth-child(even) td {
    background-color: #eee
  }

  .page-contact-confirm .sec-form table th {
    color: #fff;
    background-color: #999
  }

  .page-contact-confirm .sec-form table td {
    background-color: #eee
  }

  .page-contact-confirm .sec-confirm {
    margin-top: 20px
  }

  .page-contact-confirm .sec-confirm .inner {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px
  }

  .page-contact-complete .sec-form h3 {
    font-size: 2.1rem
  }

  .page-contact-complete .sec-form .sub-head {
    font-size: 1.4rem;
    margin-top: 0.5rem
  }

  .page-contact-complete .sec-form .sub-head+p {
    font-size: 1.2rem;
    margin-top: 2rem
  }

  .page-client .sec-client .inner .lead {
    font-size: 1.8rem;
    text-align: left
  }

  .page-client .sec-client .inner .lead+p {
    margin-top: 1rem;
    font-weight: 1.2rem;
    text-align: left
  }

  .page-client .sec-client .inner .list-title {
    margin-top: 30px;
    padding-bottom: 10px
  }

  .page-client .sec-client .inner ul {
    margin-top: 10px;
    padding: 0
  }

  .page-client .sec-client .inner ul li {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.4rem
  }

  .page-notfound .sec-notfound {
    padding-bottom: 50px
  }

  .page-notfound .sec-notfound .title {
    font-size: 3.0rem;
    margin: 20px 0
  }

  .page-notfound .sec-notfound .info {
    width: 100%;
    margin: 30px auto 0;
    font-size: 1.2rem
  }

  .page-notfound .sec-notfound .ff-dd {
    font-size: 1.2rem
  }

  .page-notfound .sec-notfound .btn-back {
    width: 100%;
    height: 56px;
    margin-top: 30px;
    line-height: 56px;
    font-size: 1.4rem
  }
}

@media (min-width: 900px) {
  footer .upper .info .link-tel {
    pointer-events: none
  }
}

/*ここからTOP　スライダー*/

.slider-wrapper {
	padding-bottom: 23px;
  background: url(../img/index/bg2.png) center no-repeat;
	background-size: cover;
	margin: 0;

}
@media (min-width: 768px) {
	.slider-wrapper {
	padding-bottom: 40px;
	}
}

.slider-in {
  width: calc(100% - 83px);
  margin: 0 auto;
  padding-top: 48px;
}
@media (min-width: 768px) {
	.slider-in {
	width: 675px;
	}
}
@media (min-width: 900px) {
	.slider-in {
	padding-top: 0px;
	}
}

.slider-in .slick-list {
    overflow: visible;
}

.slick {
	position: relative;
	margin: 0 auto;
	opacity: 0;
	transition: opacity .5s ease;
}
.slick.is-active {
	opacity: 1;
}
@media (min-width: 769px) {
	.slick {
	width: 675px;
}
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-img{
	padding: 0 5px;
}
@media (min-width: 769px) {
	.slick-img{
	padding: 0 10px;
}
}

.slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(100% + 10px);
  cursor: pointer;
}
@media (min-width: 769px) {
	.slick-arrow {
		top: calc(100% + 33px);
}
}

.slick-arrow:hover {
  color: #000;
  opacity: .6;
}
.slick-prev {
  background: url(../img/index/btn_left.png) center no-repeat;
  background-size: 7px 10px;
  right: 25px;
}
@media (min-width: 769px) {
	.slick-prev {
		right: auto;
		left: calc(50% + 100px);
}
}

.slick-next {
  background: url(../img/index/btn_right.png) center no-repeat;
  background-size: 7px 10px;
  right: -5px;
}
@media (min-width: 769px) {
	.slick-next {
		right: auto;
		left: calc(50% + 140px);
}
}

.slick-counter {
  position: absolute;
  top: calc(100% + 9px);
  right: 64px;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 769px) {
	.slick-counter {
		top: calc(100% + 32px);
		right: auto;
		left: 50%;
}
}

.slick-counter .current {
	font-weight: bold;
}
/* progress bar */
.slider-progress {
  margin: 22px 0 0 5px;
  width: 38.4vw;
  height: 2px;
  background: #f2f2ef;
}
@media (max-width: 340px) {
	.slider-progress {
		width: 90px;
}
}
@media (min-width: 769px) {
	.slider-progress {
		width: 118px;
		margin: 45px calc(50% + 35px) 0 auto;
}
}

.slider-progress .progress {
  width: 0%;
  height: 3px;
  background: #000;
}

.c-icon-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  aspect-ratio: 1/1;
  background: #151515;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .c-icon-arrow {
    width: 32px;
  }
}
.c-icon-arrow-w {
    width: 3.63px;
}
@media (min-width: 769px) {
  .c-icon-arrow-w {
    width: 5.74px;
  }
}
.c-icon-arrow-w.tate {
    transform: rotate(90deg);
}

@media (hover: hover) {
  a:hover .c-icon-arrow {
    background: #e6e6e6 !important;
  }
  a:hover .c-icon-arrow-w {
    animation-name: c-hoverArrow;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    filter: invert(100%);
  }
  a:hover .c-icon-arrow-w.tate {
    animation-name: c-hoverArrow-tate;
    /* animation-duration: 0.5s;
    animation-fill-mode: both;
    filter: invert(100%); */
  }
}

@keyframes c-hoverArrow {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(100%);
        opacity: 0;
    }
    51% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes c-hoverArrow-tate {
    0% {
        transform: rotate(90deg) translateX(0);
        opacity: 1;
    }
    50% {
        transform: rotate(90deg) translateX(100%);
        opacity: 0;
    }
    51% {
        transform: rotate(90deg) translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: rotate(90deg) translateX(0);
        opacity: 1;
    }
}


/*------------------------------------------
  汎用スタイル
------------------------------------------*/
/*  margin
-------------------------*/
.ma {margin: auto!important;}.m00 {margin: 0!important;}.mt00 {margin-top: 0!important;}.mt05 {margin-top: 5px!important;}.mt10 {margin-top: 10px!important;}.mt15 {margin-top: 15px!important;}.mt20 {margin-top: 20px!important;}.mt25 {margin-top: 25px!important;}.mt30 {margin-top: 30px!important;}.mt35 {margin-top: 35px!important;}.mt40 {margin-top: 40px!important;}.mt45 {margin-top: 45px!important;}.mt50 {margin-top: 50px!important;}.mb00 {margin-bottom: 0!important;}.mb05 {margin-bottom: 5px!important;}.mb10 {margin-bottom: 10px!important;}.mb15 {margin-bottom: 15px!important;}.mb20 {margin-bottom: 20px!important;}.mb25 {margin-bottom: 25px!important;}.mb30 {margin-bottom: 30px!important;}.mb35 {margin-bottom: 35px!important;}.mb40 {margin-bottom: 40px!important;}.mb45 {margin-bottom: 45px!important;}.mb50 {margin-bottom: 50px!important;}.ml00 {margin-left: 0!important;}.ml05 {margin-left: 5px!important;}.ml10 {margin-left: 10px!important;}.ml15 {margin-left: 15px!important;}.ml20 {margin-left: 20px!important;}.ml25 {margin-left: 25px!important;}.ml30 {margin-left: 30px!important;}.ml35 {margin-left: 35px!important;}.ml40 {margin-left: 40px!important;}.ml45 {margin-left: 45px!important;}.ml50 {margin-left: 50px!important;}.mr00 {margin-right: 0!important;}.mr05 {margin-right: 5px!important;}.mr10 {margin-right: 10px!important;}.mr15 {margin-right: 15px!important;}.mr20 {margin-right: 20px!important;}.mr25 {margin-right: 25px!important;}.mr30 {margin-right: 30px!important;}.mr35 {margin-right: 35px!important;}.mr40 {margin-right: 40px!important;}.mr45 {margin-right: 45px!important;}.mr50 {margin-right: 50px!important;}
/*  padding
-------------------------*/
.p00 {padding: 0!important;}.pt00 {padding-top: 0!important;}.pt05 {padding-top: 5px!important;}.pt10 {padding-top: 10px!important;}.pt15 {padding-top: 15px!important;}.pt20 {padding-top: 20px!important;}.pt25 {padding-top: 25px!important;}.pt30 {padding-top: 30px!important;}.pt35 {padding-top: 35px!important;}.pt40 {padding-top: 40px!important;}.pt45 {padding-top: 45px!important;}.pt50 {padding-top: 50px!important;}.pb00 {padding-bottom: 0!important;}.pb05 {padding-bottom: 5px!important;}.pb10 {padding-bottom: 10px!important;}.pb15 {padding-bottom: 15px!important;}.pb20 {padding-bottom: 20px!important;}.pb25 {padding-bottom: 25px!important;}.pb30 {padding-bottom: 30px!important;}.pb35 {padding-bottom: 35px!important;}.pb40 {padding-bottom: 40px!important;}.pb45 {padding-bottom: 45px!important;}.pb50 {padding-bottom: 50px!important;}.pl00 {padding-left: 0!important;}.pl05 {padding-left: 5px!important;}.pl10 {padding-left: 10px!important;}.pl15 {padding-left: 15px!important;}.pl20 {padding-left: 20px!important;}.pl25 {padding-left: 25px!important;}.pl30 {padding-left: 30px!important;}.pl35 {padding-left: 35px!important;}.pl40 {padding-left: 40px!important;}.pl45 {padding-left: 45px!important;}.pl50 {padding-left: 50px!important;}.pr00 {padding-right: 0!important;}.pr05 {padding-right: 5px!important;}.pr10 {padding-right: 10px!important;}.pr15 {padding-right: 15px!important;}.pr20 {padding-right: 20px!important;}.pr25 {padding-right: 25px!important;}.pr30 {padding-right: 30px!important;}.pr35 {padding-right: 35px!important;}.pr40 {padding-right: 40px!important;}.pr45 {padding-right: 45px!important;}.pr50 {padding-right: 50px!important;}
