@-webkit-keyframes arrow-lr {
  0% {
    right: 5px
  }

  100% {
    right: 0
  }
}

@keyframes arrow-lr {
  0% {
    right: 5px
  }

  100% {
    right: 0
  }
}

@-webkit-keyframes arrow-bt {
  0% {
    top: 31px
  }

  100% {
    top: 26px
  }
}

@keyframes arrow-bt {
  0% {
    top: 31px
  }

  100% {
    top: 26px
  }
}

@-webkit-keyframes arrow-rl-5 {
  0% {
    right: -5px
  }

  100% {
    right: 0
  }
}

@keyframes arrow-rl-5 {
  0% {
    right: -5px
  }

  100% {
    right: 0
  }
}

@-webkit-keyframes arrow-rl-15 {
  0% {
    right: -15px
  }

  100% {
    right: 0
  }
}

@keyframes arrow-rl-15 {
  0% {
    right: -15px
  }

  100% {
    right: 0
  }
}

@-webkit-keyframes arrow-rl-external {
  0% {
    right: 15px
  }

  100% {
    right: 20px
  }
}

@keyframes arrow-rl-external {
  0% {
    right: 15px
  }

  100% {
    right: 20px
  }
}

@-webkit-keyframes arrow-download {
  0% {
    bottom: 6px
  }

  100% {
    bottom: 11px
  }
}

@keyframes arrow-download {
  0% {
    bottom: 6px
  }

  100% {
    bottom: 11px
  }
}

@-webkit-keyframes arrow-bt-5 {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes arrow-bt-5 {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes arrow-rl-external-transform {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes arrow-rl-external-transform {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

html,
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%
}

html {
  position: relative;
  overflow-y: scroll;
  -webkit-transition: font-size .2s;
  transition: font-size .2s;
  font-size: 10px
}

html:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 1;
  background-color: #fff
}

html.wf-inactive:before {
  pointer-events: none;
  opacity: 0
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  letter-spacing: .033em;
  color: #000;
  font-family: "ゴシックMB101 L", "Gothic MB101 Light", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

[lang=en] body {
  letter-spacing: 0;
  font-size: 15px
}

.icon-font i {
  display: none
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: top
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  font-weight: inherit
}

button {
  cursor: pointer;
  color: inherit;
  font-weight: inherit
}

a[disabled],
button[disabled] {
  cursor: default
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
table,
figure,
ul,
ol,
dl,
li,
dt,
dd {
  margin: 0;
  padding: 0
}

ul,
ol,
dl {
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit
}

table {
  border-collapse: collapse
}

img,
video {
  max-width: 100%;
  vertical-align: top
}

em {
  font-style: normal
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input,
optgroup,
select,
textarea {
  cursor: pointer;
  font-family: inherit;
  font-size: inherit
}

input[disabled],
optgroup[disabled],
select[disabled],
textarea[disabled] {
  cursor: default
}

select::-ms-expand {
  display: none
}

@font-face {
  font-family: "icon-font";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icon-font.eot");
  src: url("../fonts/icon-font_.eot#iefix") format("eot"), url("../fonts/icon-font.woff") format("woff"), url("../fonts/icon-font.ttf") format("truetype"), url("../fonts/icon-font.svg#icon-font") format("svg")
}

.icon-font {
  margin-left: .25rem;
  vertical-align: middle
}

.icon-font:before {
  display: inline-block;
  font-family: "icon-font";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-font-icon_arrow-circle:before {
  content: ""
}

.icon-font-icon_arrow:before {
  content: ""
}

.icon-font-icon_hash:before {
  content: ""
}

.icon-font-icon_tip:before {
  content: ""
}

div.mfp_err {
  display: none;
  clear: both;
  margin: 5px 0px 0px 0px;
  text-align: left;
  color: red;
  background-repeat: no-repeat;
  background-position: 0px 1px;
  font-size: 12px;
  line-height: normal
}

.mfp_parent_error {
  border: solid 2px red
}

.problem {
  background-color: #fcc
}

div#mfp_error {
  display: none;
  padding: 10px;
  border: solid 1px red;
  background-color: #fee
}

div#mfp_error p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px
}

div#mfp_error p strong {
  color: red;
  font-size: 18px
}

.red {
  color: red
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
  position: relative;
  display: block;
  overflow-x: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}

.slick-track:before {
  display: table;
  content: ""
}

.slick-track:after {
  display: table;
  clear: both;
  content: ""
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden,
.remodal,
[data-remodal-id] {
  display: none
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.remodal-wrapper {
  padding: 10px 10px 0
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  vertical-align: middle;
  color: #2b2e38;
  background: #fff
}

.remodal-wrapper:after {
  vertical-align: middle
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.pc {
  display: block !important
}

.sp {
  display: none !important
}

.p-top_header .c-menu i {
  background: #fff
}

.tab .tabMenu.l-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem
}

.tab .tabMenu li {
  width: auto;
  padding: .5rem 6rem;
  cursor: pointer;
  text-align: center;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 30px;
  background-color: #fff
}

.tab .tabMenu li.active {
  color: #fff;
  border: none;
  background: #76cb5c
}

.tab .tabContents {
  width: 100%;
  padding-top: 3rem
}

.tab .tabContents article a {
  text-decoration: none
}

.tab .tabContents article .topic_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px dotted #ccc
}

.tab .tabContents article .topic_detail h4 {
  width: 100%;
  padding: 0;
  padding-left: 3rem;
  text-align: left;
  letter-spacing: 2px;
  color: inherit;
  font-size: 14px;
  line-height: inherit
}

.tab .tabContents article .topic_detail .topic_option {
  width: 100px;
  line-height: 1.8
}

.l-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem
}

.l-grid.col-2 {
  grid-template-columns: 1fr 1fr;
  gap: 2rem
}

.office.col-2 {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  gap: 3rem;
  grid-template-columns: 1fr 1fr
}

.office.col-2 .office_inner h4,
.office.col-2 .office_inner p {
  text-align: left
}

.office.col-2 .office_inner h4 {
  padding: .5rem 0
}

.office_inner {
  margin-bottom: 30px
}

.office_inner h4 {
  padding: .5rem 0;
  text-align: left
}

.office_inner img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover
}

.office.col-2 .ad {
  margin-top: 0
}

.office::after {
  display: block;
  width: 270px;
  content: ""
}

.office a.map {
  width: 60px;
  height: 30px;
  padding: .25rem .5rem;
  color: #233865;
  border: 2px solid #233865;
  font-size: 12px
}

.office a.map:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  background: #233865
}

.office.tel {
  margin-bottom: 0px;
  text-align: left;
  font-size: 14px
}

.office .ad {
  margin-top: 10px;
  letter-spacing: 2px
}

.office .tel span {
  min-width: 140px
}

.office .tel:before {
  display: inline-block;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 3px;
  content: "TEL";
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0em;
  color: #fff;
  background-color: #b25900;
  font-size: 10px;
  line-height: 1.2em
}

.office .tel span {
  margin-left: 1rem
}

.office .tel span:before {
  display: inline-block;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 3px;
  content: "FAX";
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0em;
  color: #fff;
  background-color: #b25900;
  font-size: 10px;
  line-height: 1.2em
}

.p-detail__table._history td,
.p-detail__table._history th {
  border: none;
  border-bottom: 1px dotted #ccc
}

.award.l-grid {
  grid-template-columns: 1fr 1fr
}

.award .p-detail__txtbox {
  margin-bottom: 0
}

.award .p-detail__txtbox img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover
}

.award .p-detail__txtbox .p-detail__copymin {
  margin-top: 1rem;
  text-align: justify
}

.p-detail__main .p-detail__txtbox.dlpdf {
  width: 100%
}

.p-detail__main .p-detail__txtbox.dlpdf a {
  max-width: inherit
}

.p-detail__main .p-detail__txtbox.dlpdf .icon_pdf {
  left: 30px
}

.p-detail__copy.l-grid {
  gap: 4rem
}

.p-detail__copy.l-grid.col-2 {
  gap: 2rem
}

.p-detail__copy .p-detail__txtbox.dlpdf {
  margin-bottom: 0
}

.p-detail__copy .p-detail__txtbox.dlpdf a {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  border-radius: 28px;
  background: #f9f9f9;
  -webkit-box-shadow: 0px 0px 3px #b3aab3;
  box-shadow: 0px 0px 3px #b3aab3;
  font-size: 1.2rem
}

.p-detail__copy .p-detail__txtbox.dlpdf a img {
  width: inherit
}

.p-detail__copy .p-detail__txtbox.dlpdf .icon_pdf {
  display: inline;
  margin-right: .5rem
}

.p-detail__copy .anq_required:after {
  display: inline-block;
  width: 3em;
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 2px;
  content: "必須";
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #f60;
  font-size: 10px;
  line-height: 1em
}

.form-area {
  position: relative;
  padding: 5rem;
  padding-bottom: 60px;
  border-radius: 8px;
  background: #f8f8f8
}

.form-area .p-detail__copy table.p-detail__table p span {
  display: inherit;
  border-bottom: 0;
  border-radius: 8px
}

.form-area form {
  padding: 5rem;
  border-radius: 6px;
  background: #fff
}

.form-area .item.l-grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 20% auto
}

.form-area .item dd {
  grid-template-columns: 1fr 1fr;
  gap: 1rem
}

.form-area .item:not(:last-of-type) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #ddd
}

.form-area input[type=text],
.form-area input[type=email],
.form-area input[type=tel] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: .75rem;
  border: 1px solid #999;
  border-radius: 4px;
  line-height: 1.5em
}

.form-area textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: .75rem;
  border: 1px solid #999;
  border-radius: 4px;
  line-height: 1.5em
}

.form-area select {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: .75rem;
  color: #333;
  border: 1px solid #999;
  border-radius: 8px;
  background: #fff;
  line-height: 1.5em
}

.form-area input[type=text]:focus,
.form-area textarea:focus {
  border: 1px solid #333;
  background-color: #ffc
}

.form-area select {
  border: 1px solid #999
}

.form-area label {
  cursor: pointer
}

.form-area .radio,
.form-area .checkbox {
  width: 33%
}

.form-area.-privacy span {
  position: relative;
  width: 100%
}

.form-area.-privacy span label.checkbox {
  width: 100%
}

.form-area.-privacy span label.checkbox:before,
.form-area.-privacy span label.checkbox:after {
  content: none
}

.form-area.-privacy span input[type=radio] {
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 15px;
  display: block;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -10px;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
  border: 2px solid #bbb;
  border-radius: 6px
}

.done .p-detail__copy p:last-child {
  text-align: right
}

.radio,
.checkbox {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 12px 12px 42px;
  cursor: pointer;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  vertical-align: middle;
  border-radius: 8px;
  background-color: #f6f7f8
}

.radio:hover,
.checkbox:hover {
  background-color: #ffd1d9
}

.radio:hover:after,
.checkbox:hover:after {
  border-color: #f60
}

.radio:after,
.checkbox:after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -10px;
  content: "";
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
  border: 2px solid #bbb;
  border-radius: 6px
}

.radio:before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: "";
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
  border-radius: 50%;
  background-color: #ff3808
}

input[type=radio]:checked+.radio:before {
  opacity: 1
}

.checkbox:before {
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  width: 5px;
  height: 9px;
  margin-top: -7px;
  content: "";
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  border-right: 3px solid #ff3808;
  border-bottom: 3px solid #ff3808
}

input[type=checkbox]:checked+.checkbox:before {
  opacity: 1
}

#submit {
  text-align: center
}

#submit input[type=submit] {
  display: block;
  width: 300px;
  margin: 2em auto 0;
  padding: 1em 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  letter-spacing: 2px;
  color: #233865;
  border: 2px solid #233865;
  background: #fff;
  font-size: 18px;
  font-weight: bold
}

#submit input[type=submit]:hover {
  color: #fff;
  background: #233865;
  -webkit-box-shadow: 0px 0px 6px #222;
  box-shadow: 0px 0px 6px #222
}

#thanks {
  padding-top: 15px
}

#thanks p.thanks {
  margin-bottom: 15px;
  color: red;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em
}

#thanks p.ad {
  margin-top: 10px;
  padding-top: 10px;
  color: #000;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
  font-size: 13px;
  line-height: 1.5em
}

::-webkit-input-placeholder {
  color: #acacac
}

.list-original {
  margin-top: 3.90625vw
}

.membergroup {
  padding: 1rem;
  background: #f8f8f8
}

.membergroup img {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  padding-top: 1rem
}

.membergroup img.r-mark {
  display: inline-block;
  width: 18px;
  max-width: inherit;
  margin: 0;
  padding-top: 0;
  padding-right: .5rem
}

.membergroup a {
  font-size: 11px
}

.membergroup li {
  font-size: 11px;
  line-height: 1.27
}

.membergroup li:nth-child(n+2) {
  margin-top: 8px
}

.membergroup li.r-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.w745 {
  min-width: 745px;
  max-width: 745px
}

.life__copyTitle {
  position: relative;
  padding-top: .4rem;
  padding-left: 2rem;
  letter-spacing: 2px;
  color: #1cb1c4;
  font-size: 18px
}

.life__copyTitle.-paint {
  margin-top: 3rem;
  padding-left: 0;
  text-align: center;
  color: #fff;
  background: #1cb1c4
}

.life__copyTitle.-paint:before,
.life__copyTitle.-paint:after {
  content: none
}

.life__copyTitle:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #1cb1c4
}

.life__copyTitle:after {
  position: absolute;
  top: 0;
  left: 7px;
  width: 3px;
  height: 100%;
  content: "";
  background: #1cb1c4
}

#page_top {
  position: fixed;
  z-index: 100;
  bottom: 7vh;
  left: 4vh;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  background-color: #76cb5c
}

#page_top a i {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#page_top a.-recycle {
  background: #28a838
}

#page_top a.b-business {
  background: #1cb1c4
}

#page_top a.-town {
  background: #f6a20b
}

#page_top a.-technology {
  background: #e83418
}

.slick-next:before,
.slick-prev:before {
  display: none !important;
  color: #1cb4cb !important
}

.swiper-container {
  overflow: hidden;
  margin-top: 48px
}

.swiper-container .swiper-pagination {
  position: inherit
}

.swiper-container .swiper-wrapper {
  position: relative
}

.swiper-container .swiper-wrapper.recycle .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.swiper-container .swiper-wrapper.recycle .swiper-slide .p-detail__flexinner .subTitle {
  color: #28a838
}

.swiper-container .swiper-wrapper.life .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.swiper-container .swiper-wrapper.life .swiper-slide .p-detail__flexinner .subTitle {
  color: #1cb1c4
}

.swiper-container .swiper-wrapper.town .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.swiper-container .swiper-wrapper.town .swiper-slide .p-detail__flexinner .subTitle {
  color: #f6a20b
}

.swiper-container .swiper-wrapper.technology .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.swiper-container .swiper-wrapper.technology .swiper-slide .p-detail__flexinner .subTitle {
  color: #e83418
}

.swiper-container .swiper-wrapper .swiper-slide {
  border: 4px solid #e5e5e5
}

.swiper-container .swiper-wrapper .swiper-slide>a {
  display: block;
  padding: 2rem
}

.swiper-container .swiper-wrapper .swiper-slide .p-detail__flexinner {
  position: relative;
  width: 55%;
  padding-bottom: 4rem
}

.swiper-container .swiper-wrapper .swiper-slide .p-detail__flexinner .subTitle {
  font-size: 32px
}

.swiper-container .swiper-wrapper .swiper-slide .p-detail__flexinner p.item__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  padding: .5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  background: #000
}

.swiper-container .swiper-wrapper .swiper-slide img {
  width: 40%;
  max-height: 240px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover
}

.swiper-container .swiper-wrapper .swiper-slide:hover a .p-detail__flex .p-detail__flexinner p.item__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  border: 1px solid #000;
  background: #fff
}

.p-detailIntro__body .unisoil_point {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0
}

.p-detailIntro__body .unisoil_point img.r-mark {
  display: block;
  width: auto;
  margin: 0 auto;
  padding-left: 0
}

.marks .r-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.marks .r-flex .col {
  margin: 0 1rem
}

.marks .r-flex .col img {
  width: 110px;
  height: auto;
  padding: 1rem;
  border: 1px solid #ddd;
  background: #fff
}

.marks .r-flex .col p {
  margin-top: .5rem;
  text-align: center;
  font-size: 1rem
}

.box {
  -webkit-transition: opacity 1s, -webkit-transform .5s;
  transition: opacity 1s, -webkit-transform .5s;
  transition: opacity 1s, transform .5s;
  transition: opacity 1s, transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0
}

.fadein {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}

.video {
  position: absolute;
  width: 96vmin;
  height: 54vmin
}

.back {
  left: 50%;
  margin-top: 2vmin;
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.top {
  -webkit-transition: opacity 2000ms 500ms;
  transition: opacity 2000ms 500ms
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0)
}

.active .back,
.active .top {
  opacity: 0
}

.play {
  position: absolute;
  top: 19.5vmin;
  left: calc(50% - 4vmin);
  font-size: 10vmin
}

.drilling__box {
  margin-bottom: 4.0625vw;
  padding-bottom: 4.0625vw;
  border-bottom: 1px solid #1cb1c4
}

.drilling__box .p-detail__flex.distorted .long {
  width: 50%
}

.drilling__box .p-detail__flex.distorted img.min,
.drilling__box .p-detail__flex.distorted .vertical {
  width: 45%
}

.drilling__box:last-child {
  border: none
}

.drilling__box>p {
  margin-top: 4.0625vw
}

.drilling__box .p-detail__flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.drilling__box .p-detail__flexinner {
  width: 49%
}

.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-detail__flex.-flex8 .p-detail__flexinner:first-child {
  margin-right: 0
}

.p-detail__txtbox.handwrite {
  padding: 2rem;
  background: #eee
}

.p-detail__txtbox.handwrite .content {
  padding: 2rem 3rem;
  background: #fff
}

.p-detail__txtbox.handwrite .content .btn {
  width: 280px;
  margin: 0 auto;
  padding: 2rem 0
}

.p-detail__txtbox.handwrite .content .btn a {
  display: block;
  padding: 1.5rem 0;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #f5a20b;
  font-weight: bold
}

.p-detail__txtbox.handwrite .content .btn a:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%)
}

.p-detail__txtbox.handwrite p {
  font-family: "Hina Mincho", serif
}

.p-detail__txtbox h3.subttl {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #1cb1c4;
  border-bottom: 1px solid #1cb1c4;
  font-size: 1.8rem;
  line-height: 1
}

.p-detail__txtbox h4.subttl {
  position: relative;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  letter-spacing: 2px;
  color: #1cb1c4;
  font-size: 18px
}

.p-detail__txtbox h4.subttl:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #1cb1c4
}

.p-detail__txtbox h4.subttl:after {
  position: absolute;
  top: 0;
  left: 7px;
  width: 3px;
  height: 100%;
  content: "";
  background: #1cb1c4
}

.p-detail__txtbox .flow {
  position: relative;
  margin-bottom: 4rem;
  padding-left: 120px
}

.p-detail__txtbox .flow::before {
  position: absolute;
  top: 0;
  left: 120px;
  display: block;
  width: 15px;
  height: 100%;
  margin-left: -8px;
  content: "";
  background: #f8f8f8
}

.p-detail__txtbox .flow>li {
  position: relative
}

.p-detail__txtbox .flow>li:not(:last-child) {
  margin-bottom: 4vh
}

.p-detail__txtbox .flow>li .icon {
  position: absolute;
  z-index: 5;
  top: 0;
  left: -120px;
  display: block;
  padding: 8px 20px;
  color: #fff;
  background: #1cb1c4;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cb1c4", endColorstr="#1cb1c4", GradientType=1)
}

.p-detail__txtbox .flow>li .icon::after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1cb1c4
}

.p-detail__txtbox .flow>li dl {
  position: relative;
  padding-left: 70px
}

.p-detail__txtbox .flow>li dl::before,
.p-detail__txtbox .flow>li dl::after {
  position: absolute;
  top: 15px;
  display: block;
  content: ""
}

.p-detail__txtbox .flow>li dl::before {
  left: -4px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-radius: 50%;
  background: #1cb1c4
}

.p-detail__txtbox .flow>li dl::after {
  position: absolute;
  left: 5px;
  width: 50px;
  border-bottom: 1px dashed #999
}

.p-detail__txtbox .flow>li dl dt {
  color: #1cb1c4;
  font-size: 2rem;
  font-weight: 600
}

.p-detail__txtbox .flow img {
  display: inline-block;
  width: 50%;
  margin: 0;
  margin-left: 2rem
}

.p-detail__txtbox .flow dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-detail__txtbox .list {
  margin-bottom: 10px;
  padding-left: 2rem
}

.p-detail__txtbox .list.p-detail__flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.p-detail__txtbox .list li {
  width: 49%;
  list-style: initial
}

.p-detail__txtbox .list.number {
  margin-bottom: 0
}

.p-detail__txtbox .list.number li {
  list-style: decimal
}

.p-detail__txtbox .list.full li {
  width: 100%
}

.p-detail__txtbox .explanation {
  padding: 1rem;
  background: #ddd
}

.p-detail__txtbox .explanation .col {
  padding: 1rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background: #fff
}

.p-detail__txtbox .explanation .col p.name {
  margin-left: 1rem;
  font-size: 1.4rem;
  font-weight: 600
}

.p-detail__txtbox .explanation .col ul {
  margin-left: 2rem;
  padding: 1rem
}

.p-detail__txtbox .explanation .col ul li {
  list-style: initial
}

.p-detail__txtbox .explanation .col:last-child {
  border-bottom: 1px solid #000
}

.p-detail__txtbox .col-1 {
  width: 50%
}

.main-visual {
  top: -81px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh
}

.main-visual:after {
  position: absolute;
  top: -160px;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
  background-color: rgba(0, 0, 0, .4)
}

.main-visual__category:nth-child(3) .main-visual-container__cell {
  padding-right: 1px;
  padding-bottom: 1px
}

.main-visual-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  background-color: #262626;
  will-change: transform
}

.main-visual-container--show {
  visibility: visible
}

.main-visual-container__row {
  overflow: hidden;
  width: 110%
}

.main-visual-container__row--solo {
  width: 100%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.main-visual-container__cell {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.main-visual-container__image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  will-change: transform
}

.main-visual-container__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #262626;
  will-change: transform
}

.l-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.l-page .l-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.l-page.page-top {
  position: relative;
  z-index: 1
}

.l-page.page-top:before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: ""
}

.l-container {
  min-width: 936px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10vw;
  padding-left: 10vw
}

.l-container.short {
  max-width: 900px;
  margin: 0 auto
}

body.-tablet .l-header.-activeHeader:not(.-scroll) {
  height: auto
}

body.-tablet .l-header.-activeHeader .l-header__inner:after {
  border-bottom-color: rgba(0, 0, 0, .05)
}

body.-tablet .l-header.-activeHeader .l-globalNav__subItem.-news,
body.-tablet .l-header.-activeHeader .l-globalNav__subItem.-company {
  opacity: 1
}

.l-header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background-color: #fff;
  font-weight: 800
}

.page-top .l-header {
  background-color: rgba(0, 0, 0, 0)
}

.page-top .l-header.-activeHeader {
  background-color: #fff
}

.page-top .l-header.-activeHeader .l-header__ci {
  visibility: visible;
  opacity: 1
}

.page-top .l-header.-activeHeader .wovn-current {
  border-top-color: rgba(0, 0, 0, .2)
}

.page-top .l-header.-activeHeader .wovn-current dt {
  color: rgba(0, 0, 0, .4)
}

.page-top .l-header.-activeHeader .wovn-current dd {
  color: #000
}

.page-top .l-header.-activeHeader .wovn-current dd:after {
  background-color: #000
}

.page-business.-highlight .l-header {
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  background-color: #fff
}

.l-header.-activeHeader .l-remoteNav {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  opacity: 0
}

.l-header.-scroll {
  background-color: rgba(0, 0, 0, 0)
}

.l-header.-scroll.-activeHeader {
  background-color: #fff
}

.l-header.-scroll.-activeHeader .l-header__ci,
.l-header.-scroll.-activeHeader .l-globalNav {
  pointer-events: auto;
  opacity: 1
}

.l-header.-scroll .l-header__inner:after {
  display: none
}

.l-header.-scroll .l-header__ci,
.l-header.-scroll .l-remoteNav {
  display: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  opacity: 0
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  height: 60px;
  padding-bottom: 1px
}

.l-header__inner:after {
  position: absolute;
  right: -6.5625vw;
  bottom: 0;
  left: -6.5625vw;
  display: block;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.page-top .l-header:not(.-activeHeader) .l-header__inner:after {
  display: none
}

.l-header__inner .l-remoteNav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 80px;
  padding-left: 36px
}

.l-header__ci {
  margin-top: 4px;
  pointer-events: all
}

.l-header__ci img {
  width: 190px;
  height: auto;
  fill: #000
}

.page-top .l-header__ci {
  visibility: hidden;
  opacity: 0
}

.wovn-languages {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  padding-top: 20px;
  cursor: pointer
}

.wovn-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  border-top: 1px solid rgba(0, 0, 0, .2)
}

.page-top .wovn-current {
  border-top-color: rgba(255, 255, 255, .2)
}

.wovn-current dt {
  padding-right: .25em;
  color: rgba(0, 0, 0, .4)
}

.page-top .wovn-current dt {
  color: rgba(255, 255, 255, .4)
}

.wovn-current dd {
  position: relative
}

.page-top .wovn-current dd {
  color: #fff
}

.wovn-current dd:after {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000
}

.page-top .wovn-current dd:after {
  background-color: #fff
}

.wovn-lang-list {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 50%;
  display: none;
  width: 154px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(4, 0, 0, .15);
  box-shadow: 0 4px 15px rgba(4, 0, 0, .15)
}

.l-globalNav {
  position: fixed;
  z-index: 8;
  top: 61px;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: #fff
}

.l-globalNav .l-container {
  width: 100%
}

.l-globalNav a,
.l-globalNav .-en,
.l-globalNav .-caption {
  display: inline-block;
  -webkit-transition: .2s;
  transition: .2s
}

.l-globalNav .-en {
  display: block;
  font-weight: 900
}

.l-globalNav__sub-menu_inner {
  display: inline-block;
  line-height: 1.5
}

.l-globalNav__sub-menu_inner img {
  display: block;
  width: 90px;
  margin: 0 auto
}

.l-globalNav__sub-menu_inner a span {
  font-size: 14px;
  font-weight: normal
}

.l-globalNav__sub-menu_inner:first-child {
  position: relative;
  margin-left: 40px
}

.l-globalNav__sub-menu_inner:first-child:before {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 1px;
  content: "";
  background: #000
}

.l-globalNav__sub-menu.l-globalNav__sub-menu:first-child:before {
  content: none
}

.l-globalNav__sub-menu.-recycle .l-globalNav__sub-menu:first-child:before {
  background: #28a838
}

.l-globalNav__sub-menu.-recycle .l-globalNav__sub-menu a:hover {
  color: #28a838
}

.l-globalNav__sub-menu.-life .l-globalNav__sub-menu_inner:first-child:before {
  background: #00a6d9
}

.l-globalNav__sub-menu.-life .l-globalNav__sub-menu_inner a:hover {
  color: #00a6d9
}

.l-globalNav__sub-menu.-town .l-globalNav__sub-menu_inner:first-child:before {
  background: #f5a20b
}

.l-globalNav__sub-menu.-town .l-globalNav__sub-menu_inner a:hover {
  color: #f5a20b
}

.l-globalNav__sub-menu.-technology .l-globalNav__sub-menu_inner:first-child:before {
  background: #fd564a
}

.l-globalNav__sub-menu.-technology .l-globalNav__sub-menu_inner a:hover {
  color: #fd564a
}

.l-globalNav__sub-menu.-recruit .l-globalNav__sub-menu_inner a:hover {
  color: #2e4b62
}

.l-globalNav__sub-menu_inner:nth-child(n+2) {
  margin-left: 20px
}

.l-globalNav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-globalNav__mainItem,
.l-globalNav__subItem {
  text-transform: uppercase
}

.l-globalNav__mainItem {
  position: relative
}

.l-globalNav__mainItem .-en {
  font-size: 3rem
}

.l-globalNav__mainItem .-caption {
  margin-top: 9px;
  margin-bottom: 18px;
  font-size: 1.6rem
}

.l-globalNav__mainItem:not(:first-child) {
  margin-top: 23px
}

.l-globalNav__mainItem.-recycle .-caption {
  color: #28a838
}

.l-globalNav__mainItem.-life .-caption {
  color: #00a6d9
}

.l-globalNav__mainItem.-town .-caption {
  color: #f5a20b
}

.l-globalNav__mainItem.-technology .-caption {
  color: #e83418
}

.l-globalNav__mainItem.-company .-caption {
  color: #2e4b62
}

.l-globalNav__mainItem.-recruit:before {
  position: absolute;
  top: 0;
  left: 4px;
  display: block;
  width: 21px;
  height: 1px;
  content: none;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(25%, #000), color-stop(25%, transparent)) 0 0 repeat-x;
  background: linear-gradient(90deg, #000, #000 25%, transparent 25%) 0 0 repeat-x;
  background-size: 4px 1px
}

.l-globalNav__sub {
  position: relative;
  width: 198px;
  text-align: right
}

.l-globalNav__subList .-en {
  font-size: 22px
}

.l-globalNav__subList .-caption {
  margin-top: 5px;
  color: rgba(0, 0, 0, .6);
  font-size: 13px
}

.l-globalNav__subItem:not(:first-child) {
  margin-top: 15px
}

.l-remoteNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase
}

.l-remoteNav__mainList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center
}

li.l-remoteNav__mainItem {
  pointer-events: auto
}

li.l-remoteNav__mainItem>.sub-menu {
  position: absolute;
  top: 51px;
  left: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  visibility: hidden;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-box-shadow: 3px 3px 4px #ccc;
  box-shadow: 3px 3px 4px #ccc
}

li.l-remoteNav__mainItem>.sub-menu a {
  height: 150px
}

li.l-remoteNav__mainItem>.sub-menu img {
  display: block;
  width: 120px;
  height: 80px;
  margin: auto;
  padding-bottom: .75rem;
  -o-object-fit: cover;
  object-fit: cover
}

li.l-remoteNav__mainItem:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  background: #fff
}

.l-remoteNav__mainItem {
  letter-spacing: .018em
}

.l-remoteNav__mainItem .sub-menu_inner a span {
  width: 140px;
  margin: 0 auto;
  text-align: center;
  font-size: .9rem;
  font-weight: normal
}

[lang=en] .l-remoteNav__mainItem {
  letter-spacing: 0
}

.l-remoteNav__mainItem:nth-child(n+2) {
  margin-left: 20px
}

.l-remoteNav__mainItem.-business a:after {
  background-color: #28a838
}

.page-business.-highlight .l-remoteNav__mainItem.-business a:after {
  background-color: #fff
}

.page-business .l-header:hover .l-remoteNav__mainItem.-business a:after,
.page-business .-activeHeader .l-remoteNav__mainItem.-business a:after {
  background-color: #28a838
}

.l-remoteNav__mainItem.-people a:after {
  background-color: #00a6d9
}

.page-business.-highlight .l-remoteNav__mainItem.-people a:after {
  background-color: #fff
}

.page-business .l-header:hover .l-remoteNav__mainItem.-people a:after,
.page-business .-activeHeader .l-remoteNav__mainItem.-people a:after {
  background-color: #00a6d9
}

.l-remoteNav__mainItem.-technology a:after {
  background-color: #f5a20b
}

.page-business.-highlight .l-remoteNav__mainItem.-technology a:after {
  background-color: #fff
}

.page-business .l-header:hover .l-remoteNav__mainItem.-technology a:after,
.page-business .-activeHeader .l-remoteNav__mainItem.-technology a:after {
  background-color: #f5a20b
}

.l-remoteNav__mainItem.-separate {
  position: relative
}

.l-remoteNav__mainItem.-separate:before {
  position: absolute;
  bottom: 21px;
  left: 0;
  display: block;
  width: 1px;
  height: 9px;
  content: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(25%, #000), color-stop(25%, transparent)) 0 0 repeat-y;
  background: linear-gradient(#000, #000 25%, transparent 25%) 0 0 repeat-y;
  background-size: 1px 4px
}

.page-business .l-remoteNav__mainItem.-recruit a:after {
  background: #fd564a
}

.page-people .l-remoteNav__mainItem.-recruit {
  color: #fea339
}

.page-people .l-remoteNav__mainItem.-recruit a:after {
  background-color: #fea339
}

.page-company .c-recruit {
  background: url("../../../../img/page/turbo_contact.webp") center/cover no-repeat
}

.page-company .l-remoteNav__mainItem.-recruit {
  color: #000
}

.page-company .l-remoteNav__mainItem.-recruit a:after {
  background-color: #fd564a
}

.page-contact .l-remoteNav__mainItem.-recruit {
  color: #49a7bc
}

.page-contact .l-remoteNav__mainItem.-recruit a:after {
  background-color: #49a7bc
}

.l-remoteNav__mainItem a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  height: 60px
}

.l-remoteNav__mainItem a:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  height: 4px;
  content: "";
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.l-remoteNav__mainItem a:hover:after,
.l-remoteNav__mainItem a.-current:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.l-footer {
  min-width: 1024px;
  letter-spacing: .018em;
  color: #fff;
  background-color: #233865;
  font-weight: 800
}

.l-footer svg {
  display: none
}

[lang=en] .l-footer {
  letter-spacing: 0
}

.l-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.-breadcrumb {
  margin-bottom: 6.5625vw;
  padding-bottom: 13px
}

.l-footer__row.-nav {
  position: relative;
  padding-top: 64px
}

.l-footer__row.-nav .-en,
.l-footer__row.-nav .-caption {
  display: block
}

.l-footer__row.-nav .-en {
  text-transform: uppercase
}

.l-footer__row.-nav .-caption {
  opacity: .6;
  font-size: 1rem
}

.l-footer__navItem_child {
  margin-top: 14px
}

.l-footer__navItem_child li {
  display: inline-block;
  margin-right: 1rem;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6
}

.l-footer__navItem_child li:last-child {
  margin: 0
}

.l-footer__nav a {
  -webkit-transition: .2s;
  transition: .2s
}

.l-footer__nav a:hover {
  opacity: .6
}

.l-footer__nav .l-footer__navItem:nth-child(n+2) {
  margin-top: 30px
}

.l-footer__nav .-en {
  font-size: 3rem
}

[lang=en] .l-footer__nav .-en {
  font-size: 2.6rem
}

.l-footer__nav .-caption {
  margin-top: 6px
}

.l-footer__nav.-medium .-en {
  font-size: 18px
}

.l-footer__nav.-medium.-sns {
  position: absolute;
  right: 0;
  bottom: 0
}

.l-footer__nav.-medium.-sns a:last-child {
  margin-left: 2rem
}

.l-footer__nav.-medium.-sns a i.fab {
  font-size: 30px
}

[lang=en] .l-footer__nav.-medium .-en {
  font-size: 19px
}

.l-footer__nav.-medium .-caption {
  margin-top: 5px;
  margin-bottom: 20px
}

.l-footer__note {
  margin-top: 13px;
  padding-bottom: 26px;
  opacity: .3;
  font-size: 14px;
  line-height: 1.6
}

.l-footer__policy {
  display: inline-block;
  text-transform: uppercase
}

.l-footer__policy+p {
  margin-left: 1rem
}

.l-footer__copyright {
  margin-top: 7px
}

.l-breadcrumb {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.25
}

.l-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.l-breadcrumb__item:first-child {
  line-height: 0
}

.l-breadcrumb__item:nth-child(n+2):before {
  display: inline-block;
  margin-right: 21px;
  margin-left: 21px;
  content: ">"
}

.l-breadcrumb__item [aria-current=page] {
  cursor: pointer;
  pointer-events: auto
}

.l-breadcrumb__item svg {
  display: inherit;
  width: 112px;
  height: 18px;
  fill: #000
}

.top-document {
  position: fixed;
  top: 10px;
  right: 10vw;
  left: 10vw;
  min-width: 936px;
  max-width: 1280px;
  pointer-events: all
}

.top-document a {
  position: absolute;
  right: 90px;
  display: block;
  width: 140px;
  padding: 1rem;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
  color: #fff;
  background: #f5a20b
}

.hide {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0
}

.c-card {
  overflow: hidden
}

.c-card.-service .c-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 13px
}

.c-card.-name .c-card__link {
  padding-bottom: 13px
}

.c-card.-name .icon-font-icon_arrow {
  bottom: 13px
}

.c-card.-column .c-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10px
}

.c-card.-column .c-card__texts {
  height: 100%
}

.c-card.-column .c-card__name {
  font-size: 1.4rem
}

.c-card.-column .c-card__name:after {
  display: none
}

.c-card__link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border-bottom: 2px solid #e5e5e5
}

.c-card__link:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.page-business .c-card__link:before {
  background-color: #1cb1c4
}

.page-people .c-card__link:before {
  background-color: #fea339
}

.c-card__link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.c-card__link:hover .icon-font-icon_arrow {
  -webkit-animation-name: arrow-lr;
  animation-name: arrow-lr;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  color: #000
}

.c-card__link .icon-font-icon_arrow {
  position: absolute;
  right: 0;
  bottom: 13px;
  display: block;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: rgba(0, 0, 0, .2);
  font-size: 11px
}

.c-card__media {
  position: relative
}

.c-card__media-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQAAAAA3bvkkAAAAAnRSTlMAAHaTzTgAAAAKSURBVHgBY2AAAAACAAFzdQEYAAAAAElFTkSuQmCC")
}

.c-card__media>img {
  width: 100%;
  height: auto;
  border-radius: 3px
}

.c-card__media:before,
.c-card__media:after {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  display: block;
  content: "";
  background-color: #fff
}

.c-card__media:before {
  left: 0;
  width: 1px;
  height: 10px
}

.c-card__media:after {
  right: 0;
  left: 27px;
  height: 9px
}

.c-card__media .-mask-01,
.c-card__media .-mask-02 {
  position: absolute;
  bottom: -1px;
  display: block;
  font-size: 0;
  line-height: 0
}

.c-card__media .-mask-01 svg,
.c-card__media .-mask-02 svg {
  display: inherit;
  height: 12px;
  fill: #fff
}

.c-card__media .-mask-01 {
  left: 0
}

.c-card__media .-mask-01 svg {
  display: inherit;
  width: 28px
}

.c-card__media .-mask-02 {
  right: 0
}

.c-card__media .-mask-02 svg {
  display: inherit;
  width: 3px
}

.c-card__title {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.34
}

[lang=en] .c-card__title {
  font-size: 19px;
  line-height: 1.26316
}

.c-card__title.-large {
  font-size: 2.8rem;
  line-height: 1.25
}

[lang=en] .c-card__title.-large {
  font-size: 3rem;
  line-height: 1.15
}

.c-card__name,
.c-card__service {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-right: 20px
}

.c-card__name:after,
.c-card__service:after {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  height: 2px;
  content: ""
}

.page-business .c-card__name,
.page-business .c-card__service {
  color: #1cb1c4
}

.page-business .c-card__name:after,
.page-business .c-card__service:after {
  background-color: #1cb1c4
}

.page-business.-recycle .p-section__title {
  color: #28a838
}

.page-business.-recycle .life__copyTitle.-paint,
.page-business.-recycle .life__copyTitle:before,
.page-business.-recycle .life__copyTitle:after {
  background: #28a838
}

.page-business.-recycle .p-detail__copy .p-detail__txtbox h3 {
  color: #28a838
}

.page-business.-recycle .p-detail__copy .p-detail__txtbox .flow>li .icon {
  background: #28a838
}

.page-business.-recycle .p-detail__copy .p-detail__txtbox .flow>li .icon:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #28a838
}

.page-business.-recycle .p-detail__copy .p-detail__txtbox .flow>li dl dt {
  color: #28a838
}

.page-business.-recycle .p-detail__copy .p-detail__txtbox .flow>li dl:before {
  background: #28a838
}

.page-business.-recycle .slide .item {
  background: #28a838
}

.page-business.-recycle .slide .item .item__btn:hover {
  color: #28a838
}

.page-business.-recycle .p-aside__sectionTitle,
.page-business.-recycle .c-card__name,
.page-business.-recycle .c-card__service {
  color: #28a838
}

.page-business.-recycle .c-card__name:after,
.page-business.-recycle .c-card__service:after,
.page-business.-recycle .c-card__link:before {
  background-color: #28a838
}

.page-business.-town .p-section__title {
  color: #f6a20b
}

.page-business.-town .life__copyTitle.-paint {
  background: #f6a20b
}

.page-business.-town .p-detail__copy .p-detail__txtbox .flow>li .icon {
  background: #f6a20b
}

.page-business.-town .p-detail__copy .p-detail__txtbox .flow>li .icon:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f6a20b
}

.page-business.-town .p-detail__copy .p-detail__txtbox .flow>li dl dt {
  color: #f6a20b
}

.page-business.-town .p-detail__copy .p-detail__txtbox .flow>li dl:before {
  background: #f6a20b
}

.page-business.-town .slide .item {
  background: #f6a20b
}

.page-business.-town .slide .item .item__btn:hover {
  color: #f6a20b
}

.page-business.-town .p-aside__sectionTitle,
.page-business.-town .c-card__name,
.page-business.-town .c-card__service {
  color: #f6a20b
}

.page-business.-town .c-card__name:after,
.page-business.-town .c-card__service:after,
.page-business.-town .c-card__link:before {
  background-color: #f6a20b
}

.page-business.-technology .p-section__title {
  color: #e83418
}

.page-business.-technology .life__copyTitle.-paint {
  background: #e83418
}

.page-business.-technology .p-detail__copy .p-detail__txtbox .flow>li .icon {
  background: #e83418
}

.page-business.-technology .p-detail__copy .p-detail__txtbox .flow>li .icon:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e83418
}

.page-business.-technology .p-detail__copy .p-detail__txtbox .flow>li dl dt {
  color: #e83418
}

.page-business.-technology .p-detail__copy .p-detail__txtbox .flow>li dl:before {
  background: #e83418
}

.page-business.-technology .slide .item {
  background: #e83418
}

.page-business.-technology .slide .item .item__btn:hover {
  color: #e83418
}

.page-business.-technology .p-aside__sectionTitle,
.page-business.-technology .c-card__name,
.page-business.-technology .c-card__service {
  color: #e83418
}

.page-business.-technology .c-card__name:after,
.page-business.-technology .c-card__service:after,
.page-business.-technology .c-card__link:before {
  background-color: #e83418
}

.page-people .c-card__name,
.page-people .c-card__service {
  color: #fea339
}

.page-people .c-card__name:after,
.page-people .c-card__service:after {
  background-color: #fea339
}

.c-card__name {
  margin-top: 1px;
  line-height: 1.38em
}

.c-card__service {
  margin-top: 14px;
  margin-top: auto;
  font-size: 13px;
  line-height: 1.31
}

.c-card__name:after,
.c-card__service:after {
  bottom: -15px
}

.c-carousel.-thumbnail .slick-dots,
.c-carousel.-project-sp .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-carousel.-thumbnail .slick-dots li:nth-child(n+2),
.c-carousel.-project-sp .slick-dots li:nth-child(n+2) {
  margin-left: 4px
}

.c-carousel.-thumbnail .slick-dots li.slick-active button,
.c-carousel.-project-sp .slick-dots li.slick-active button {
  background-color: #fff
}

.c-carousel.-thumbnail .slick-dots button,
.c-carousel.-project-sp .slick-dots button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-radius: 20px
}

.c-carousel.-thumbnail .slick-slide {
  visibility: hidden
}

.c-carousel.-thumbnail .slick-slide.slick-current {
  visibility: visible
}

.c-carousel.-thumbnail .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  color: #fff;
  font-size: 11px
}

.c-carousel.-thumbnail .slick-arrow:before {
  content: "";
  font-family: "icon-font"
}

.c-carousel.-thumbnail .slick-prev {
  left: 13px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.c-carousel.-thumbnail .slick-next {
  right: 13px
}

.c-carousel.-thumbnail .slick-dots {
  position: absolute;
  right: 13px;
  bottom: 19px;
  font-size: 1px;
  line-height: 0
}

.c-carousel__item {
  display: block !important
}

.c-localNav {
  overflow: hidden;
  margin-top: 9.140625vw;
  margin-bottom: 11.171875vw;
  font-size: 18px
}

[lang=en] .c-localNav {
  font-size: 19px;
  line-height: 1.26316
}

.c-localNav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-localNav__top {
  position: relative;
  z-index: 1;
  width: 13.28125vw;
  min-width: 170px
}

.c-localNav__top a {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 15px;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  border-bottom: 2px solid
}

.page-company .c-localNav__top a:hover {
  color: #76cb5c
}

.c-localNav__top a.-current {
  cursor: default;
  pointer-events: none
}

.c-localNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

[lang=en] .c-localNav__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.page-company .c-localNav__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 63.28125vw;
  min-width: 810px
}

.c-localNav__item {
  position: relative;
  margin-right: 21px;
  font-size: 14px
}

.c-localNav__item:last-child {
  margin-right: 0
}

.c-localNav__item:before {
  position: absolute;
  right: -2000px;
  bottom: 0;
  left: -2000px;
  display: block;
  content: "";
  border-bottom: 2px solid #e5e5e5
}

.c-localNav__item a {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px;
  -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
  transition: color .2s ease-in-out, opacity .2s ease-in-out
}

.c-localNav__item a:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.page-people .c-localNav__item a:after {
  background-color: #fea339
}

.page-company .c-localNav__item a:after {
  background-color: #76cb5c
}

.page-people .c-localNav__item a:hover,
.page-people .c-localNav__item a.-current {
  color: #fea339
}

.page-company .c-localNav__item a:hover,
.page-company .c-localNav__item a.-current {
  color: #76cb5c
}

.c-localNav__item a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.c-localNav__item a.-current {
  cursor: default;
  pointer-events: none
}

.c-localNav__item a.-current:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

body.-tablet .c-menu {
  pointer-events: auto
}

.c-menu {
  position: fixed;
  z-index: 10;
  top: 20px;
  right: 10vw;
  left: 10vw;
  min-width: 936px;
  max-width: 1280px;
  height: 0
}

.page-top .c-menu {
  min-width: auto
}

.c-menu.-active+.l-globalNav {
  pointer-events: auto;
  opacity: 1
}

.page-top .c-menu.-active i {
  background-color: #000
}

.c-menu.-active i:nth-child(1) {
  -webkit-transform: rotate(23deg);
  transform: rotate(23deg)
}

.c-menu.-active i:nth-child(3) {
  -webkit-transform: rotate(-23deg);
  transform: rotate(-23deg)
}

.c-menu.-active i:nth-child(2) {
  display: none
}

.c-menu i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  background-color: #000
}

.-tablet .c-menu i {
  left: 10px;
  width: 60px
}

.c-menu i:nth-child(1) {
  top: 0
}

.-tablet .c-menu i:nth-child(1),
.c-menu i:nth-child(2) {
  top: 10px
}

.-tablet .c-menu i:nth-child(2) {
  top: 20px
}

.c-menu i:nth-child(3) {
  bottom: 0
}

.-tablet .c-menu i:nth-child(3) {
  bottom: 10px
}

.c-menu__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 21px;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}

.-tablet .c-menu__button {
  top: -10px;
  right: -10px;
  width: 80px;
  height: 41px
}

.js-modal {
  position: fixed;
  z-index: 9;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 0
}

.js-modal.-open {
  height: 100%
}

.js-modal__overlay {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  -webkit-transition: height 0s .25s linear, opacity .2s ease-in-out;
  transition: height 0s .25s linear, opacity .2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  background: #000
}

.-open .js-modal__overlay {
  height: 100%;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  pointer-events: auto;
  opacity: 1
}

.js-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 900px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0
}

.-open .js-modal__content {
  opacity: 1
}

.js-modal__btn--close {
  position: absolute;
  top: 38px;
  right: 38px;
  width: 52px;
  height: 52px;
  cursor: pointer
}

.js-modal__btn--close:before,
.js-modal__btn--close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 73.528px;
  content: "";
  border-radius: 2px;
  background: #fff
}

.js-modal__btn--close:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg)
}

.js-modal__btn--close:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg)
}

.c-recruit {
  min-width: 1024px;
  color: #fff;
  font-size: 18px
}

[lang=en] .c-recruit {
  font-size: 19px
}

.c-recruit.-separate {
  margin-top: 11.171875vw
}

.page-business .c-recruit {
  background: url("../../../../img/page/turbo_contact.webp") center/cover no-repeat
}

.page-people .c-recruit {
  background-color: #fea339
}

.c-recruit .l-container {
  position: relative;
  padding-top: 36px;
  padding-bottom: 42px
}

.c-recruit .icon-font-icon_tip {
  position: absolute;
  top: -9px;
  left: calc(10vw + 18px);
  font-size: 31px;
  line-height: 1
}

body.-tablet .c-recruit .icon-font-icon_tip {
  top: -10px
}

.c-recruit__title {
  line-height: 1.88889
}

.c-recruit__title em {
  display: block;
  margin-top: 19px;
  letter-spacing: 3px;
  font-size: 3.2rem;
  line-height: 1.19444
}

.c-recruit__text {
  margin-top: -92px;
  text-align: right;
  line-height: 1.7
}

.c-recruit__txtbig {
  font-size: 1.7em
}

.b-contact {
  margin-top: 34px
}

.b-contact a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 36px 26px 40px;
  text-align: right;
  color: #fff;
  border-radius: 3px 3px 0 0;
  background: #07ba04;
  font-size: 2.8rem;
  line-height: 1.10714
}

.b-contact.-document a {
  background: #f5a20b
}

[lang=en] .b-contact a {
  font-size: 3rem
}

.b-contact a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  border-top: 4px solid rgba(35, 56, 101, .2)
}

.b-contact a:hover span:after {
  right: -26px;
  left: -900px
}

.b-contact a:hover .icon-font {
  -webkit-animation-name: arrow-rl-15;
  animation-name: arrow-rl-15;
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

.b-contact span {
  position: relative;
  display: inline-block;
  padding-right: 1.3em
}

.b-contact span:after {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  display: block;
  height: 4px;
  content: "";
  -webkit-transition: right .2s, left .2s;
  transition: right .2s, left .2s;
  background-color: #000
}

.b-contact .icon-font {
  position: absolute;
  top: 0;
  right: 0
}

.c-svg {
  display: none
}

.c-tag {
  position: relative;
  margin-top: -12px
}

.c-tag:before,
.c-tag:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 15px;
  content: "";
  border-top: 6px solid #000;
  border-bottom: 6px solid #000
}

.c-tag:before {
  left: 0;
  border-left: 6px solid #000
}

.c-tag:after {
  right: 0;
  border-right: 6px solid #000
}

.c-tag__arrow {
  display: block;
  text-align: center
}

.page-business .c-tag__arrow {
  width: 52px;
  margin: auto;
  cursor: pointer
}

.page-business .c-tag__arrow:hover img {
  -webkit-animation-name: arrow-bt-5;
  animation-name: arrow-bt-5;
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

.c-toc {
  font-size: 11px;
  line-height: 1.27
}

.c-toc a {
  position: relative;
  display: block;
  padding-left: 13px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: .6
}

.c-toc a:hover {
  opacity: 1
}

.c-toc .icon-font {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-size: 10px;
  line-height: 1
}

.p-company .p-basis__row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-company__section .p-detail__copy {
  margin-top: 3.984375vw
}

.p-company__section .p-detail__copy .p-detail__txtbox a.link {
  text-decoration: underline
}

.p-company_officer {
  float: left;
  width: 340px !important;
  margin-right: 30px !important;
  margin-bottom: 20px !important
}

.p-company__section table th,
.p-company__section table td {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .6)
}

.p-company__section.p-news .p-detail__copy .l-grid {
  grid-template-columns: 1fr 1fr
}

.p-company__section.p-news a.news-archive {
  display: block;
  width: 400px;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 1.5rem 0;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  color: #76cb5c;
  border: 1px solid #76cb5c;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 600
}

.p-company__section.p-news a.news-archive:hover {
  color: #fff;
  border-radius: 0;
  background: #76cb5c
}

.p-company__section.-document .p-cardList__row {
  display: grid;
  margin-top: 4.0625vw;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem
}

.p-company__section.-document .p-cardList__row .p-cardList__item.col3 {
  width: 100%;
  padding: 1rem;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 2px rgba(200, 200, 200, .3);
  box-shadow: 0 0 4px 2px rgba(200, 200, 200, .3)
}

.p-company__section.-document .p-cardList__row .p-cardList__item.col3 .c-card__title {
  font-size: 16px
}

.p-company__section.-document .c-card__time {
  display: block;
  margin-top: 1rem;
  font-size: 14px
}

.p-company__section.-document .p-detail__txtbox a {
  text-decoration: none
}

.p-company__section.-recruit .-flex .jobttl {
  width: 65%
}

.p-company__section.-recruit .-flex .image {
  width: 30%
}

.p-company__section.-recruit .-flex .jobbtn {
  width: 200px;
  height: 50px;
  margin-top: 1rem;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #fff;
  background: #1cb1c4
}

.p-company__section.-recruit .-flex .jobbtn.short a {
  position: relative;
  display: block;
  width: 200px;
  height: 50px;
  text-align: center;
  color: #fff
}

.p-company__section.-recruit .-flex .jobbtn.short a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.p-company__section.-recruit .-flex .jobbtn:hover {
  color: #1cb1c4;
  border: 1px solid #1cb1c4;
  border-radius: 100px;
  background: #fff
}

.p-company__section.-recruit .-flex .jobbtn:hover.short a {
  color: #1cb1c4
}

.p-company__section.-recruit .p-detail__txtbox a {
  text-decoration: underline;
  color: #000
}

.p-company__section.-recruit .p-detail__txtbox a.entry {
  display: block;
  width: 400px;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 1.5rem 0;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 6px;
  background: #1cb1c4;
  font-size: 1.4rem;
  font-weight: 600
}

.p-company__section.-recruit .p-detail__txtbox a.entry:hover {
  opacity: .6
}

.p-company__section.-recruit .p-detail__txtbox .btn-area {
  margin-top: 3rem
}

.p-company__section.-recruit .p-detail__txtbox .btn-area.-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-company__section.-recruit .p-detail__txtbox .btn-area.-flex a.entry {
  width: 300px;
  margin: 0
}

.p-company__section.-recruit .p-detail__txtbox .btn-area.-flex a.entry:nth-child(2) {
  margin-left: 2rem
}

.p-company__section .job-box {
  position: relative;
  z-index: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.p-company__section .job-box .job-box_inner {
  padding: 3rem 2rem
}

.p-company__section .job-box .job-box_inner .p-detail__flex {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center
}

.p-company__section .job-box .job-box_inner img {
  display: none;
  max-width: 180px
}

.p-company__section .job-box .job-box_inner .icon {
  line-height: 2.2
}

.p-company__section .job-box .job-box_inner .icon span {
  padding: .25rem .5rem;
  color: #fff;
  background: #76cb5c;
  font-size: 1rem;
  font-weight: 400
}

.p-company__section .job-box .job-box_inner .icon span:nth-child(n+2) {
  margin-left: 1rem;
  color: #76cb5c;
  border: 1px solid #76cb5c;
  background: none
}

.p-company__section .job-box .job-box_inner .icon span:nth-child(n+4) {
  margin-right: 1rem;
  margin-left: 0
}

.p-company__section .job-box .job-box_inner ul {
  margin-bottom: 2rem
}

.p-company__section .job-box .job-box_inner ul li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2
}

.p-company__section .job-box .job-box_inner ul li:nth-child(n+2) {
  margin-top: .5rem
}

.p-company__section .job-box .job-box_inner ul li span {
  margin-right: 1rem;
  padding: .25rem .5rem;
  color: #fff;
  background: #76cb5c;
  font-size: 1rem
}

.p-company__section .job-box .job-box_inner a {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 1.5rem 0;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
  letter-spacing: 2px;
  color: #76cb5c;
  border: 1px solid #76cb5c;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 600
}

.p-company__section .job-box .job-box_inner a:hover {
  color: #fff;
  border-radius: 0;
  background: #76cb5c
}

.p-company__section .job-box .job-box_inner a.short {
  width: 240px;
  max-height: 15px;
  margin: 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  background: #1cb1c4
}

.p-company__section .job-box .job-box_inner a.short:hover {
  color: #1cb1c4;
  border: 1px solid #1cb1c4;
  border-radius: 30px;
  background: #fff
}

.p-company__section .job-box .job-box_inner:nth-child(1) {
  padding-bottom: 2rem
}

.p-company__section .job-box:before {
  position: absolute;
  z-index: 1;
  top: -1px;
  width: 100%;
  height: 4px;
  content: "";
  border-radius: 6px 6px 0 0;
  background: #76cb5c
}

.p-company__section .job-box hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  background: #ccc
}

.p-company__section .bg1 {
  margin-bottom: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../../../../img/company_1/bg1.webp);
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover
}

.p-company__section .bg1_inner {
  width: 80%;
  margin: 0 auto
}

.p-company__section .block {
  padding: 4rem;
  background-color: rgba(255, 255, 255, .85);
  -webkit-box-shadow: 0px 0px 5px #666;
  box-shadow: 0px 0px 5px #666
}

.p-company__section .block h5 {
  text-align: justify
}

.p-company__section .block .block_inner {
  margin-bottom: 1rem
}

.p-company__section .p-detail__txtbox a {
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: underline
}

.p-company__section .p-detail__txtbox a:hover {
  color: #76cb5c
}

.p-company__section h4 {
  display: inline-block;
  width: 80%;
  padding: .25rem 0;
  text-align: left;
  vertical-align: top;
  color: #000;
  font-size: 24px;
  line-height: 1.4
}

.p-company__section h5 {
  padding: .5rem 0;
  color: #000;
  font-size: 24px;
  line-height: 1.4
}

.p-company__section .p-detail__flex img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover
}

.p-company__section.p-news .p-company__title,
.p-company__section.-special .p-company__title {
  font-size: 2.8rem
}

.p-company__section.p-news .p-detail__copy p:not([class]) a,
.p-company__section.-special .p-detail__copy p:not([class]) a {
  text-decoration: underline;
  font-weight: 600
}

.p-company__section.p-news .p-detail__copy p,
.p-company__section.-special .p-detail__copy p {
  font-size: 16px;
  line-height: 1.8
}

.p-company__section.p-news .p-detail__copy p.imp,
.p-company__section.-special .p-detail__copy p.imp {
  position: relative;
  margin-top: 30px;
  padding: 3rem 2rem 2rem 2rem;
  border: 3px solid #ff4500
}

.p-company__section.p-news .p-detail__copy p.imp span,
.p-company__section.-special .p-detail__copy p.imp span {
  position: absolute;
  top: -1.9rem;
  left: 2rem;
  padding: .5rem 2rem;
  color: #fff;
  background: #ff4500
}

.p-company__section.p-news .p-detail__copy p.-right,
.p-company__section.-special .p-detail__copy p.-right {
  margin-top: 30px;
  text-align: right;
  font-weight: 400
}

.p-company__section.p-news .p-detail__flex.-center,
.p-company__section.-special .p-detail__flex.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-detail__txtbox .icon {
  display: inline-block
}

.p-detail__txtbox .icon img {
  display: inline-block;
  width: inherit
}

.slide.top {
  position: relative;
  width: 74.6%;
  padding: .7rem 1rem 1rem 2rem;
  border-radius: 4px;
  background: #fff
}

.slide.top:after {
  position: absolute;
  z-index: 3;
  top: 37%;
  left: 93.3%;
  display: block;
  width: 1px;
  height: 26px;
  margin: -6px -6px 0 0;
  content: "";
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  opacity: .2;
  background: #333
}

.slide.top a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333;
  font-size: 1.5rem;
  line-height: 2.07692
}

.slide.top a:hover .icon-font-icon_arrow-circle {
  -webkit-animation-name: arrow-rl-5;
  animation-name: arrow-rl-5;
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

.slide.top .item {
  position: relative;
  padding: 0;
  background: none
}

.slide.top .slick-prev {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 96%;
  display: block;
  width: 12px;
  height: 12px;
  margin: -6px -6px 0 0;
  content: "";
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: solid 1px #333;
  border-left: solid 1px #333
}

.slide.top .slick-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 10%;
  display: block;
  width: 12px;
  height: 12px;
  margin: -6px -3px 0 0;
  content: "";
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: solid 1px #333;
  border-right: solid 1px #333
}

.c-news__date {
  margin-right: 15px
}

.lang-dialog {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  left: 0
}

.lang-dialog__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5)
}

.lang-dialog__inner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 620px;
  height: 345px;
  margin: auto;
  padding: 60px;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  text-align: center;
  opacity: 1;
  color: #fff;
  border-radius: 4px;
  background: #000;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.lang-dialog__inner.-invisible {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0
}

.lang-dialog__box {
  display: inline-block;
  text-align: left
}

.lang-dialog__ttl {
  font-size: 23px;
  line-height: 32px
}

.lang-dialog__ttl br {
  display: none
}

.lang-dialog__btns {
  overflow: auto;
  width: 490px;
  margin: 24px auto 64px
}

.lang-dialog__btns:last-child {
  margin-bottom: 0
}

.lang-dialog__btn {
  position: relative;
  display: inline-block;
  width: 230px;
  padding-bottom: 10px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  border-bottom: solid #fff 2px
}

.lang-dialog__btn:first-child {
  opacity: .4
}

.lang-dialog__btn:first-child:hover {
  opacity: 1
}

.lang-dialog__btn:last-child {
  float: right
}

.lang-dialog__btn:last-child:hover {
  opacity: .4
}

.lang-dialog__btn:after {
  position: absolute;
  right: 0;
  bottom: 12px;
  display: inline-block;
  content: "";
  font-family: "icon-font";
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased
}

.lang-dialog__note {
  margin-left: 8px;
  font-size: 11px
}

.lang-dialog__zh {
  font-family: "Microsoft Yahei Bold", "Microsoft Yahei", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC"
}

.p-aside .c-card.-name .c-card__title {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.27
}

[lang=en] .p-aside .c-card.-name .c-card__title {
  font-size: 2.3rem;
  line-height: 1.21
}

.p-aside .c-card.-name .c-card__title.-large {
  font-size: 2.8rem
}

[lang=en] .p-aside .c-card.-name .c-card__title.-large {
  font-size: 3rem
}

.p-aside .c-card.-name .c-card__name {
  font-size: 1.2rem
}

[lang=en] .p-aside .c-card.-name .c-card__name {
  font-size: 19px
}

.page-people .p-aside {
  margin-bottom: 64px
}

.p-aside__section {
  margin-top: 7.109375vw
}

.p-aside__section+.p-aside__section {
  margin-top: 3.984375vw
}

.p-aside__section.-separate {
  margin-top: 6.875vw;
  padding-top: 37px;
  border-top: 1px solid #e5e5e5
}

.page-business .p-aside__section.-separate {
  max-width: 200px;
  margin-top: 65px;
  margin-left: auto
}

.p-aside__section:first-child {
  margin-top: -1px
}

.p-aside__sectionTitle {
  font-size: 18px;
  line-height: 1.2
}

[lang=en] .p-aside__sectionTitle {
  font-size: 19px
}

.page-business .p-aside__sectionTitle {
  color: #1cb1c4
}

.page-people .p-aside__sectionTitle {
  color: #fea339
}

.p-aside__sectionTitle .icon-font {
  margin-right: 4px;
  vertical-align: -1px;
  font-size: 15px
}

.p-basis__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6.953125vw
}

.p-basis__row.-news,
.p-basis__row.-special {
  margin-bottom: 9.140625vw
}

.p-basis__row.-news .p-section__title,
.p-basis__row.-special .p-section__title {
  color: #76cb5c
}

.p-basis__row.-news .c-card__link:before,
.p-basis__row.-special .c-card__link:before,
.p-basis__row.-news .c-card__service:after,
.p-basis__row.-special .c-card__service:after {
  background-color: #76cb5c
}

.p-basis__row .privacy .details {
  margin-top: 2rem
}

.p-basis__row .privacy .details p:not([class]) {
  margin-bottom: 0;
  line-height: 1.4
}

.p-basis__row .privacy .details p:not([class])+p:not([class]) {
  margin-top: 1rem
}

.p-basis__row .privacy ul {
  margin-bottom: 1rem
}

.p-basis__row .contact ul {
  margin-bottom: 1rem
}

.p-basis__row .privacy ul li,
.p-basis__row .contact ul li {
  font-size: 16px;
  font-weight: normal
}

.p-basis__row .privacy ul li:first-child,
.p-basis__row .contact ul li:first-child {
  color: #333;
  font-size: 20px;
  font-weight: 600
}

.p-basis__row .privacy p.-right,
.p-basis__row .contact p.-right {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4rem;
  margin-left: auto;
  text-align: left;
  font-size: 16px;
  font-weight: 400
}

.p-basis__row.-special .p-company__title {
  padding-bottom: .5rem;
  border-bottom: 1px solid red;
  font-size: 2rem
}

.p-basis__row.-special .p-company__title span {
  display: block
}

.p-basis__row.-special .p-detail__copy .p-detail__txtbox {
  margin-bottom: 3.28125vw
}

.p-basis__row.-special .p-detail__copy .p-detail__txtbox img {
  width: 23vh;
  margin: 0
}

.p-basis__row.-special .p-detail__copy .p-detail__txtbox img.-right {
  float: right
}

.p-basis__row.-special .p-detail__copy .p-detail__txtbox p.-copy__intxt {
  width: 70%
}

.p-basis__row.-special .p-detail__copy .p-detail__txtbox .border-box {
  width: 100%;
  margin-bottom: .5rem;
  padding: 2rem 0;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 2px
}

.p-basis__row.-special .p-detail__copy .p-detail__txtbox .border-box img {
  width: 90%;
  margin: 0 auto;
  aspect-ratio: inherit;
  -o-object-fit: inherit;
  object-fit: inherit
}

.p-basis__row.-special .p-detail__copy .p-detail__txtbox .p-detail__flexinner {
  margin-bottom: .5rem
}

.p-basis__row.-special .p-detail__copy .p-detail__txtbox .p-detail__flexinner img {
  width: 100%
}

.p-basis__intro {
  width: 18.1623931624%;
  min-width: 200px;
  margin-left: auto
}

.p-basis__intro .c-toc {
  margin-top: 3.90625vw
}

.p-basis__intro .c-toc:first-child {
  margin-top: 0
}

.p-basis__intro .recruit-insurance {
  max-width: 160px;
  margin-top: 2rem
}

.p-basis__intro .recruit-insurance a img {
  width: 100%
}

.p-basis__intro .recruit-insurance .p-basis__current {
  margin-bottom: 1rem
}

.p-basis__intro .recruit-insurance .ccus {
  margin-bottom: 1rem
}

.p-basis__intro .recruit-insurance .ccus p {
  margin-top: .5rem;
  font-size: .8rem;
  line-height: 1.4
}

.p-basis__intro .recruit-insurance .ccus a {
  display: block;
  width: 100%;
  border: 1px solid #333
}

.p-basis__intro .recruit-insurance .ccus a img {
  display: block;
  width: 95%;
  margin: 0 auto
}

.p-basis__intro .recruit-insurance .insurance {
  width: 100%;
  margin: 0 auto
}

.p-basis__intro .recruit-insurance .insurance.p-detail__flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-basis__intro .recruit-insurance .insurance a {
  width: 45%;
  margin-bottom: 1rem
}

.p-basis__intro .recruit-insurance .insurance a.gsl img {
  display: block;
  width: auto;
  max-height: 80px;
  margin: 0 auto
}

.p-company .p-basis__intro {
  margin-right: auto;
  margin-left: 0
}

.p-basis__current {
  color: #76cb5c;
  font-size: 18px;
  line-height: 1.15
}

[lang=en] .p-basis__current {
  font-size: 19px
}

.p-basis__body {
  width: 86.5384615385%
}

.p-basis__body.full {
  width: 100%
}

.p-cardList.-separate {
  margin-top: 53px
}

.p-cardList.-vertical .p-cardList__row {
  display: block
}

.p-cardList.-vertical .p-cardList__row.swiper-carousel02 .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-cardList.-vertical .p-cardList__row.swiper-carousel02 .swiper-button-prev,
.p-cardList.-vertical .p-cardList__row.swiper-carousel02 .swiper-button-next {
  display: none
}

.p-cardList.-vertical .p-cardList__item {
  width: auto
}

.p-cardList.-large .p-cardList__item {
  width: 33.3333%
}

.p-cardList__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.71875vw;
  margin-left: -1.71875vw
}

.p-cardList__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-right: 1.71875vw;
  padding-left: 1.71875vw
}

.p-cardList__item.col3 {
  width: 33.333%
}

.p-cardList__item.-width33 {
  width: 33.3333%
}

.p-cardList__item.-width50 {
  width: 50%
}

.p-cardList__item .c-card {
  height: 100%
}

.p-company__body {
  color: rgba(0, 0, 0, .6)
}

.p-company__body .p-company__title {
  color: #000
}

.p-company__body .p-company__title+p:not([class]) {
  margin-top: 18px
}

.p-company__body p:not([class]) {
  line-height: 1.8
}

[lang=en] .p-company__body p:not([class]) {
  font-size: 14px;
  line-height: 1.85
}

.p-company__body p:not([class])+p:not([class]) {
  margin-top: 30px
}

.p-company__body p:not([class]) b {
  color: #000
}

.p-company__body>.p-company__section:first-child {
  margin-top: 0
}

.p-company__section {
  margin-top: 4.0625vw
}

.p-company__title {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4
}

[lang=en] .p-company__title {
  font-size: 19px
}

.p-company__title .icon-font {
  margin-right: 6px;
  vertical-align: -1px;
  font-size: 15px
}

.p-company__speaker-deck-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .2)
}

.p-detail {
  position: relative;
  margin-top: 4.6875vw;
  margin-bottom: 9.140625vw
}

.p-detail__box {
  margin-top: 15px
}

.p-detail__box .box_inner {
  margin-bottom: 15px;
  padding: 15px;
  text-align: left;
  background-color: #f8f8f8
}

.p-detail__box .box_inner:last-child {
  margin-bottom: 0
}

.p-detail__box .box_inner p {
  margin-top: 15px !important
}

.p-detail__box .box_inner h4 {
  font-size: 1.2em
}

.p-detail__join {
  margin-top: 4.0625vw;
  padding: 1rem;
  text-align: center;
  background-color: #f8f8f8
}

.p-detail__join h4 {
  font-size: 1.2em
}

.p-detail__join.-bg {
  background: none
}

.p-detail__jointxt {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2
}

.p-detail__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 120px
}

.p-detail__wrapper {
  color: rgba(0, 0, 0, .6)
}

.p-detail__main .p-section {
  padding-top: 4.0625vw;
  border-top: 1px solid #e5e5e5
}

.p-detail__main .p-cardList__item {
  margin-top: 4.0625vw
}

.p-detail__main .p-detail__copy:first-child {
  margin-top: -4px
}
/*
.p-detail__txtbox {
  margin-bottom: 6.5625vw;
  text-align: justify
}
*/
.p-detail__txtbox a {
  text-decoration: underline
}

.p-detail__txtbox a:hover {
  color: #1cb1c4
}

.p-detail__txtbox p:first-child {
  margin-top: 0
}

.p-detail__txtbox .p-detail__image img {
  width: 100%;
  aspect-ratio: inherit
}

.p-detail__txtbox img {
  display: block;
  width: 100%;
  /*aspect-ratio: 3/2;*/
  -o-object-fit: cover;
  object-fit: cover
}

.p-detail__txtbox img.full {
  width: 100%;
  aspect-ratio: inherit
}

.p-detail__txtbox img.-vertical {
  max-width: 340px;
  margin: 2rem auto 0;
  aspect-ratio: inherit
}

.p-detail__txtbox img.-vertical.border {
  border: 4px solid #eee
}

.p-detail__txtbox img.-normal {
  max-width: 400px;
  margin: 0 auto;
  aspect-ratio: inherit
}

.p-detail__txtbox summary {
  margin-bottom: 5px;
  list-style-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85188/arrow-right.svg);
  cursor: pointer;
  border: none;
  outline: none
}

.p-detail__txtbox summary::-webkit-details-marker {
  color: rgba(0, 0, 0, 0);
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85188/arrow-right.svg) no-repeat center/6px
}

.p-detail__txtbox details {
  margin-top: 5px;
  -webkit-transition: .5s;
  transition: .5s
}

.p-detail__copy table.p-detail__table.-recruit p span {
  margin-bottom: 1rem;
  border-bottom: 3px dotted #ccc
}

table.p-detail__table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse
}

table.p-detail__table tr th,
table.p-detail__table tr td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc
}

table.p-detail__table.-col1 td:first-child {
  width: 10%;
  text-align: center
}

table.p-detail__table a {
  text-decoration: underline
}

table.p-detail__table.-center {
  text-align: center
}

table.p-detail__table.-recruit th {
  width: 180px;
  text-align: center;
  color: #76cb5c;
  border-right: 0;
  background: rgba(118, 203, 92, .1);
  font-size: 1.3rem;
  font-weight: bold
}

table.p-detail__table.-recruit td {
  padding: 2rem;
  border-left: 0
}

table.p-detail__table.-recruit td a {
  text-decoration: underline
}

table.p-detail__table::-webkit-scrollbar {
  height: 5px
}

table.p-detail__table::-webkit-scrollbar-track {
  background: #f8f8f8
}

table.p-detail__table::-webkit-scrollbar-thumb {
  background: #999
}

.p-detail__table.-recruit tr:nth-child(even) {
  background: none
}

.p-detail__copy table.p-detail__table p:not([class]) {
  margin-bottom: 0
}

.p-detail__copy table.p-detail__table p span {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc
}

.job a {
  padding: .5rem;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: underline;
  color: #1cb1c4
}

.job a:hover {
  opacity: .6
}

table.p-detail__table.col1 {
  width: 10%
}

.p-detail__table th {
  width: 160px
}

.p-detail__table td {
  font-weight: 400
}

.p-detail__table th,
.p-detail__table td {
  padding: .5rem 1rem
}

.p-detail__table table.control th,
.p-detail__table table.control td {
  text-align: center
}

.p-detail__copy {
  line-height: 1.8
}

.p-detail__copy p:not([class]) {
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 16px;
  font-weight: normal
}

.p-detail__copy a.attention {
  display: block;
  padding: .5rem 0;
  text-align: center;
  text-align: center;
  text-decoration: underline;
  color: red;
  border: 2px dotted red
}

.y-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe100));
  background: linear-gradient(transparent 60%, #ffe100 60%);
  font-weight: bold
}

.p-detail__copy p.-copy__intxt {
  text-align: justify;
  font-weight: normal
}

.p-detail__copymin {
  margin-bottom: 15px;
  text-align: center;
  font-size: .9em;
  line-height: 1.4
}

.p-detail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-detail__flex.distorted+.l-grid {
  margin-top: 2rem
}

.p-detail__flex.distorted h3.life__copyTitle {
  margin-top: 0;
  margin-bottom: 1rem
}

.p-detail__flex.distorted h4 {
  margin-top: 1rem
}

.p-detail__flex.distorted img {
  width: 30%;
  max-height: 160px;
  margin: 0
}

.p-detail__flex.distorted img.min {
  width: 30%;
  /*max-height: inherit;*/
  -o-object-fit: cover;
  object-fit: cover
}

.p-detail__flex.distorted p {
  width: 65%
}

.p-detail__flex.distorted .long {
  width: 65%
}

.p-detail__flex.distorted .long p {
  width: 100%;
  min-height: 110px
}

.p-detail__flex.distorted .vertical {
  width: 20%
}

.p-detail__flex.distorted .vertical img.min {
  width: 100%;
  margin-bottom: 1rem
}

.p-detail__flex.gap .p-detail__flexinner:nth-child(n+3) {
  margin-top: 1rem
}

.p-detail__flex .p-detail__flexinner {
  width: 49%
}

.p-detail__flex.-flex8.col3 .p-detail__flexinner {
  width: 32.5%;
  max-width: inherit
}

.p-detail__flex.-flex8.col3 .p-detail__flexinner:nth-child(n+4) {
  margin-top: 1rem
}

.p-detail__flex.-flex8.col3 .p-detail__flexinner p {
  margin-top: .5rem;
  text-align: center
}

.p-detail__flex.-flex8.col3.-intext {
  position: relative
}

.p-detail__flex.-flex8.col3.-intext:last-child:after {
  content: none
}

.p-detail__flex.-flex8.col3.-intext .p-detail__flexinner {
  width: 30%
}

.p-detail__flex .p-detail__flexinner:nth-child(even) {
  display: inline-block
}

.p-detail__flexinner>.p-detail__copymin {
  margin-top: 8px
}

.p-detail__flex.-sameheight .p-detail__flexinner img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

[lang=en] .p-detail__copy p:not([class]) {
  font-size: 1rem
}

.p-detail__copyTitle {
  margin-bottom: 4.0625vw;
  text-align: center;
  color: #333;
  font-size: 2.8rem;
  line-height: 1.25
}

[lang=en] .p-detail__copyTitle {
  font-size: 3rem;
  line-height: 1.15
}

.p-detail__block.-image {
  padding-top: 4.0625vw
}

.p-detail__block.-separate {
  display: none;
  margin-top: 6.5625vw;
  border-top: 1px solid #e5e5e5
}

.p-detail__block a {
  text-decoration: underline
}

.p-detail__block a:hover {
  text-decoration: none
}

.p-detail__block p:not([class]) {
  font-size: 13px;
  line-height: 2
}

[lang=en] .p-detail__block p:not([class]) {
  font-size: 14px;
  line-height: 1.85
}

.p-detail__block p:not([class])+.p-detail__copy {
  margin-top: 6.171875vw
}

.p-detail__block .p-detail__copy+p:not([class]) {
  margin-top: 30px
}

.p-detail__block .p-detail__title+p:not([class]) {
  margin-top: 19px
}

.p-detail__block p:not([class])+p:not([class]) {
  margin-top: 14px
}

.p-detail__title {
  font-size: 18px;
  line-height: 1.44444
}

[lang=en] .p-detail__title {
  font-size: 19px;
  line-height: 1.26316
}

.page-business .p-detail__title {
  color: #1cb1c4
}

.p-detail__aside {
  width: 21.875vw;
  min-width: 280px
}

.p-detailIntro {
  min-width: 1024px;
  margin-top: 57px
}

.page-business.-highlight .p-detailIntro {
  background: #3fa350
}

.page-business.-highlight .p-detailIntro.-recycle {
  background: url("https://t-turbo.co.jp/img/recycle_1/main.webp") center/cover no-repeat
}

.page-business.-highlight .p-detailIntro.-life {
  background: url("https://t-turbo.co.jp/img/life_1/main.webp") center/cover no-repeat
}

.page-business.-highlight .p-detailIntro.-town {
  background: url("https://t-turbo.co.jp/img/town_1/main.webp") center/cover no-repeat
}

.page-business.-highlight .p-detailIntro.-technology {
  background: url("https://t-turbo.co.jp/img/technology_1/main.webp") center/cover no-repeat
}

.p-detailIntro__row {
  position: relative;
  padding-top: 52px;
  padding-bottom: 52px
}
/*各ページのトップが見えなくなっている2024/12/19*/
.page-business.-highlight .p-detailIntro__row {
  margin-top: -61px;
  padding-top: 400px
}

.p-detailIntro__body {
  position: absolute;
  z-index: 1;
  top: 9.140625vw;
  left: 0
}

.p-detailIntro__body .unisoil_point {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 220px;
  margin-top: 1rem;
  padding: .5rem 1rem;
  border-radius: 100px;
  background: #fff
}

.p-detailIntro__body .unisoil_point img.r-mark {
  display: inline-block;
  width: 18px;
  max-width: inherit;
  margin: 0;
  padding-top: 0;
  padding-right: .5rem
}

.p-detailIntro__body .unisoil_point.r-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.p-detailIntro__body .unisoil_point.-min {
  width: 110px
}

.p-detailIntro__category {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800
}

[lang=en] .p-detailIntro__category {
  font-size: 14px
}

.p-detailIntro .p-detailIntro__category span:nth-child(1) {
  margin-right: 6px;
  color: #aaa
}

.p-detailIntro .p-detailIntro__category span:nth-child(2) {
  color: #fff
}

.p-detailIntro .p-detailIntro__category span:nth-child(3) {
  margin-left: 6px
}

.p-detailIntro.-recycle .p-detailIntro__category span:nth-child(3) {
  color: #28a838
}

.p-detailIntro.-life .p-detailIntro__category span:nth-child(3) {
  color: #1cb1c4
}

.p-detailIntro.-town .p-detailIntro__category span:nth-child(3) {
  color: #f5a20b
}

.p-detailIntro.-technology .p-detailIntro__category span:nth-child(3) {
  color: #e83418
}

.p-detailIntro__title {
  /*
  margin-top: 30px;
  */
  color: #fff;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.2
}

.p-detailIntro__image {
  width: 768px;
  margin-left: auto
}

p-detailIntro__image .inner {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; /* 16:9のアスペクト比（必要に応じて変更） */
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; /* 画像をコンテナ全体に広げる */
}


.p-detailIntro__arrow {
  display: inline-block;
  margin-top: 38px
}

.p-intro {
  position: relative;
  margin-top: 9.140625vw
}

.p-intro__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-intro__inner ul:first-child {
  border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.p-intro__inner ul:nth-child(2) {
  margin-top: 1rem
}

.c-localNav__row ul:nth-child(2) {
  margin-top: 1.5rem
}

.p-intro__title {
  letter-spacing: .018em;
  font-weight: 800
}

[lang=en] .p-intro__title {
  letter-spacing: 0
}

.p-intro__title span {
  display: block
}

.p-intro__title .-en {
  text-transform: uppercase;
  font-size: 2.8rem
}

[lang=en] .p-intro__title .-en {
  font-size: 3rem
}

.p-intro__title .-ja {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 800
}

.page-people .p-intro__title .-ja {
  color: #fea339
}

.page-company .p-intro__title .-ja {
  color: #76cb5c
}

.page-contact .p-intro__title .-ja {
  color: #49a7bc
}

.p-intro__nav {
  margin-bottom: 1rem
}

.p-intro__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-intro__nav li:nth-child(n+2) {
  margin-left: 21px
}

.p-intro__nav a {
  position: relative;
  display: block;
  padding-bottom: 13px;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  font-size: 14px
}

[lang=en] .p-intro__nav a {
  font-size: 19px
}

.p-intro__nav a.-current {
  cursor: default;
  pointer-events: none
}

.p-intro__nav a.-current:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.page-people .p-intro__nav a.-current {
  color: #fea339
}

.page-company .p-intro__nav a.-current {
  color: #76cb5c
}

.p-intro__nav a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  content: "";
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.page-people .p-intro__nav a:after {
  background-color: #fea339
}

.page-company .p-intro__nav a:after {
  background-color: #76cb5c
}

.p-section {
  margin-top: 9.140625vw
}

.p-section.-separate {
  padding-top: 79px;
  border-top: 1px solid #e5e5e5
}

.p-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-section__title {
  font-size: 18px;
  line-height: 1.15
}

[lang=en] .p-section__title {
  font-size: 19px
}

.p-section__title .icon-font {
  margin-right: 3px;
  vertical-align: -1px;
  font-size: 15px
}

.page-business .p-section__title {
  color: #1cb1c4
}

.page-people .p-section__title {
  color: #fea339
}

.p-top {
  position: absolute;
  top: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: none
}

body.-pc .p-top__inner>.l-container {
  z-index: 5
}

.p-top__ci-txt {
  display: block;
  margin: 0 auto 0.5rem auto;  /* ← ここ！！中央に配置するためのキー */
  color: #fff;
  font-size: 32px;        /* サイズ調整OK */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  transform: translateX(-40px); /* ← 見た目に合わせて微調整！ */
}

body.-pc .p-top__ci-txt {
  -webkit-transition: font-size .6s cubic-bezier(0.6, 0.03, 0.02, 1), margin .6s cubic-bezier(0.6, 0.03, 0.02, 1);
  transition: font-size .6s cubic-bezier(0.6, 0.03, 0.02, 1), margin .6s cubic-bezier(0.6, 0.03, 0.02, 1)
}

.p-top__main {
  position: relative;
  z-index: 1;
  margin-right: -7px;
  margin-left: -7px
}

.p-top__mainRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  margin-top: 39px
}

_::-webkit-full-page-media,
_:future {
  perspective: none;
  -webkit-perspective: none
}

:root .p-top__mainItem a.button {
  perspective: none;
  -webkit-perspective: none
}

.p-top__mainItem {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333%;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-transition: .2s;
  transition: .2s
}

.p-top__mainItem a {
  display: block;
  padding: 22px 26px 24px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  color: #fff;
  border-radius: 3px
}

.p-top__mainItem a .icon-font {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: -4px;
  padding-bottom: .5rem;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #333;
  font-size: 27px
}

.p-top__mainItem a:hover .icon-font-icon_arrow-circle {
  -webkit-animation-name: arrow-rl-5;
  animation-name: arrow-rl-5;
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

.p-top__mainItem a.button {
  position: relative;
  height: 140px;
  -webkit-perspective: 300px;
  perspective: 300px
}

.p-top__mainItem a.button span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 185px;
  padding: 22px 26px 24px;
  -webkit-transition: all 1s;
  transition: all 1s;
  pointer-events: none;
  border: 2px solid #333;
  line-height: 56px
}

.p-top__mainItem a.button span .icon-font {
  z-index: 1
}

.p-top__mainItem a.button span:nth-child(1) {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -95px;
  transform-origin: 50% 50% -95px;
  color: #fff;
  background-color: #333
}

.p-top__mainItem a.button span:nth-child(2) {
  z-index: 0;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -95px;
  transform-origin: 50% 50% -95px;
  color: #333;
  background-color: #fff
}

.p-top__mainItem a.button:hover span {
  border: 0
}

.p-top__mainItem a.button:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.p-top__mainItem a.button:hover span:nth-child(1) .icon-font {
  color: #fff
}

.p-top__mainItem a.button:hover span:nth-child(2) {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  background-color: #333
}

.p-top__mainItem a.button:hover span:nth-child(2) .icon-font {
  opacity: 0
}

.p-top__mainItem a.button.-recycle span:nth-child(2) .p-top__mainTitle {
  color: #28a838
}

.p-top__mainItem a.button.-recycle:hover span:nth-child(1) {
  background-color: #28a838
}

.p-top__mainItem a.button.-recycle:hover span:nth-child(2) {
  color: #28a838;
  background-color: #28a838
}

.p-top__mainItem a.button.-life span:nth-child(2) .p-top__mainTitle {
  color: #00a6d9
}

.p-top__mainItem a.button.-life:hover span:nth-child(1) {
  background-color: #00a6d9
}

.p-top__mainItem a.button.-life:hover span:nth-child(2) {
  color: #00a6d9;
  background-color: #00a6d9
}

.p-top__mainItem a.button.-town span:nth-child(2) .p-top__mainTitle {
  color: #f5a20b
}

.p-top__mainItem a.button.-town:hover span:nth-child(1) {
  background-color: #f5a20b
}

.p-top__mainItem a.button.-town:hover span:nth-child(2) {
  color: #f5a20b;
  background-color: #f5a20b
}

.p-top__mainItem a.button.-technology span:nth-child(2) .p-top__mainTitle {
  color: #e83418
}

.p-top__mainItem a.button.-technology:hover span:nth-child(1) {
  background-color: #e83418
}

.p-top__mainItem a.button.-technology:hover span:nth-child(2) {
  color: #e83418;
  background-color: #e83418
}

.p-top__mainText {
  font-size: 2.8rem;
  line-height: 1.28571
}

.p-top__mainTitle {
  color: #fff;
  line-height: 1.5
}

.p-top__mainTitle span {
  display: block
}

.p-top__mainTitle .-en {
  font-size: 2.2rem;
  line-height: 1.22727
}

.p-top__mainTitle .-ja {
  margin-top: 3px;
  font-size: 11px
}

.p-top__body {
  position: relative;
  z-index: 0;
  background-color: #233865
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem
}

.head h2 {
  color: #fff
}

.head h2 span.-main {
  font-size: 2.4rem
}

.head h2 span.-en {
  display: block;
  text-transform: uppercase;
  opacity: .6;
  font-size: 1rem;
  line-height: 2
}

.head a.topics {
  color: #fff
}

.p-top__member .head h2 {
  color: #233865
}

.p-top__news {
  margin-top: 4rem
}

.p-top__news .col-2.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-top__news .col-2 .c-news {
  width: 65%;
  padding: 2rem;
  border-radius: 6px;
  background: #4e628d
}

.p-top__news .col-2 .c-news .list {
  display: grid
}

.p-top__news .col-2 .c-news .list .item {
  margin-top: 1rem
}

.p-top__news .col-2 .c-news .list .item a.topics {
  width: auto;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8
}

.p-top__news .col-2 .c-news .list .item a.topics .icon-font {
  position: relative;
  margin-left: 5px;
  vertical-align: middle
}

.p-top__news .col-2 .c-news .list .item a:hover .icon-font-icon_arrow-circle {
  -webkit-animation-name: arrow-rl-5;
  animation-name: arrow-rl-5;
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

.p-top__member {
  width: 30%;
  margin-top: 0
}

.p-top__member .inner {
  padding: 2rem;
  border-radius: 6px;
  background: #fff
}

.p-top__member .inner .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 1rem
}

.p-top__member .inner .list li {
  position: relative;
  height: 55px
}

.p-top__member .inner .list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-height: 50px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}

.p-top__member .inner .list li:nth-child(6n) {
  margin-right: 0
}

.p-top__member .head h2 {
  color: #233865
}

.l-footer__sub {
  width: 30%
}

.l-footer__sub .p-top__member {
  width: 100%;
  margin-bottom: 2rem
}

.l-footer__text {
  float: right
}

.remodal-wrapper {
  padding: 0
}

.remodal-wrapper:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 127px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%)
}

.u-opacity {
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}

.u-sronly {
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px
}

.u-flexEnd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

#recruit * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#recruit *:before,
#recruit *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#recruit .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  min-width: 1024px;
  height: 378px;
  color: #fff;
  background: url("../images/recruit/keyvisual.webp.html") center no-repeat;
  background-size: cover;
  font-weight: bold
}

#recruit .section-group {
  min-width: 1024px;
  padding-bottom: 100px
}

[data-page=carrer] #recruit .section-group {
  margin-top: 140px;
  padding: 90px 0;
  background: #f2f2f2
}

[data-page=detail] #recruit .section-group {
  margin-top: 70px;
  padding: 90px 0;
  background: #f2f2f2
}

#recruit .section-group .link-list-item {
  display: block
}

#recruit .section-group .link-list-item[data-recruit-flexbox-item="1"] {
  width: 21.64%
}

#recruit .section-group .link-list-item[data-recruit-flexbox-item="2"] {
  width: 47.97%
}

#recruit .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  min-width: 1024px;
  height: 597px;
  background: #1b1b1b
}

[data-page=carrer] #recruit .footer {
  margin-top: 110px
}

#recruit .footer .link-list-item {
  display: block;
  width: 30.46%;
  height: 312px;
  padding: 24px;
  border-radius: 3px
}

#recruit .footer .link-list-item[data-type=business] {
  background: #00b4c6
}

#recruit .footer .link-list-item[data-type=technology] {
  background: #51cf49
}

#recruit .footer .link-list-item:hover .icon-font {
  -webkit-animation-name: arrow-rl-5;
  animation-name: arrow-rl-5;
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

#recruit .footer .link-list-item .icon-font {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 30px
}

#recruit .footer .link-list-item+.link-list-item {
  margin-left: 44px
}

#recruit .section-filter {
  min-width: 1024px;
  margin-top: 64px
}

#recruit .section-filter-tags {
  margin-bottom: 12px;
  font-size: 13px
}

#recruit .section-filter .box-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  height: 37px
}

#recruit .section-jobs {
  min-width: 1024px;
  margin-top: 40px
}

#recruit .section-jobs [data-recruit-flexbox-row] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px
}

#recruit .section-jobs [data-recruit-flexbox-row]>span {
  display: block;
  width: 30.47%
}

#recruit .section-jobs .job-list-item {
  position: relative;
  display: block;
  width: 30.47%;
  padding: 20px 20px 78px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  border-radius: 2px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03)
}

#recruit .section-jobs .job-list-item[data-recruit-type="1"] {
  min-height: 336px
}

#recruit .section-jobs .job-list-item[data-recruit-type="2"] {
  min-height: 445px
}

#recruit .section-jobs .job-list-item:hover {
  background: rgba(242, 242, 242, .5)
}

#recruit .section-jobs .job-list-item:hover .icon-font {
  -webkit-animation-name: arrow-rl-external-transform;
  animation-name: arrow-rl-external-transform;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  color: #000
}

#recruit .section-jobs .job-list-item:before {
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 20px;
  height: 4px;
  content: "";
  border-radius: 0 0 2px 2px/0 0 2px 2px;
  background: #ff5549
}

#recruit .section-jobs .job-list-item .icon-font {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: #c2c2c2;
  font-size: 22px
}

[data-current-find-type="1"] #recruit .section-jobs [data-recruit-type="2"],
[data-current-find-type="2"] #recruit .section-jobs [data-recruit-type="1"] {
  display: none
}

#recruit .section-modal {
  overflow: hidden;
  height: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  font-size: 13px
}

#recruit.-open-modal .section-modal {
  height: auto;
  -webkit-transition: opacity .2s ease-in-out, height .2s ease-in-out;
  transition: opacity .2s ease-in-out, height .2s ease-in-out;
  pointer-events: auto;
  opacity: 1
}

#recruit .section-modal [data-recruit-type="1"] dl:first-child {
  margin-top: 20px
}

#recruit .section-modal [data-recruit-type="1"] dl:after {
  display: block;
  clear: both;
  content: ""
}

#recruit .section-modal [data-recruit-type="1"] dl+dl {
  margin-top: 22px;
  padding-bottom: 10px;
  border-bottom: solid #e5e5e5 1px
}

#recruit .section-modal [data-recruit-type="1"] dl+dl:last-child {
  border-bottom: none
}

#recruit .section-modal [data-recruit-type="1"] dt {
  float: left;
  width: 98px;
  height: 13px;
  color: rgba(0, 0, 0, .6)
}

#recruit .section-modal [data-recruit-type="1"] dd {
  position: relative;
  float: left;
  width: calc(100% - 98px)
}

#recruit .section-modal [data-recruit-type="1"] dd:after {
  display: block;
  clear: both;
  content: ""
}

#recruit .section-modal [data-recruit-type="2"] dl {
  padding-bottom: 10px;
  border-bottom: solid #e5e5e5 1px
}

#recruit .section-modal [data-recruit-type="2"] dl:first-child {
  margin-top: 20px
}

#recruit .section-modal [data-recruit-type="2"] dl:after {
  display: block;
  clear: both;
  content: ""
}

#recruit .section-modal [data-recruit-type="2"] dl+dl {
  margin-top: 22px
}

#recruit .section-modal [data-recruit-type="2"] dl+dl:last-child {
  padding-bottom: 0;
  border-bottom: none
}

#recruit .section-modal [data-recruit-type="2"] dt {
  float: left;
  width: 98px;
  height: 13px;
  color: rgba(0, 0, 0, .6)
}

#recruit .section-modal [data-recruit-type="2"] dd {
  position: relative;
  float: left;
  width: calc(100% - 98px)
}

#recruit .section-modal [data-recruit-type="2"] dd:after {
  display: block;
  clear: both;
  content: ""
}

@supports(-ms-ime-align: auto) {
  #recruit .section-modal {
    display: none
  }
}

@supports(-ms-ime-align: auto) {
  #recruit.-open-modal .section-modal {
    display: block
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px
  }
}

@media all and (-ms-high-contrast: none) {
  .l-page {
    display: block
  }

  .page-people .c-card__name:after,
  .page-people .c-card__service:after {
    display: none
  }

  .c-card__name:after {
    bottom: -15px
  }

  .u-flexEnd {
    max-width: 100%
  }

  #recruit .section-modal {
    display: none
  }

  #recruit.-open-modal .section-modal {
    display: block
  }
}

@media(min-width: 90.0625em) {
  html {
    font-size: 12px
  }

  #chart {
    position: relative;
    display: block;
    overflow: hidden;
    width: calc(100% - 300px);
    height: 400px;
    margin: 0 auto
  }

  .p-detail__main {
    max-width: 900px
  }

  .p-detail__txtbox .flow img {
    width: 40%
  }

  .p-detailIntro__image.-full .inner {
    background-size: 600px !important
  }

  .page-business .p-detailIntro__title {
    padding-right: 600px !important
  }

  .drilling__box .p-detail__flexinner:nth-child(n+3) {
    margin: 0
  }

  .w745 {
    max-width: 945px
  }
}

@media(min-width: 80em) {
  .l-container {
    padding-right: 7.8125vw;
    padding-left: 7.8125vw
  }
}

@media(min-width: 60em) {

  .p-basis__row.-news,
  .p-basis__row.-special {
    margin-top: 200px
  }

  .p-basis__row.-news .p-aside__section.-separate,
  .p-basis__row.-special .p-aside__section.-separate {
    max-width: 200px;
    margin-top: 0;
    margin-left: auto;
    padding-top: 0;
    border-top: none
  }

  .p-basis__row.-news .p-aside__section.-separate .c-card__link:before,
  .p-basis__row.-special .p-aside__section.-separate .c-card__link:before {
    background: #76cb5c
  }

  .p-basis__row.-news .p-aside__section.-separate .c-card__link:hover:before,
  .p-basis__row.-special .p-aside__section.-separate .c-card__link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  .p-basis__row.-news .p-aside__section.-separate .p-aside__sectionTitle,
  .p-basis__row.-special .p-aside__section.-separate .p-aside__sectionTitle,
  .p-basis__row.-news .p-aside__section.-separate .c-card__name,
  .p-basis__row.-special .p-aside__section.-separate .c-card__name {
    color: #76cb5c
  }

  .p-basis__row.-news .p-aside__section.-separate .c-card__name:after,
  .p-basis__row.-special .p-aside__section.-separate .c-card__name:after {
    background: #76cb5c
  }
}

@media(min-width: 48.0625em) {
  body.-overflow-hidden {
    overflow: hidden
  }

  .form-area.-entry .p-detail__table tr:last-child {
    display: inline-block;
    width: inherit
  }

  .form-area.-entry .p-detail__table tr th:last-child {
    padding-bottom: 0
  }

  .main-visual {
    min-width: 1024px
  }

  .l-header:not(.-scroll) {
    height: 61px
  }

  .l-header:hover {
    height: auto
  }

  .l-header:hover .l-header__inner:after {
    border-bottom-color: rgba(0, 0, 0, .05)
  }

  .l-header.-scroll.-activeHeader .l-globalNav__subItem.-news,
  .l-header.-scroll.-activeHeader .l-globalNav__subItem.-company {
    opacity: 1
  }

  .p-top_header .l-header__inner {
    display: none
  }

  .page-top .l-header__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .l-remoteNav__mainItem a .-en {
    display: inline-block;
    width: 140px;
    text-align: center;
    font-size: 1.4rem
  }

  .c-carousel.-project-sp .c-carousel__item {
    margin-top: 25px
  }

  .c-carousel.-project-sp .c-carousel__item+.c-carousel__item {
    margin-top: 33px
  }

  .c-carousel.-project-sp.-recruit .c-carousel__item {
    margin-top: 0
  }

  .c-carousel.-project-sp.-recruit .c-carousel__item+.c-carousel__item {
    margin-top: 0
  }

  .c-menu.-active i:nth-child(1) {
    top: 10px
  }

  .c-menu.-active i:nth-child(3) {
    bottom: 10px
  }

  .c-menu__button:hover {
    opacity: .2
  }

  .c-toc li:nth-child(n+2) {
    margin-top: 8px
  }

  .p-aside__section .c-carousel {
    margin-top: 3.90625vw
  }

  .page-people .p-detailIntro {
    margin-top: -61px;
    padding-top: 61px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
  }

  .page-people .p-detailIntro__row {
    padding-top: 9.140625vw;
    padding-bottom: 145px
  }

  .page-people .p-detailIntro__body {
    position: relative;
    top: 0
  }

  .page-business .p-detailIntro__title {
    padding-right: 500px
  }

  .p-detailIntro__image.-full .inner {
    background-position: right center;
    background-size: 500px auto
  }

  .page-people .p-intro__nav a:hover {
    color: #fea339
  }

  .page-company .p-intro__nav a:hover {
    color: #76cb5c
  }

  .p-intro__nav a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  .p-top__inner {
    min-height: 0
  }

  .p-top__inner>.l-container {
    position: relative;
    z-index: 1
  }

  .p-top__inner _:-ms-lang(x)::-ms-backdrop {
    min-height: 0
  }

  .p-top__ci a img {
    max-height: 150px
  }

  .p-top__body {
    min-width: 1024px
  }

  .p-top__body:after {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 90px;
    content: "";
    background-color: #233865
  }

  .u-opacity:hover {
    text-decoration: none;
    opacity: .8
  }

  .u-sp {
    display: none !important
  }
}

@media(min-width: 1601) {
  .c-localNav {
    margin-top: 146.25px;
    margin-bottom: 178.75px
  }

  .p-basis__intro .c-toc {
    margin-top: 62.5px
  }
}

@media(min-width: 100.0625em) {
  .top-document a {
    right: 2vh
  }

  .c-menu {
    right: auto;
    left: 50%;
    width: 1280px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(255, 0, 0, .5)
  }

  .c-recruit.-separate {
    margin-top: 178.75px
  }

  .p-aside__section {
    margin-top: 113.75px
  }

  .p-aside__section+.p-aside__section {
    margin-top: 63.75px
  }

  .p-aside__section.-separate {
    margin-top: 110px
  }

  .p-aside__section .c-carousel {
    margin-top: 62.5px
  }

  .p-detail {
    margin-top: 146.25px
  }

  .p-detail__main .p-section {
    padding-top: 65px
  }

  .p-detail__main .p-cardList__item {
    margin-top: 25px
  }

  .p-detail__block.-image {
    padding-top: 65px
  }

  .p-detail__block.-separate {
    margin-top: 105px
  }

  .p-detail__block p:not([class])+.p-detail__copy {
    margin-top: 98.75px
  }

  .p-detail__aside .p-section {
    margin-top: 112.5px
  }

  .page-people .p-detailIntro__row {
    padding-top: 146.25px
  }

  .p-intro {
    margin-top: 146.25px
  }

  .p-section {
    margin-top: 146.25px
  }

  .p-section:last-child {
    padding-bottom: 178.75px
  }
}

@media(max-width: 90em) {
  .c-menu {
    top: 16px
  }

  .p-detail__main {
    max-width: 840px
  }

  .p-detail__main .p-detail__main {
    max-width: 840px
  }

  .form-area .p-detail__table tr:nth-child(n+2) input {
    display: block
  }

  .w745 {
    min-width: inherit;
    max-width: inherit
  }
}

@media(max-width: 80em) {
  .c-recruit .icon-font-icon_tip {
    left: 64px
  }
}

@media(max-width: 74.375em) {
  .p-detail__main {
    min-width: 596px
  }
}

@media(max-width: 73.125em) {
  .l-container {
    width: 936px;
    padding-right: 44px;
    padding-left: 44px
  }

  .l-globalNav .l-container {
    width: 936px
  }

  .c-menu {
    right: auto;
    left: 50%;
    width: 936px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media(max-width: 64em) {
  .c-localNav {
    margin-top: 93.6px;
    margin-bottom: 114.4px
  }

  .c-menu {
    left: 44px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .c-recruit.-separate {
    margin-top: 114.4px
  }

  .p-aside__section {
    margin-top: 72.8px
  }

  .p-aside__section+.p-aside__section {
    margin-top: 40.8px
  }

  .p-aside__section.-separate {
    margin-top: 70.4px
  }

  .p-aside__section .c-carousel {
    margin-top: 40px
  }

  .p-basis__row {
    margin-top: 71.2px
  }

  .p-basis__intro .c-toc {
    margin-top: 40px
  }

  .p-cardList__item {
    margin-top: 48px
  }

  .p-detail {
    margin-top: 93.6px
  }

  .p-detail__row {
    margin-top: 72px
  }

  .p-detail__main .p-section {
    padding-top: 41.6px
  }

  .p-detail__main .p-cardList__item {
    margin-top: 36.8px
  }

  .p-detail__block.-image {
    padding-top: 41.6px
  }

  .p-detail__block.-separate {
    margin-top: 67.2px
  }

  .p-detail__block p:not([class])+.p-detail__copy {
    margin-top: 63.2px
  }

  .page-people .p-detailIntro__row {
    padding-top: 93.6px
  }

  .p-intro {
    margin-top: 93.6px
  }

  .p-section {
    margin-top: 93.6px
  }

  .p-section:last-child {
    padding-bottom: 114.4px
  }
}

@media(max-width: 48em) {
  body.-pc.p-top__news {
    max-height: 120px
  }

  .slide.top {
    max-height: 80px
  }

  .slide.top a {
    display: block
  }

  .slide.top a span {
    display: inline-block
  }

  .swiper-container .swiper-wrapper .swiper-slide .p-detail__flex .p-detail__flexinner {
    width: 100%;
    margin-top: 0;
    padding-bottom: 2rem
  }

  .swiper-container .swiper-wrapper .swiper-slide .p-detail__flex .p-detail__flexinner .subTitle {
    font-size: 28px;
    line-height: 1.2
  }

  .swiper-container .swiper-wrapper .swiper-slide .p-detail__flex .p-detail__flexinner p.item__btn {
    position: relative;
    width: 100%;
    padding: .5rem 0
  }

  .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%
  }

  .c-news {
    max-height: inherit
  }

  .c-news .slide .item time {
    display: block
  }

  #page_top {
    bottom: 4vh
  }

  .tab .tabContents article .topic_detail {
    display: block
  }

  .tab .tabContents article .topic_detail .topic_option {
    opacity: .6
  }

  .tab .tabContents article .topic_detail h4 {
    padding-left: 0
  }

  .tab .tabContents article .topic_detail h4 span {
    display: none
  }

  .p-company__section.p-news .p-detail__copy .l-grid {
    grid-template-columns: 1fr
  }

  .p-company__section .block {
    padding: 2rem;
    text-align: justify
  }

  .p-company__section .block .block_inner .icon img {
    aspect-ratio: inherit
  }

  .p-company__section .block .block_inner h4 {
    font-size: 16px
  }

  .p-company__section .p-detail__txtbox.handwrite {
    padding: 1rem
  }

  .p-company__section .p-detail__txtbox.handwrite .content {
    padding: 1rem 2rem
  }

  .p-company__section.-document .p-cardList__row {
    grid-template-columns: 1fr
  }

  .p-company__section.-document .p-cardList__row .p-cardList__item.col3 {
    margin-top: 0
  }

  .p-company__section.-recruit .-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .p-company__section.-recruit .-flex a.short {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 0;
    text-align: center;
    border: 1px solid #fff
  }

  .p-company__section.-recruit .p-detail__txtbox.handwrite {
    padding: 1rem
  }

  .p-company__section.-recruit .p-detail__txtbox.handwrite .content {
    padding: 1rem
  }

  .p-company__section.-recruit .p-detail__txtbox .btn-area.-flex a.entry {
    width: 100%
  }

  .p-company__section.-recruit .p-detail__txtbox .btn-area.-flex a.entry:nth-child(2) {
    margin-top: 2rem;
    margin-left: 0
  }

  .p-detail__copy .p-detail__txtbox.dlpdf p {
    text-align: center
  }

  .p-detail__copy .p-detail__txtbox.dlpdf a {
    font-size: 1.4rem
  }

  .p-detail__jointxt {
    padding: 1rem;
    text-align: center;
    font-size: 1.2rem
  }

  .p-detail__main .p-detail__txtbox.dlpdf {
    width: 100%
  }

  .c-news {
    display: block
  }

  .c-news .head h2 span.-main {
    font-size: 2rem
  }

  .c-news a.topics {
    display: block;
    margin-top: 1rem;
    padding: 0;
    text-align: justify;
    font-size: 1.2rem;
    line-height: 2rem
  }

  .c-news a.topics .c-news__date {
    display: block
  }

  .p-top__member {
    width: 100%
  }

  .p-basis__row.-news .p-aside__section {
    display: none
  }

  .p-basis__row.-news .p-detail__aside {
    border-top: none
  }

  .pc {
    display: none !important
  }

  .sp {
    display: block !important
  }

  .tab .tabMenu li {
    padding: 0 .5rem;
    font-size: 1.4rem
  }

  .p-detail__flex {
    display: block
  }

  .p-detail__flex .p-detail__flexinner:nth-child(n+1) {
    margin-top: 1rem
  }

  .p-detail__flex.distorted+.l-grid {
    margin-top: 4rem
  }

  .p-detail__flex.distorted p {
    width: 100%
  }

  .p-detail__flex.distorted .long {
    width: 100%
  }

  .p-detail__flex.distorted .long p {
    min-height: inherit
  }

  .p-detail__flex.distorted img {
    width: 100%;
    height: inherit;
    max-height: inherit
  }

  .p-detail__flex.distorted img.min {
    width: 100%
  }

  .p-detail__flex.distorted h4 {
    margin-top: 10vw
  }

  .drilling__box {
    margin-bottom: 10vw;
    padding-bottom: 10vw
  }

  .drilling__box .p-detail__flex {
    display: block
  }

  .drilling__box .p-detail__flex.distorted .long,
  .drilling__box .p-detail__flex.distorted img.min,
  .drilling__box .p-detail__flex.distorted .vertical {
    width: 100%
  }

  .life__copyTitle.-paint {
    font-size: 1.8rem
  }

  .slide .item {
    padding-top: 0
  }

  .slide .item img {
    width: 290px
  }

  .slide .item .item__btn {
    position: relative;
    width: 270px
  }

  .slide .item .life__copyTitle {
    font-size: 1.4rem
  }

  .slide .item p:not([class]) {
    width: 270px;
    min-height: 200px;
    margin-top: .5rem
  }

  .l-globalNav__sub-menu_inner {
    display: block;
    line-height: 1.6
  }

  .l-globalNav__sub-menu_inner:first-child {
    margin-left: 20px
  }

  .l-globalNav__sub-menu_inner:first-child:before {
    content: none
  }

  .max {
    width: 100vw;
    margin: 0 calc(50% - 50vw)
  }

  table.p-detail__table {
    table-layout: inherit
  }

  .p-detail__flex .p-detail__flexinner {
    width: 100%
  }

  .p-detail__flex .p-detail__flexinner>.p-detail__copymin,
  .p-detail__flex .p-detail__flexinner:nth-child(n+3) {
    margin-top: 1rem
  }

  .p-detail__flex.-flex8.col3 .p-detail__flexinner {
    width: 100%
  }

  .p-detail__flex.-flex8.col3.-intext .p-detail__flexinner {
    width: 100%
  }

  .p-detail__flex.-flex8.col3.-intext .p-detail__flexinner:nth-child(n+2) {
    margin-top: 1rem
  }

  .p-detail__txtbox .flow {
    padding-left: 0
  }

  .p-detail__txtbox .flow::before {
    left: 0
  }

  .p-detail__txtbox .flow>li .icon::after {
    content: none
  }

  .p-detail__txtbox .flow>li dl {
    padding-left: 20px
  }

  .p-detail__txtbox .flow>li dl::after {
    width: 10px
  }

  .p-detail__txtbox .flow>li dd {
    display: block
  }

  .p-detail__txtbox .flow>li .icon {
    position: relative;
    left: 0;
    display: block;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 1rem;
    text-align: center;
    font-size: .8rem
  }

  .p-detail__txtbox .flow img {
    width: 100%
  }

  .p-detail__txtbox h3.subttl {
    font-size: 1.6rem;
    line-height: 1.4
  }

  .p-detail__txtbox .list li {
    width: 100%
  }

  .p-detail__txtbox .explanation .col p.name {
    font-size: 1.6rem
  }

  .p-detail__txtbox .col-1 {
    width: 100%
  }

  table.p-detail__table {
    width: 100%;
    margin-bottom: 10px
  }

  table.p-detail__table th {
    width: 80px;
    text-align: center;
    font-size: 14px
  }

  table.p-detail__table td {
    font-size: 10px;
    font-weight: normal
  }

  table.p-detail__table .control th {
    text-align: center
  }

  table.p-detail__table .control td {
    padding: 3px;
    text-align: center;
    letter-spacing: 0em
  }

  table.p-detail__table .type th,
  table.p-detail__table .type td {
    text-align: center
  }

  .page-business table.p-detail__table {
    position: relative;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    white-space: nowrap
  }

  .page-business table.p-detail__table.block {
    display: block
  }

  .form-area {
    margin: 3rem 0;
    padding: 2rem
  }

  .form-area form {
    padding: 2rem
  }

  .form-area .item.l-grid {
    grid-template-columns: 1fr
  }

  .form-area .item dd.l-grid {
    grid-template-columns: 1fr
  }

  .form-area select {
    width: 100%;
    max-width: inherit;
    padding: .75rem
  }

  .form-area input[type=text],
  .form-area input[type=email],
  .form-area input[type=tel] {
    max-width: inherit
  }

  .form-area .p-detail__table tr {
    display: grid;
    padding: .5rem 0
  }

  .form-area .p-detail__table tr th,
  .form-area .p-detail__table tr td {
    width: 100%;
    padding: 1rem
  }

  .form-area .p-detail__table tr th {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0 !important
  }

  .form-area .p-detail__table tr td {
    border: 0 !important
  }

  .form-area .p-detail__table tr:first-child {
    padding-bottom: 0
  }

  .form-area .p-detail__table tr:last-child td {
    width: 100%
  }

  .form-area .p-detail__table:last-child {
    width: 100%
  }

  .form-area.-privacy span label {
    font-size: 12px
  }

  #submit input[type=submit] {
    width: 100%;
    font-size: 16px
  }

  .p-company__body .p-detail__copymin {
    text-align: justify
  }

  input[type=text],
  input[type=tel] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.5em
  }

  textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.5em
  }

  select {
    border: 1px solid #999
  }

  ::-webkit-input-placeholder {
    width: 80%;
    color: #acacac
  }

  .radio,
  .checkbox {
    width: 100%
  }

  .l-grid {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .office.col-2 {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .office .office_inner {
    margin-bottom: 0
  }

  .award.l-grid {
    grid-template-columns: 1fr
  }

  .p-company__section .bg1_inner {
    width: 90%
  }

  .c-localNav__row ul:nth-child(2) {
    margin-top: .5rem
  }

  .p-intro__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem
  }

  .p-intro__nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }

  .p-intro__nav ul li a {
    text-align: center
  }

  .p-intro__nav ul li:nth-child(n+2) {
    margin-left: 0
  }

  .p-intro__nav ul li:nth-child(-n+3) {
    width: auto
  }

  .p-intro__nav ul li:nth-child(n+4) {
    width: auto
  }

  .p-detail__txtbox {
    margin-bottom: 8.90625vw
  }

  .p-detail__copymin {
    margin-top: 10px
  }

  .p-detailIntro__category span:nth-child(1) {
    color: #000
  }

  .-flex {
    display: block
  }

  .p-company__section.p-news a.news-archive {
    width: 100%
  }

  .p-company__section.-recruit .p-detail__txtbox a.entry {
    width: 100%
  }

  .p-company__section.-recruit .p-detail__txtbox table.p-detail__table {
    position: relative;
    display: block;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    white-space: nowrap;
    border: 1px solid #ccc
  }

  .p-company__section.-recruit .p-detail__txtbox table.p-detail__table th {
    border-top: 0;
    border-right: 0;
    border-left: 0
  }

  .p-company__section.-recruit .p-detail__txtbox table.p-detail__table td {
    border-top: 0;
    border-left: 0
  }

  .p-company__section.-recruit .p-detail__txtbox table.p-detail__table td:last-child {
    border-bottom: 0
  }

  .p-company__section.-recruit .p-detail__txtbox table.p-detail__table.-recruit {
    display: inherit;
    overflow: inherit;
    white-space: normal;
    border: none;
    border-bottom: 1px solid #ccc
  }

  .p-company__section.-recruit .p-detail__txtbox table.p-detail__table.-recruit tr {
    display: grid
  }

  .p-company__section.-recruit .p-detail__txtbox table.p-detail__table.-recruit tr th {
    width: 100%;
    margin-top: 1rem;
    padding: .5rem 0;
    border: none;
    font-size: 1.2rem;
    font-weight: bold
  }

  .p-company__section.-recruit .p-detail__txtbox table.p-detail__table.-recruit tr td {
    width: 100%;
    padding: .5rem 0;
    border: none
  }

  .p-company__section.-recruit .p-detail__txtbox table.p-detail__table.-recruit tr td p:first-child {
    margin: 0
  }

  .p-company__section .job-box .job-box_inner ul li {
    line-height: 2
  }

  .p-company__section .job-box .job-box_inner img {
    width: 100%;
    max-width: inherit
  }

  .p-company__section .job-box .job-box_inner a {
    width: 100%
  }

  .p-company__section .job-box .job-box_inner a.short {
    width: 100%;
    margin: 0;
    margin-top: 1rem;
    padding: 1rem 0
  }

  .p-company__section h4 {
    font-size: 18px
  }

  .p-company__section h5 {
    font-size: 16px
  }

  .p-company__section.p-news .p-company__title,
  .p-company__section.-special .p-company__title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px
  }

  .p-company__section.p-news .p-company__title span:first-child,
  .p-company__section.-special .p-company__title span:first-child {
    display: none
  }

  .p-company__section.p-news .p-company__title span:last-child,
  .p-company__section.-special .p-company__title span:last-child {
    display: none;
    margin-top: 1rem;
    padding-top: 1rem
  }

  .p-company__section.p-news .p-company__title+.p-detail__copy,
  .p-company__section.-special .p-company__title+.p-detail__copy {
    margin-top: 0
  }

  .p-company__section .p-detail__flex img:nth-child(n+1) {
    margin-top: 1rem
  }

  .p-company__section .p-detail__flex .fit {
    height: inherit
  }

  .p-company__section .p-detail__flex .contain {
    -o-object-fit: contain;
    object-fit: contain
  }

  .p-detail__txtbox .bg1 img {
    width: 25px
  }

  .main-visual {
    top: -54px
  }

  .l-container {
    width: auto;
    min-width: auto;
    padding-right: 21px;
    padding-left: 21px
  }

  .page-top .l-header {
    top: 0
  }

  .page-business.-highlight .l-header.-transparentSp {
    background-color: rgba(0, 0, 0, 0)
  }

  .page-business.-highlight .l-header.-transparentSp:hover {
    background-color: rgba(0, 0, 0, 0)
  }

  .l-header.-transparentSp {
    background-color: rgba(0, 0, 0, 0)
  }

  .l-header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    height: 54px;
    padding-right: 40px;
    padding-bottom: 0
  }

  .l-header__inner:after {
    right: 0;
    left: 0
  }

  .l-header__inner .l-remoteNav {
    padding-right: 0;
    padding-left: 0
  }

  .l-header__ci {
    margin-top: 0
  }

  .l-header__ci svg {
    display: inherit;
    width: 98px;
    height: 17px
  }

  .wovn-languages {
    padding-top: 21px
  }

  .wovn-current {
    padding-top: 6px
  }

  .wovn-current dd:after {
    top: -7px
  }

  .wovn-lang-list {
    top: 46px;
    width: 112px
  }

  .l-globalNav {
    top: 53px;
    display: block;
    overflow-y: auto;
    padding-top: 28px;
    padding-bottom: 34px
  }

  .l-globalNav .l-container {
    width: auto
  }

  .l-globalNav__row {
    display: block
  }

  .l-globalNav__mainItem .-en {
    font-size: 32px
  }

  .l-globalNav__mainItem .-caption {
    margin-top: 4px;
    margin-bottom: 9px;
    font-size: 14px
  }

  .l-globalNav__mainItem:not(:first-child) {
    margin-top: 13px
  }

  .l-globalNav__sub {
    width: auto;
    text-align: left
  }

  .l-globalNav__subList {
    margin-top: 26px
  }

  .l-globalNav__subList .-caption {
    font-size: 11px
  }

  .l-remoteNav {
    position: fixed;
    z-index: 1;
    top: 54px;
    left: 0;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: calc(100vh - 54px);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
    opacity: 0;
    background-color: rgba(128, 128, 128, .5);
    -ms-overflow-style: none
  }

  .l-remoteNav::-webkit-scrollbar {
    display: none
  }

  .-activeHeader .l-remoteNav {
    pointer-events: auto;
    opacity: 1
  }

  .l-remoteNav:after {
    display: block;
    width: 100%;
    height: 44px;
    content: "";
    background: rgba(0, 0, 0, 0)
  }

  .l-remoteNav__mainList {
    display: block;
    padding-right: 21px;
    padding-left: 21px;
    background-color: #fff
  }

  .page-top .l-remoteNav__mainList {
    background-color: #f3f3f3
  }

  .l-remoteNav__mainList {
    padding-top: 58px
  }

  .l-remoteNav__mainItem:nth-child(n+2) {
    margin-top: 13px;
    margin-left: 0
  }

  .l-remoteNav__mainItem.-business .-caption {
    color: #1cb1c4
  }

  .l-remoteNav__mainItem.-people .-caption {
    color: #fea339
  }

  .l-remoteNav__mainItem.-technology .-caption {
    color: #76cb5c
  }

  .l-remoteNav__mainItem.-separate:before {
    top: 0;
    bottom: auto;
    left: 0;
    width: 29px;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(25%, #000), color-stop(25%, transparent)) 0 0 repeat-x;
    background: linear-gradient(90deg, #000, #000 25%, transparent 25%) 0 0 repeat-x;
    background-size: 4px 1px
  }

  .l-remoteNav__mainItem.-recruit {
    margin-top: 19px;
    padding-top: 14px;
    padding-left: 0
  }

  .l-remoteNav__mainItem.-recruit .-caption {
    color: #fd564a
  }

  .page-business .l-remoteNav__mainItem.-recruit,
  .page-business.-highlight .l-remoteNav__mainItem.-recruit,
  .page-business .l-header:hover .l-remoteNav__mainItem.-recruit,
  .page-business .-activeHeader .l-remoteNav__mainItem.-recruit {
    color: #000
  }

  .page-people .l-remoteNav__mainItem.-recruit,
  .page-company .l-remoteNav__mainItem.-recruit,
  .page-contact .l-remoteNav__mainItem.-recruit {
    color: #000
  }

  .l-remoteNav__mainItem a {
    display: block;
    height: auto
  }

  .l-remoteNav__mainItem a span {
    display: block
  }

  .l-remoteNav__mainItem a .-en {
    font-size: 3.8rem
  }

  [lang=en] .l-remoteNav__mainItem a .-en {
    font-size: 4rem
  }

  .l-remoteNav__mainItem a .-caption {
    margin-top: 4px;
    font-size: 14px
  }

  [lang=en] .l-remoteNav__mainItem a .-caption {
    font-size: 15px
  }

  .l-remoteNav__mainItem a:after {
    display: none
  }

  .l-footer {
    min-width: auto
  }

  .l-footer__row {
    display: block
  }

  .l-footer__row.-breadcrumb {
    padding-top: 24px;
    padding-bottom: 26px
  }

  .l-footer__row.-nav {
    padding-top: 52px;
    padding-right: 0
  }

  .l-footer__text {
    float: inherit
  }

  .l-footer__sub {
    width: 100%
  }

  .l-footer__sub .-recruit {
    position: relative;
    margin-top: 38px;
    padding-top: 39px
  }

  .l-footer__sub .-recruit:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, .2)
  }

  [lang=en] .l-footer__nav .-en {
    font-size: 2.9rem
  }

  .l-footer__nav.-medium .-en {
    font-size: 17px
  }

  [lang=en] .l-footer__nav.-medium .-en {
    font-size: 18px
  }

  .l-footer__note {
    margin-top: 19px;
    padding-bottom: 38px
  }

  .l-breadcrumb__item:nth-child(n+2):before {
    margin-top: 7px;
    margin-right: 12px;
    margin-left: 12px
  }

  .c-card.-name .c-card__link {
    padding-bottom: 18px
  }

  .c-card.-name .c-card__title {
    margin-top: 10px
  }

  .c-card.-name .c-card__name:after {
    bottom: -20px
  }

  .c-card.-name .icon-font-icon_arrow {
    bottom: 18px
  }

  .c-card__link .icon-font-icon_arrow {
    bottom: 12px
  }

  .c-card__media:before,
  .c-card__media:after {
    bottom: -1.5px
  }

  .c-card__media:before {
    display: none
  }

  .c-card__media:after {
    left: 28.5px;
    height: 8px
  }

  .c-card__media .-mask-01 svg,
  .c-card__media .-mask-02 svg {
    display: inherit;
    height: 10px
  }

  .c-card__media .-mask-01 svg {
    width: 29px
  }

  .c-card__title {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 1.3
  }

  [lang=en] .c-card__title {
    font-size: 18px;
    line-height: 1.2
  }

  [lang=en] .c-card__title.-large {
    font-size: 2.9rem
  }

  .c-card__name {
    font-size: 17px
  }

  [lang=en] .c-card__name {
    font-size: 18px
  }

  .swiper-carousel01,
  .swiper-carousel02 {
    position: relative
  }

  .swiper-carousel01 .swiper-button-next,
  .swiper-carousel01 .swiper-button-prev {
    position: absolute
  }

  .swiper-carousel02 .swiper-button-next,
  .swiper-carousel02 .swiper-button-prev {
    position: absolute
  }

  .swiper-carousel01 .swiper-button-next:after,
  .swiper-carousel01 .swiper-button-prev:after {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .swiper-carousel02 .swiper-button-next:after,
  .swiper-carousel02 .swiper-button-prev:after {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .swiper-carousel01 .swiper-button-next,
  .swiper-carousel02 .swiper-button-next {
    right: 25px
  }

  .swiper-carousel01 .swiper-button-next::after,
  .swiper-carousel02 .swiper-button-next::after {
    background: rgba(0, 0, 0, 0) url(https://takumas-blog.net/wp-content/uploads/2022/06/arrow-next.png) no-repeat center/contain
  }

  .swiper-carousel01 .swiper-button-prev,
  .swiper-carousel02 .swiper-button-prev {
    left: 25px
  }

  .swiper-carousel01 .swiper-button-prev::after,
  .swiper-carousel02 .swiper-button-prev::after {
    background: rgba(0, 0, 0, 0) url(https://takumas-blog.net/wp-content/uploads/2022/06/arrow-prev.png) no-repeat center/contain
  }

  .swiper-carousel01 .swiper-slide img,
  .swiper-carousel02 .swiper-slide img {
    width: 100%;
    height: auto
  }

  .c-carousel.swiper-carousel01 {
    position: relative
  }

  .c-carousel.swiper-carousel01 .swiper-wrapper.p-cardList__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: auto;
    margin-left: auto
  }

  .c-carousel.swiper-carousel01 .swiper-wrapper .swiper-slide .p-cardList__item.-width50 {
    width: 100%
  }

  .c-localNav {
    margin-top: 87px;
    margin-bottom: 80px;
    font-size: 14px
  }

  [lang=en] .c-localNav {
    font-size: 15px
  }

  .c-localNav__row {
    display: block
  }

  .c-localNav__top,
  .page-company .c-localNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    min-width: inherit;
    margin-right: 0;
    gap: 1rem
  }

  .c-localNav__top li,
  .page-company .c-localNav__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }

  .c-localNav__top li a,
  .page-company .c-localNav__list li a {
    text-align: center
  }

  .c-localNav__top li:nth-child(n+2),
  .page-company .c-localNav__list li:nth-child(n+2) {
    margin-left: 0
  }

  .c-localNav__top li:nth-child(-n+3),
  .page-company .c-localNav__list li:nth-child(-n+3) {
    width: auto
  }

  .c-localNav__top li:nth-child(n+4),
  .page-company .c-localNav__list li:nth-child(n+4) {
    width: auto
  }

  .c-localNav__item {
    margin-right: 0
  }

  .c-localNav__item a {
    font-size: 11px
  }

  .page-top .c-menu {
    height: 17px
  }

  .c-menu {
    top: 18px;
    right: 21px;
    left: auto;
    width: 40px;
    height: 0;
    pointer-events: auto
  }

  .c-menu.-active i:nth-child(1) {
    top: 8px
  }

  .-tablet .c-menu.-active i:nth-child(1) {
    top: 20px
  }

  .c-menu.-active i:nth-child(3) {
    bottom: 8px
  }

  .-tablet .c-menu.-active i:nth-child(3) {
    bottom: 19px
  }

  .page-top .c-menu i {
    background-color: #fff
  }

  .c-menu i:nth-child(2) {
    top: 8px
  }

  .c-menu__button {
    width: 40px;
    height: 17px
  }

  .js-modal__btn--close {
    top: 20px;
    right: 20px
  }

  .c-recruit {
    min-width: auto;
    font-size: 14px
  }

  [lang=en] .c-recruit {
    font-size: 15px
  }

  .c-recruit.-separate {
    margin-top: 24vw
  }

  .c-recruit .l-container {
    padding-top: 44px;
    padding-bottom: 52px
  }

  .c-recruit .icon-font-icon_tip {
    left: 32px;
    font-size: 29px
  }

  .c-recruit__title em {
    margin-top: 10px;
    font-size: 3rem
  }

  [lang=en] .c-recruit__title em {
    font-size: 5.6rem
  }

  .c-recruit__text {
    margin-top: 25px
  }

  .c-recruit__text p+p {
    margin-top: 13px
  }

  .b-contact {
    margin-top: 21px
  }

  [lang=en] .b-contact a {
    font-size: 2.9rem
  }

  .b-contact a {
    padding: 22px 19px 20px;
    font-size: 2rem
  }

  [lang=en] .b-contact a {
    font-size: 2rem
  }

  .b-contact a:after {
    border-top-width: 2px
  }

  .b-contact span:after {
    bottom: -20px;
    height: 2px
  }

  .c-tag:before,
  .c-tag:after {
    width: 14px;
    border-top-width: 4px;
    border-bottom-width: 4px
  }

  .c-tag:before {
    border-left-width: 4px
  }

  .c-tag:after {
    border-right-width: 4px
  }

  .c-toc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .c-toc li {
    margin-top: 9px;
    margin-right: 12px
  }

  .c-toc li:last-child {
    margin-right: 0
  }

  .lang-dialog__inner {
    top: 50%;
    right: 20px;
    bottom: auto;
    left: 20px;
    width: auto;
    height: auto;
    padding: 70px 17px;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%)
  }

  .lang-dialog__inner.-invisible {
    -webkit-transform: scale(0.8) translateY(-50%);
    transform: scale(0.8) translateY(-50%)
  }

  .lang-dialog__ttl {
    font-size: 18px
  }

  .lang-dialog__ttl br {
    display: block
  }

  .lang-dialog__btns {
    width: auto
  }

  .lang-dialog__btn {
    width: auto;
    padding-right: 30px;
    font-size: 11px
  }

  .lang-dialog__btn:first-child,
  .lang-dialog__btn:last-child {
    float: none
  }

  .lang-dialog__btn:first-child {
    margin-right: 20px
  }

  .lang-dialog__btn:last-child {
    margin-top: 10px
  }

  .lang-dialog__btn:after {
    bottom: 10px
  }

  .p-aside .c-card.-name .c-card__title {
    margin-top: 19px;
    font-size: 17px;
    line-height: 1.3
  }

  [lang=en] .p-aside .c-card.-name .c-card__title {
    font-size: 18px;
    line-height: 1.2
  }

  .p-aside .c-card.-name .c-card__title.-large {
    font-size: 2.2rem;
    line-height: 1.27
  }

  [lang=en] .p-aside .c-card.-name .c-card__title.-large {
    font-size: 2.3rem;
    line-height: 1.21
  }

  .page-people .p-aside {
    margin-bottom: 90px
  }

  .page-people .p-aside:last-child {
    margin-bottom: -24px
  }

  .p-aside__section {
    margin-top: 62px
  }

  .p-aside__section+.p-aside__section {
    margin-top: 62px
  }

  .p-aside__section.-separate {
    margin-top: 88px;
    padding-top: 49px
  }

  .page-business .p-aside__section.-separate {
    max-width: 380px;
    margin-left: 0
  }

  .p-aside__section:first-child {
    margin-top: 0
  }

  .p-aside__sectionTitle {
    font-size: 17px
  }

  [lang=en] .p-aside__sectionTitle {
    font-size: 18px
  }

  .p-basis__row {
    display: block;
    margin-top: 0
  }

  .p-basis__intro {
    width: auto;
    min-width: auto;
    margin-top: 2rem
  }

  .p-basis__intro .c-toc {
    margin-top: 3px
  }

  .p-basis__intro .c-toc:first-child {
    margin-top: 15px
  }

  .p-basis__intro .recruit-insurance {
    max-width: 240px;
    margin: 0 auto
  }

  .p-basis__intro .recruit-insurance.-works {
    max-width: inherit;
    margin-bottom: 40px
  }

  .p-basis__intro .recruit-insurance.-works .ccus {
    width: 70%;
    margin: 2rem auto 0
  }

  .p-basis__intro .recruit-insurance.-works .insurance {
    width: 100%;
    margin-top: 2rem
  }

  .p-basis__intro .recruit-insurance.-works .insurance.p-detail__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .p-basis__intro .recruit-insurance.-works .insurance a {
    width: 23%
  }

  .p-basis__body {
    width: auto;
    min-width: auto;
    margin-top: 76px
  }

  .p-cardList.-separate {
    margin-top: 38px
  }

  .p-cardList.-vertical .p-cardList__row.swiper-carousel02 .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .p-cardList.-vertical .p-cardList__row.swiper-carousel02 .swiper-button-prev,
  .p-cardList.-vertical .p-cardList__row.swiper-carousel02 .swiper-button-next {
    display: block
  }

  .p-cardList__item {
    width: 50%;
    margin-top: 35.2px
  }

  .p-cardList__item.-width33 {
    width: 50%
  }

  .p-cardList__item.-hide-sp {
    display: none
  }

  .p-cardList__item.col3 {
    width: 50%
  }

  .p-basis__row .privacy p.-right,
  .p-basis__row .contact p.-right {
    width: inherit
  }

  .p-detail {
    margin-top: 56px
  }

  .p-detail.long {
    margin-top: 66px
  }

  .p-detail__row {
    display: block;
    margin-top: 0
  }

  .p-detail__main {
    width: auto;
    min-width: auto
  }

  .p-detail__main .p-detail__copy:first-child {
    margin-top: 0
  }

  .p-detail__copy {
    line-height: 1.85
  }

  .p-detail__copy p:not([class]) {
    margin-top: 15px
  }

  .p-detail__copy .l-grid {
    grid-template-columns: 1fr
  }

  [lang=en] .p-detail__copy p:not([class]) {
    font-size: 1rem
  }

  .p-detail__copyTitle {
    margin-top: 10vw;
    text-align: left;
    font-size: 2.6rem;
    line-height: 1.5
  }

  [lang=en] .p-detail__copyTitle {
    font-size: 2.3rem
  }

  .p-detail__block.-image {
    padding-top: 52px
  }

  .p-detail__block.-separate {
    margin-top: 22.9333333333vw
  }

  .p-detail__block p:not([class]) {
    font-size: 14px
  }

  [lang=en] .p-detail__block p:not([class]) {
    font-size: 15px
  }

  .p-detail__block .p-detail__title+p:not([class]) {
    margin-top: 18px
  }

  .p-detail__block p:not([class])+p:not([class]) {
    margin-top: 7px
  }

  .p-detail__title {
    font-size: 17px
  }

  [lang=en] .p-detail__title {
    font-size: 18px
  }

  .p-detail__aside {
    width: auto;
    min-width: auto;
    margin-top: 64px;
    padding-top: 52px;
    border-top: 1px solid #e5e5e5
  }

  .p-detail__aside .p-section {
    margin-top: 24vw;
    padding-top: 50px;
    border-top: 1px solid #e5e5e5
  }

  .p-detailIntro {
    min-width: auto;
    margin-top: -54px
  }

  .p-detailIntro__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-right: -21px;
    margin-left: -21px;
    padding-top: 0;
    padding-bottom: 0
  }

  .p-detailIntro__body {
    position: static;
    padding-top: 25px;
    padding-right: 21px;
    padding-left: 21px;
    background-color: #fff
  }

  .p-detailIntro__body .inner {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5
  }

  .p-detailIntro__category {
    font-size: 14px
  }

  [lang=en] .p-detailIntro__category {
    font-size: 15px
  }

  .page-business .p-detailIntro__category span:nth-child(2) {
    color: inherit
  }

  .page-people .p-detailIntro__category span:nth-child(2) {
    color: #fea339
  }

  .p-detailIntro.-recycle .p-detailIntro__category span:nth-child(3) {
    color: #28a838
  }

  .p-detailIntro.-life .p-detailIntro__category span:nth-child(3) {
    color: #1cb1c4
  }

  .p-detailIntro__title {
    color: #000;
    font-size: 3.6rem;
    line-height: 1.3
  }

  [lang=en] .p-detailIntro__title {
    font-size: 4rem;
    line-height: 1.225
  }

  .p-detailIntro__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    min-width: auto;
    padding-top: 54px
  }

  .p-detailIntro__image.-full {
    padding-top: 0
  }

  .p-detailIntro__image.-full .inner {
    background-size: cover
  }

  .p-detailIntro__image .inner {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    background-size: 300px 150px
  }

  .p-detailIntro__arrow {
    position: absolute;
    right: 0;
    bottom: 26px;
    margin-top: 0
  }

  .p-detailIntro__arrow img {
    width: 40px
  }

  .p-intro {
    margin-top: 84px
  }

  .p-intro__inner {
    display: block
  }

  .p-intro__title .-en {
    font-size: 2.2rem
  }

  [lang=en] .p-intro__title .-en {
    font-size: 2.3rem
  }

  .p-intro__title .-ja {
    margin-top: 6px;
    font-size: 11px
  }

  .p-intro__nav {
    margin-top: 26px;
    border-bottom: 2px solid rgba(0, 0, 0, .1)
  }

  .p-intro__nav li {
    margin-bottom: -2px
  }

  .p-intro__nav li:nth-child(n+2) {
    margin-left: 15px
  }

  .p-intro__nav a {
    padding-bottom: 9px;
    font-size: 11px
  }

  [lang=en] .p-intro__nav a {
    font-size: 15px
  }

  .p-section {
    margin-top: 24vw
  }

  .p-section:last-child {
    padding-bottom: 24vw
  }

  .p-section.-separate {
    padding-top: 51px
  }

  .head {
    margin-bottom: 0
  }

  .p-top__news {
    margin-top: 0;
    padding-top: 2rem
  }

  .p-top__news .col-2 .c-news {
    width: 100%;
    margin-bottom: 2rem
  }

  .p-top__news .col-2 .c-news .list .item {
    margin-top: 0
  }

  .p-top {
    z-index: 0;
    top: 10%;
    display: block
  }

  .p-top__inner {
    padding-top: 161px
  }

  .p-top__ci {
    position: relative;
    z-index: 1
  }

  .p-top__ci-txt {
    font-size: 22px
  }

  .p-top__main:before {
    position: absolute;
    z-index: 1;
    top: 26px;
    right: -14px;
    bottom: 0;
    left: -14px;
    display: block;
    content: "";
    background-color: #000
  }

  .p-top__mainRow {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 38px
  }

  .p-top__mainItem {
    width: 100%
  }

  .p-top__mainItem:nth-child(n+2) {
    margin-top: 12px
  }

  .p-top__mainItem .icon-font {
    margin-top: 12px;
    font-size: 22px
  }

  .p-top__mainItem a {
    height: 80px
  }

  .p-top__mainItem a .icon-font {
    margin-top: 6px
  }

  .p-top__mainItem a.button {
    max-height: 90px
  }

  .p-top__mainItem a.button span {
    left: 5%;
    width: 90%;
    height: 130px
  }

  .p-top__mainItem a.button span:nth-child(1) {
    -webkit-transform-origin: 50% 50% -65px;
    transform-origin: 50% 50% -65px
  }

  .p-top__mainItem a.button span:nth-child(2) {
    -webkit-transform-origin: -10% 50% -60px;
    transform-origin: -10% 50% -60px
  }

  .p-top__mainText {
    font-size: 1.8rem;
    line-height: 1.27
  }

  .p-top__mainTitle {
    margin-top: 12px;
    line-height: 0
  }

  .p-top__mainTitle .-ja {
    margin-top: 5px
  }

  .remodal-wrapper:before {
    height: 63px
  }

  .u-pc {
    display: none !important
  }

  #recruit .header {
    width: 100%;
    min-width: 320px;
    height: 157px
  }

  [data-page=carrer] #recruit .section-group {
    margin-top: 90px;
    padding: 60px 0 80px
  }

  [data-page=detail] #recruit .section-group {
    margin-top: 20px;
    padding: 60px 0 80px
  }

  #recruit .section-group {
    min-width: 320px
  }

  #recruit .section-group:after {
    display: block;
    clear: both;
    content: ""
  }

  #recruit .section-group .link-list-item {
    float: left;
    margin-top: 50px
  }

  #recruit .section-group .link-list-item[data-recruit-flexbox-item="1"] {
    width: 46.7%
  }

  #recruit .section-group .link-list-item[data-recruit-flexbox-item="1"]+[data-recruit-flexbox-item="1"] {
    margin-left: 6.6%
  }

  #recruit .section-group .link-list-item[data-recruit-flexbox-item="1"]+[data-recruit-flexbox-item="1"]+[data-recruit-flexbox-item="1"] {
    margin-left: 0
  }

  #recruit .section-group .link-list-item[data-recruit-flexbox-item="1"]+[data-recruit-flexbox-item="1"]+[data-recruit-flexbox-item="1"]+[data-recruit-flexbox-item="1"] {
    margin-left: 6.6%
  }

  #recruit .section-group .link-list-item[data-recruit-flexbox-item="2"] {
    width: 100%
  }

  [data-page=carrer] #recruit .footer {
    margin-top: 60px
  }

  #recruit .footer {
    min-width: 320px;
    height: 640px
  }

  #recruit .footer .link-list-item {
    width: 100%;
    height: 170px
  }

  #recruit .footer .link-list-item .icon-font {
    font-size: 22px
  }

  #recruit .footer .link-list-item+.link-list-item {
    margin-top: 15px;
    margin-left: 0
  }

  #recruit .section-filter {
    min-width: 320px
  }

  #recruit .section-filter .box-right {
    height: 25px
  }

  #recruit .section-jobs {
    min-width: 320px;
    margin-top: 20px
  }

  #recruit .section-jobs [data-recruit-flexbox-row] {
    display: block;
    margin-top: 25px
  }

  #recruit .section-jobs .job-list-item {
    width: 100%;
    padding: 26px 19px 19px
  }

  #recruit .section-jobs .job-list-item[data-recruit-type="1"],
  #recruit .section-jobs .job-list-item[data-recruit-type="2"] {
    min-height: 0
  }

  #recruit .section-jobs .job-list-item .icon-font {
    position: static;
    margin-top: 24px
  }

  #recruit .section-jobs .job-list-item+.job-list-item {
    margin-top: 25px
  }

  #recruit .section-modal {
    font-size: 14px
  }

  #recruit .section-modal [data-recruit-type="1"] dl:first-child {
    margin-top: 25px
  }

  #recruit .section-modal [data-recruit-type="1"] dl+dl {
    margin-top: 38px;
    padding-bottom: 26px
  }

  #recruit .section-modal [data-recruit-type="1"] dt {
    width: 100%;
    height: auto
  }

  #recruit .section-modal [data-recruit-type="1"] dd {
    width: 100%;
    margin-top: 19px
  }

  #recruit .section-modal [data-recruit-type="2"] dl {
    border-bottom: none
  }

  #recruit .section-modal [data-recruit-type="2"] dl:first-child {
    margin-top: 25px
  }

  #recruit .section-modal [data-recruit-type="2"] dl+dl {
    margin-top: 38px;
    padding-bottom: 26px
  }

  #recruit .section-modal [data-recruit-type="2"] dl+dl:last-child {
    padding-bottom: 26px
  }

  #recruit .section-modal [data-recruit-type="2"] dt {
    width: 100%;
    height: auto
  }

  #recruit .section-modal [data-recruit-type="2"] dd {
    width: 100%;
    margin-top: 19px
  }
}
.p-top__ci-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top__ci-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}


/*# sourceMappingURL=style.css.map */