@charset "UTF-8";
html {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-text-size-adjust:100%;
  word-break:normal;
  -moz-tab-size:4;
  -o-tab-size:4;
  tab-size:4
}
*,:after,:before {
  background-repeat:no-repeat;
  -webkit-box-sizing:inherit;
  box-sizing:inherit
}
:after,:before {
  text-decoration:inherit;
  vertical-align:inherit
}
* {
  padding:0;
  margin:0
}
h1,h2,h3,h4,h5,h6 {
  font-weight:inherit
}
hr {
  overflow:visible;
  height:0
}
details,main {
  display:block
}
summary {
  display:list-item
}
small {
  font-size:80%
}
[hidden] {
  display:none
}
abbr[title] {
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
}
a {
  background-color:transparent
}
a:active,a:hover {
  outline-width:0
}
code,kbd,pre,samp {
  font-family:monospace,monospace
}
pre {
  font-size:1em
}
b,strong {
  font-weight:bolder
}
sub,sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-0.25em
}
sup {
  top:-0.5em
}
input {
  border-radius:0
}
[disabled] {
  cursor:default
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance:none
}
textarea {
  overflow:auto;
  resize:vertical
}
button,input,optgroup,select,textarea {
  font:inherit
}
optgroup {
  font-weight:bold
}
button {
  overflow:visible
}
button,select {
  text-transform:none
}
[role=button],[type=button],[type=reset],[type=submit],button {
  cursor:pointer;
  color:inherit
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  border-style:none;
  padding:0
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring {
  outline:1px dotted ButtonText
}
[type=reset],[type=submit],button,html [type=button] {
  -webkit-appearance:button
}
button,input,select,textarea {
  background-color:transparent;
  border-style:none
}
select {
  -moz-appearance:none;
  -webkit-appearance:none
}
select::-ms-expand {
  display:none
}
select::-ms-value {
  color:currentColor
}
legend {
  border:0;
  color:inherit;
  display:table;
  max-width:100%;
  white-space:normal;
  max-width:100%
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  color:inherit;
  font:inherit
}
img {
  border-style:none
}
progress {
  vertical-align:baseline
}
@media screen {
  [hidden~=screen] {
    display:inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position:absolute!important;
    clip:rect(0 0 0 0)!important
  }

}
[aria-busy=true] {
  cursor:progress
}
[aria-controls] {
  cursor:pointer
}
[aria-disabled] {
  cursor:default
}
body {
  color:#080f0f;
  font-family:"Zen Kaku Gothic New",sans-serif;
  font-size:0.875rem
}
p {
  line-height:1.75;
  margin-top:0
}
h1,h2,h3,h4 {
  font-weight:700;
  line-height:1.5;
  letter-spacing:0.1em
}
a {
  color:inherit;
  line-height:1.5;
  text-decoration:none
}
ul {
  padding:0
}
li {
  list-style:none
}
img,video {
  vertical-align:bottom
}
address {
  font-style:normal
}
::-moz-selection {
  color:#fff;
  background-color:#0383bf
}
::selection {
  color:#fff;
  background-color:#0383bf
}
.gl-alignRight {
  margin-left:auto
}
.gl-sectionMt {
  margin-top:80px
}
@media screen and (min-width:560px) {
  .gl-sectionMt {
    margin-top:100px
  }

}
@media screen and (min-width:960px) {
  .gl-sectionMt {
    margin-top:120px
  }

}
.ly-header {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:auto;
  padding:10px;
  z-index:50;
  -webkit-transition:opacity 0.3s visibility 0s 0.3s;
  transition:opacity 0.3s visibility 0s 0.3s
}
.ly-header_logo {
  line-height:1;
  width:150px
}
.ly-header_logo img {
  width:100%;
  -webkit-filter:brightness(0) invert(1);
  filter:brightness(0) invert(1)
}
.ly-header.is-active {
  position:fixed;
  height:100%;
  background-color:#0383bf
}
@media screen and (min-width:960px) {
  .ly-header {
    position:fixed;
    left:0;
    right:auto;
    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:250px;
    height:100%;
    max-height:748px;
    background-color:transparent;
    padding:42px 40px 0;
    visibility:visible;
    opacity:1;
    -webkit-transition:opacity 0 visibility 0;
    transition:opacity 0 visibility 0
  }
  .ly-header_logo {
    width:170px;
    margin-bottom:30px
  }
  .ly-header.is-inversion .ly-header_logo img {
    -webkit-filter:none;
    filter:none
  }
  .ly-header.is-shrink {
    height:auto
  }

}
.ly-footer {
  color:#fff;
  font-weight:500;
  background-image:url("../img/common/footer-back.jpg");
  background-position:center;
  background-size:cover;
  padding:50px 15px 10px
}
@media screen and (min-width:560px) {
  .ly-footer {
    padding-top:70px
  }

}
@media screen and (min-width:960px) {
  .ly-footer {
    padding-top:100px
  }

}
@media screen and (min-width:960px) {
  .ly-mainContent {
    background-color:#fff;
    padding-left:250px
  }

}
.ly-content {
  padding:0 15px
}
@media screen and (min-width:960px) {
  .ly-content {
    max-width:1033px;
    width:100%;
    padding:0 60px
  }

}
@media screen and (min-width:1500px) {
  .ly-content {
    max-width:1300px;
    width:100%;
    margin-right:auto;
    margin-left:auto
  }

}
.ly-contentL {
  padding:0 15px
}
.ly-contentR {
  padding:0 15px
}
@media screen and (min-width:960px) {
  .ly-contentL {
    max-width:988px;
    width:100%;
    padding:0 15px 0 0
  }
  .ly-contentR {
    width:100%;
    padding:0 0 0 60px
  }

}
@media screen and (min-width:1500px) {
  .ly-contentL {
    max-width:1300px;
    padding-right:60px;
    margin-right:auto;
    margin-left:auto
  }
  .ly-contentR {
    max-width:1300px;
    padding-left:60px;
    margin-right:auto;
    margin-left:auto
  }

}
.ly-post {
  padding:0 15px
}
@media screen and (min-width:960px) {
  .ly-post {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    max-width:1033px;
    width:100%;
    padding:0 60px
  }

}
@media screen and (min-width:1500px) {
  .ly-post {
    max-width:1300px;
    width:100%;
    margin-right:auto;
    margin-left:auto
  }

}
@media screen and (min-width:960px) {
  .ly-postInner {
    -ms-flex-negative:1;
    flex-shrink:1;
    width:71.1938663746%!important
  }

}
.ly-side {
  margin-top:80px
}
@media screen and (min-width:960px) {
  .ly-side {
    position:sticky;
    top:50px;
    width:165px;
    margin-top:0;
    margin-left:30px
  }

}
.horizontal-scroll {
  overflow-x: scroll;
}
.bl-header {
  display:none;
  padding:0 5px;
  height:100%;
  visibility:hidden;
  opacity:0
}
.bl-header_inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  width:100%;
  height:100%;
  padding-top:80px;
  padding-bottom:50px;
  overflow:scroll;
  -ms-overflow-style:none;
  scrollbar-width:none
}
.bl-header_inner::-webkit-scrollbar {
  display:none
}
.bl-header_list {
  color:#fff;
  font-size:1.25rem;
  font-weight:700
}
.bl-header_list:not(:first-of-type) {
  margin-top:20px
}
.bl-header_contact {
  -ms-flex-item-align:center;
  -ms-grid-row-align:center;
  align-self:center;
  display:inline-block;
  color:#0383bf;
  font-size:1.25rem;
  font-weight:700;
  background-color:#fff;
  border-radius:70px;
  padding:11px 43px 11px 43px;
  margin-top:50px
}
.bl-header_contact p {
  letter-spacing:0
}
.bl-header.is-active {
  display:block;
  visibility:visible;
  opacity:1;
  -webkit-transition:opacity 0.3s;
  transition:opacity 0.3s
}
@media screen and (min-width:560px) {
  .bl-header {
    padding:0 20px
  }
  .bl-header_inner {
    padding-top:100px;
    padding-bottom:70px
  }
  .bl-header_list {
    font-size:1.5rem
  }
  .bl-header_list:not(:first-of-type) {
    margin-top:24px
  }
  .bl-header_contact {
    font-size:1.5rem;
    margin-top:70px
  }

}
@media screen and (min-width:960px) {
  .bl-header {
    display:block;
    height:100%;
    max-height:476px;
    padding:0;
    margin-top:auto;
    visibility:visible;
    opacity:1;
    padding-bottom:20px;
    overflow:visible
  }
  .bl-header_inner {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding-top:0;
    padding-bottom:0;
    overflow:visible
  }
  .bl-header_list {
    font-size:0.875rem
  }
  .bl-header_list:not(:first-of-type) {
    margin-top:19px
  }
  .bl-header_list_link {
    -webkit-transition:color 0.2s;
    transition:color 0.2s
  }
  .bl-header_list_link:hover {
    color:#0383bf
  }
  .bl-header_contact {
    color:#fff;
    font-size:0.875rem;
    border-radius:70px;
    background-color:#0383bf;
    margin-top:20px;
    -webkit-transition:color 0.3s,background-color 0.3s,-webkit-transform 0.3s;
    transition:color 0.3s,background-color 0.3s,-webkit-transform 0.3s;
    transition:transform 0.3s,color 0.3s,background-color 0.3s;
    transition:transform 0.3s,color 0.3s,background-color 0.3s,-webkit-transform 0.3s
  }
  .bl-header_contact p {
    -webkit-transition:-webkit-transform 0.3s;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    transition:transform 0.3s,-webkit-transform 0.3s
  }
  .bl-header_contact:hover {
    -webkit-transform:scale(1.05,1.23);
    transform:scale(1.05,1.23);
    color:#080f0f;
    background-color:#ffe74c
  }
  .bl-header_contact:hover p {
    -webkit-transform:scale(0.95,0.77);
    transform:scale(0.95,0.77)
  }
  .bl-header.is-shrink {
    padding-bottom:0;
    margin-top:50px;
    margin-bottom:auto
  }
  .bl-header.is-shrink .bl-header_inner {
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
  }
  .bl-header_nav.is-inversion .bl-header_list {
    color:#080f0f
  }

}
.bl-footer_logo {
  display:block;
  width:170px
}
.bl-footer_logo img {
  width:100%;
  -webkit-filter:brightness(0) invert(1);
  filter:brightness(0) invert(1)
}
.bl-footer_addressWrap {
  margin-top:40px
}
.bl-footer_address {
  margin-top:3px
}
.bl-footer_number {
  display:inline-block;
  margin-top:5px
}
.bl-footer_number.-fax {
  display:block;
  margin-top:3px
}
.bl-footer_link.-privacy,.bl-footer_link_main {
  display:none
}
.bl-footer_link.-group {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  margin-top:40px
}
.bl-footer_link.-group svg {
  width:14px;
  fill:#fff;
  margin-left:5px
}
.bl-footer_copyright {
  display:block;
  font-size:0.625rem;
  text-align:center;
  margin-top:40px
}
.bl-footer_license {
	display:block;
	margin-top:30px;
}
@media screen and (min-width:560px) {
  .bl-footer {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
  }
  .bl-footer_addressWrap {
    margin-top:50px
  }
  .bl-footer_right {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
  }
  .bl-footer_link.-privacy,.bl-footer_link_main {
    display:block
  }
  .bl-footer_link_list:not(:first-of-type) {
    margin-top:1em
  }
  .bl-footer_link.-privacy {
    margin-top:40px
  }
	.bl-footer_license {
	display:block;
	margin-top:30px;
	}

}
@media screen and (min-width:960px) {
  .bl-footer {
    font-size:0.9375rem;
    max-width:1083px;
    width:100%;
    margin:0 auto
  }
  .bl-footer_linkWrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
  }
  .bl-footer_link_listUnit {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
  }
  .bl-footer_link_list:not(:first-of-type) {
    margin-top:0;
    margin-left:20px
  }
  .bl-footer_link {
    position:relative
  }
  .bl-footer_link:after {
    position:absolute;
    bottom:-2px;
    left:0;
    display:block;
    content:"";
    width:0;
    height:1px;
    background-color:#fff;
    -webkit-transition:width 0.2s;
    transition:width 0.2s
  }
  .bl-footer_link:hover:after {
    width:100%
  }
  .bl-footer_link.-group {
    margin-top:50px
  }
  .bl-footer_copyright {
    font-size:0.75rem;
    margin-top:100px
  }
	.bl-footer_license {
	display:block;
	margin-top:30px;
	text-align:right;
}

}
.bl-hamBtn {
  position:fixed;
  top:10px;
  right:10px;
  display:block;
  width:40px;
  height:40px;
  border-radius:50%;
  background-color:#0383bf;
  z-index:100;
  -webkit-transition:background-color 0.3s;
  transition:background-color 0.3s
}
.bl-hamBtn_dot {
  position:absolute;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  width:4px;
  height:4px;
  border-radius:50%;
  background-color:#fff;
  -webkit-transition:width 0.2s 0.2s,height 0.2s 0.2s,border-radius,0.2s 0.2s,top 0.2s 0.4s,bottom 0.2s 0.4s,-webkit-transform 0.2s;
  transition:width 0.2s 0.2s,height 0.2s 0.2s,border-radius,0.2s 0.2s,top 0.2s 0.4s,bottom 0.2s 0.4s,-webkit-transform 0.2s;
  transition:transform 0.2s,width 0.2s 0.2s,height 0.2s 0.2s,border-radius,0.2s 0.2s,top 0.2s 0.4s,bottom 0.2s 0.4s;
  transition:transform 0.2s,width 0.2s 0.2s,height 0.2s 0.2s,border-radius,0.2s 0.2s,top 0.2s 0.4s,bottom 0.2s 0.4s,-webkit-transform 0.2s
}
.bl-hamBtn_dot.-top {
  top:10px
}
.bl-hamBtn_dot.-center {
  top:calc(50% - 2px);
  -webkit-transition:opacity 0s 0.4s;
  transition:opacity 0s 0.4s
}
.bl-hamBtn_dot.-bottom {
  top:26px
}
.bl-hamBtn.is-active {
  background-color:#fff;
  -webkit-transition:background-color 0.3s;
  transition:background-color 0.3s
}
.bl-hamBtn.is-active .bl-hamBtn_dot {
  background-color:#0383bf;
  -webkit-transition:top 0.2s,bottom 0.2s,width 0.2s 0.3s,height 0.2s 0.3s,border-radius 0.2s 0.3s;
  transition:top 0.2s,bottom 0.2s,width 0.2s 0.3s,height 0.2s 0.3s,border-radius 0.2s 0.3s
}
.bl-hamBtn.is-active .bl-hamBtn_dot.-top {
  top:calc(50% - 1px);
  width:20px;
  height:2px;
  border-radius:3px;
  -webkit-transform:translateX(-50%) rotate(-45deg);
  transform:translateX(-50%) rotate(-45deg)
}
.bl-hamBtn.is-active .bl-hamBtn_dot.-center {
  opacity:0
}
.bl-hamBtn.is-active .bl-hamBtn_dot.-bottom {
  top:calc(50% - 1px);
  width:20px;
  height:2px;
  border-radius:3px;
  -webkit-transform:translateX(-50%) rotate(45deg);
  transform:translateX(-50%) rotate(45deg)
}
@media screen and (min-width:960px) {
  .bl-hamBtn {
    display:none
  }

}
.bl-newsItemUnit {
  width:100%
}
.bl-newsItem {
  position:relative;
  display:block;
  padding-bottom:15px
}
.bl-newsItem:after,.bl-newsItem:before {
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  content:"";
  height:1px
}
.bl-newsItem:before {
  width:40px;
  background-color:#0383bf;
  z-index:2
}
.bl-newsItem:after {
  width:100%;
  background-color:#e6e6e6
}
.bl-newsItem:not(:first-of-type) {
  margin-top:20px
}
.bl-newsItem_timeCat {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-negative:0;
  flex-shrink:0;
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif
}
.bl-newsItem_time {
  -ms-flex-negative:0;
  flex-shrink:0;
  font-weight:500;
  width:80px
}
.bl-newsItem_cat {
  display:inline-block;
  color:#fff;
  font-size:0.75rem;
  font-weight:600;
  background-color:#080f0f;
  line-height:1.5;
  padding:3px 5px;
  margin-left:10px
}
.bl-newsItem_cat:first-of-type {
  margin-left:0
}
.bl-newsItem_headline {
  font-size:0.875rem;
  font-weight:500;
  letter-spacing:0;
  margin-top:10px
}
@media screen and (min-width:960px) {
  .bl-newsItem {
    padding-right:10px;
    padding-bottom:15px;
    -webkit-transition:padding 0.2s;
    transition:padding 0.2s
  }
  .bl-newsItem:before {
    -webkit-transition:width cubic-bezier(0.215,0.61,0.355,1) 0.2s;
    transition:width cubic-bezier(0.215,0.61,0.355,1) 0.2s
  }
  .bl-newsItem_time {
    width:90px;
    -webkit-transition:color 0.2s;
    transition:color 0.2s
  }
  .bl-newsItem_cat {
    font-size:0.875rem;
    padding:2px 7px 3px 8px;
    margin-left:10px;
    -webkit-transition:background-color 0.2s;
    transition:background-color 0.2s
  }
  .bl-newsItem:hover {
    padding-right:0;
    padding-left:10px
  }
  .bl-newsItem:hover .bl-newsItem_time {
    color:#0383bf
  }
  .bl-newsItem:hover .bl-newsItem_cat {
    background-color:#0383bf
  }
  .bl-newsItem:hover .bl-newsItem_headline {
    color:#0383bf
  }
  .bl-newsItem:hover:before {
    width:100%
  }
  .bl-newsItem.-row {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    padding-bottom:20px
  }
  .bl-newsItem.-row .bl-newsItem_headline {
    margin-top:2px;
    margin-left:22px
  }

}
.bl-mv_img {
  background-size:cover;
  background-position:center;
  padding-top:66.6666666667%
}
.bl-mv_img.-about {
  background-image:url("../img/about/mv.jpg")
}
.bl-mv_img.-demolition-work {
  background-image:url("../img/demolition-work/mv.jpg")
}
.bl-mv_img.-news {
  background-image:url("../img/news/mv.jpg")
}
.bl-mv_img.-works {
  background-image:url("../img/works/mv.jpg")
}
.bl-mv_img.-recruit {
  background-image:url("../img/recruit/mv.jpg")
}
.bl-mv_img.-contact {
  background-image:url("../img/contact/mv.jpg")
}
.bl-mv_img.-etc {
  background-image:url("../img/etc/mv.jpg")
}
.bl-mv_headline {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-size:1.75rem;
  margin-top:30px
}
.bl-mv_headline:before {
  display:block;
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background-color:#0383bf;
  margin-top:1px;
  margin-right:10px
}
.bl-mv_description {
  color:#0383bf;
  font-weight:700;
  line-height:1.5;
  letter-spacing:0;
  margin-top:5px
}
.bl-mv_img.-small {
  padding-top:40%
}
@media screen and (min-width:560px) {
  .bl-mv_img {
    padding-top:44.8028673835%
  }
  .bl-mv_headline {
    font-size:1.875rem;
    margin-top:40px
  }
  .bl-mv_headline:before {
    width:7px;
    height:7px
  }
  .bl-mv_img.-small {
    padding-top:31.3620071685%
  }

}
@media screen and (min-width:960px) {
  .bl-mv_img {
    height:500px;
    padding-top:0
  }
  .bl-mv_headline {
    font-size:2.125rem;
    margin-top:50px
  }
  .bl-mv_headline:before {
    width:8px;
    height:8px
  }
  .bl-mv_description {
    font-size:1rem;
    margin-top:10px
  }
  .bl-mv_img.-small {
    height:350px;
    padding-top:0
  }

}
.bl-tableOfContent {
  margin-top:70px
}
.bl-tableOfContent_title {
  font-size:1rem;
  font-weight:700
}
.bl-tableOfContent_listUnit {
  border-top:1px solid #0383bf;
  border-bottom:1px solid #0383bf;
  padding:20px 0 20px 15px;
  margin-top:10px
}
.bl-tableOfContent_list:not(:first-of-type) {
  margin-top:10px
}
.bl-tableOfContent_link {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-weight:500
}
.bl-tableOfContent_link:before {
  display:block;
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background-color:#0383bf;
  margin-right:3px
}
@media screen and (min-width:560px) {
  .bl-tableOfContent {
    position:relative
  }
  .bl-tableOfContent_title {
    position:absolute;
    top:0;
    left:15px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    padding-right:10px;
    background-color:#fff;
    z-index:2
  }
  .bl-tableOfContent_listUnit {
    padding-right:20px;
    padding-left:62px;
    margin-top:0
  }

}
@media screen and (min-width:960px) {
  .bl-tableOfContent {
    margin-top:93px
  }
  .bl-tableOfContent_title {
    left:60px
  }
  .bl-tableOfContent_listUnit {
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
  }
  .bl-tableOfContent_list:not(:first-of-type) {
    margin-top:0;
    margin-left:30px
  }
  .bl-tableOfContent_link {
    -webkit-transition:color 0.3s;
    transition:color 0.3s
  }
  .bl-tableOfContent_link:before {
    display:none
  }
  .bl-tableOfContent_link:hover {
    color:#0383bf
  }
  .bl-tableOfContent.-clone {
    position:fixed;
    top:0;
    right:0;
    visibility:hidden;
    opacity:0;
    margin-top:0;
    z-index:40;
    -webkit-transition:visibility 0s,opacity 0.3s;
    transition:visibility 0s,opacity 0.3s
  }
  .bl-tableOfContent.-clone .bl-tableOfContent_listUnit {
    background-color:rgba(255,255,255,0.8);
    padding-left:102px
  }
  .bl-tableOfContent.-clone .bl-tableOfContent_title {
    top:50%;
    left:20px;
    background-color:transparent
  }
  .bl-tableOfContent.-clone .bl-tableOfContent_list:not(:first-of-type) {
    margin-left:40px
  }
  .bl-tableOfContent.-clone.is-fixed {
    visibility:visible;
    opacity:1
  }

}
@media screen and (min-width:1366px) {
  .bl-tableOfContent_list:not(:first-of-type) {
    margin-left:50px
  }

}
.bl-table_item {
  line-height:1.5;
  border-top:1px solid #0383bf;
  padding:15px 0
}
.bl-table_item:last-of-type {
  border-bottom:1px solid #0383bf
}
.bl-table_dt {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-weight:700
}
.bl-table_dt:before {
  display:block;
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background-color:#0383bf;
  margin-right:5px
}
.bl-table_dd {
  font-weight:500;
  margin-top:10px
}
.bl-table_dd p {
  line-height:1.5
}
.bl-table_link {
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end;
  color:#0383bf;
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  font-size:0.75rem;
  font-weight:500;
  text-decoration:underline
}
.bl-table_link svg {
  width:10px;
  fill:#0383bf;
  margin-left:3px;
  margin-bottom:3px
}
.bl-table_dd_itemUnit span {
  margin-left:0.75em
}
.bl-table_dd.-wrap p {
  display:block;
  width:100%;
  margin-top:3px
}
@media screen and (min-width:560px) {
  .bl-table_item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border-top:none;
    padding:0
  }
  .bl-table_item:last-of-type {
    border-bottom:none
  }
  .bl-table_dt {
    -ms-flex-negative:0;
    flex-shrink:0;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    width:188px;
    border-top:1px solid #0383bf;
    padding:15px 10px
  }
  .bl-table_dt:before {
    display:none
  }
  .bl-table_item:last-of-type .bl-table_dt {
    border-bottom:1px solid #0383bf
  }
  .bl-table_ddWrap {
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    border-top:1px solid #e6e6e6;
    padding:15px 10px
  }
  .bl-table_item:last-of-type .bl-table_ddWrap {
    border-bottom:1px solid #e6e6e6
  }
  .bl-table_dd:first-of-type {
    margin-top:0
  }
  .bl-table_dd p {
    display:inline-block;
    margin-right:10px
  }

}
@media screen and (min-width:960px) {
  .bl-table_ddWrap {
    padding:15px 20px
  }
  .bl-table_dd {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
  }
  .bl-table_dd p.-mrNone {
    margin-right:0
  }
  .bl-table_dd.-wrap:not(:first-of-type) {
    margin-top:15px
  }

}
.bl-side_title {
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  font-size:1.125rem;
  font-weight:500;
  line-height:1;
  border-bottom:1px solid #0383bf;
  padding-bottom:10px;
  margin-bottom:20px
}
.bl-side_archive_list {
  overflow:hidden
}
.bl-side_item {
  cursor:pointer;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-size:1rem;
  font-weight:500;
  line-height:1.5;
  letter-spacing:0.05em;
  width:165px
}
.bl-side_item:before {
  display:block;
  content:"";
  width:3px;
  height:3px;
  border-radius:50%;
  background-color:#0383bf;
  margin-right:7px
}
.bl-side_item:after {
  display:block;
  content:"";
  width:10px;
  height:5px;
  background-image:url("../img/common/drop-arrow.svg");
  background-size:contain;
  margin-left:auto;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s,-webkit-transform 0.3s
}
.bl-side_archive_list:not(:first-of-type),.bl-side_item:not(:first-of-type) {
  margin-top:5px
}
.bl-side_archiveWrap {
  margin-top:50px
}
.bl-side_archive_month-listUnit {
  font-weight:500;
  -webkit-transform-origin:center top;
  transform-origin:center top;
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  max-height:0;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s,-webkit-transform 0.3s
}
.bl-side_archive_month-list a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-size:1rem;
  letter-spacing:0.05em;
  margin-left:10px
}
.bl-side_archive_month-list a:before {
  display:block;
  content:"";
  width:5px;
  height:1px;
  background-color:#0383bf;
  margin-right:7px
}
.bl-side_item.-category {
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif
}
.bl-side_item.-category:after {
  display:none
}
.bl-side_item.is-active:after {
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg)
}
.bl-side_archive_month-listUnit.is-open {
  margin-top:5px;
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  max-height:100%
}
@media screen and (min-width:960px) {
  .bl-side_archive_month-list a {
    -webkit-transition:color 0.3s;
    transition:color 0.3s
  }
  .bl-side_archive_month-list a:hover {
    color:#0383bf
  }
  .bl-side_item.-category {
    -webkit-transition:color 0.3s;
    transition:color 0.3s
  }
  .bl-side_item.-category:hover {
    color:#0383bf
  }

}
.bl-pagination {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin:50px auto 0
}
.bl-pagination_item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  color:#0383bf;
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  font-weight:500;
  border-radius:5px;
  margin:0 4px
}
.bl-pagination_item:not(.-dot) {
  width:25px;
  height:25px;
  border:1px solid #0383bf
}
.bl-pagination_item.-dot {
  border:none;
  padding-bottom:9px
}
.bl-pagination_item.-current {
  color:#fff;
  background-color:#0383bf
}
@media screen and (min-width:960px) {
  .bl-pagination_item:not(.-dot,.-current) {
    -webkit-transition:color 0.3s,background-color 0.3s;
    transition:color 0.3s,background-color 0.3s
  }
  .bl-pagination_item:not(.-dot,.-current):hover {
    color:#fff;
    background-color:#0383bf
  }

}
.bl-single_headlineLv2 {
  font-size:1.25rem;
  border-bottom:2px solid #0383bf;
  padding-bottom:7px
}
.bl-single p {
  line-height:1.5;
  margin:2em 0
}
.bl-single p:first-of-type {
  margin-top:30px
}
.bl-single h2:not(.bl-single_headlineLv2) {
  position:relative;
  font-size:1.125rem;
  padding-bottom:6px;
  margin-top:40px
}
.bl-single h2:not(.bl-single_headlineLv2):after {
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  content:"";
  width:100%;
  height:1px;
  background:linear-gradient(to right,#0383bf 40px,#e6e6e6 40px,#e6e6e6 100%)
}
.bl-single h3 {
  font-size:1rem;
  border-left:4px solid #0383bf;
  padding-left:14px;
  margin-top:40px
}
.bl-single .wp-block-image {
  margin:30px 0
}
.bl-single .wp-block-image img {
  width:100%
}
.bl-single>ul {
  margin:28px 0
}
.bl-single>ul>li:first-of-type {
  margin-top:0
}
.bl-single li {
  position:relative;
  letter-spacing:0.05em;
  padding-left:9px;
  margin-top:5px
}
.bl-single li:before {
  position:absolute;
  top:calc(0.75em - 2px);
  left:0;
  display:block;
  content:"";
  width:4px;
  height:4px;
  background-color:#0383bf;
  border-radius:50%;
  margin-right:5px
}
@media screen and (min-width:560px) {
  .bl-single_headlineLv2 {
    font-size:1.375rem
  }

}
@media screen and (min-width:960px) {
  .bl-single_headlineLv2 {
    font-size:1.5rem
  }
  .bl-single p:first-of-type {
    margin-top:40px
  }
  .bl-single h2:not(.bl-single_headlineLv2) {
    font-size:1.25rem;
    margin-top:50px;
    margin-bottom:30px
  }
  .bl-single h2:not(.bl-single_headlineLv2):after {
    background:linear-gradient(to right,#0383bf 60px,#e6e6e6 60px,#e6e6e6 100%)
  }
  .bl-single h3 {
    margin-top:50px
  }
  .bl-single .wp-block-image {
    margin:40px 0
  }

}
.bl-single_pageBreakUnit {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-top:50px
}
.bl-single_pageBreak {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:30px;
  height:30px;
  background-color:#0383bf;
  border-radius:50%
}
.bl-single_pageBreak img {
  width:6px
}
.bl-single_pageBreak_home {
  color:#0383bf;
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  font-size:1rem;
  font-weight:700;
  letter-spacing:0.05em;
  margin:0 50px
}
.bl-single_pageBreak.-prev img {
  margin-right:2px
}
.bl-single_pageBreak.-next img {
  margin-left:2px
}
.bl-single_pageBreak.-none {
  background-color:transparent
}
@media screen and (min-width:960px) {
  .bl-single_pageBreak_home {
    -webkit-transition:color 0.3s;
    transition:color 0.3s;
    margin:0 70px
  }
  .bl-single_pageBreak_home:hover {
    color:#080f0f
  }
  .bl-single_pageBreak img {
    -webkit-transition:-webkit-transform 0.2s;
    transition:-webkit-transform 0.2s;
    transition:transform 0.2s;
    transition:transform 0.2s,-webkit-transform 0.2s
  }
  .bl-single_pageBreak.-prev:hover img {
    -webkit-transform:translateX(-3px);
    transform:translateX(-3px)
  }
  .bl-single_pageBreak.-next:hover img {
    -webkit-transform:translateX(3px);
    transform:translateX(3px)
  }

}
.bl-worksItem {
  display:block;
  border-top:1px solid #0383bf;
  padding:20px 0
}
.bl-worksItem:last-of-type {
  border-bottom:1px solid #0383bf
}
.bl-worksItem_img {
  display:none
}
.bl-worksItem_timeCat {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.bl-worksItem_time {
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  font-size:0.875rem;
  font-weight:500
}
.bl-worksItem_catUnit {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin:-5px -5px -5px 5px
}
.bl-worksItem_cat {
  color:#fff;
  font-size:0.75rem;
  font-weight:700;
  background-color:#0383bf;
  padding:2px 10px 3px;
  margin:5px
}
.bl-worksItem_headline {
  font-size:0.875rem;
  font-weight:700;
  margin-top:10px
}
.bl-worksItem_description {
  margin-top:5px
}
.bl-worksItem_description p {
  font-size:0.75rem;
  font-weight:500;
  line-height:1.5
}
.bl-worksItem_description p:last-of-type {
  margin-top:5px
}
@media screen and (min-width:560px) {
  .bl-worksItem {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
  }
  .bl-worksItem_img {
    position:relative;
    display:block;
    width:23.0769230769%;
    overflow:hidden
  }
  .bl-worksItem_img:before {
    display:block;
    content:"";
    padding-top:75%
  }
  .bl-worksItem_img img {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
    -o-object-fit:cover;
    object-fit:cover
  }
  .bl-worksItem_textWrap {
    width:73.8461538462%
  }
  .bl-worksItem_catUnit {
    margin-left:15px
  }

}
@media screen and (min-width:960px) {
  .bl-worksItem img {
    -webkit-transition:-webkit-transform 0.3s;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    transition:transform 0.3s,-webkit-transform 0.3s
  }
  .bl-worksItem:hover img {
    -webkit-transform:scale(1);
    transform:scale(1)
  }

}
.bl-worksItemHero {
  display:block;
  padding-bottom:20px
}
.bl-worksItemHero_catUnit {
  position:absolute;
  top:10px;
  right:10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  z-index:2
}
.bl-worksItemHero_cat {
  color:#fff;
  font-size:0.8125rem;
  font-weight:700;
  background-color:#0383bf;
  border-radius:25px;
  padding:3px 10px
}
.bl-worksItemHero_cat:not(:first-of-type) {
  margin-left:5px
}
.bl-worksItemHero_imgWrap {
  position:relative
}
.bl-worksItemHero_img {
  position:relative;
  width:100%;
  overflow:hidden
}
.bl-worksItemHero_img:before {
  display:block;
  content:"";
  padding-top:75%
}
.bl-worksItemHero_img img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -webkit-transform:scale(1.05);
  transform:scale(1.05);
  -o-object-fit:cover;
  object-fit:cover
}
.bl-worksItemHero_textWrap {
  margin-top:8px
}
.bl-worksItemHero_time {
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  font-size:0.75rem;
  font-weight:500;
  line-height:1.5
}
.bl-worksItemHero_headline {
  font-size:1rem;
  margin-top:3px
}
.bl-worksItemHero_description {
  margin-top:5px
}
.bl-worksItemHero_description p {
  line-height:1.15;
  font-weight:500
}
.bl-worksItemHero_description p:last-of-type {
  margin-top:5px
}
@media screen and (min-width:560px) {
  .bl-worksItemHero {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
  }
  .bl-worksItemHero_imgWrap {
    width:46.1538461538%
  }
  .bl-worksItemHero_textWrap {
    width:49.2307692308%;
    margin-top:0
  }

}
@media screen and (min-width:960px) {
  .bl-worksItemHero img {
    -webkit-transition:-webkit-transform 0.3s;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    transition:transform 0.3s,-webkit-transform 0.3s
  }
  .bl-worksItemHero:hover img {
    -webkit-transform:scale(1);
    transform:scale(1)
  }

}
.el-moreButton {
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.el-moreButton_circle {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:42px;
  height:42px;
  z-index:2
}
.el-moreButton_circle img {
  width:7px;
  margin-left:2px
}
.el-moreButton_circle:before {
  position:absolute;
  top:0;
  left:0;
  display:block;
  content:"";
  width:100%;
  height:100%;
  border-radius:50%;
  background-color:#0383bf;
  z-index:-1
}
.el-moreButton_text {
  font-size:0.9375rem;
  font-weight:700;
  letter-spacing:0;
  margin-left:10px
}
@media screen and (min-width:960px) {
  .el-moreButton:hover .el-moreButton_circle:before {
    -webkit-transform:scale(1.2380952381);
    transform:scale(1.2380952381)
  }
  .el-moreButton:hover .el-moreButton_text {
    color:#0383bf;
    margin-left:15px
  }
  .el-moreButton_circle:before {
    -webkit-transition:-webkit-transform 0.3s;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    transition:transform 0.3s,-webkit-transform 0.3s
  }
  .el-moreButton_text {
    -webkit-transition:color 0.3s,margin-left 0.3s;
    transition:color 0.3s,margin-left 0.3s
  }

}
.el-sectionHeadLine {
  margin-bottom:30px
}
.el-sectionHeadLine span {
  color:#0383bf;
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  font-weight:700;
  letter-spacing:0.1em
}
.el-sectionHeadLine h2 {
  font-size:1.5rem;
  margin-top:5px
}
@media screen and (min-width:560px) {
  .el-sectionHeadLine {
    margin-bottom:40px
  }
  .el-sectionHeadLine h2 {
    font-size:1.625rem
  }
  .el-sectionHeadLine.-mb30 {
    margin-bottom:30px
  }

}
@media screen and (min-width:960px) {
  .el-sectionHeadLine {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    margin-bottom:50px
  }
  .el-sectionHeadLine span {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
  }
  .el-sectionHeadLine span:before {
    display:block;
    content:"";
    width:20px;
    height:1px;
    background-color:#0383bf;
    margin:0 10px
  }
  .el-sectionHeadLine h2 {
    font-size:1.75rem;
    margin-top:0
  }

}
.el-headlineUnderLine {
  position:relative;
  font-size:1.125rem;
  padding-bottom:15px;
  margin-bottom:15px
}
.el-headlineUnderLine:after {
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  content:"";
  width:40px;
  height:1px;
  background-color:#0383bf
}
.el-headlineUnderLine.-center {
  text-align:center
}
.el-headlineUnderLine.-center:after {
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%)
}
@media screen and (min-width:960px) {
  .el-headlineUnderLine {
    font-size:1.25rem;
    padding-bottom:20px;
    margin-bottom:30px
  }

}
.el-topButton {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  color:#fff;
  font-size:1rem;
  font-weight:700;
  width:230px;
  height:54px;
  border:1px solid #0383bf;
  background-color:#0383bf;
  margin:0 auto
}
@media screen and (min-width:960px) {
  .el-topButton {
    -webkit-transition:color 0.3s,background-color 0.3s;
    transition:color 0.3s,background-color 0.3s
  }
  .el-topButton:hover {
    color:#0383bf;
    background-color:#fff
  }

}
.un-background {
  background-color:#fff;
  padding-bottom:80px
}
@media screen and (min-width:560px) {
  .un-background {
    padding-bottom:100px
  }

}
@media screen and (min-width:960px) {
  .un-background {
    padding-bottom:120px
  }

}
.un-topHeadlineLv2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-size:1.5rem
}
.un-topHeadlineLv2:before {
  display:block;
  content:"";
  width:15px;
  height:2px;
  background-color:#0383bf;
  margin-right:10px
}
@media screen and (min-width:560px) {
  .un-topHeadlineLv2 {
    font-size:1.625rem
  }
  .un-topHeadlineLv2:before {
    width:20px;
    margin-right:15px
  }

}
@media screen and (min-width:960px) {
  .un-topHeadlineLv2 {
    font-size:1.75rem
  }
  .un-topHeadlineLv2:before {
    width:30px;
    margin-right:20px
  }

}
.un-topContent {
  margin-top:30px;
  margin-bottom:40px
}
.un-topContent_text {
  font-weight:500;
  margin-bottom:30px
}
@media screen and (min-width:560px) {
  .un-topContent {
    margin-top:40px;
    margin-bottom:50px
  }
  .un-topContent_text {
    margin-bottom:40px
  }

}
@media screen and (min-width:960px) {
  .un-topContent {
    margin-top:50px;
    margin-bottom:60px
  }
  .un-topContent_text {
    font-size:0.9375rem;
    margin-bottom:30px
  }

}
@media screen and (min-width:1366px) {
  .un-topContentWrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
  }
  .un-topContent {
    width:61.6648411829%;
    margin-top:0
  }
  .un-topContent_text {
    margin-bottom:28px
  }

}
.un-fv {
  position:relative;
  width:100%;
  height:100vh;
  max-height:650px;
  min-height:500px;
  overflow:hidden
}
.un-fv_back {
  position:fixed;
  bottom:0;
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover;
  z-index:-2
}
.un-fv_catchWrap {
  position:absolute;
  left:35px;
  bottom:40px;
  width:100%;
  color:#fff;
  font-weight:700;
}
.un-fv_logo {
  width:160px;
  height:auto;
}
.un-fv_work {
  display:none
}
@media screen and (min-width:560px) {
  .un-fv {
    max-height:100vh;
    min-height:600px
  }
  .un-fv_back {
    max-height:100vh;
    min-height:600px
  }

}
@media screen and (min-width:960px) {
  .un-fv {
    max-height:100vh;
    min-height:768px
  }
  .un-fv_back {
    max-height:100vh;
    min-height:768px
  }
  .un-fv_catchWrap {
    left:0%;
    bottom:200px;
    text-align:left;
    padding-left:250px;
    margin-left:60px;
  }
  .un-fv_logo {
    width:190px;
  }
}
@media screen and (min-width:1366px) {
  .un-fv_work {
    position:absolute;
    right:40px;
    bottom:40px;
    display:block;
    width:224px;
    z-index:2;
    -webkit-transition:background-color 0.3s;
    transition:background-color 0.3s
  }
  .un-fv_work_inner {
    position:relative;
    color:#fff;
    font-weight:700;
    padding:47px 20px 20px
  }
  .un-fv_work_border {
    position:absolute;
    display:block;
    width:21px;
    height:21px;
    -webkit-transition:width 0.3s,height 0.3s;
    transition:width 0.3s,height 0.3s
  }
  .un-fv_work_border.-leftTop {
    top:0;
    left:0;
    border-top:2px solid #fff;
    border-left:2px solid #fff
  }
  .un-fv_work_border.-rightTop {
    top:0;
    right:0;
    border-top:2px solid #fff;
    border-right:2px solid #fff
  }
  .un-fv_work_border.-rightBottom {
    bottom:0;
    right:0;
    border-bottom:2px solid #fff;
    border-right:2px solid #fff
  }
  .un-fv_work_border.-leftBottom {
    bottom:0;
    left:0;
    border-bottom:2px solid #fff;
    border-left:2px solid #fff
  }
  .un-fv_work_headlineLv2 {
    position:absolute;
    top:-10px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    color:#0383bf;
    font-size:0.875rem;
    text-align:center;
    letter-spacing:0;
    width:157px;
    background-color:#fff;
    border-radius:30px;
    padding:4px 10px;
    -webkit-transition:top 0.3s;
    transition:top 0.3s
  }
  .un-fv_work_headlineLv2:after {
    position:absolute;
    left:50%;
    bottom:-7px;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    display:block;
    content:"";
    width:0;
    height:0;
    border-style:solid;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
    border-top:14px solid #fff;
    border-bottom:transparent
  }
  .un-fv_work_img {
    position:relative;
    width:100%
  }
  .un-fv_work_img:before {
    display:block;
    content:"";
    padding-top:62.5%
  }
  .un-fv_work_img img {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    vertical-align:bottom;
    -o-object-fit:cover;
    object-fit:cover
  }
  .un-fv_work_timeCat {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:17px
  }
  .un-fv_work_time {
    font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
    font-size:0.75rem
  }
  .un-fv_work_cat {
    font-size:0.6875rem;
    border-radius:70px;
    background-color:#0383bf;
    padding:2px 11px 2px 9px;
    margin-left:10px
  }
  .un-fv_work_headlineLv3 {
    font-size:0.875rem;
    letter-spacing:0;
    margin-top:7px
  }
  .un-fv_work:hover {
    background-color:rgba(255,255,255,0.1);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px)
  }
  .un-fv_work:hover .un-fv_work_border {
    width:30px;
    height:30px
  }
  .un-fv_work:hover .un-fv_work_headlineLv2 {
    top:0
  }

}
.un-topNews {
  padding-top:50px;
  padding-bottom:80px
}
.un-topNews_headlineLv2 {
  color:#0383bf;
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  font-size:1rem;
  font-weight:700;
  letter-spacing:0;
  margin-bottom:40px
}
.un-topNews_moreButton {
  margin-top:40px
}
@media screen and (min-width:960px) {
  .un-topNews {
    padding-top:80px
  }
  .un-topNews_inner {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
  }
  .un-topNews_headlineLv2 {
    margin-right:53px;
    margin-bottom:0
  }
  .un-topNews_moreButton {
    margin-top:30px;
    margin-left:96px
  }

}
.un-topAbout {
  position:relative;
  padding-top:30px;
  z-index:2
}
.un-topAbout:after {
  position:absolute;
  top:0;
  left:0;
  display:block;
  content:"";
  width:100%;
  height:79.5620437956%;
  background-color:#f7f7f7;
  z-index:-1
}
.un-topAbout_img {
  width:82.6086956522%;
  height:auto
}
.un-topAbout_img img {
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover
}
@media screen and (min-width:560px) {
  .un-topAbout {
    padding-top:70px
  }
  .un-topAbout:after {
    height:73.0423620026%
  }

}
@media screen and (min-width:960px) {
  .un-topAbout {
    padding-top:98px
  }
  .un-topAbout_img {
    max-width:1033px;
    width:100%;
    padding:0 60px 0 110px;
    margin:0
  }

}
@media screen and (min-width:1500px) {
  .un-topAbout_img {
    max-width:1300px;
    width:100%;
    margin:0 auto
  }

}
.un-topDemolition {
  position:relative;
  padding:15px 0 0 15px;
  z-index:2
}
.un-topDemolition:after {
  position:absolute;
  top:0;
  left:0;
  display:block;
  content:"";
  width:100%;
  height:80.6896552%;
  background-image:url("../img/top/demolitionWork-back.jpg");
  background-size:cover;
  background-position:center;
  z-index:-1
}
.un-topDemolition_inner {
  background-color:#fff;
  padding-top:30px
}
.un-topDemolition_imgWrap {
  width:79.1666666667%;
  margin-left:auto
}
.un-topDemolition_img {
  position:relative;
  width:100%
}
.un-topDemolition_img:before {
  display:block;
  content:"";
  padding-top:122.8070175439%
}
.un-topDemolition_img img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  vertical-align:bottom;
  -o-object-fit:cover;
  object-fit:cover
}
.un-topDemolition_img.-second {
  display:none
}
@media screen and (min-width:560px) {
  .un-topDemolition_inner {
    padding-top:40px
  }
  .un-topDemolition_imgWrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:90%
  }
  .un-topDemolition_img {
    width:28.9772727%
  }
  .un-topDemolition_img.-second {
    display:block;
    width:66.2878788%
  }
  .un-topDemolition_img.-second:before {
    padding-top:57.1428571%
  }

}
@media screen and (min-width:960px) {
  .un-topDemolition {
    padding:100px 0 0 250px
  }
  .un-topDemolition:after {
    height:calc(100% - 100px)
  }
  .un-topDemolition_inner {
    padding-top:50px
  }
  .un-topDemolition_imgWrap {
    width:100%;
    padding-left:60px
  }

}
@media screen and (min-width:1500px) {
  .un-topDemolition_inner {
    padding-top:98px
  }

}
.un-topWorks_sliderContainer {
  position:relative;
  padding-bottom:60px;
  z-index:2
}
.un-topWorks_sliderContainer:after {
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  content:"";
  width:100%;
  height:calc(100% - 100px);
  background-color:#0383bf;
  z-index:-1
}
.un-topWorks_slider {
  width:100%;
  padding-right:15px;
  padding-left:15px
}
.un-topWorks_slide {
  width:200px
}
.un-topWorks_slide_imgWrap {
  position:relative;
  width:100%;
  overflow:hidden
}
.un-topWorks_slide_imgWrap:before {
  display:block;
  content:"";
  padding-top:100%
}
.un-topWorks_slide_imgWrap img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  vertical-align:bottom;
  -o-object-fit:cover;
  object-fit:cover;
  -webkit-transform:scale(1.05);
  transform:scale(1.05)
}
.un-topWorks_slide_catUnit {
  position:absolute;
  top:10px;
  right:10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  z-index:2
}
.un-topWorks_slide_cat {
  color:#fff;
  font-size:0.625rem;
  font-weight:700;
  line-height:1.5;
  background-color:#0383bf;
  border-radius:20px;
  padding:2px 10px 3px
}
.un-topWorks_slide_cat:not(:first-of-type) {
  margin-left:5px
}
.un-topWorks_slide_title {
  color:#fff;
  font-size:0.875rem;
  margin-top:5px
}
.un-topWorks_slide_scrollbar {
  display:block;
  width:100%;
  height:4px;
  background-color:#0263a7;
  border-radius:4px;
  margin-top:40px;
  overflow:hidden
}
.un-topWorks_slide_scrollbar .swiper-pagination-progressbar-fill {
  display:block;
  height:100%;
  background-color:#fff;
  border-radius:4px;
  -webkit-transform-origin:left;
  transform-origin:left;
  -webkit-transition:-webkit-transform 0.2s;
  transition:-webkit-transform 0.2s;
  transition:transform 0.2s;
  transition:transform 0.2s,-webkit-transform 0.2s
}
@media screen and (min-width:560px) {
  .un-topWorks_sliderContainer:after {
    height:calc(100% - 125px)
  }
  .un-topWorks_slide {
    width:250px
  }

}
@media screen and (min-width:960px) {
  .un-topWorks_sliderContainer {
    padding:0 0 100px 60px
  }
  .un-topWorks_sliderContainer:after {
    height:calc(100% - 160px)
  }
  .un-topWorks_slider {
    padding:0
  }
  .un-topWorks_slide {
    width:calc(295 / 1366 * 100vw)
  }
  .un-topWorks_slide:hover .un-topWorks_slide_imgWrap img {
    -webkit-transform:scale(1);
    transform:scale(1)
  }
  .un-topWorks_slide_imgWrap img {
    -webkit-transition:-webkit-transform 0.3s;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    transition:transform 0.3s,-webkit-transform 0.3s
  }
  .un-topWorks_slide_cat {
    font-size:0.8125rem;
    border-radius:25px;
    padding:3px 10px
  }
  .un-topWorks_slide_title {
    font-size:1rem
  }
  .un-topWorks_slide_scrollbar {
    width:86.4583333333%;
    margin-top:50px
  }

}
@media screen and (min-width:1500px) {
  .un-topWorks_slider {
    margin-right:0
  }

}
.un-topRecruit {
  padding:0 15px
}
.un-topRecruit_text {
  font-weight:500;
  margin:30px 0 40px
}
.un-topRecruit_img {
  margin-top:40px
}
.un-topRecruit_img img {
  width:100%
}
@media screen and (min-width:960px) {
  .un-topRecruit {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-left:60px;
    padding-right:0
  }
  .un-topRecruit_content {
    width:38.446969697%;
    padding:35px 0 33px
  }
  .un-topRecruit_text {
    font-size:0.9375rem;
    margin:47px 0
  }
  .un-topRecruit_img {
    width:56.8181818182%;
    margin-top:0
  }
  .un-topRecruit_img img {
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
  }

}
@media screen and (min-width:1500px) {
  .un-topRecruit {
    width:90%;
    margin-left:auto
  }

}
.un-greering_name {
  display:block;
  font-size:1rem;
  font-weight:500;
  text-align:right;
  letter-spacing:0.1em;
  margin-top:30px
}
.un-greeting_img {
  position:relative;
  padding-bottom:15px;
  margin-top:30px;
  z-index:2
}
.un-greeting_img img {
  width:100%
}
.un-greeting_img:after {
  position:absolute;
  bottom:0;
  left:-15px;
  display:block;
  content:"";
  width:100%;
  height:calc(100% - 15px);
  background-color:#0383bf;
  z-index:-1
}
@media screen and (min-width:960px) {
  .un-greeting_inner {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
  }
  .un-greeting_textWrap {
    width:48.6125385406%
  }
  .un-greering_text {
    font-size:0.9375rem
  }
  .un-greering_name {
    font-size:1.125rem
  }
  .un-greeting_img {
    width:47.2764645427%;
    padding-left:20px;
    padding-bottom:20px;
    margin-top:0
  }
  .un-greeting_img:after {
    left:0;
    width:calc(100% - 20px);
    height:calc(100% - 20px)
  }

}
.un-business_inner {
  background-color:#f7f7f7;
  padding:30px 0 50px
}
.un-business_item:not(:first-of-type) {
  margin-top:60px
}
.un-business_headline {
  position:relative;
  font-size:1.125rem;
  padding:22px 0 0 24px
}
.un-business_headline:before {
  position:absolute;
  top:0;
  left:0;
  display:block;
  content:attr(data-number);
  color:#0383bf;
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  font-size:1rem;
  font-weight:700
}
.un-business_headline:after {
  position:absolute;
  top:10px;
  left:21px;
  display:block;
  content:"";
  width:1px;
  height:20px;
  background-color:#0383bf;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg)
}
.un-business_item_content {
  margin-top:20px
}
.un-business_item_imgWrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  overflow-x:scroll;
  margin-right:-15px;
  margin-top:20px
}
.un-business_item_img {
  position:relative;
  width:83.8888888889%;
  -ms-flex-negative:0;
  flex-shrink:0
}
.un-business_item_img img {
  width:100%;
  height:auto
}
.un-business_item_img:last-of-type {
  width:55.5555555556%;
  margin-left:10px
}
.un-business_item_voice {
  margin-top:30px
}
.un-business_item_voice_addition {
  font-weight:500;
  line-height:1.5;
  margin-top:15px
}
.un-business_item_voice_img {
  position:relative;
  width:100%;
  background-image:url("../img/about/voice.jpg");
  background-size:cover;
  background-position:center;
  margin-top:15px
}
.un-business_item_voice_img:before {
  display:block;
  content:"";
  padding-top:57.9710144928%
}
.un-business_item_button {
  margin-top:40px
}
.un-business_permit {
  margin-top:30px
}
.un-business_permit_headline {
  font-size:1rem;
  border-bottom:1px solid #0383bf;
  padding-bottom:10px
}
.un-business_permit_itemUnit {
  margin-top:10px
}
.un-business_permit_item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-weight:500;
  letter-spacing:0.05em
}
.un-business_permit_item:before {
  display:block;
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background-color:#0383bf;
  margin-right:5px
}
.un-business_permit_item:not(:first-of-type) {
  margin-top:10px
}
.un-business_item_voice_img.-second {
  background-image:url("../img/about/voice2.jpg")
}
.un-business_item_voice_img.-third {
  background-image:url("../img/about/voice3.jpg")
}
@media screen and (min-width:560px) {
  .un-business_inner {
    padding:50px 0 70px
  }
  .un-business_item_voice {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:30px
  }
  .un-business_item_voice_textWrap {
    width:55.46875%
  }
  .un-business_item_voice_img {
    width:38.28125%;
    background-image:url("../img/about/voice-pc.jpg");
    margin-top:0
  }
  .un-business_item_voice_img:before {
    padding-top:130.612244898%
  }
  .un-business_permit_itemUnit {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:-5px 0 0 -40px
  }
  .un-business_permit_item {
    margin:15px 0 0 40px
  }
  .un-business_permit_item:not(:first-of-type) {
    margin-top:10px
  }
  .un-business_item_voice_img.-second {
    background-image:url("../img/about/voice2-pc.jpg")
  }
  .un-business_item_voice_img.-third {
    background-image:url("../img/about/voice3-pc.jpg")
  }

}
@media screen and (min-width:960px) {
  .un-business_inner {
    padding:74px 0 100px
  }
  .un-business_item:not(:first-of-type) {
    margin-top:80px
  }
  .un-business_headline {
    -ms-flex-negative:0;
    flex-shrink:0;
    font-size:1.25rem;
    padding:22px 0 0 30px
  }
  .un-business_headline:before {
    font-size:1.125rem
  }
  .un-business_headline:after {
    top:9px;
    left:23px;
    height:25px
  }
  .un-business_item_content {
    margin-top:26px
  }
  .un-business_item_text {
    font-size:0.9375rem
  }
  .un-business_item_imgWrap {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    overflow:visible;
    margin-right:0;
    margin-top:30px
  }
  .un-business_item_img {
    width:57.96875%
  }
  .un-business_item_img:last-of-type {
    width:38.28125%;
    margin-left:0
  }
  .un-business_item_voice {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:40px
  }
  .un-business_item_voice_text {
    font-size:0.9375rem
  }
  .un-business_item_voice_addition {
    margin-top:20px
  }
  .un-business_permit {
    margin-top:40px
  }
  .un-business_permit_headline {
    font-size:1.125rem
  }

}
@media screen and (min-width:1366px) {
  .un-business_item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
  }
  .un-business_item_content {
    width:70.0985761227%
  }

}
.un-history_caution {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 20px;
}
.un-history_item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  border-top:1px solid #e6e6e6;
  padding:15px 0
}
.un-history_item:last-of-type {
  border-bottom:1px solid #e6e6e6
}
.un-history_dt {
  -ms-flex-negative:0;
  flex-shrink:0;
  color:#b4daec;
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  font-size:1.5rem;
  font-weight:500;
  letter-spacing:0.05em
}
.un-history_dd {
  font-weight:500;
  width:78.2608695652%
}
.un-history_dd.horii {
  color: #00448e;
}
.un-history_dd br.pc {
  display:none
}
@media screen and (min-width:560px) {
  .un-history_dt {
    font-size:1.75rem
  }
  .un-history_dd {
    width:83%
  }

}
@media screen and (min-width:960px) {
  .un-history_dt {
    font-size:2rem
  }
  .un-history_dd {
    width:87.9518072289%
  }
  .un-history_dd br.pc {
    display:block
  }

}

.un-members_ul {
  display:flex;
  flex-wrap:wrap;
  margin-top:-30px;
}
.un-members_li {
  width:100%;
  padding-top:30px;
}
.un-members_img {
  width:100%;
  height:auto;
}
.un-members_title {
  margin-top:15px;
}
.un-members_position {
  font-size:15px;
  line-height:26px;
  font-weight:500;
}
.un-members_name {
  font-size:15px;
  line-height:26px;
  font-weight:500;
}
.un-members_dl {
  margin-top:10px;
  font-size:14px;
  line-height:20px;
  display:flex;
  flex-wrap:wrap;
}
.un-members_dt {
  display:block;
  width:75px;
}
.un-members_dd {
  display: block;
  width:calc(100% - 75px);
}
@media screen and (min-width:960px) {
  .un-members_ul {
    margin-top:-50px;
    margin-left:-53px;
  }
  .un-members_li {
    width:50%;
    padding-top:50px;
    padding-left:53px;
  }
  .un-members_img {
  }
  .un-members_title {
    margin-top:20px;
  }
  .un-members_position {
    font-size:15px;
    line-height:26px;
    font-weight:bold;
  }
  .un-members_name {
    font-size:15px;
    line-height:26px;
    font-weight:bold;
  }
  .un-members_dl {
    font-size:14px;
    line-height:20px;
    display:flex;
    flex-wrap:wrap;
  }
  .un-members_dt {
    display:block;
    width:75px;
  }
  .un-members_dd {
    display: block;
    width:calc(100% - 75px);
  }
}



.un-honestyTrust_slider {
  margin-top:30px
}
.un-honestyTrust_slideUnit {
  -webkit-transition-timing-function:linear;
  transition-timing-function:linear
}
.un-honestyTrust_slide {
  width:250px
}
.un-honestyTrust_slide img {
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover
}
@media screen and (min-width:960px) {
  .un-honestyTrust_text {
    font-size:0.9375rem
  }
  .un-honestyTrust_slider {
    margin-top:40px
  }
  .un-honestyTrust_slider:before {
    position:absolute;
    top:0;
    left:0;
    display:block;
    content:"";
    width:17.4731182796%;
    height:100%;
    background:-webkit-gradient(linear,left top,right top,from(#fff),color-stop(20%,rgba(255,255,255,0.9)),to(rgba(255,255,255,0)));
    background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,0.9) 20%,rgba(255,255,255,0) 100%);
    z-index:2
  }

}
@media screen and (min-width:1366px) {
  .un-honestyTrust_slide {
    position:relative;
    width:calc(250 / 1366 * 100vw)
  }
  .un-honestyTrust_slide:before {
    display:block;
    content:"";
    padding-top:70.8%
  }
  .un-honestyTrust_slide img {
    position:absolute;
    top:0;
    left:0
  }

}
.un-strongPoint_img {
  position:relative;
  width:100%;
  margin-top:20px
}
.un-strongPoint_img:before {
  display:block;
  content:"";
  padding-top:84.5454545455%
}
.un-strongPoint_img img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  vertical-align:bottom;
  -o-object-fit:cover;
  object-fit:cover
}
@media screen and (min-width:960px) {
  .un-strongPoint {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:50px
  }
  .un-strongPoint_textWrap {
    width:51.6957862282%
  }
  .un-strongPoint_text {
    font-size:0.9375rem
  }
  .un-strongPoint_img {
    width:45.2209660843%;
    margin-top:0
  }

}
.un-coverage {
  position:relative;
  padding-top:30px;
  padding-bottom:50px;
  z-index:2
}
.un-coverage:after {
  position:absolute;
  top:0;
  left:0;
  display:block;
  content:"";
  width:100%;
  height:100%;
  background-color:#f6fbfc;
  z-index:-1
}
.un-coverage_itemUnit {
  padding:0 15px;
  margin-bottom:40px
}
.un-coverage_item:not(:first-of-type) {
  margin-top:50px
}
.un-coverage_item_heading {
  display:inline-block;
  color:#fff;
  font-size:1.125rem;
  letter-spacing:0;
  background-color:#0383bf;
  padding:4px 18px 6px
}
.un-coverage_item_text {
  margin-top:15px
}
.un-coverage_item_img {
  position:relative;
  width:100%;
  margin-top:15px
}
.un-coverage_item_img:before {
  display:block;
  content:"";
  padding-top:82.0289855072%
}
.un-coverage_item_img img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  vertical-align:bottom;
  -o-object-fit:cover;
  object-fit:cover
}
@media screen and (min-width:560px) {
  .un-coverage {
    padding-top:70px;
    padding-bottom:70px
  }

}
@media screen and (min-width:960px) {
  .un-coverage {
    padding-top:100px;
    padding-bottom:100px
  }
  .un-coverage:after {
    left:-250px;
    width:calc(100% + 250px)
  }
  .un-coverage_itemUnit {
    padding:0;
    margin-bottom:50px;
    margin-left:auto
  }
  .un-coverage_item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
  }
  .un-coverage_item_textWrap {
    width:48.8867376573%
  }
  .un-coverage_item_heading {
    font-size:1.25rem;
    padding:5px 20px 7px
  }
  .un-coverage_item_text {
    font-size:0.9375rem;
    margin-top:20px
  }
  .un-coverage_item_img {
    width:47.2410454985%;
    margin-top:0
  }
  .un-coverage_item_img:before {
    padding-top:81.9672131148%
  }
  .un-coverage_item.-reverse {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
  }

}
@media screen and (min-width:1366px) {
  .un-coverage_item {
    width:92.5627240143%;
    margin-left:auto
  }
  .un-coverage_item.-reverse {
    margin-right:7.1799307958%
  }

}
@media screen and (min-width:1500px) {
  .un-coverage_itemUnit {
    max-width:1300px;
    width:100%;
    margin-right:auto;
    margin-left:auto
  }

}
.un-license {
  margin-top:80px
}
.un-license_listUnit {
  border-top:1px solid #0383bf;
  border-bottom:1px solid #0383bf;
  padding:15px 0
}
.un-license_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-size:1rem;
  font-weight:700
}
.un-license_list:before {
  display:block;
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background-color:#0383bf;
  margin-top:1px;
  margin-right:7px
}
.un-license_list:not(:first-of-type) {
  margin-top:10px
}
.un-license_text {
  font-weight:500;
  margin-top:20px
}
@media screen and (min-width:960px) {
  .un-license {
    margin-top:70px
  }

}
@media screen and (min-width:1366px) {
  .un-license_listUnit {
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:0
  }
  .un-license_listUnit:after,.un-license_listUnit:before {
    position:absolute;
    display:block;
    content:""
  }
  .un-license_listUnit:before {
    top:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    width:2px;
    height:100%
  }
  .un-license_listUnit:after {
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:100%;
    height:2px
  }
  .un-license_list {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:1rem;
    width:50%;
    padding:20px 15px
  }
  .un-license_list:before {
    display:none
  }
  .un-license_list:not(:first-of-type) {
    margin-top:0
  }
  .un-license_text {
    font-size:0.9375rem;
    margin-top:30px
  }

}
.un-machines_hero {
  position:relative;
  z-index:2
}
.un-machines_hero:after {
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  content:"";
  width:100%;
  height:100%;
  background-color:#f6fbfc;
  z-index:-1
}
.un-machines_hero_wrapper {
  display:block;
  height:353px;
  width:max-content;
}
.un-machines_hero_img {
  display:block;
  height:100%;
}
@media screen and (min-width:560px) {
  .un-machines_hero_wrapper {
    display:block;
    height:auto;
    width:auto;
  }
}
@media screen and (min-width:960px) {
  .un-machines_hero {
    position:relative;
    z-index:3
  }
  .un-machines_hero:after {
    display:none
  }
  .un-machines_hero_img {
    width:100%;
    margin:0
  }

}

.un-machines_table {
  margin-top:30px;
}
.un-machines_table_wrapper {
  border-top:2px solid #0383bf;
  border-bottom:2px solid #0383bf;
  padding:0 20px;
  background-color:#fff;
  min-width:max-content;
  width:100%;
}
.un-machines_table_table {
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
  min-width:583px;
}
.un-machines_table_th {
  font-size:16px;
  line-height:21px;
  font-weight:500;
  text-align:center;
  padding:20px 0;
}
.un-machines_table_td {
  font-size:15px;
  line-height:21px;
  text-align:center;
  padding:20px 0;
  border-top:1px solid #e6e6e6;
}
@media screen and (min-width:960px) {
  .un-machines_table_wrapper {
    max-width:973px;
  }
}


.un-singleThumb {
  position:relative;
  width:100%
}
.un-singleThumb:before {
  display:block;
  content:"";
  padding-top:41.5384615385%
}
.un-singleThumb img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover
}
.un-singleTimeCat {
  margin:30px 0 40px
}
@media screen and (min-width:960px) {
  .un-singleTimeCat {
    margin-bottom:30px
  }

}
.un-singleWorks_sliderWrap {
  margin-top:30px
}
.un-singleWorks_slider,.un-singleWorks_sliderThumbWrap {
  padding:0 10px
}
.un-singleWorks_slideUnit {
  width:100%
}
.un-singleWorks_slide,.un-singleWorks_sliderThumb {
  position:relative;
  width:100%
}
.un-singleWorks_slide:before,.un-singleWorks_sliderThumb:before {
  display:block;
  content:"";
  padding-top:61.5384615385%
}
.un-singleWorks_slide img,.un-singleWorks_sliderThumb img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover
}
.un-singleWorks_slider_break {
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:20px;
  height:70px;
  background-color:#0383bf;
  z-index:2
}
.un-singleWorks_slider_break.-prev {
  left:0
}
.un-singleWorks_slider_break.-next {
  right:0
}
.un-singleWorks_slider_break img {
  width:6px
}
.un-singleWorks_sliderThumbUnit {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-transform:none!important;
  transform:none!important
}
.un-singleWorks_sliderThumb {
  cursor:pointer;
  width:calc((100% - 30px) / 4);
  margin-top:10px
}
.un-singleWorks_sliderThumb:not(:nth-child(4n)) {
  margin-right:10px
}
@media screen and (min-width:560px) {
  .un-singleWorks_slider_break {
    width:30px;
    height:100px
  }
  .un-singleWorks_slider_break img {
    width:8px
  }
  .un-singleWorks_sliderThumb {
    width:calc((100% - 40px) / 5);
    margin-top:10px
  }
  .un-singleWorks_sliderThumb:not(:nth-child(4n)) {
    margin-right:0
  }
  .un-singleWorks_sliderThumb:not(:nth-child(5n)) {
    margin-right:10px
  }

}
@media screen and (min-width:960px) {
  .un-singleWorks_sliderWrap {
    margin-top:40px
  }
  .un-singleWorks_sliderThumb {
    cursor:pointer;
    width:calc((100% - 50px) / 6)
  }
  .un-singleWorks_sliderThumb:not(:nth-child(5n)) {
    margin-right:0
  }
  .un-singleWorks_sliderThumb:not(:nth-child(6n)) {
    margin-right:10px
  }

}
.un-singleWorksThumb {
  position:relative;
  width:100%;
  margin-top:30px
}
.un-singleWorksThumb:before {
  display:block;
  content:"";
  padding-top:61.5384615385%
}
.un-singleWorksThumb img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover
}
@media screen and (min-width:960px) {
  .un-singleWorksThumb {
    margin-top:40px
  }

}
.un-singleWork_dl {
  background-color:#f6fbfc;
  padding:20px;
  margin-top:20px
}
.un-singleWork_dl_item:not(:first-of-type) {
  margin-top:30px
}
.un-singleWork_dd,.un-singleWork_dt {
  line-height:1.5
}
.un-singleWork_dt {
  font-weight:700
}
.un-singleWork_dd {
  font-weight:500;
  margin-top:10px
}
@media screen and (min-width:560px) {
  .un-singleWork_dl {
    margin-top:30px
  }
  .un-singleWork_dl_item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
  }
  .un-singleWork_dt {
    width:4em
  }
  .un-singleWork_dd {
    width:75.4716981132%;
    margin-top:0
  }

}
@media screen and (min-width:960px) {
  .un-singleWork_dl {
    padding:30px 9.2307692308%;
    margin-top:40px
  }

}
.un-recruitValue_bottomContent_img {
  position:relative;
  width:calc(100% + 15px)
}
.un-recruitValue_bottomContent_img:before {
  display:block;
  content:"";
  padding-top:79.1666666667%
}
.un-recruitValue_bottomContent_img img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover
}
.un-recruitValue_bottomContent_textBox {
  position:relative;
  width:95.652173913%;
  background-color:#fff;
  border-top:1px solid #0383bf;
  padding:20px 20px 0;
  margin-top:-50px;
  margin-right:-15px;
  margin-left:auto;
  z-index:2
}
@media screen and (min-width:560px) {
  .un-recruitValue_bottomContent_img {
    position:relative;
    width:calc(100% + 15px)
  }
  .un-recruitValue_bottomContent_img:before {
    display:block;
    content:"";
    padding-top:79.1666666667%
  }
  .un-recruitValue_bottomContent_img img {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
  }
  .un-recruitValue_bottomContent_textBox {
    padding:30px 30px 0
  }

}
@media screen and (min-width:960px) {
  .un-recruitValue p {
    font-size:0.9375rem
  }
  .un-recruitValue_bottomContent {
    position:relative
  }
  .un-recruitValue_bottomContent_img {
    width:56.0123329908%
  }
  .un-recruitValue_bottomContent_img:before {
    padding-top:82.5688073394%
  }
  .un-recruitValue_bottomContent_textBox {
    width:54.470709147%;
    padding:calc(50 / 1366 * 100vw);
    margin-top:calc(-46.4% + 100px);
    margin-right:0
  }

}
@media screen and (min-width:1366px) {
  .un-recruitValue_bottomContent_textBox {
    position:absolute;
    top:auto;
    bottom:0;
    right:15px;
    margin-top:0
  }

}
@media screen and (min-width:1500px) {
  .un-recruitValue_bottomContent_textBox {
    right:60px
  }

}
.un-companyData_item {
  font-weight:700;
  background-color:#f7f7f7;
  padding:20px 15px
}
.un-companyData_headlineLv3 {
  font-size:1.25rem;
  text-align:center;
  letter-spacing:0.1em
}
.un-companyData_item_content {
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  margin-top:20px
}
.un-companyData_item p {
  color:#0383bf;
  line-height:1.3;
  letter-spacing:0
}
.un-companyData_item:not(:first-of-type) {
  margin-top:15px
}
.un-companyData_item.-number .un-companyData_item_content {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
}
.un-companyData_item.-age .un-companyData_item_content,.un-companyData_item.-time .un-companyData_item_content,.un-companyData_item.-years .un-companyData_item_content {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
.un-companyData_item.-vacation .un-companyData_item_content {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
@media screen and (min-width:560px) {
  .un-companyData_headlineLv3 {
    font-size:1.375rem
  }

}
@media screen and (min-width:960px) {
  .un-companyData_itemUnit {
    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
  }
  .un-companyData_item {
    padding:30px
  }
  .un-companyData_headlineLv3 {
    font-size:1.5rem
  }
  .un-companyData_item.-number {
    width: 100%;
  }
  .un-companyData_item.-number .un-companyData_item_content {
    margin:20px 0 0
  }
  .un-companyData_item.-age {
    position:relative;
    width:34.224049332%;
    z-index:2
  }
  .un-companyData_item.-age .un-companyData_item_content {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
  }
  .un-companyData_item.-blood {
    width:70.6063720452%
  }
  .un-companyData_item.-time {
    width:27.3381294964%;
    padding-bottom:36px
  }
  .un-companyData_item.-time .un-companyData_item_content {
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
    margin-top:30px
  }
  .un-companyData_item.-vacation {
    width:48.9722507708%
  }
  .un-companyData_item.-vacation .un-companyData_item_content {
    margin-top:58px;
    align-items:flex-start;
  }
  .un-companyData_item.-years {
    width:48.9722507708%
  }
  .un-companyData_item.-years .un-companyData_item_content {
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    margin-top:58px
  }
  .un-companyData_item:not(:first-of-type) {
    margin-top:20px;
  }
  .un-companyData_item:nth-child(n+3) {
    margin-top:20px
  }

}
.un-companyData_item_number {
  position:relative;
  width:100%;
  background-color:#fff;
  border-radius:3px;
  margin-top:10px;
}
.un-companyData_item_number:before {
  display:block;
  content:"";
  padding-top:42.8571428571%
}
/*
.un-companyData_item_number:not(:first-of-type) {
  margin-top:10px
}
*/
.un-companyData_item_number_headline {
  position:absolute;
  top:calc(6 / 375 * 100vw);
  left:0;
  width:100%;
  font-size:calc(15 / 375 * 100vw);
  line-height:1.125;
  text-align:center;
  z-index:3
}
.un-companyData_item_number_content {
  position:absolute;
  bottom:5px;
  left:0;
  width:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
.un-companyData_item_number_text {
  font-size:calc(86 / 375 * 100vw);
  z-index:2;
  margin-left:30px
}
.un-companyData_item_number_text small {
  font-size:29.8507462687%
}
.un-companyData_item_number_img.-first {
  height:calc(67 / 375 * 100vw);
}
.un-companyData_item_number_img.-second {
  height:calc(80 / 375 * 100vw);
}
.un-companyData_item_number_img.-third {
  height:calc(70 / 375 * 100vw);
}
.un-companyData_item_number_img.-fourth {
  height:calc(90 / 375 * 100vw);
}
.un-companyData_item_number_img.-fifth {
  height:calc(61 / 375 * 100vw);
}
@media screen and (min-width:560px) {
  .un-companyData_item_number {
    width:calc((66% - 20px) / 2);
    margin-left:10px;
  }
  .un-companyData_item_number:before {
    padding-top:56%
  }
  /*
  .un-companyData_item_number:not(:first-of-type) {
    margin-top:0;
    margin-left:10px
  }
  */
  .un-companyData_item_number_headline {
    top:calc(10 / 768 * 100vw)
  }
  .un-companyData_item_number_content {
    position:static;
    bottom:0
  }
  .un-companyData_item_number_text {
    position:absolute;
    bottom:calc(10 / 768 * 100vw);
    right:calc(10 / 768 * 100vw);
    font-size:calc(100 / 768 * 100vw)
  }
  .un-companyData_item_number_img {
    position:absolute;
    bottom:calc(10 / 768 * 100vw);
    left:calc(10 / 768 * 100vw)
  }
  .un-companyData_item_number_img.-first {
    height:calc(67 / 768 * 100vw)
  }
  .un-companyData_item_number_img.-second {
    height:calc(80 / 768 * 100vw)
  }
  .un-companyData_item_number_img.-third {
    height:calc(70 / 768 * 100vw)
  }
  .un-companyData_item_number_img.-fourth {
    height:calc(90 / 768 * 100vw)
  }
  .un-companyData_item_number_img.-fifth {
    height:calc(61 / 768 * 100vw)
  }

}
@media screen and (min-width:960px) {
  /*
  .un-companyData_item_number:nth-child(n+4) {
    margin-top:20px
  }
  */
  .un-companyData_item_number_headline {
    top:10px;
    font-size:calc(20 / 1366 * 100vw)
  }
  .un-companyData_item_number_text {
    bottom:10px;
    right:20px;
    font-size:calc(80 / 1366 * 100vw);
    line-height:1.5
  }
  .un-companyData_item_number_img {
    bottom:10px;
    left:10px
  }
  .un-companyData_item_number_img.-first {
    height:calc(67 / 1366 * 100vw)
  }
  .un-companyData_item_number_img.-second {
    height:calc(80 / 1366 * 100vw)
  }
  .un-companyData_item_number_img.-third {
    height:calc(70 / 1366 * 100vw)
  }
  .un-companyData_item_number_img.-fourth {
    height:calc(90 / 1366 * 100vw)
  }
  .un-companyData_item_number_img.-fifth {
    height:calc(61 / 1366 * 100vw)
  }

}
@media screen and (min-width:1366px) {
  .un-companyData_item_number_headline {
    font-size:1.25rem
  }
  .un-companyData_item_number_text {
    font-size:5rem
  }
  .un-companyData_item_number_img.-first {
    height:67px
  }
  .un-companyData_item_number_img.-second {
    height:80px
  }
  .un-companyData_item_number_img.-third {
    height:70px
  }
  .un-companyData_item_number_img.-fourth {
    height:90px
  }
  .un-companyData_item_number_img.-fifth {
    height:61px
  }

}
@media screen and (min-width:1500px) {
  .un-companyData_item_number_headline {
    font-size:1.5625rem
  }
  .un-companyData_item_number_text {
    font-size:6.375rem
  }
  .un-companyData_item_number_img.-first {
    height:78px
  }
  .un-companyData_item_number_img.-second {
    height:93px
  }
  .un-companyData_item_number_img.-third {
    height:81px
  }
  .un-companyData_item_number_img.-fourth {
    height:105px
  }
  .un-companyData_item_number_img.-fifth {
    height:73px
  }

}
.un-companyData_item_ageText {
  font-size:calc(77 / 375 * 100vw)
}
.un-companyData_item_ageText small {
  font-size:29.8701298701%
}
.un-companyData_item_ageImg {
  width:calc(150 / 375 * 100vw);
  margin-left:23px
}
@media screen and (min-width:960px) {
  .un-companyData_item_ageText {
    font-size:calc(110 / 1366 * 100vw);
    line-height:1.2
  }
  .un-companyData_item_ageImg {
    position:absolute;
    bottom:30px;
    width:calc(220 / 1366 * 100vw);
    margin-left:0;
    z-index:-1
  }

}
@media screen and (min-width:1500px) {
  .un-companyData_item_ageText {
    font-size:8.75rem
  }
  .un-companyData_item_ageImg {
    width:295px
  }

}
.un-companyData_item_blood {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
.un-companyData_item_blood_per,.un-companyData_item_blood_type {
  font-size:calc(48 / 375 * 100vw);
  text-align:center;
  word-break:keep-all;
  line-height:1.5;
  width:calc(76 / 375 * 100vw)
}
.un-companyData_item_blood_per small,.un-companyData_item_blood_type small {
  font-size:30%
}
.un-companyData_item_blood_per {
  text-align:right
}
.un-companyData_item_blood_graph {
  position:relative;
  display:block;
  width:calc(102 / 375 * 100vw);
  border-left:2px solid #0383bf;
  margin:0 20px
}
.un-companyData_item_blood_graph:before {
  position:absolute;
  top:50%;
  left:0;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  display:block;
  content:"";
  height:60.3448275862%;
  background-color:#0383bf
}
.un-companyData_item_blood_graph.-a:before {
  width:100%
}
.un-companyData_item_blood_graph.-b:before {
  width:calc(100% * 28 / 40);
}
.un-companyData_item_blood_graph.-o:before {
  width:calc(100% * 25 / 40);
}
.un-companyData_item_blood_graph.-ab:before {
  width:calc(100% * 7 / 40);
}
@media screen and (min-width:960px) {
  .un-companyData_item_blood_per,.un-companyData_item_blood_type {
    font-size:calc(60 / 1366 * 100vw);
    line-height:1.3;
    width:calc(95 / 1366 * 100vw)
  }
  .un-companyData_item_blood_graph {
    width:calc(102 / 1366 * 100vw);
    border-left:2px solid #0383bf;
    margin:0 calc(50 / 1366 * 100vw)
  }
  .un-companyData_item_blood_graph:before {
    height:48.6111111111%
  }

}
@media screen and (min-width:1500px) {
  .un-companyData_item_blood_per,.un-companyData_item_blood_type {
    font-size:4.8125rem;
    line-height:1.3;
    width:123px
  }
  .un-companyData_item_blood_graph {
    width:130px;
    margin:0 64px
  }

}
.un-companyData_item_timeImg {
  width:calc(100 / 375 * 100vw)
}
.un-companyData_item_timeText {
  font-size:calc(110 / 375 * 100vw);
  margin-left:-30px
}
.un-companyData_item_timeText small {
  font-size:30%
}
@media screen and (min-width:960px) {
  .un-companyData_item_timeImg {
    width:calc(100 / 1366 * 100vw);
    margin-top:30px
  }
  .un-companyData_item_timeText {
    font-size:calc(120 / 1366 * 100vw);
    margin-left:0
  }

}
@media screen and (min-width:1500px) {
  .un-companyData_item_timeImg {
    width:127px
  }
  .un-companyData_item_timeText {
    font-size:9.5625rem;
    margin-left:0
  }

}
.un-companyData_item_vacationImg {
  width:calc(100 / 375 * 100vw);
  margin-top:20px;
	  margin-left:20px;
}
.un-companyData_item_vacationText {
  font-size:calc(77 / 375 * 100vw);
}
.un-companyData_item_vacationText small {
  font-size:29.8701298701%
}
.un-companyData_item_vacationText span {
  display:block;
  font-size:calc(16 / 375 * 100vw)
}
@media screen and (min-width:960px) {
  .un-companyData_item_vacationImg {
    width:calc(130 / 1366 * 100vw);
  }
  .un-companyData_item_vacationText {
    font-size:calc(110 / 1366 * 100vw);
    margin-left:calc(10 / 1366 * 100vw)
  }
  .un-companyData_item_vacationText span {
    display:block;
    font-size:calc(24 / 1366 * 100vw)
  }

}
@media screen and (min-width:1500px) {
  .un-companyData_item_vacationImg {
    width:230px;
    margin-left: 35px;
  }
  .un-companyData_item_vacationText {
    font-size:8.75rem;
    margin-left:15px
  }
  .un-companyData_item_vacationText span {
    display:block;
    font-size:1.875rem
  }

}
.un-companyData_item_yearsText {
  font-size:calc(110 / 375 * 100vw)
}
.un-companyData_item_yearsText small {
  font-size:30%
}
.un-companyData_item_yearsImg {
  width:calc(100 / 375 * 100vw);
  margin-left:20px
}
@media screen and (min-width:960px) {
  .un-companyData_item_yearsText {
    font-size:calc(110 / 1366 * 100vw)
  }
  .un-companyData_item_yearsImg {
    width:calc(150 / 1366 * 100vw);
    margin-left:calc(60 / 1366 * 100vw)
  }

}
@media screen and (min-width:1500px) {
  .un-companyData_item_yearsText {
    font-size:8.75rem
  }
  .un-companyData_item_yearsImg {
    width:191px;
    margin-left:76px
  }

}
.un-voice {
  position:relative;
  padding-bottom:50px;
  z-index:2
}
.un-voice:after {
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  content:"";
  width:100%;
  height:calc(100% - 60px);
  background-color:#f6fbfc;
  z-index:-1
}
.un-voice:not(:first-of-type) {
  margin-top:60px
}
.un-voice:nth-child(odd):after {
  background-color:#f7f7f7
}
.un-voice_hero {
  position:relative
}
.un-voice_hero_img {
  position:relative;
  width:100%
}
.un-voice_hero_img:before {
  display:block;
  content:"";
  padding-top:57.9710144928%
}
.un-voice_hero_img img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover
}
.un-voice_introWrap {
  position:absolute;
  bottom:0;
  right:0;
  -webkit-transform:translateY(50%);
  transform:translateY(50%);
  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;
  color:#0383bf;
  font-size:0.75rem;
  font-weight:500;
  width:180px;
  border-top:1px solid #0383bf;
  background-color:#fff;
  padding:10px 15px 15px;
  z-index:2
}
.un-voice_headline {
  font-size:1rem;
  font-weight:700;
  letter-spacing:0
}
.un-voice_entry {
  margin-top:6px
}
.un-voice_contentUnit {
  margin-top:75px
}
.un-voice_content:last-of-type {
  margin-top:40px
}
.un-voice_content_img {
  position:relative;
  width:100%;
  margin-top:20px
}
.un-voice_content_img:before {
  display:block;
  content:"";
  padding-top:84.6376811594%
}
.un-voice_content_img img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover
}
@media screen and (min-width:560px) {
  .un-voice {
    padding-bottom:100px
  }
  .un-voice:not(:first-of-type) {
    margin-top:70px
  }
  .un-voice_introWrap {
    font-size:0.875rem;
    width:240px;
    padding:15px 20px
  }
  .un-voice_headline {
    font-size:1.125rem
  }
  .un-voice_entry {
    margin-top:8px
  }
  .un-voice_contentUnit {
    margin-top:95px
  }

}
@media screen and (min-width:960px) {
  .un-voice {
    padding-bottom:100px
  }
  .un-voice:not(:first-of-type) {
    margin-top:80px
  }
  .un-voice_hero_img:before {
    padding-top:43.8116100767%
  }
  .un-voice_introWrap {
    width:350px;
    padding:20px 30px
  }
  .un-voice_headline {
    font-size:1.25rem;
    margin-top:5px
  }
  .un-voice_entry {
    margin-top:10px
  }
  .un-voice_contentUnit {
    margin-top:112px
  }
  .un-voice_content {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
  }
  .un-voice_content:last-of-type {
    margin-top:50px
  }
  .un-voice_content_textWrap {
    width:48.5213581599%
  }
  .un-voice_content_img {
    width:48.1927710843%;
    margin-top:0
  }
  .un-voice_content_img:before {
    padding-top:84.5454545455%
  }
  .un-voice_content.-reverse {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
  }

}
.un-entry {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  color:#fff;
  font-size:1.25rem;
  font-weight:700;
  background-color:#0383bf;
  border:1px solid #0383bf;
  padding:30px 15px;
  margin-top:50px
}
.un-entry svg {
  fill:#fff;
  width:30px;
  margin-left:20px
}
@media screen and (min-width:560px) {
  .un-entry {
    font-size:1.375rem
  }
  .un-entry svg {
    width:35px;
    margin-left:30px
  }

}
@media screen and (min-width:960px) {
  .un-entry {
    font-size:1.5rem;
    max-width:713px;
    padding:43px 15px 42px;
    margin:80px auto 0
  }
  .un-entry svg {
    width:40px;
    margin-left:50px
  }
  .un-entry {
    -webkit-transition:color 0.3s,background-color 0.3s;
    transition:color 0.3s,background-color 0.3s
  }
  .un-entry svg {
    -webkit-transition:fill 0.3s;
    transition:fill 0.3s
  }
  .un-entry:hover {
    color:#0383bf;
    background-color:#fff
  }
  .un-entry:hover svg {
    fill:#0383bf
  }

}
.un-contact {
  padding:0 15px
}
.un-contact p {
  line-height:1.5;
  letter-spacing:0
}
.un-contact_text {
  color:#0383bf;
  font-size:1.25rem;
  font-weight:700;
  text-align:center
}
.un-contact_tel {
  display:block;
  color:#fff;
  font-weight:700;
  max-width:562px;
  width:100%;
  border-radius:5px;
  background-color:#0383bf;
  padding:20px 10px;
  margin:40px auto 0
}
.un-contact_tel_text {
  color:#fff;
  font-size:1.25rem;
  text-align:center;
  letter-spacing:0
}
.un-contact_tel_wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-top:10px
}
.un-contact_tel_wrap img {
  height:30px;
  margin-top:2px
}
.un-contact_tel_wrap p {
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  font-size:2.625rem;
  margin-left:7px
}
.wpcf7-response-output {
  display:none!important
}
@media screen and (min-width:560px) {
  .un-contact_text {
    font-size:1.375rem
  }
  .un-contact_tel_text {
    font-size:1.375rem
  }
  .un-contact_tel_wrap img {
    height:36px
  }
  .un-contact_tel_wrap p {
    font-size:3rem
  }

}
@media screen and (min-width:960px) {
  .un-contact_text {
    font-size:1.5rem
  }
  .un-contact_tel_text {
    font-size:1.5rem
  }
  .un-contact_tel {
    margin-top:50px
  }
  .un-contact_tel_wrap {
    margin-top:12px
  }
  .un-contact_tel_wrap img {
    height:42px
  }
  .un-contact_tel_wrap p {
    font-size:3.375rem;
    margin-left:10px;
    -webkit-transition:letter-spacing 0.3s;
    transition:letter-spacing 0.3s
  }
  .un-contact_tel:hover .un-contact_tel_wrap p {
    letter-spacing:0.05em
  }

}
.un-form {
  padding:0 15px;
  margin-top:60px
}
.un-form_itemWrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
.un-form_itemWrap .wpcf7-form-control-wrap {
  width:100%;
  margin-top:10px
}
.un-form_itemWrap:not(.-mtNone) {
  margin-top:20px
}
.un-form_itemWrap.-mtLarge {
  margin-top:30px
}
.un-form_item {
  font-weight:700;
  line-height:1.5
}
.un-form_item span {
  color:#0383bf;
  font-size:0.75rem;
  margin-left:10px
}
.un-form_checkboxWrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-top:20px
}
.un-form_checkboxWrap .wpcf7-form-control-wrap {
  margin-top:0!important
}
.un-form_checkboxWrap .wpcf7-list-item {
  margin-left:0
}
.un-form_checkboxWrap .wpcf7-form-control-wrap.checkbox {
  height:18px
}
.un-form_checkboxWrap .wpcf7-list-item-label {
  display:block;
  width:14px;
  height:14px;
  border:1px solid #cce6f2;
  border-radius:2px
}
.un-form_checkboxWrap input[type=checkbox] {
  display:none
}
.un-form_checkboxWrap input[type=checkbox]:checked+.wpcf7-list-item-label {
  background-color:#cce6f2;
  background-image:url("../img/contact/check.svg");
  background-size:71.4285714286%;
  background-position:center
}
.un-form_privacyPolicy {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-weight:500;
  margin-left:10px
}
.un-form_privacyPolicy_link {
  color:#0383bf;
  text-decoration:underline
}
.un-form_submit {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  color:#fff;
  font-size:1rem;
  font-weight:700;
  width:230px;
  height:54px;
  border:1px solid #0383bf;
  background-color:#0383bf;
  margin:40px auto 0
}
.un-form .un-form_itemWrap.-type .wpcf7-list-item.first {
  margin-left:0
}
.un-form .un-form_itemWrap.-type .wpcf7-list-item:not(:first-of-type) {
  margin-left:30px
}
.un-form .un-form_itemWrap.-type .wpcf7-list-item label input {
  display:none
}
.un-form .un-form_itemWrap.-type .wpcf7-list-item label .wpcf7-list-item-label {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-weight:500
}
.un-form .un-form_itemWrap.-type .wpcf7-list-item label .wpcf7-list-item-label:before {
  display:block;
  content:"";
  width:14px;
  height:14px;
  border:1px solid #0383bf;
  border-radius:50%;
  margin-right:3px
}
.un-form .wpcf7-list-item label input[type=radio]:checked+span:before {
  background-image:url("../img/contact/circle.svg");
  background-position:center center;
  background-size:60%
}
.un-form input[type=email],.un-form input[type=tel],.un-form input[type=text],.un-form textarea {
  font-size:1rem;
  font-weight:500;
  line-height:1.5;
  width:100%;
  border:1px solid #cce6f2;
  border-radius:2px;
  background-color:#cce6f2;
  padding:6px 10px;
  -webkit-transition:background-color 0.3s;
  transition:background-color 0.3s
}
.un-form input[type=email]:focus,.un-form input[type=tel]:focus,.un-form input[type=text]:focus,.un-form textarea:focus {
  outline:none;
  border-color:#0383bf;
  background-color:#fff
}
@media screen and (min-width:560px) {
  .un-form {
    margin-top:80px
  }
  .un-form_itemWrap:not(.-mtNone) {
    margin-top:30px
  }
  .un-form_itemWrap.-mtLarge {
    margin-top:40px
  }

}
@media screen and (min-width:960px) {
  .un-form {
    max-width:726px;
    width:100%;
    margin:100px auto 0
  }
  .un-form_itemWrap {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row
  }
  .un-form_itemWrap:not(.-mtNone) {
    margin-top:20px
  }
  .un-form_itemWrap.-mtLarge {
    margin-top:20px
  }
  .un-form_item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-item-align:start;
    align-self:flex-start;
    -ms-flex-negative:0;
    flex-shrink:0;
    width:146px;
    margin-top:8px;
    margin-right:50px
  }
  .un-form_checkboxWrap {
    margin-left:196px
  }
  .un-form_submit {
    margin-left:196px;
    -webkit-transition:color 0.3s,background-color 0.3s;
    transition:color 0.3s,background-color 0.3s
  }
  .un-form_submit:hover {
    color:#0383bf;
    background-color:#fff
  }
  .un-form .wpcf7-form-control-wrap {
    margin-top:0
  }

}
.un-thanks {
  padding:0 15px
}
.un-thanks_text {
  color:#0383bf;
  font-size:1.125rem;
  font-weight:700;
  letter-spacing:0;
  margin-bottom:50px
}
@media screen and (min-width:560px) {
  .un-thanks_text {
    font-size:1.25rem;
    text-align:center;
    margin-bottom:60px
  }

}
.un-privacy {
  margin-top:40px
}
.un-privacy_dl {
  margin-top:30px
}
.un-privacy_dl_item:not(:first-of-type) {
  margin-top:30px
}
.un-privacy_dt {
  position:relative;
  font-size:1.125rem;
  font-weight:700;
  letter-spacing:0.05em;
  line-height:1.5;
  padding-bottom:6px
}
.un-privacy_dt:after,.un-privacy_dt:before {
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  content:"";
  height:1px
}
.un-privacy_dt:before {
  width:40px;
  background-color:#0383bf;
  z-index:2
}
.un-privacy_dt:after {
  width:100%;
  background-color:#e6e6e6
}
.un-privacy_dd {
  line-height:1.75;
  margin-top:14px
}
.un-privacy_dt_inner {
  margin-top:14px
}
.un-privacy_dt_inner a {
  display:block;
  margin-top:4px
}
@media screen and (min-width:560px) {
  .un-privacy {
    margin-top:50px
  }
  .un-privacy_dl {
    margin-top:40px
  }

}
@media screen and (min-width:960px) {
  .un-privacy {
    margin-top:120px
  }
  .un-privacy_dl {
    margin-top:40px
  }
  .un-privacy_dl_item:not(:first-of-type) {
    margin-top:40px
  }
  .un-privacy_dt {
    font-size:1.25rem
  }
  .un-privacy_dt:before {
    width:60px
  }

}
.un-notFound {
  font-family:"Barlow","Zen Kaku Gothic New",sans-serif;
  text-align:center;
  padding:0 15px;
  margin-top:80px
}
.un-notFound h1,.un-notFound p {
  letter-spacing:0
}
.un-notFound_headline {
  color:#0383bf;
  font-size:3.75rem;
  line-height:1.3;
  font-weight:700
}
.un-notFound_en {
  color:#0383bf;
  font-size:2.5rem;
  font-weight:700
}
.un-notFound_jp {
  font-size:1rem;
  font-weight:500;
  margin:40px 0 60px
}
@media screen and (min-width:560px) {
  .un-notFound {
    margin-top:100px
  }
  .un-notFound_jp {
    font-size:1.25rem
  }

}
@media screen and (min-width:560px) {
  .un-notFound {
    margin-top:120px
  }
  .un-notFound_jp {
    font-size:1.5rem
  }

}

