@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

.hpc {
  display: none;
}

.vpc {
  display: none !important;
}

a[href^="tel:"] {
  cursor: default;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #003A6B;
  cursor: pointer;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-family: "Hind Vadodara", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #4C4C4C;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

a {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

a:hover {
  opacity: 0.9;
}

figure {
  margin: 0;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

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

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.l-wrapper {
  margin-left: 10.666vw;
  margin-right: 10.666vw;
  max-width: 100rem;
}

.l-sec {
  padding: 4rem 0;
}

.l-sec01 {
  padding: 2rem 0;
}

.l-main-news {
  display: block;
  margin-top: 124px;
  margin-bottom: 154px;
  padding: 0 30px;
}

.laboContents .slick-slide img {
  width: 100%;
}

.laboContents .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #707070;
  background: #fff;
}

.laboContents .slick-dots li.slick-active {
  background: #707070;
}

.laboContents .slick-dots li.slick-active button:before {
  opacity: 0;
}

.laboContents .slick-dots li.slick-active button:before,
.laboContents .slick-dots li button:before {
  content: none;
}

.navBar {
  width: 3rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
}

.navBar__line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
}

.navBar__line.line01.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.navBar__line.line02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navBar__line.line02.active {
  display: none;
}

.navBar__line.line03 {
  bottom: 0;
}

.navBar__line.line03.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-315deg);
          transform: translateY(-50%) rotate(-315deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 70px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.mt-08 {
  margin-top: 8px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ttl02 {
  font-size: 13px;
  text-decoration: underline;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}

.border-white {
  border-color: #fff !important;
}

.pageTop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
}

.pageTop.active {
  display: block;
}

.laboMain {
  display: block;
  margin-top: 50px;
}

.laboMain img {
  max-width: 100%;
}

.laboHead {
  padding: 40px 0 11px;
}

.laboHead_logo {
  margin-right: auto;
  margin-left: auto;
  width: 107px;
}

.laboNav {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-top: 21px;
  padding: 14px 25px 17px;
}

.laboNav_inner {
  width: 1024px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.laboNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.laboNav_list__item {
  font-size: 14px;
  font-family: "Hind Vadodara", sans-serif;
  letter-spacing: 0.03em;
}

.laboNav_list__item:not(:first-child) {
  margin-left: 7vw;
}

.laboNav_list__item.current {
  border-bottom: 2px solid #333333;
}

.laboNav_list__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.laboNav_list__item .onlinestore_ico {
  width: 18px;
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: -2px;
}

.laboBreadcrumb {
  margin-top: 10px;
  display: none;
}

.laboBreadcrumb_inner {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  width: 1024px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
}

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

.laboBreadcrumb_list__item {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}

.laboBreadcrumb_list__item::after {
  content: "/";
  color: #999999;
  margin: 0 3px;
}

.laboBreadcrumb_list__item a,
.laboBreadcrumb_list__item span {
  color: #999999;
  font-size: 12px;
}

.laboSingleContents img {
  height: auto;
}

.laboTop .laboTop_headText {
  font-size: 14px;
  color: #4c4c4c;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 1.9;
  font-size: 13px;
  text-align: center;
  width: 75%;
  margin: 30px auto 0;
  letter-spacing: 0.04em;
}

.laboTop .laboTop_slider {
  max-width: 100%;
  margin: 30px auto 0;
}

.laboTop .laboTop_slider .slick-dots li button {
  padding: 0;
  height: 8px;
}

.laboTop .laboTop_slider .slick-dots {
  bottom: -18px;
  height: 8px;
}

.laboTop .laboTop_aboutlaboBtn {
  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: 240px;
  height: 40px;
  background: #999999;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 62px auto 0;
}

.laboTop .laboTop_no {
  margin-top: 63px;
  margin-right: auto;
  margin-left: auto;
}

.laboTop .laboTop_no-no1 {
  margin-top: 86px;
}

.laboTop .laboTop_no__title {
  width: 81px;
  margin-right: auto;
  margin-left: auto;
}

.laboTop .laboTop_no__slider {
  padding: 0 0px;
  margin-top: 32px;
  margin-left: 30px;
}

.laboTop .laboTop_no__slider .slick-list {
  padding: 0 30px 0 0 !important;
}

.laboTop .laboTop_no .slick-dots li button {
  padding: 0;
  height: 8px;
}

.laboTop .laboTop_no .slick-dots {
  bottom: -18px;
  height: 8px;
  left: -15px;
}

.laboTop .laboTop_no .slick-prev,
.laboTop .laboTop_no .slick-next {
  top: auto;
  bottom: -34px;
  position: absolute;
  z-index: 10;
}

.laboTop .laboTop_no .slick-prev::before,
.laboTop .laboTop_no .slick-next::before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  content: "";
  left: 3px;
  width: 30px;
  height: 30px;
  border-top: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.laboTop .laboTop_no .slick-next {
  right: 39px;
}

.laboTop .laboTop_no .slick-prev::before {
  left: auto;
  right: -30px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.laboTop .laboTop_no__clm {
  margin-top: 72px;
  padding: 0 30px;
}

.laboTop .laboTop_no__text01 {
  font-size: 20px;
  color: #4c4c4c;
  font-family: "Hind Vadodara", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
}

.laboTop .laboTop_no__text02 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  margin-top: 12px;
  color: #4c4c4c;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.laboTop .laboTop_no__text03 {
  margin-top: 30px;
  line-height: 1.9;
  color: #4c4c4c;
}

.laboTop .laboTop_no__linkWrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.laboTop .laboTop_no__link {
  display: block;
  color: #4c4c4c;
  font-size: 14px;
  position: relative;
}

.laboTop .laboTop_no__link:not(:last-of-type) {
  margin-right: 20px;
}

.laboTop .laboTop_no__link:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  background: #4C4C4C;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
}

.laboTop .laboTop_no__linkBlock {
  display: none;
}

.laboTop .laboTop_no__btn {
  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: #4c4c4c;
  font-size: 13px;
  padding: 0 13px 1px;
  line-height: 1;
  letter-spacing: 0.03em;
  border: 1px solid #999999;
  height: 24px;
}

.laboTop .laboTop_no__btn:not(:first-child) {
  margin-left: 4px;
}

.laboTop .laboTop_story {
  width: 1160px;
  max-width: calc(100% - 40px);
  border-top: 1px solid #cccccc;
  margin: 88px auto 0;
  padding-top: 45px;
}

.laboTop .laboTop_story__inner {
  width: 980px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.laboTop .laboTop_story__title {
  color: #4c4c4c;
  font-size: 24px;
  font-weight: 300;
  font-family: "Hind Vadodara", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}

.laboTop .laboTop_story__list {
  margin-top: 47px;
  padding: 0 27px;
}

.laboTop .laboTop_story__thumbnail img {
  width: 100%;
  height: auto;
}

.laboTop .laboTop_story__list__item:not(:first-child) {
  margin-top: 38px;
}

.laboTop .laboTop_story__day {
  font-family: "Hind Vadodara", sans-serif;
  letter-spacing: 0.03em;
  font-size: 13px;
  color: #4c4c4c;
  margin-top: 9px;
}

.laboTop .laboTop_story__articleTitle {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.06em;
  margin-top: 7px;
}

.laboTop .laboTop_story__tag {
  color: #999999;
  font-size: 11px;
  letter-spacing: 0.03em;
  font-family: "Hind Vadodara", sans-serif;
  margin-top: 6px;
}

.laboTop .laboTop_story__linkWrap {
  margin-top: 10px;
  text-align: center;
  margin-top: 46px;
}

.laboTop .laboTop_story__link {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  color: #4c4c4c;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.05em;
}

.laboTop_bottomImage {
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}

.laboTop_bottomImage img {
  width: 100%;
}

.laboArchive .laboMain {
  margin-top: 52px;
  margin-bottom: 66px;
}

.laboArchive_title {
  color: #4c4c4c;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  margin: 38px 0 0;
  letter-spacing: 0.05em;
}

.laboArchive_listWrap {
  margin-top: 20px;
}

.laboArchive_list {
  padding: 0 48px;
}

.laboArchive_list__item:not(:first-child) {
  margin-top: 40px;
}

.laboArchive_list__thumbnail img {
  width: 100%;
  height: auto;
}

.laboArchive_list__number {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-top: 12px;
  color: #4c4c4c;
}

.laboArchive_list__name01 {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #4c4c4c;
}

.laboArchive_list__name02 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
  color: #4c4c4c;
  letter-spacing: 0.06em;
  padding: 4px 0 12px;
}

.laboArchive_list__name03 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #4c4c4c;
  letter-spacing: 0.02em;
  margin-top: 7px;
}

.laboArchive_list__price {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-top: 6px;
  color: #4c4c4c;
}

.laboArchive_list__text {
  color: #666666;
  letter-spacing: 0.09em;
  font-size: 13px;
  margin-top: 9px;
  line-height: 1.6;
}

.laboArchive_list__day {
  text-align: left;
  color: #4c4c4c;
  font-family: "Hind Vadodara", sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-top: 10px;
}

.laboArchive_list__tag {
  color: #999999;
  font-size: 11px;
  font-family: "Hind Vadodara", sans-serif;
  letter-spacing: 0.03em;
  margin-top: 4px;
  line-height: 2;
}

.laboArchive_list__linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.laboArchive_list__link {
  font-family: "Hind Vadodara", sans-serif;
  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: #4c4c4c;
  font-size: 13px;
  padding: 0 8px 1px;
  line-height: 1;
  letter-spacing: 0.03em;
  border: 1px solid #999999;
  height: 24px;
}

.laboArchive_list__link:not(:first-child) {
  margin-left: 4px;
}

.laboArchive_bottomTextWrap {
  margin-top: 56px;
  padding: 0 48px 28px;
}

.laboArchive_bottomText {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  letter-spacing: 0.08em;
  text-align: left;
}

.laboArchive_bottomText-right {
  text-align: right;
  letter-spacing: 0.01em;
}

.pagination {
  margin-top: 90px;
  padding: 0 48px;
}

.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 11px 0 14px;
}

.pagination .page-numbers > li {
  width: 30px;
}

.pagination .page-numbers > li .page-numbers {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 0;
}

.pagination .page-numbers > li .page-numbers.prev {
  position: relative;
  margin-right: 40px;
}

.pagination .page-numbers > li .page-numbers.prev::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -14px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.pagination .page-numbers > li .page-numbers.next {
  position: relative;
  margin-left: 40px;
}

.pagination .page-numbers > li .page-numbers.next::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.laboItem .laboBreadcrumb {
  display: none;
}

.laboItem_no {
  width: 70px;
  margin: 35px auto 0;
}

.laboItem_title-ja {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 16px;
  color: #4c4c4c;
  font-weight: bold;
  text-align: center;
  margin: 31px 0 0;
  letter-spacing: 0.05em;
}

.laboItem_title-en {
  font-size: 13px;
  color: #4c4c4c;
  text-align: center;
  letter-spacing: 0;
  margin-top: 8px;
}

.laboItem_imageBlock {
  margin-top: 27px;
  margin-top: 60px;

}

.laboItem_imageBlock.sp-medium {
  width: calc(100% - 96px);
  margin-right: auto;
  margin-left: auto;
}

.laboItem_imageBlock img {
  width: 100%;
  height: auto;
}

.laboItem_imageBlock + .laboItem_imageBlock {
  margin-top: 10px;
}

.laboItem_imageList {
  padding: 0 48px;
  margin: 40px 0;
}

.laboItem_imageList li:not(:first-child) {
  margin-top: 16px;
}

.laboItem .laboItem_btn {
  background: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 40px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.03em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Hind Vadodara", sans-serif;
  margin: 56px auto 0;
  color: #ffffff;
}

.laboItem .laboItem_btn2 {
  margin: 34px auto 0;
}

.laboItem .laboItem_btn + .laboItem_textBlock {
  margin-top: 12px;
}

.laboItem_textBlock {
  line-height: 1.9;
  padding: 0 48px;
  margin: 30px 0 40px;
}

.laboItem_textBlock > p {
  font-size: 13px;
  color: #4c4c4c;
  letter-spacing: 0.04em;
}

.laboItem_textBlock > p + p {
  margin-top: 14px;
}

.laboItem_textBlock.center {
  padding: 0 20px;
}

.laboItem_textBlock.center > p {
  text-align: center;
}

.laboItem_textBlock.full {
  padding: 0 20px;
}

.laboItem_textBlock + .laboItem_instaBlock {
  margin-bottom: 56px;
}

.laboItem_textBlock + .laboItem_btn {
  margin-top: 40px;
}

.laboItem_capBlock {
  font-size: 13px;
  line-height: 1.9;
  padding: 0 48px;
  margin: 50px 0 45px;
  letter-spacing: 0.04em;
}

.laboItem_capBlock p {
  text-align: center;
}

.laboItem_storyBlock {
  width: calc(100% - 95px);
  padding: 23px 0;
  margin: 40px auto 65px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.laboItem_storyBlock__title {
  font-size: 13px;
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 500;
  text-align: center;
}

.laboItem_storyBlock__thumbnail {
  margin-top: 11px;
}

.laboItem_storyBlock__thumbnail img {
  width: 100%;
  height: auto;
}

.laboItem_storyBlock__day {
  color: #4c4c4c;
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 9px;
}

.laboItem_storyBlock__articleTitle {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  color: #4c4c4c;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 7px;
}

.laboItem_storyBlock__tag {
  color: #999999;
  font-family: "Hind Vadodara", sans-serif;
  font-size: 11px;
  letter-spacing: 0.02em;
  margin-top: 5px;
}

.laboItem_sectionTitle01 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  text-align: center;
  color: #4c4c4c;
  font-size: 15px;
  font-weight: bold;
  border-top: 1px solid #dddddd;
  width: calc(100% - 50px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 57px;
}

.laboItem_sectionTitle01 + .laboItem_textBlock {
  margin-top: 32px;
}

.laboItem_sizeBlock {
  margin-top: 45px;
}

.laboItem_sizeBlock__title {
  font-weight: 500;
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  border-top: 3px solid #4c4c4c;
  text-align: center;
  border-bottom: 1px solid #515151;
  padding: 18px 0;
}

.laboItem_sizeBlock__text {
  text-align: center;
  margin-top: 14px;
  line-height: 1.8;
}

.laboItem_sizeBlock__text + .laboItem_sizeBlock__text {
  margin-top: 10px;
}
.laboItem_sizeBlock__image.w50 {
  max-width: 50px;
  margin: 26px auto 0;
}
.laboItem_sizeBlock__image.w160 {
  max-width: 160px;
  margin: 26px auto 0;
}
.laboItem_sizeBlock__image {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}

.laboItem_sizeBlock__image.w116 {
  width: 116px;
  margin-right: auto;
  margin-left: auto;
}

.laboItem_sizeimageBlock {
  width: calc(100% - 40px);
  margin: 20px auto 0;
  border-top: 1px solid #515151;
  padding: 40px 6px 0;
}

.laboItem_sizeimageBlock__image-clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 26px;
}

.laboItem_sizeimageBlock__image-half {
  width: calc((100% - 20px) / 2);
}

.laboItem_sizeimageBlock__image-half:nth-child(even) {
  margin-left: 20px;
}

.laboItem_sizeimageBlock__image-half:nth-child(n + 3) {
  margin-top: 8px;
}

.laboItem_sizeimageBlock__image-medium {
  width: calc((100% - 132px));
  margin-right: auto;
  margin-left: auto;
}

.laboItem_sizeimageBlock__image-medium:nth-child(n + 2) {
  margin-top: 8px;
}

.laboItem_sizeimageBlock p {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  color: #4c4c4c;
  text-align: center;
}

.laboItem_sliderBlock {
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
}

.laboItem_sliderBlock + .laboItem_sizeBlock {
  margin-top: 80px;
}

.laboItem .slick-prev,
.laboItem .slick-next {
  top: auto;
  bottom: -34px;
  position: absolute;
  z-index: 10;
}

.laboItem .slick-prev::before,
.laboItem .slick-next::before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  content: "";
  left: 3px;
  width: 30px;
  height: 30px;
  border-top: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.laboItem .slick-next {
  right: 20px;
}

.laboItem .slick-prev {
  left: -14px;
}

.laboItem .slick-prev::before {
  left: auto;
  right: -30px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.laboItem .slick-dots li button {
  padding: 0;
  height: 8px;
}

.laboItem .slick-dots {
  bottom: -18px;
  height: 8px;
}

.laboItem .laboItem_linkBlock {
  text-align: center;
  margin-top: 35px;
}

.laboItem .laboItem_link {
  font-size: 14px;
  color: #4c4c4c;
  letter-spacing: 0.03em;
  text-decoration: underline;
}

.laboItem_priceBlock {
  margin: 56px auto 0;
  border: 1px dashed #666666;
  width: calc(100% - 55px);
  padding: 18px 0 20px;
}

.laboItem_priceBlock__title {
  color: #4c4c4c;
  text-align: center;
}

.laboItem_priceBlock__text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 700;
  color: #4c4c4c;
  text-align: center;
  line-height: 1.45;
  margin-top: 16px;
}

.laboItem_insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-family: "Hind Vadodara", sans-serif;
}

.laboItem_insta span {
  width: 20px;
  margin-right: 8px;
}

.laboItem_textList {
  border-top: 1px solid #515151;
  padding-top: 10px;
  margin-top: 20px;
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
}

.laboItem_textList li {
  word-break: break-all;
  padding-left: 1em;
  text-indent: -0.7em;
  font-size: 13px;
}

.laboItem_textList li::before {
  content: "・";
}

.story_taglist {
  width: calc(100% - 95px);
  margin: 8px auto -5px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 21px;
}

.story_taglist__item a {
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #999999;
}

.story_taglist__item:not(:first-child) {
  margin-top: 3px;
}

.story_taglist__item:first-child {
  padding-left: 30px;
  position: relative;
}

.story_taglist__item:first-child a {
  color: #4c4c4c;
}

.story_taglist__item:first-child::before {
  content: "";
  height: 1px;
  width: 25px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.laboSingle .laboBreadcrumb {
  display: none;
}

.laboSingle_titleBlock {
  margin-top: 50px;
}

.laboSingle_tag {
  text-align: center;
  color: #666666;
  font-size: 16px;
  font-family: "Hind Vadodara", sans-serif;
}

.laboSingle_title {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #1a1a1a;
  text-align: center;
  margin: 18px 0 0;
  letter-spacing: 0.12em;
}

.laboSingle_day {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 12px;
  margin-top: 3px;
  color: #999999;
  text-align: center;
  letter-spacing: 0.02em;
}

.laboSingle_nameBlock {
  max-width: 280px;
  margin: 28px auto 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 9px 0 10px;
}

.laboSingle_name-ja {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1.6;
}

.laboSingle_name-en {
  font-family: "Hind Vadodara", sans-serif;
  text-align: center;
  font-size: 12px;
  color: #4c4c4c;
}

.laboSingle_imageBlock {
  margin-top: 16px;
}

.laboSingle_imageBlock.sp-small {
  width: calc(100% - 94px);
  margin-right: auto;
  margin-left: auto;
}

.laboSingle_imageBlock.sp-medium {
  width: calc(100% - 50px);
  margin-right: auto;
  margin-left: auto;
}

.laboSingle_imageBlock img {
  width: 100%;
  height: auto;
}

.laboSingle_imageBlock + .laboSingle_imageBlock {
  margin-top: 10px;
}

.laboSingle_imageBlock + .laboSingle_textBlock {
  margin-top: 19px;
}

.laboSingle_copyBlock {
  letter-spacing: 0.12em;
  margin: 50px 0;
}

.laboSingle_copyBlock p, .laboSingle_copyBlock h2, .laboSingle_copyBlock h3 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  color: #4c4c4c;
  font-size: 16px;
  text-align: center;
  line-height: 1.6875;
}

.laboSingle_imageList {
  padding: 0 48px;
  margin: 40px 0;
}

.laboSingle_imageList li:not(:first-child) {
  margin-top: 16px;
}

.laboSingle .laboSingle_btn {
  background: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 40px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.03em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Hind Vadodara", sans-serif;
  margin: 78px auto 0;
  color: #ffffff;
}

.laboSingle .laboSingle_btn + .laboItem_textBlock {
  margin-top: 12px;
}

.laboSingle_textBlock {
  padding: 0 36px;
  margin: 36px 0 45px;
}

.laboSingle_textBlock p {
  font-size: 14px;
  color: #4c4c4c;
  letter-spacing: 0.04em;
  line-height: 2;
}

.laboSingle_textBlock p:not(:first-of-type) {
  margin-top: 14px;
}

.laboSingle_textBlock.center {
  padding: 0 20px;
}

.laboSingle_textBlock.center p {
  text-align: center;
}

.laboSingle_textBlock.full {
  padding: 0 20px;
}

.laboSingle_textBlock.sp-medium {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 94px);
  padding: 0;
}

.laboSingle_textBlock.sp-medium p {
  font-size: 13px;
}

.laboSingle_textBlock + .laboItem_btn {
  margin-top: 40px;
}

.laboSingle .laboSingle_linkBlock {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 27px;
}

.laboSingle .laboSingle_linkBlock:first-of-type {
  margin-top: 0;
}

.laboSingle .laboSingle_linkBlockWrapper {
  margin-top: 60px;
}

.laboSingle .laboSingle_link {
  font-size: 13px;
  color: #4c4c4c;
  letter-spacing: 0.03em;
  text-decoration: underline;
}

.laboSingle_videoBlock {
  width: 100%;
  margin: 53px auto;
}

.laboSingle_videoBlock iframe {
  width: 100%;
  height: 56vw;
}

.ttl01 {
  margin: 12px 0 32px;
}

.slider01 .laboTop_sliderList__item {
  display: none;
}

.slider01 .laboTop_sliderList__item:first-of-type {
  display: block;
}

.slider01.slick-initialized .laboTop_sliderList__item {
  display: block;
}

.news .pagination {
  width: 100%;
}

.news .page-numbers {
  border: none;
}

.newsTtl {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.newsNav {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.53846;
  margin-bottom: 60px;
}

.newsNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsNav__item {
  width: 100%;
  text-align: center;
  border-right: 1px solid #999999;
  position: relative;
}

.newsNav__item:first-of-type {
  border-left: 1px solid #999999;
}

.newsNav__item:after {
  content: '';
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999999;
  position: absolute;
  left: 50%;
  bottom: -16px;
}

.post-type-archive-news .newsNav__item-news::after {
  display: inline-block;
}

.term-news_event .newsNav__item-event::after {
  display: inline-block;
}

.term-news_media .newsNav__item-media::after {
  display: inline-block;
}

.term-news_product .newsNav__item-product::after {
  display: inline-block;
}

.newsNav__link {
  color: #666666;
  display: block;
  padding: 3.5px 0;
}

.newsContents {
  font-weight: 300;
  border-bottom: 1px solid #bfbebe;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.newsContents__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.newsContents__cat a {
  color: #fff;
  background: #999999;
  font-size: 12px;
  margin-right: 2px;
  letter-spacing: 0.03em;
  padding: 1.5px 15px;
}

.newsContents__date {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #999999;
  margin-bottom: 20px;
}

.newsContents__ttl {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.newsContents__main {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  color: #666666;
}

.newsContents__main img {
  height: auto;
}

.newsContents__main > * {
  margin-top: 20px;
}

.newsContents__main a {
  color: #666666;
  font-weight: 500;
}

.wp-block-columns {
  margin-bottom: -1em;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fadeMask {
  position: relative;
}

.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
}

.fadeMask::before {
  content: '';
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadeMask.active::before {
  width: 0%;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.dl2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.dl3 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.dl4 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.dl5 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.dl6 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.dl7 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.dl8 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loading.active {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 48em) {
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-main-news {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    max-width: 650px;
  }
  .laboContents {
    width: 100%;
    margin: 0 auto;
  }
  .laboSingleContents {
    width: 70%;
    margin: 0 auto;
  }
  .laboTop .laboTop_story__list {
    width: 69.5%;
    margin-left: auto;
    margin-right: auto;
  }
  .laboItem_contentsWrapper {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 64em) {
  .vsp {
    display: none !important;
  }
  .vpc {
    display: block !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }
  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }
  .l-sec {
    padding: 8rem 0;
  }
  .l-sec01 {
    padding: 4rem 0;
  }
  .l-main-news {
    width: 100%;
    margin-top: 190px;
    margin-bottom: 274px;
  }
  .mt-md-16 {
    margin-top: 16px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-36 {
    margin-top: 36px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-110 {
    margin-top: 110px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mt-md-130 {
    margin-top: 130px !important;
  }
  .pc-470 {
    max-width: 470px;
  }
  .laboMain {
    margin-top: 120px;
  }
  .laboHead {
    padding: 40px 0;
  }
  .laboHead_logo {
    width: 150px;
  }
  .laboNav {
    padding: 19px 0;
  }
  .laboNav_inner {
    max-width: calc(100% - 40px);
  }
  .laboNav_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .laboNav_list__item:not(:first-child) {
    margin-left: 30px;
  }
  .laboBreadcrumb {
    display: block;
  }
  .laboSingleContents {
    width: 100%;
  }
  .laboTop .laboTop_headText {
    width: auto;
    font-size: 14px;
    margin: 15px auto 0;
    letter-spacing: 0.04em;
  }
  .laboTop .laboTop_slider {
    width: 1600px;
    margin: 44px auto 0;
  }
  .laboTop .laboTop_aboutlaboBtn {
    margin: 78px auto 0;
  }
  .laboTop .laboTop_no-no1 {
    margin-top: 130px;
  }
  .laboTop .laboTop_no {
    width: 1024px;
    max-width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
    margin-top: 130px;
  }
  .laboTop .laboTop_no__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .laboTop .laboTop_no__titleBlock {
    width: 156px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .laboTop .laboTop_no__title {
    width: 98px;
    margin: 0;
  }
  .laboTop .laboTop_no__mainBlock {
    width: calc(100% - 156px);
  }
  .laboTop .laboTop_no__slider {
    padding: 0 10px 0 0;
    margin-top: 0;
    margin-left: 0;
  }
  .laboTop .laboTop_no__slider .slick-list {
    padding-right: 0 !important;
  }
  .laboTop .laboTop_no .slick-dots {
    bottom: -26px;
    left: 0;
  }
  .laboTop .laboTop_no .slick-next {
    right: 12px;
  }
  .laboTop .laboTop_no__clm {
    margin-top: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px 0 0;
  }
  .laboTop .laboTop_no__text02 {
    font-size: 16px;
  }
  .laboTop .laboTop_no__text03 {
    margin-top: 31px;
    line-height: 2;
    font-size: 13px;
  }
  .laboTop .laboTop_no__linkWrap {
    margin-top: 15px;
  }
  .laboTop .laboTop_no__linkBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .laboTop .laboTop_no__btn {
    padding: 0 10px 1px;
  }
  .laboTop .laboTop_story {
    margin: 126px auto 0;
    max-width: 100%;
    padding-top: 95px;
  }
  .laboTop .laboTop_story__list {
    width: 100%;
    margin-top: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .laboTop .laboTop_story__list__item {
    width: calc((100% - 80px) / 3);
  }
  .laboTop .laboTop_story__list__item:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .laboTop .laboTop_story__list__item:not(:first-child) {
    margin-top: 0;
  }
  .laboTop .laboTop_story__list__item:nth-child(n + 4) {
    margin-top: 48px;
  }
  .laboTop .laboTop_story__linkWrap {
    margin-top: 60px;
  }
  .laboTop .laboTop_story__link {
    font-size: 14px;
  }
  .laboTop_bottomImage {
    margin-top: 132px;
    max-width: 1600px;
  }
  .laboArchive .laboMain {
    margin-top: 170px;
  }
  .laboArchive_title {
    font-size: 30px;
    margin-top: 50px;
  }
  .laboArchive_listWrap {
    width: 980px;
    max-width: calc(100% - 40px);
    margin: 36px auto 0;
  }
  .laboArchive_list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .laboArchive_list__item {
    width: calc((100% - 100px) / 2);
  }
  .laboArchive_list__item:not(:first-child) {
    margin-top: 0;
  }
  .laboArchive_list__item:nth-child(even) {
    margin-left: 100px;
  }
  .laboArchive_list__item:nth-child(n + 3) {
    margin-top: 60px;
  }
  .laboArchive_list__item-3clm {
    width: calc((100% - 80px) / 3);
  }
  .laboArchive_list__item-3clm:not(:first-child) {
    margin-top: 0;
  }
  .laboArchive_list__item-3clm:nth-child(even) {
    margin-left: 0;
  }
  .laboArchive_list__item-3clm:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .laboArchive_list__item-3clm:nth-child(n + 4) {
    margin-top: 50px;
  }
  .laboArchive_list__number {
    margin-top: 22px;
  }
  .laboArchive_list__name03.is_story {
    line-height: 1.73333;
  }
  .laboArchive_list__price {
    margin-top: 8px;
  }
  .laboArchive_list__text.is_story {
    line-height: 1.84615;
  }
  .laboArchive_bottomTextWrap {
    width: 980px;
    margin: 86px auto 0;
    padding: 0 10px;
  }
  .laboArchive_bottomText {
    width: 50%;
    letter-spacing: 0.08em;
  }
  .laboArchive_bottomText-right {
    margin-top: 7px;
  }
  .pagination {
    width: 970px;
    margin: 95px auto 0;
    padding: 0;
  }
  .pagination .page-numbers {
    padding: 14px 0 14px;
  }
  .laboItem .laboNav {
    margin-top: 168px;
  }
  .laboItem .laboBreadcrumb {
    display: block;
  }
  .laboItem_no {
    width: 81px;
    margin: 20px auto 0;
  }
  .laboItem_title-ja {
    font-size: 18px;
    margin: 39px 0 0;
  }
  .laboItem_imageBlock {
    width: 1024px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
	.laboItem_imageBlock.pc-full {
    padding: 0;
  }
  .laboItem_imageBlock.pc-medium {
    width: 740px;
  }
  .laboItem_imageBlock.pc-small {
    width: 470px;
    padding: 0;
  }
  .laboItem_imageBlock.pc-max {
    width: 1600px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
	}
	.laboItem_imageBlock + .laboItem_imageBlock {
    margin-top: 20px;
  }
  .laboItem_imageList {
    width: 700px;
    padding: 0;
    margin: 70px auto 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .laboItem_imageList.pc-full {
    width: 1024px;
	}
	.laboItem_imageList li:not(:first-child) {
    margin-top: 0;
  }
  .laboItem_imageList li {
    width: calc((100% - 16px) / 2);
  }
  .laboItem_imageList li:nth-child(even) {
    margin-left: 16px;
  }
  .laboItem_imageList li:nth-child(n + 3) {
    margin-top: 16px;
  }
  .laboItem_contentsWrapper {
    width: 100%;
  }
  .laboItem .laboItem_btn {
    margin: 92px auto 0;
  }
  .laboItem .laboItem_btn2 {
    margin: 28px auto 0;
	}
	.laboItem_textBlock {
    line-height: 2;
    width: 700px;
    margin: 56px auto 36px;
    padding: 0;
  }
  .laboItem_textBlock > p {
    font-size: 14px;
  }
  .laboItem_textBlock > p + p {
    margin-top: 10px;
  }
  .laboItem_textBlock.pc-center > p {
    text-align: center;
  }
  .laboItem_textBlock.pc-middle {
    width: 470px;
    padding-right: 0;
    padding-left: 0;
  }
  .laboItem_textBlock + .laboItem_instaBlock {
    margin-top: -17px;
    margin-bottom: 0;
  }
  .laboItem_textBlock + .laboItem_btn {
    margin-top: 40px;
  }
  .laboItem_capBlock {
    font-size: 14px;
    line-height: 2;
    width: 700px;
    margin: 36px auto 56px;
    padding: 0;
  }
  .laboItem_storyBlock {
    width: 470px;
    margin: 36px auto 80px;
    padding: 23px 86px 24px;
  }
  .laboItem_sectionTitle01 {
    border: none;
    font-size: 18px;
    padding-top: 60px;
  }
  .laboItem_sectionTitle01 + .laboItem_textBlock {
    margin-top: 20px;
  }
  .laboItem_sizeBlock {
    margin: 51px auto 0;
    width: 740px;
  }
  .laboItem_sizeBlock__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    letter-spacing: 0.03em;
    padding: 27px 0;
  }
  .laboItem_sizeBlock__text {
    font-size: 13px;
    margin-top: 26px;
    letter-spacing: 0.04em;
	}
  .laboItem_sizeBlock__text + .laboItem_sizeBlock__text {
    margin-top: 20px;
  }
  .laboItem_sizeBlock__image {
    max-width: 700px;
    margin: 26px auto 0;
}
  .laboItem_sizeBlock__image.w400 {
    max-width: 400px;
    margin: 26px auto 0;
	}
  .laboItem_sizeimageBlock {
    margin: 30px auto 0;
    width: 700px;
    padding: 59px 0px 0;
  }
  .laboItem_sizeimageBlock__image-half {
    width: calc((100% - 60px) / 4);
  }
  .laboItem_sizeimageBlock__image-half:nth-child(even) {
    margin-left: 0;
  }
  .laboItem_sizeimageBlock__image-half:nth-child(n + 3) {
    margin-top: 0;
  }
  .laboItem_sizeimageBlock__image-half:nth-child(n + 2) {
    margin-left: 20px;
  }
  .laboItem_sizeimageBlock__image-medium:nth-child(n + 2) {
    margin-top: 0;
  }
  .laboItem_sizeimageBlock__image-medium {
    width: calc((100% - 40px) / 3);
  }
  .laboItem_sizeimageBlock__image-medium:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .laboItem_sizeimageBlock p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 11px;
  }
  .laboItem_sliderBlock {
    width: 980px;
  }
  .laboItem .slick-next {
    right: 72px;
  }
  .laboItem .slick-prev {
    left: 36px;
  }
  .laboItem .laboItem_linkBlock {
    margin-top: 42px;
  }
  .laboItem .laboItem_linkBlock + .laboItem_sizeBlock {
    margin-top: 112px;
  }
  .laboItem_priceBlock {
    margin: 112px auto 0;
    width: 700px;
    padding: 25px 0 34px;
  }
  .laboItem_priceBlock__text {
    margin-top: 17px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  .laboItem_instaBlock {
    margin-bottom: 110px;
  }
  .laboItem_textList {
    width: 700px;
  }
  .laboItem_textList li {
    font-size: 13px;
  }
  .story_taglist {
    width: 702px;
    max-width: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 24px auto 50px;
    padding: 0;
    border: none;
  }
  .story_taglist__item:not(:first-child) {
    margin-top: 0;
    margin-left: 24px;
  }
  .story_taglist__item:first-child {
    padding-left: 0;
  }
  .story_taglist__item:first-child::before {
    left: 0;
    bottom: 0;
    top: auto;
  }
  .laboSingle .laboNav {
    margin-top: 168px;
  }
  .laboSingle .laboBreadcrumb {
    display: block;
  }
  .laboSingle_titleBlock {
    margin-top: 90px;
  }
  .laboSingle_tag {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .laboSingle_title {
    font-size: 21px;
    margin: 23px 0 0;
  }
  .laboSingle_day {
    font-size: 14px;
    margin-top: 5px;
  }
  .laboSingle_nameBlock {
    max-width: 470px;
    margin: 35px auto 0;
    padding: 16px 0 12px;
  }
  .laboSingle_name-ja {
    font-size: 16px;
    line-height: 1.5;
  }
  .laboSingle_name-en {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .laboSingle_imageBlock {
    width: 1024px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
  .laboSingle_imageBlock.pc-full {
    padding: 0;
  }
  .laboSingle_imageBlock.pc-medium {
    width: 740px;
  }
  .laboSingle_imageBlock.pc-small {
    width: 470px;
    padding: 0;
  }
  .laboSingle_imageBlock + .laboSingle_imageBlock {
    margin-top: 20px;
  }
  .laboSingle_imageBlock + .laboSingle_textBlock {
    margin-top: 35px;
  }
  .laboSingle_copyBlock {
    margin: 60px 0;
  }
  .laboSingle_copyBlock p, .laboSingle_copyBlock h2, .laboSingle_copyBlock h3 {
    font-size: 18px;
    line-height: 1.66667;
  }
  .laboSingle_imageList {
    width: 700px;
    margin: 70px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .laboSingle_imageList li:not(:first-child) {
    margin-top: 0;
  }
  .laboSingle_imageList li {
    width: calc((100% - 16px) / 2);
  }
  .laboSingle_imageList li:nth-child(even) {
    margin-left: 16px;
  }
  .laboSingle_imageList li:nth-child(n + 3) {
    margin-top: 16px;
  }
  .laboSingle_imageList.clm3 {
    width: 980px;
    margin-top: 80px;
  }
  .laboSingle_imageList.clm3 li {
    width: calc((100% - 30px) / 3);
  }
  .laboSingle_imageList.clm3 li:nth-child(n + 3), .laboSingle_imageList.clm3 li:nth-child(even) {
    margin: 0;
  }
  .laboSingle_imageList.clm3 li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .laboSingle .laboSingle_btn {
    margin: 92px auto 0;
  }
  .laboSingle_textBlock {
    width: 700px;
    margin: 44px auto 36px;
    padding: 0;
  }
  .laboSingle_textBlock p {
    font-size: 15px;
    line-height: 2.4;
    letter-spacing: 0.12em;
    text-align: left;
  }
  .laboSingle_textBlock p:not(:first-of-type) {
    margin-top: 26px;
  }
  .laboSingle_textBlock.pc-center p {
    text-align: center;
  }
  .laboSingle_textBlock.pc-middle {
    width: 470px;
    padding-right: 0;
    padding-left: 0;
  }
  .laboSingle_textBlock + .laboItem_instaBlock {
    margin-top: -17px;
  }
  .laboSingle_textBlock + .laboItem_btn {
    margin-top: 40px;
  }
  .laboSingle .laboSingle_linkBlock {
    margin-top: 18px;
  }
  .laboSingle .laboSingle_linkBlockWrapper {
    margin-top: 72px;
  }
  .laboSingle .laboSingle_link {
    font-weight: bold;
  }
  .laboSingle_videoBlock {
    width: 700px;
    margin: 78px auto 66px;
  }
  .laboSingle_videoBlock iframe {
    height: 395px;
  }
  .ttl01 {
    margin: 12px 0 40px;
  }
  .newsTtl {
    font-size: 40px;
    margin-bottom: 28px;
  }
  .newsNav {
    margin-bottom: 110px;
  }
  .newsNav__item {
    width: 110px;
  }
  .newsNav__link {
    padding: 5.5px 0;
  }
  .newsContents {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  .newsContents__cat a {
    font-size: 14px;
    padding: 3.5px 20px;
  }
  .newsContents__date {
    font-size: 17px;
  }
  .newsContents__ttl {
    font-size: 18px;
    line-height: 1.77778;
  }
  .newsContents__main {
    font-size: 15px;
    line-height: 2;
  }
}

@media screen and (min-width: 80em) {
  .laboNav_inner {
    width: 1160px;
  }
  .laboBreadcrumb_inner {
    width: 1160px;
  }
  .laboTop .laboTop_no {
    width: 1160px;
  }
  .laboTop .laboTop_story {
    width: 1160px;
  }
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 1em;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .ie-only {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
