@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
@import url(https://use.fontawesome.com/releases/v5.6.3/css/all.css);
*:focus {
  outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, u, b, mark, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, figure, button {
  margin: 0;
  padding: 0;
}

html {
  color: #363636;
  font-size: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.40964vw;
  }
}

body {
  font: 10px/1.4 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

body.fixed2 {
  width: 100%;
  height: 150vh;
  position: fixed;
}

*:first-child + html body {
  font-size: 87%;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: inherit;
}

fieldset, img, svg {
  border: 0;
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

input[type="text"],
input[type="password"],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #aaa;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
  color: #707070;
}

input[type="text"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
  color: #707070;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
  color: #707070;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
  color: #707070;
}

input[type="text"],
textarea {
  width: 100%;
}

input[type="text"] {
  padding: 8px 16px;
}

input[type="text"]::-ms-clear {
  visibility: hidden;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

textarea {
  padding: 16px;
  vertical-align: baseline;
}

button {
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

.jbs-blue {
  background-color: #1b365d !important;
  color: #FFFFFF;
}

.jbs-teal {
  background-color: #007680 !important;
  color: #FFFFFF;
}

.jbs-teal80 {
  background-color: #007580 !important;
  color: #FFFFFF;
}

.jbs-teal60 {
  background-color: #66acb3 !important;
  color: #FFFFFF;
}

.jbs-teal40 {
  background-color: #99c8cc !important;
}

.jbs-teal20 {
  background-color: #cce3e6 !important;
}

.jbs-teal10 {
  background-color: #e6f1f3 !important;
}

.jbs-duck {
  background-color: #007fa3 !important;
  color: #FFFFFF;
}

.jbs-duck80 {
  background-color: #3399b5 !important;
  color: #FFFFFF;
}

.jbs-duck60 {
  background-color: #66b2c8 !important;
  color: #FFFFFF;
}

.jbs-duck40 {
  background-color: #99ccda !important;
}

.jbs-duck20 {
  background-color: #cce5ed !important;
}

.jbs-duck10 {
  background-color: #e6f2f6 !important;
}

.jbs-yellow {
  background-color: #ffcd00 !important;
}

.jbs-yellow80 {
  background-color: #ffd733 !important;
}

.jbs-yellow60 {
  background-color: #ffe166 !important;
}

.jbs-yellow40 {
  background-color: #ffeb99 !important;
}

.jbs-yellow20 {
  background-color: #fff5cc !important;
}

.jbs-yellow10 {
  background-color: #fffae6 !important;
}

.jbs-gray {
  background-color: #7c878e !important;
  color: #FFFFFF;
}

.jbs-gray80 {
  background-color: #969fa5 !important;
  color: #FFFFFF;
}

.jbs-gray60 {
  background-color: #b0b7bb !important;
  color: #FFFFFF;
}

.jbs-gray40 {
  background-color: #cbcfd2 !important;
}

.jbs-gray20 {
  background-color: #e5e7e8 !important;
}

.jbs-gray10 {
  background-color: #f2f3f4 !important;
}

.jbs-gray5 {
  background-color: rgba(230, 242, 246, 0.5) !important;
}

.jbs-orange {
  background-color: #fc4c02 !important;
  color: #FFFFFF;
}

.jbs-orange80 {
  background-color: #fd7035 !important;
  color: #FFFFFF;
}

.jbs-orange60 {
  background-color: #fd9467 !important;
  color: #FFFFFF;
}

.jbs-orange40 {
  background-color: #feb79a !important;
}

.jbs-orange20 {
  background-color: #fedbcc !important;
}

.jbs-orange10 {
  background-color: #ffede6 !important;
}

.jbs-pink {
  background-color: #e0004d !important;
  color: #FFFFFF;
}

.jbs-pink80 {
  background-color: #e63371 !important;
  color: #FFFFFF;
}

.jbs-pink60 {
  background-color: #ec6694 !important;
  color: #FFFFFF;
}

.jbs-pink40 {
  background-color: #f399b8 !important;
}

.jbs-pink20 {
  background-color: #f9ccdb !important;
}

.jbs-pink10 {
  background-color: #fce6ee !important;
}

.jbs-purple {
  background-color: #9F5cc0 !important;
  color: #FFFFFF;
}

.jbs-purple80 {
  background-color: #b27dcd !important;
  color: #FFFFFF;
}

.jbs-purple60 {
  background-color: #c59dd9 !important;
  color: #FFFFFF;
}

.jbs-purple40 {
  background-color: #d9bee6 !important;
}

.jbs-purple20 {
  background-color: #ecdef2 !important;
}

.jbs-purple10 {
  background-color: #f6eff9 !important;
}
.txt-jbs-333 {
  color: #333333 !important;
}
.txt-jbs-blue {
  color: #1b365d !important;
}
.txt-jbs-teal {
  color: #007680 !important;
}
.txt-jbs-duck {
 color: #007fa3 !important;
}
.txt-jbs-yellow {
  color: #ffcd00 !important;
}
.txt-jbs-gray {
  color: #7c878e !important;
}
.txt-jbs-orange {
  color: #fc4c02 !important;
}
.jbs-orange {
color: #fc4c02 !important;
}
.txt-jbs-pink {
  color: #e0004d !important;
}
.txt-jbs-purple {
  color: #9F5cc0 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.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: 400;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-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-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  margin-top: 40px;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  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;
}

.l-header {
  background-color: #ffffff;
  padding: 0 40px;
  position: sticky;
  font-weight: 500;
  top: 0;
  z-index: 5;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .l-header {
    padding: 0px;
  }
  .l-header.spNavOpn {
    background-color: #fff !important;
    z-index: 6;
  }
}

.l-header .headInner {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  max-width: 1540px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner {
    flex-wrap: wrap;
    align-items: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-header .headInner {
    padding: 0 6vw;
  }
}

.l-header .headInner .logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background-color: #1B365D;
  width: 110px;
  height: 109px;
  margin-right: 20px;
  padding-left: 14px;
  box-sizing: border-box;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .logo {
    line-height: 0;
    width: 70px;
    height: 70px;
    padding-left: 9px;
  }
}

@media screen and (max-width: 767px) {
  .l-header .headInner .logo {
    line-height: 0;
    width: 16.86747vw;
    height: 16.86747vw;
    padding-left: 2.16867vw;
  }
}

.l-header .headInner .logo svg {
  width: 80px;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .logo svg {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-header .headInner .logo svg {
    width: 12.04819vw;
  }
}

.l-header .headInner .logo svg path,
.l-header .headInner .logo svg rect {
  fill: #fff;
  transition: 0.3s;
}

.l-header .headInner .logo svg path#logo_j1,
.l-header .headInner .logo svg rect#logo_j1 {
  fill: #ffc000;
}

.l-header .headInner .navs {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .l-header .headInner .navs {
    max-width: 1255px;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs {
    width: 100vw;
    background-color: #1B365D;
    margin: 0 -30px;
  }
}

@media screen and (max-width: 767px) {
  .l-header .headInner .navs {
    margin: 0 -6vw;
  }
}

.l-header .headInner .navs .navsIn {
  display: flex;
}

@media screen and (min-width: 1200px) {
  .l-header .headInner .navs .navsIn {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .navsIn {
    flex-direction: column;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 {
    height: 100vh;
    overflow-y: auto;
    display: none;
  }
  .l-header .headInner .navs .layer1.show {
    display: block;
    animation: show 0.3s;
  }
}

.l-header .headInner .navs .layer1 > ul .u-icon-blank[target="_blank"]:after {
  margin: 0 0 0 8px;
}

@media screen and (max-width: 767px) {
  .l-header .headInner .navs .layer1 > ul .u-icon-blank[target="_blank"]:after {
    border: none !important;
    transform: rotate(0) !important;
  }
}

@media screen and (min-width: 1200px) {
  .l-header .headInner .navs .layer1 > ul a:hover {
    color: #fff;
    opacity: 0.9;
  }
}

@media screen and (min-width: 1200px) {
  .l-header .headInner .navs .layer1 > ul {
    display: flex;
    height: 100%;
    margin-right: 2.39044%;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul {
    order: 2;
  }
  .l-header .headInner .navs .layer1 > ul a {
    display: block;
    color: #fff;
    justify-content: flex-start;
    padding: 1.2em 2.3em 1.2em 0;
    font-size: 1.6rem;
    line-height: 1.2;
    border-bottom: 1px solid #6d7e94;
  }
  .l-header .headInner .navs .layer1 > ul a.hasLink2 {
    border-bottom: 0px;
    padding: .8em;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul a,
  .l-header .headInner .navs .layer1 > ul .nav-level3 {
    position: relative;
  }
  .l-header .headInner .navs .layer1 > ul a.hasLink:after,
  .l-header .headInner .navs .layer1 > ul .nav-level3.hasLink:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    display: inline-block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    right: 1.6em;
    top: 50%;
    margin-top: -6px;
    background-color: transparent;
    left: auto;
    bottom: auto;
  }
  .l-header .headInner .navs .layer1 > ul a.hasLink.yellow:after,
  .l-header .headInner .navs .layer1 > ul .nav-level3.hasLink.yellow:after {
    border-color: #ffc000;
  }
  .l-header .headInner .navs .layer1 > ul a.hasChild:after,
  .l-header .headInner .navs .layer1 > ul .nav-level3.hasChild:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    display: inline-block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    right: 1.3em;
    top: 1.2em;
    background-color: transparent;
    left: auto;
    bottom: auto;
  }
  .l-header .headInner .navs .layer1 > ul a.hasChild.open:after,
  .l-header .headInner .navs .layer1 > ul .nav-level3.hasChild.open:after {
    transform: rotate(-135deg);
    top: 1.5em;
  }
  .l-header .headInner .navs .layer1 > ul .nav-level3.hasLink:after {
    right: 1.3em;
  }
  .l-header .headInner .navs .layer1 > ul .nav-level3.hasChild:after {
    right: 1.3em;
  }
}

.l-header .headInner .navs .layer1 > ul > li {
  flex-shrink: 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul > li.linkHome {
    display: none;
  }
}

.l-header .headInner .navs .layer1 > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #1B365D;
  font-weight: 500;
  position: relative;
  padding: 51px 1.5em 27px 1.5em;
  transition: 0.3s;
}

@media screen and (max-width: 1400px) {
  .l-header .headInner .navs .layer1 > ul > li > a {
    padding: 51px .6em 27px .6em;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul > li > a {
    color: #fff;
    justify-content: flex-start;
    padding: 1.2em 1em;
    font-size: 1.6rem;
    line-height: 1.2;
    border-bottom: 1px solid #6d7e94;
  }
  .l-header .headInner .navs .layer1 > ul > li > a span {
    display: block;
    border-left: 3px solid #FFCD00;
    padding-left: 2.6506vw;
  }
}

.l-header .headInner .navs .layer1 > ul > li > a:after {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #6d7e94;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .l-header .headInner .navs .layer1 > ul > li > a.active, .l-header .headInner .navs .layer1 > ul > li > a:hover {
    color: #6d7e94;
  }
}

.l-header .headInner .navs .layer1 > ul > li > a.active:after, .l-header .headInner .navs .layer1 > ul > li > a:hover:after {
  content: "";
}

.l-header .headInner .navs .layer1 > ul > li .dtlBox {
  transition: 0.3s;
}

@media screen and (min-width: 1200px) {
  .l-header .headInner .navs .layer1 > ul > li .dtlBox {
    background-color: #1B365D;
    width: 100%;
    padding: 0 40px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 109px;
    left: 0;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul > li .dtlBox {
    display: none;
  }
  .l-header .headInner .navs .layer1 > ul > li .dtlBox.show {
    display: block;
  }
}

.l-header .headInner .navs .layer1 > ul > li .dtlBox .dtlIn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul > li .dtlBox .dtlIn {
    background-color: #3d5370;
    width: 100%;
    max-width: 100%;
    padding: 0px 0 0 7.22892vw;
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .l-header .headInner .navs .layer1 > ul > li .dtlBox .txts {
    display: flex;
    width: 100%;
    align-items: flex-start;
  }
}

.l-header .headInner .navs .layer1 > ul > li .dtlBox .txts .nav-level2 {
  flex-shrink: 0;
  width: 230px;
  padding: 3px 0 3px 14px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  border-left: 4px solid #ffcd00;
  margin-top: -4px;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul > li .dtlBox .txts .nav-level2 {
    display: none;
  }
}

.l-header .headInner .navs .layer1 > ul > li .dtlBox .img {
  flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul > li .dtlBox .img {
    display: none;
  }
}

.l-header .headInner .navs .layer1 > ul > li .dtlBox .img img {
  width: 330px;
}

@media screen and (min-width: 1200px) {
  .l-header .headInner .navs .layer1 > ul > li.on .dtlBox {
    opacity: 1;
    visibility: visible;
  }
  .l-header .headInner .navs .layer1 > ul > li:hover .dtlBox {
    /* opacity: 1;
                visibility: visible;*/
  }
}

.l-header .headInner .navs .layer1 > ul .navLower {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-header .headInner .navs .layer1 > ul .layer2 a:hover {
    opacity: .6;
    text-decoration: underline;
  }
}

.l-header .headInner .navs .layer1 > ul .layer2.pcFlex {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul .layer2.pcFlex {
    display: block;
  }
}

.l-header .headInner .navs .layer1 > ul .layer2.pcFlex li {
  width: 190px;
  margin-right: 55px;
  margin-bottom: 20px;
}

.l-header .headInner .navs .layer1 > ul .layer2.pcFlex li.wAuto {
  width: auto;
}

@media screen and (min-width: 768px) {
  .l-header .headInner .navs .layer1 > ul .layer2.pcFlex li.wFull {
    width: 100%;
  }
  .l-header .headInner .navs .layer1 > ul .layer2.pcFlex li.wHalf {
    width: calc(50% - 55px);
    white-space: normal;
  }
  .l-header .headInner .navs .layer1 > ul .layer2.pcFlex li.wHalf a {
    line-height: 1.4;
    text-indent: -1.2em;
    margin-left: 1.2em;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul .layer2.pcFlex li {
    margin-right: 0px;
    margin-bottom: 0px;
    width: auto;
  }
}

.l-header .headInner .navs .layer1 > ul .layer2.pcFlex li + li {
  margin-top: 0px;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul .layer2.pcFlex {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul .layer2 {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul .layer2 > li + li {
    margin-top: 0px;
  }
}

.l-header .headInner .navs .layer1 > ul .layer2 > li .nav-level3 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.l-header .headInner .navs .layer1 > ul .layer2 > li> div.hasChild {
  padding-bottom: 10px;
}

.l-header .headInner .navs .layer1 > ul .layer2 > li > div:not(.hasChild) {
  padding-bottom: 30px;
}

.l-header .headInner .navs .layer1 > ul .layer2 > li .nav-level3 a {
  display: inline-block;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul .layer2 > li .nav-level3 a {
    display: block;
  }
}

.l-header .headInner .navs .layer1 > ul .layer2 > li .nav-level3 a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 8px;
  flex-shrink: 0;
  height: 8px;
  transform: rotate(-45deg);
  border-right: 2px solid #ffc000;
  border-bottom: 2px solid #ffc000;
  margin-right: 10px;
  background-size: 100%;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul .layer2 > li .nav-level3 a:before {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul .layer2 > li .nav-level3 {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .l-header .headInner .navs .layer1 > ul .layer3 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 18px;
  }
  .l-header .headInner .navs .layer1 > ul .layer3:last-of-type {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul .layer3 {
    padding-left: 7.22892vw;
    display: none;
  }
  .l-header .headInner .navs .layer1 > ul .layer3.show {
    display: block;
    padding: 1em 0 1em 1.2em;
    border-bottom: 1px  solid #6d7e94;
  }
}

.l-header .headInner .navs .layer1 > ul .layer3 > li {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  width: 250px;
  margin-top: 7px;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul .layer3 > li {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .l-header .headInner .navs .layer1 > ul .layer3 > li.wHalf {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .l-header .headInner .navs .layer1 > ul .layer3 > li.wFull {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-header .headInner .navs .layer1 > ul .layer3 > li.w3Col {
    width: 33%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul .layer3 > li.w3Col {
    width: auto;
  }
}

.l-header .headInner .navs .layer1 > ul .layer3 > li.wAuto {
  width: auto;
  margin-right: 2em;
}

@media screen and (max-width: 767px) {
  .l-header .headInner .navs .layer1 > ul .layer3 > li.wAuto {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .layer1 > ul .layer3 > li a.hasLink:after {
    right: 6.5vw;
  }
}

.l-header .headInner .navs .searchBtn {
  width: 27px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.3s;
  margin-left: 15px;
}

.l-header .headInner .navs .searchBtn:hover > button {
  opacity: .6;
}

.l-header .headInner .navs .searchBtn button {
  margin-top: 21px;
  transition: .3s;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .searchBtn {
    padding-top: 0px;
    margin-left: 0px;
  }
  .l-header .headInner .navs .searchBtn button {
    position: absolute;
    right: 83px;
    top: 0px;
    width: 30px;
    height: 30px;
    transition: .3s;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .l-header .headInner .navs .searchBtn button {
    right: 18vw;
    top: -.5vw;
    width: 7.22892vw;
    height: 7.22892vw;
    transition: .3s;
  }
  .l-header .headInner .navs .searchBtn button img {
    width: 100%;
  }
}
.l-header .headInner .navs .searchBtn .searcArea {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 110px;
  width: 100%;
  background-color: #1B365D;
  text-align: center;
  padding: 45px 0;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .searchBtn .searcArea {
    top: 70px;
    padding: 2em;
  }
}

@media screen and (max-width: 767px) {
  .l-header .headInner .navs .searchBtn .searcArea {
    top: 16.8vw;
    padding: 2em;
  }
}

.l-header .headInner .navs .searchBtn .searcArea.show {
  opacity: 1;
  visibility: visible;
}

.l-header .headInner .navs .searchBtn .searcArea .in {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 65px;
  position: relative;
}

@media screen and (max-width: 1630px) {
  .l-header .headInner .navs .searchBtn .searcArea .in {
    margin: 0 330px 0 auto;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .searchBtn .searcArea .in {
    margin: 0px auto;
    padding-left: 0px;
  }
}

.l-header .headInner .navs .searchBtn .searcArea input {
  width: 100%;
  border-radius: 4px;
  border: 0px;
}

.l-header .headInner .navs .searchBtn .searcArea button {
  position: absolute;
  right: 19px;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
@media(max-width:767px) {
  .l-header .headInner .navs .searchBtn .searcArea .in button img {
        display: none !important;
    }
}
.l-header .headInner .navs .colR {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  width: 260px;
  align-items: center;
  margin-left: 2.39044%;
  transition: 0.3s;
  padding-top: 20px;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .colR {
    flex-direction: column-reverse;
    width: auto;
    padding-top: 10px;
    align-items: center;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .colR {
    order: 3;
    flex-direction: column;
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .spFootBtns {
    padding-bottom: 20vh;
  }
  .l-header .headInner .navs .spFootBtns .colR {
    display: flex;
  }
}

.l-header .headInner .navs .btnInquiry {
  background-color: #FFCD00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 32px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #363636;
}

.l-header .headInner .navs .btnInquiry:hover {
  opacity: .5;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .btnInquiry {
    width: 85.54217vw;
    font-size: 2rem;
    height: 13.49398vw;
    margin: 6.0241vw 0 4.81928vw;
  }
}

.l-header .headInner .navs .btnEnglish {
  color: #1B365D;
  font-size: 1.2rem;
  font-weight: 500;
}

.l-header .headInner .navs .btnEnglish:hover {
  color: #6d7e94;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .navs .btnEnglish {
    color: #ffffff;
    font-size: 1.6rem;
    padding-bottom: 6.0241vw;
  }
}

.l-header .headInner .spBtn {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .spBtn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .l-header .headInner .spBtn {
    margin-right: -2vw;
    width: 7.22892vw;
    height: 6vw;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .spBtn em {
    border: 1px solid #1B365D;
    transition: 0.3s;
    position: relative;
  }
  .l-header .headInner .spBtn.on em:nth-of-type(1) {
    transform: rotate(45deg);
    top: 11px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .l-header .headInner .spBtn.on em:nth-of-type(1) {
    top: 2.7vw;
  }
}

@media screen and (max-width: 1199px) {
  .l-header .headInner .spBtn.on em:nth-of-type(2) {
    opacity: 0;
  }
  .l-header .headInner .spBtn.on em:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 11px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .l-header .headInner .spBtn.on em:nth-of-type(3) {
    bottom: 2.7vw;
  }
}

@media screen and (max-width: 1199px) {
  .l-header.on {
    background-color: #fff;
  }
}

.l-header.on .navs .searchBtn button {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .l-header.on .navs .searchBtn {
    padding-top: 0px;
  }
}

.l-header.on .navs .colR {
  padding-top: 0px;
}

@media screen and (max-width: 1199px) {
  .l-header.on .navs .searchBtn button {
    top: 13px;
  }
}

@media screen and (max-width: 767px) {
  .l-header.on .navs .searchBtn button {
    top: 3.2vw;
  }
}

.l-header.on .navs .searchBtn .searcArea {
  top: 62px;
}

@media screen and (max-width: 1199px) {
  .l-header.on .navs .searchBtn .searcArea {
    top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .l-header.on .navs .searchBtn .searcArea {
    top: 13.49398vw;
  }
}

.l-header.on .headInner .logo {
  background-color: transparent;
  height: 62px;
  width: 120px;
}

@media screen and (max-width: 1199px) {
  .l-header.on .headInner .logo {
    height: 56px;
    width: 56px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .l-header.on .headInner .logo {
    height: 13.49398vw;
    width: 13.49398vw;
  }
}

@media screen and (max-width: 767px) {
  .l-header.on .headInner .logo svg {
    transform: scale(1.1);
  }
}

.l-header.on .headInner .logo svg path,
.l-header.on .headInner .logo svg rect {
  fill: #1B365D;
}

.l-header.on .headInner .logo svg path#logo_j1,
.l-header.on .headInner .logo svg rect#logo_j1 {
  fill: #ffc000;
}

.l-header.on .headInner .navs .layer1 > ul > li > a {
  padding: 15px 1.5em;
}

@media screen and (max-width: 1400px) {
  .l-header.on .headInner .navs .layer1 > ul > li > a {
    padding: 15px .6em;
  }
}

@media screen and (max-width: 767px) {
  .l-header.on .headInner .navs .layer1 > ul > li > a {
    padding: 4.57831vw 3.85542vw;
  }
}

.l-header.on .headInner .navs .layer1 .dtlBox {
  top: 62px;
}

.l-bgGreyA50 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: calc(100vh - 109px);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 109px;
  left: 0;
  z-index: 4;
  transition: 0.3s;
}

.l-bgGreyA50.on {
  opacity: 1;
  visibility: visible;
}

.l-header.on + .l-bgGreyA50 {
  height: calc(100vh - 62px);
  top: 62px;
}

.l-footer {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .l-footer {
    background-color: #1B365D;
  }
}

.l-footer a:hover {
  text-decoration: underline;
}

.l-footer .inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-footer .inner {
    padding: 0 3.61446vw;
  }
}

.l-footer .sitemapBlk {
  padding: 35px 0;
  color: #fff;
  background: #1b365d;
}

@media screen and (max-width: 767px) {
  .l-footer .sitemapBlk {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .sitemapBlk .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.l-footer .sitemapBlk .rootCont {
  position: relative;
  display: flex;
  font-size: 1.4rem;
}

.l-footer .sitemapBlk .rootCont + .rootCont {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .l-footer .sitemapBlk .rootCont + .rootCont {
    margin-top: 0px;
  }
}

.l-footer .sitemapBlk .rootCont .u-link1 {
  line-height: 1;
  font-weight: 400;
  color: #FFF;
  width: auto;
  padding-bottom: 5px;
}

.l-footer .sitemapBlk .rootCont .u-link1:before {
  width: 8px;
  height: 8px;
  top: 4px;
}

@media screen and (max-width: 1199px) {
  .l-footer .sitemapBlk .rootCont {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .sitemapBlk .rootCont {
    width: calc(180 / 380 * 100%);
    border-top: 1px solid #6d7e94;
    border-bottom: 1px solid #6d7e94;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .sitemapBlk .rootCont:before {
    position: absolute;
    content: "";
    right: 0.25em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.6em;
    height: 0.6em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
  }
}

.l-footer .sitemapBlk .rootCont .rootTtl {
  display: block;
  width: 200px;
  font-size: 1.6rem;
  font-weight: 700;
}

.l-footer .sitemapBlk .rootCont .rootTtl a {
  display: inline-block;
  padding: 0 0 0 14px;
  line-height: 1.1;
  border-left: 4px solid #ffc000;
}

.l-footer .sitemapBlk .rootCont .rootTtl a:hover {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .l-footer .sitemapBlk .rootCont .rootTtl a {
    pointer-events: all;
    display: block;
    padding: 0px;
    border: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .l-footer .sitemapBlk .rootCont .rootTtl {
    width: 100%;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .sitemapBlk .rootCont .rootTtl {
    font-size: 1.6rem;
    padding: 3.61446vw 0;
  }
}

.l-footer .sitemapBlk .rootCont .rootBox {
  width: calc(1287 / 1600 * 100%);
}

@media screen and (max-width: 1199px) {
  .l-footer .sitemapBlk .rootCont .rootBox {
    width: 100%;
    margin-left: 17px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .sitemapBlk .rootCont .rootBox {
    display: none;
  }
}

.l-footer .sitemapBlk .rootCont .rootBox > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.l-footer .sitemapBlk .rootCont .rootBox > ul li {
  padding-right: 2%;
  width: 22%;
  box-sizing: border-box;
}

.l-footer .sitemapBlk .rootCont .rootBox > ul li.FooterRecruitLink {
  width: auto;
}

@media screen and (max-width: 991px) {
  .l-footer .sitemapBlk .rootCont .rootBox > ul li {
    width: 25%;
  }
}

.l-footer .sitemapBlk .rootCont .rootBox a:hover {
  opacity: .6;
  color: #FFF;
}

.l-footer .sitemapBlk .rootCont .rootBox .nestChild dt {
  font-weight: 700;
  margin-bottom: .5em;
}

.l-footer .sitemapBlk .rootCont .rootBox .nestChild dt a {
  align-items: center;
}

.l-footer .sitemapBlk .rootCont .rootBox .nestChild dd .btmChild {
  display: flex;
  flex-wrap: wrap;
  margin-left: 18px;
}

.l-footer .sitemapBlk .rootCont .rootBox .nestChild dd .btmChild li {
  line-height: 1.2;
  padding-right: 1em;
  border-right: 1px solid #FFF;
  margin-right: 1em;
  margin-bottom: .4em;
}

.l-footer .sitemapBlk .rootCont .rootBox .nestChild dd .btmChild li:last-of-type {
  padding-left: 0px;
  border: 0px;
}

.l-footer .sitemapBlk .rootCont .rootBox .nestChild + .nestChild {
  margin-top: 1.2em;
}

.l-footer .sitemapBlk .rootCont:nth-of-type(n + 3) {
  border-top: none;
}

.l-footer .bottom-footer {
  position: relative;
  padding: 30px 0 30px;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom-footer {
    padding: 4.81928vw 0;
  }
}

.l-footer .bottom-footer .rgtLogo {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .l-footer .bottom-footer .rgtLogo {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .bottom-footer .rgtLogo {
    flex-direction: column-reverse;
    padding-bottom: 4vw;
  }
}

.l-footer .bottom-footer .rgtLogo .logoArea {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .l-footer .bottom-footer .rgtLogo .logoArea {
    position: static;
    justify-content: center;
  }
}

.l-footer .bottom-footer .rgtLogo .logoArea figure {
  margin-right: 85px;
}

@media screen and (max-width: 1199px) {
  .l-footer .bottom-footer .rgtLogo .logoArea figure {
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .bottom-footer .rgtLogo .logoArea figure {
    display: none;
  }
}

.l-footer .bottom-footer .rgtLogo .logoArea a {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom-footer .rgtLogo .logoArea a img {
    width: 6.0241vw;
    height: 6.0241vw;
  }
}

.l-footer .bottom-footer .rgtLogo .logoArea a + a {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom-footer .rgtLogo .logoArea a + a {
    margin-left: 19px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .bottom-footer .rgtLogo #nav-guide-footer {
    width: 90vw;
    margin-bottom: 4vw;
  }
}

.l-footer .bottom-footer .rgtLogo #nav-guide-footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom-footer .rgtLogo #nav-guide-footer ul {
    justify-content: flex-start;
  }
}

.l-footer .bottom-footer .rgtLogo #nav-guide-footer ul li {
  font-size: 1.2rem;
  margin-left: 36px;
}

.l-footer .bottom-footer .rgtLogo #nav-guide-footer ul li a {
  color: #363636;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom-footer .rgtLogo #nav-guide-footer ul li a {
    color: #FFF;
  }
}

@media screen and (min-width: 768px) {
  .l-footer .bottom-footer .rgtLogo #nav-guide-footer ul li a:hover {
    color: #007FA3;
  }
}

@media screen and (max-width: 1199px) {
  .l-footer .bottom-footer .rgtLogo #nav-guide-footer ul li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .l-footer .bottom-footer .rgtLogo #nav-guide-footer ul li {
    width: 30%;
    margin-left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .bottom-footer .rgtLogo #nav-guide-footer ul li {
    width: 33.3%;
    font-size: 1.4rem;
    margin-left: 0px;
    margin-bottom: 2vw;
    text-align: left;
  }
}

.l-footer .bottom-footer small {
  display: block;
  text-align: right;
  padding-bottom: 0px;
  font-size: 1.2rem;
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom-footer small {
    position: static;
    text-align: center;
    color: #FFF;
    padding: 1.5vw 0;
  }
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.l-btnInquiry {
  display: flex;
  justify-content: center;
  margin: 100px 0;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-btnInquiry {
    margin: 12.04819vw 0;
  }
}

.l-cont-navi {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .l-cont-navi {
    background-color: transparent;
  }
}

.l-cont-navi.detail {
  position: sticky;
  top: 62px;
  z-index: 3;
  border-top: 1px solid #eee;
}

@media screen and (max-width: 1199px) {
  .l-cont-navi.detail {
    top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-navi.detail {
    top: 13.4vw;
    background-color: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-navi {
    min-height: 11.6vw;
    border-bottom: 0px;
  }
  .l-cont-navi .btnMenu {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14vw;
    height: 12vw;
    right: 0vw;
    top: -1vw;
    z-index: 2;
  }
  .l-cont-navi .btnMenu:after {
    content: "";
    transform: rotate(45deg);
    display: block;
    border-right: 2px solid #1B365D;
    border-bottom: 2px solid #1B365D;
    width: 13px;
    height: 13px;
    transition: 0.3s;
    position: relative;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-cont-navi .btnMenu.open {
    top: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-navi .btnMenu.open:after {
    transform: rotate(-135deg);
    top: -1vw;
  }
}

.l-cont-navi ul {
  width: 90%;
  max-width: 1170px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .l-cont-navi ul {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    flex-direction: column;
    border-bottom: 1px solid #eee;
  }
  .l-cont-navi ul.open {
    border-bottom: 1px solid #eee;
  }
  .l-cont-navi ul.open li {
    display: block;
  }
}

.l-cont-navi ul li {
  box-sizing: border-box;
  font-weight: 400;
  margin-right: 1.5em;
}

@media screen and (max-width: 767px) {
  .l-cont-navi ul li {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-navi ul li + li {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-navi ul li {
    width: auto;
    display: none;
  }
}

.l-cont-navi ul li a {
  text-align: center;
  box-sizing: border-box;
  display: block;
  color: #363636;
  padding: 6px 0px 0px 0px;
}

@media screen and (max-width: 767px) {
  .l-cont-navi ul li a {
    font-size: 1.8rem;
    padding: 5px 10px 5px 6vw;
    background-color: #f2f3f4;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .l-cont-navi ul li a:hover {
    color: #007fa3;
  }
}

.l-cont-navi ul li a span {
  display: inline-flex;
  padding: 0 5px;
  font-size: 1.5rem;
  line-height: 2;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-cont-navi ul li a span {
    border-bottom: 3px solid #fff;
  }
  .l-cont-navi ul li a span:after {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    margin-top: -3px;
    margin-left: 8px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFCD00;
    border-bottom: 2px solid #FFCD00;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-navi ul li a span {
    padding-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-navi ul li.active {
    display: block;
    order: -1;
    -ms-flex-order: -1;
  }
  .l-cont-navi ul li.active a {
    background-color: #FFFFFF;
  }
}

.l-cont-navi ul li.active span {
  border-bottom: 3px solid #1B365D;
}

@media screen and (max-width: 767px) {
  .l-cont-navi ul li.active span {
    border: 0px;
  }
}

.l-breadcrumb {
  background-color: #f2f3f4;
  padding: 0.7em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .l-breadcrumb {
    padding: .5em 0;
  }
}

.l-breadcrumb ul {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  width: 90%;
  align-items: flex-start;
  font-size: 1.4rem;
}

.l-breadcrumb ul li {
  display: flex;
  flex-shrink: 0;
}

.l-breadcrumb ul li .logo {
  height: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-breadcrumb ul li .logo {
    height: 1.2rem;
  }
}

.l-breadcrumb ul li:last-of-type {
  flex-shrink: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 767px) {
  .l-breadcrumb ul li {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.l-breadcrumb ul li a:hover {
  color: #007fa3;
  text-decoration: underline;
}

.l-breadcrumb ul li + li {
  padding-left: 21px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-breadcrumb ul li + li {
    padding-left: 4.33735vw;
  }
}

.l-breadcrumb ul li + li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  border-top: 1px solid #363636;
  border-right: 1px solid #363636;
  display: inline-block;
  margin: 0 0.6em 0 0.5em;
  position: absolute;
  flex-shrink: 0;
  top: 5px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .l-breadcrumb ul li + li:before {
    top: 5px;
    left: 0px;
  }
}

.l-cookie {
  position: fixed;
  background-color: rgba(242, 243, 244, 0.95);
  width: 100%;
  padding: 30px 0;
  bottom: 0px;
  z-index: 200;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .l-cookie {
    padding: 3.85542vw;
  }
}

.l-cookie .in {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-cookie .in {
    width: auto;
    display: block;
  }
}

.l-cookie .in .btnCookieClose {
  position: absolute;
  font-size: 2rem;
  right: -2em;
  top: -0.8em;
  cursor: pointer;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-cookie .in .btnCookieClose {
    right: 0px;
    top: 0px;
    font-size: 2.6rem;
  }
}

.l-cookie .in p {
  font-size: 1.4rem;
  margin-right: 70px;
  line-height: 1.6;
}

.l-cookie .in p a {
  color: #1B365D;
  text-decoration: underline;
}

.l-cookie .in p a:hover {
  text-decoration: none;
  color: #007fa3;
}

@media screen and (max-width: 767px) {
  .l-cookie .in p {
    margin-right: 0px;
    padding-right: 1.5em;
  }
}

.l-cookie .in button {
  background-color: #1B365D;
  border-radius: 4px;
  color: #fff;
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .l-cookie .in button {
    margin: 0 auto;
    margin-top: 1em;
  }
}

.l-cookie .in button:hover {
  opacity: 0.7;
}

.l-totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: right;
  width: 100%;
  opacity: 0;
  z-index: 100;
  transition: 0.3s;
  width: 58px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  .l-totop {
    width: 10.84337vw;
    height: 10.84337vw;
    bottom: 10px;
    right: 10px;
  }
}

.l-totop.on {
  opacity: 1;
}

.l-totop img {
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .l-totop img {
    width: 10.84337vw;
    height: 10.84337vw;
  }
}

.l-totop img:hover {
  opacity: 0.7;
}

.l-cont {
  margin-top: 90px;
}

.l-cont.detail {
  margin-top: 0px;
}

.l-cont.detail .container:first-of-type {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .l-cont.detail .container:first-of-type {
    margin-top: 12.04819vw;
  }
}

.l-cont.detail .container.topS {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .l-cont.detail .container.topS {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .l-cont {
    margin-top: 14.45783vw;
  }
}

.l-cont-header {
  position: sticky;
  font-weight: 500;
  z-index: 2;
  top: 62px;
}

.l-cont-header.isType2 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .l-cont-header.isType2 {
    margin-bottom: 14.45783vw;
  }
}

.l-cont-header.detail {
  position: static;
}

@media screen and (max-width: 1199px) {
  .l-cont-header {
    top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-header {
    top: 13.4vw;
  }
}

.l-cont-header .u-buttonSeminer.show {
  opacity: 1;
}

@keyframes btnBack {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-cont-header.on .u-buttonBack {
  opacity: 1;
}

.l-cont-header.on .btnBack {
  opacity: 0;
  animation: btnBack .3s both;
  padding: 8px 20px 8px 10px;
  border-radius: 0 5px 5px 0;
  left: 0px;
  z-index: 4;
  bottom: 15px;
  position: fixed;
  background-color: #1B365D;
}

@media screen and (max-width: 767px) {
  .l-cont-header.on .btnBack {
    bottom: 0px;
  }
  .l-cont-header.on .btnBack span {
    display: none;
  }
}

.l-cont-header.on .btnBack:hover {
  opacity: .6;
}

.l-cont-title {
  position: relative;
  background-color: #1b365d;
  height: 280px;
  overflow: hidden;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .l-cont-title.solutionTitle {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-title {
    height: 33.73494vw;
  }
}

.l-cont-title .img.solutionImage {
  transition: 0.3s;
}

.l-cont-title .img.solutionImage img {
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .l-cont-title .img.solutionImage img {
    position: static;
    height: 33.73494vw;
  }
}

.l-cont-title .img.solutionImage:after {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(27, 54, 93, 0.6);
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-cont-title .img.solutionImage:after {
    display: none;
  }
}

.l-cont-title.on {
  height: 60px;
}

@media screen and (max-width: 767px) {
  .l-cont-title.on {
    height: 11vw;
  }
}

.l-cont-title.on .ttl {
  font-size: 2.1rem;
}

.l-cont-title.on .ttl .solutionName {
  line-height: 1.3;
}

.l-cont-title.on .ttl .bottomBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-cont-title.on .ttl .solutionName {
    font-size: 1.8rem;
    padding: 2vw 5vw;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
  }
}

.l-cont-title.on .ttl .sub {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-cont-title.on .img.solutionImage {
    display: none;
  }
}

.l-cont-title.on img {
  opacity: 0;
}

.l-cont-title img {
  transition: 0.3s;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .l-cont-title img {
    height: 33.73494vw;
  }
}

.l-cont-title .ttl {
  position: absolute;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  left: 0%;
  justify-content: flex-start;
  line-height: 1;
  display: flex;
  width: 100%;
  top: 0px;
  height: 100%;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-cont-title .ttl {
    font-size: 2.8rem;
  }
  .l-cont-title .ttl.solutionTitleText {
    position: static;
    font-size: 2.6rem;
  }
}

.l-cont-title .ttl span {
  display: block;
  max-width: 1170px;
  margin: 0 auto;
  text-align: left;
  width: 90%;
  transition: 0.3s;
}

.l-cont-title .ttl span.solutionName {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .l-cont-title .ttl span.solutionName {
    font-size: 2.6rem;
    line-height: 1.3;
    padding: 4.81928vw;
  }
}

.l-cont-title .ttl span .sub {
  font-size: 2rem;
  margin-top: 15px;
  display: block;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .l-cont-title .ttl span .sub {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 0.8em;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-title .ttl span {
    width: 100%;
    padding: 0 6vw;
  }
}

.l-cont-title2 {
  position: relative;
  background-color: #1b365d;
  height: 100px;
  overflow: hidden;
  transition: 0.3s;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}

.l-cont-title2.solutionTitle {
  height: 280px;
}

@media screen and (max-width: 767px) {
  .l-cont-title2 {
    height: 12.04819vw;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-title2.solutionTitle {
    height: 55.04819vw;
  }
}

.l-cont-title2.solutionTitle.on .ttl .bottomBtn {
  display: none;
}

.l-cont-title2.solutionTitle.on .ttl span .sub {
  display: none;
}

.l-cont-title2.on {
  height: 60px;
}

@media screen and (max-width: 767px) {
  .l-cont-title2.on {
    height: 11vw;
  }
}

.l-cont-title2.on .ttl {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .l-cont-title2.on .ttl {
    font-size: 1.8rem;
  }
}

.l-cont-title2.on img {
  opacity: 0;
}

.l-cont-title2 .ttl {
  position: absolute;
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  left: 0%;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-cont-title2 .ttl {
    font-size: 1.8rem;
  }
}

.l-cont-title2 .ttl span {
  display: block;
  max-width: 1170px;
  margin: 0 auto;
  width: 90%;
  transition: 0.3s;
}


.l-cont-title2 .ttl span .sub {
  font-size: 2rem;
  margin-top: 15px;
  display: block;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .l-cont-title2 .ttl span .sub {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 0.8em;
  }
}

.l-cont-title3 {
  background-color: #1B365D;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .l-cont-title3 {
    padding: 8.43373vw 4.81928vw;
  }
}

.l-cont-title3 .inner {
  max-width: 1170px;
  margin: 0 auto;
  color: #ffffff;
  width: 90%;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .l-cont-title3 .inner {
    width: 100%;
  }
}

.l-cont-title3 .inner .u-listLink {
  margin-top: 30px;
  text-align: right;
}

.l-cont-title3 .inner .u-listLink a {
  color: #FFF;
}

.l-cont-title3 .inner .ttlHead {
  margin-bottom: 20px;
  border-bottom: 2px solid #FFF;
  position: relative;
}

.l-cont-title3 .inner .ttlHead:after {
  content: "";
  height: 2px;
  width: 70px;
  display: block;
  background-color: #FFCD00;
  position: absolute;
  right: 0px;
  bottom: -2px;
}

.l-cont-title3 .inner h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .l-cont-title3 .inner h1 {
    font-size: 2.6rem;
  }
}

.l-cont-title3 .inner .lead {
  color: #FFE166;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .l-cont-title3 .inner .lead {
    font-size: 2rem;
  }
}

.l-cont-title .bottomBtn {
  text-align: right;
  margin: 0 auto;
  max-width: 1170px;
}

@media screen and (max-width: 767px) {
  .l-cont-title .bottomBtn {
    text-align: center;
    margin: 0 5vw 0 5vw;
  }
}



.l-cont-title2 .bottomBtn {
  text-align: right;
  margin: 0 auto;
  max-width: 1170px;
}

@media screen and (max-width: 767px) {
  .l-cont-title2 .bottomBtn {
    text-align: center;
    margin: 0 5vw 0 5vw;
  }
}

.l-cont-title3 .inner .bottomBtn {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .l-cont-title3 .inner .bottomBtn {
    text-align: center;
  }
}

.l-cont-title .bottomBtn .u-button {
  color: #363636;
  font-size: 1.4rem;
  padding: 0 40px;
  margin: 35px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .l-cont-title .bottomBtn .u-button {
    padding: 0;
    width: 100%;
    margin: 5vw 0 5vw 0;
  }
}


.l-cont-title2 .bottomBtn .u-button {
  color: #363636;
  font-size: 1.4rem;
  padding: 0 40px;
  margin: 35px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .l-cont-title2 .bottomBtn .u-button {
    padding: 0;
    width: 100%;
    margin: 5vw 0 5vw 0;
  }
}

.l-cont-title3 .inner .bottomBtn .u-button {
  color: #363636;
  font-size: 1.4rem;
  padding: 0 40px;
  margin: 35px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .l-cont-title3 .inner .bottomBtn .u-button {
    padding: 0;
    width: 100%;
    margin: 5vw 0 0 0;
  }
}

.l-cont-title3 .inner .sub {
  font-weight: normal;
  font-size: 2rem;
}

.l-cont-title3 .inner .tags {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .l-cont-title3 .inner .tags {
    justify-content: flex-start;
    margin-bottom: -3.61446vw;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-title3 .inner .tags li {
    margin-right: 3.61446vw;
    margin-bottom: 3.61446vw;
  }
}

.l-cont-title3 .inner .tags li + li {
  margin-left: 18px;
}

@media screen and (max-width: 767px) {
  .l-cont-title3 .inner .tags li + li {
    margin-left: 0px;
  }
}

.l-cont-title3 .inner .tags li a {
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  font-size: 1.4rem;
  color: #1B365D;
  padding: 6px 20px;
  line-height: 1;
  transition: .3s;
}

.l-cont-title3 .inner .tags li a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .l-cont-title3 .inner .tags li a {
    padding: 1.44578vw 4.33735vw;
  }
}

.l-cont-title4 {
  background-color: #1B365D;
}

.l-cont-title4 .inner {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto;
  padding: 55px 0px 55px 0;
  position: relative;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-cont-title4 .inner {
    padding: 6.0241vw 4.81928vw 7.22892vw;
    width: 100%;
    display: block;
  }
}

.l-cont-title4 .inner .img {
  background-color: #FFF;
}

.l-cont-title4 .inner .event {
  background-color: transparent;
}

.l-cont-title4 .inner .img + .txt {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .l-cont-title4 .inner .img + .txt {
    margin-left: 0px;
    margin-top: 15px;
  }
}

.l-cont-title4 .inner .img img {
  max-width: none;
  width: 400px;
  height: 100%;
  object-fit: cover;
}

.l-cont-title4 .inner .event img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-cont-title4 .inner .img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-cont-title4 .inner .img {
    width: 100%;
  }
}

.l-cont-title4 .inner .txt {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-cont-title4 .inner .txt {
    width: 100%;
  }
}

.l-cont-title4 .inner .txt + .img {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .l-cont-title4 .inner .txt + .img {
    margin-left: 0;
    margin-top: 6.0241vw;
  }
}

.l-cont-title4 .inner .summery {
  color: #FFF;
  font-weight: 400;
  line-height: 1.6;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .l-cont-title4 .inner .summery {
    font-size: 1.8rem;
  }
}

.l-cont-title4 .inner .ttl {
  border-bottom: 2px solid #FFF;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #FFF;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-cont-title4 .inner .ttl {
    padding-bottom: 4.81928vw;
    margin-bottom: 4.81928vw;
  }
}

.l-cont-title4 .inner .ttl:after {
  content: "";
  height: 2px;
  width: 70px;
  display: block;
  background-color: #FFCD00;
  position: absolute;
  right: 0px;
  bottom: -2px;
}

.l-cont-title4 .inner .day {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 25px;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .l-cont-title4 .inner .day {
    font-size: 2.2rem;
    margin-top: 3.61446vw;
    margin-bottom: 3.61446vw;
  }
}

.l-cont-title4 .inner h1 {
  font-weight: 500;
  font-size: 2.9rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .l-cont-title4 .inner h1 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 1.20482vw;
  }
}

.l-cont-title4 .inner .sub {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
}

.l-cont-title4 .inner .sub.name {
  color: #FFE166;
}

@media screen and (max-width: 767px) {
  .l-cont-title4 .inner .sub {
    font-size: 2rem;
  }
}

/*--------------------------------------
 パーツ
---------------------------------------*/
/*--------------------------------------
  テキスト
---------------------------------------*/
.u-txtNotes {
  text-indent: -1em;
  margin-left: 1em;
}

.u-txt1 {
  margin-bottom: 1.0em;
  color: #1B365D;
  font-size: 2.8rem;
  font-weight: 700;
}

.u-txt2 .newselect {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(/-/media/JBS/image/sitesearch/sl-icon.svg) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 94px;
  background-color: #F2F3F4;
  margin-left: 15px;
}

.u-txt2 .select-test::-ms-expand {
  display: none;
}

.u-txt2 .select-test:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

.u-txtResult {
  text-align: right;
  font-size: 2.2rem;
  padding-bottom: 10px;
  color: #1B365D;
}

/*--------------------------------------
  テーブル
---------------------------------------*/
.u-table.table-responsive {
  position: relative;
}

@media screen and (max-width: 767px) {
  .u-table.table-responsive::before {
    content: "";
    display: inline-block;
    background-image: url("/-/media/JBS/image/common/img_swipe.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 16.86747vw;
    height: 16.86747vw;
    left: 35vw;
    top: 30%;
    z-index: 1;
    transition: .8s;
  }
  .u-table.table-responsive.js-swipe:before {
    left: 0;
    opacity: 0;
  }
}

.u-table .fixTable {
  position: relative;
  overflow-x: auto;
}

.u-table .fixTable td, .u-table .fixTable th {
  border-left: 0px;
}

.u-table .fixTable table {
  border-collapse: separate;
}

.u-table .fixTable .unswipe {
  position: sticky;
  top: 0;
  left: 0;
  border-left: 1px solid #e5e8ec;
  z-index: 1;
}

.u-table .fixTable .unswipe.bgWhite {
  background-color: #FFF;
}

.u-table table {
  width: 100%;
}

.u-table table.spBlock th {
  width: 25% !important;
}

@media screen and (max-width: 767px) {
  .u-table table.spBlock th {
    width: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-table table.spBlock tr {
    display: flex;
    flex-direction: column;
    padding: 3.13253vw;
  }
  .u-table table.spBlock th,
  .u-table table.spBlock td {
    width: auto;
    border: 0px;
    padding: 0px;
    width: auto;
    display: block;
  }
  .u-table table.spBlock th.w-25,
  .u-table table.spBlock td.w-25 {
    width: auto !important;
  }
}

.u-table td,
.u-table th {
  border-left: 1px solid #e5e8ec;
  border-right: 1px solid #e5e8ec;
  padding: 1em;
}
.u-table td.borderBtm {
	border-bottom:1px solid #e5e8ec !important;
}
.u-table td.borderBtm2 {
	border-bottom:1px solid #7e7e7e !important;
}

@media screen and (max-width: 767px) {
  .u-table td,
  .u-table th {
    padding: .5em;
    line-height: 1.6;
  }
}

.u-table th {
  background-color: #1B365D;
  color: #FFF;
}

.u-table tr:first-of-type {
  border-top: 1px solid #e5e8ec;
}

.u-table tr:last-of-type {
  border-bottom: 1px solid #e5e8ec;
}

.u-table tr:nth-child(even) {
  background-color: #F2F3F4;
}

.u-table.isType2 th {
  background-color: transparent;
  color: #363636;
  font-weight: bold;
}

.u-table.isType3 tr {
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .u-table.isType3 tr {
    padding: 0 !important;
  }
}

.u-table.isType3 th {
  background-color: transparent;
  background-color: #EFF0F2;
  color: #363636;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .u-table.isType3 th {
    padding: 1vw 2vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-table.isType3 td {
    padding: 3vw 0 !important;
  }
}

.u-tbl1 dl {
  border-top: 1px solid #A3A3A3;
  padding: 30px 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl {
    display: block;
    padding: 4vw 0;
    line-height: 1.6;
  }
}

.u-tbl1 dl:last-of-type {
  border-bottom: 1px solid #A3A3A3;
}

.u-tbl1 dl dt {
  width: 20%;
  box-sizing: border-box;
  padding: 0 25px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl dt {
    width: auto;
    padding: 0px;
    font-size: 1.8rem;
  }
  .u-tbl1 dl dt.h3 {
    font-size: 2.4rem;
  }
  .u-tbl1 dl dt.sp-bgGray {
    background-color: #F2F3F4;
    padding: 2.16867vw 7.22892vw;
    margin: -4.81vw -7.22892vw 0.8em -7.22892vw;
    width: 100vw;
  }
}

.u-tbl1 dl dd {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl dd {
    width: 100%;
    margin-top: .5em;
  }
}

.u-tbl1 dl dd .cont {
  display: flex;
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl dd .cont {
    flex-wrap: wrap;
  }
}

.u-tbl1 dl dd .cont + .cont {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl dd .cont + .cont {
    margin-top: 1em;
  }
}

.u-tbl1 dl dd .cont .name {
  display: inline-block;
  width: 20%;
  flex-shrink: 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl dd .cont .name {
    width: 100%;
  }
}

.u-tbl1 dl dd .cont .name + p {
  width: 80%;
  color: #707070;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl dd .cont .name + p {
    width: 100%;
    margin-top: .25em;
  }
}

.u-tbl1 dl dd .cont .month {
  display: inline-block;
  width: 10%;
  font-weight: 700;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl dd .cont .month {
    width: 18.07229vw;
  }
}

.u-tbl1 dl dd .cont .month + p {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl dd .cont .month + p {
    width: 66.98795vw;
  }
}

.u-tbl1 dl.addresBox dt {
  white-space: normal;
}

@media screen and (min-width: 768px) {
  .u-tbl1 dl.addresBox dt {
    width: 36%;
  }
}

@media screen and (min-width: 768px) {
  .u-tbl1 dl.addresBox dt + dd {
    width: 64%;
  }
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl.addresBox dt + dd {
    margin-top: 4.81928vw;
  }
}

.u-tbl1 dl.addresBox dt + dd .place {
  font-weight: 700;
  margin-bottom: 30px;
  padding: .25em 0 .25em 30px;
  background: #DFE1E3;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl.addresBox dt + dd .place {
    margin-bottom: 4.81928vw;
    padding: .4em 0 .4em 4vw;
  }
}

.u-tbl1 dl.addresBox dt + dd .contactInfo {
  display: flex;
}

@media screen and (max-width: 991px) {
  .u-tbl1 dl.addresBox dt + dd .contactInfo.sp-block {
    display: block;
  }
  .u-tbl1 dl.addresBox dt + dd .contactInfo.sp-block span {
    width: auto;
  }
  .u-tbl1 dl.addresBox dt + dd .contactInfo.sp-block p {
    margin-left: 30px;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .u-tbl1 dl.addresBox dt + dd .contactInfo.sp-block p {
    margin-left: 1em;
  }
}

.u-tbl1 dl.addresBox dt + dd .contactInfo span {
  display: block;
  width: 21%;
  box-sizing: border-box;
  padding-left: 30px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl.addresBox dt + dd .contactInfo span {
    padding-left: 4vw;
    width: 18%;
  }
}

.u-tbl1 dl.addresBox dt + dd .contactInfo p {
  width: 79%;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl.addresBox dt + dd .contactInfo .site {
    width: 28.91566vw;
  }
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl.addresBox dt + dd .contactInfo .site + p {
    width: calc(100%);
  }
}

.u-tbl1 dl.addresBox dt + dd .contactInfo + .place {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl.addresBox dt + dd .contactInfo + .place {
    margin-top: 4.81928vw;
  }
}

.u-tbl1 dl.addresBox dt + dd .contactInfo + .contactInfo {
  margin-top: .5em;
}

.u-tbl1 dl.sitemapTbl {
  flex-direction: column;
  padding: 45px 0;
  border-top: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl.sitemapTbl {
    padding: 7.5vw 0;
  }
}

.u-tbl1 dl.sitemapTbl dt {
  width: 100%;
  padding-left: 0;
}

.u-tbl1 dl.sitemapTbl dd {
  width: 100%;
  padding-left: 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl.sitemapTbl dd {
    padding-left: 0;
  }
}

.u-tbl1 dl.sitemapTbl dd .childTtl {
  font-weight: 700;
  margin-bottom: 10px;
}

.u-tbl1 dl.sitemapTbl dd .u-link1 {
  font-weight: 700;
}

.u-tbl1 dl.sitemapTbl dd .linkBox.layer3 {
  padding-left: 18px;
}

.u-tbl1 dl.sitemapTbl dd .linkBox li {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-right: 2%;
  font-weight: 500;
  line-height: 1.5;
}

.u-tbl1 dl.sitemapTbl dd .linkBox li a {
  color: #1B365D;
  word-break: keep-all;
}

.u-tbl1 dl.sitemapTbl dd .linkBox li a:hover {
  text-decoration: underline;
  color: #007FA3;
}

@media screen and (max-width: 991px) {
  .u-tbl1 dl.sitemapTbl dd .linkBox li {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl.sitemapTbl dd .linkBox li {
    min-width: 49%;
    width: 100%;
    margin-bottom: .4em;
  }
}

.u-tbl1 dl.sitemapTbl dd .linkBox li:nth-of-type(n+5) {
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl.sitemapTbl dd .linkBox li:nth-of-type(n+5) {
    margin-top: 0em;
  }
}

.u-tbl1 dl.sitemapTbl dd + dd {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .u-tbl1 dl.sitemapTbl dd + dd {
    margin-top: 6.0241vw;
  }
}

.u-tbl1 dl.sitemapTbl:first-of-type {
  border-top: none;
  padding-top: 0px;
}

.u-tbl1 dl.sitemapTbl:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
}
.u-tbl1 dl.sitemapTbl a.h3 {
	font-weight:700!important;
}
.u-tbl1 + .h3 {
  margin-top: 90px;
}

.u-sitesearch {
  border-top: 1px solid #707070;
  padding: 30px 0;
}

.u-sitesearchlast {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 30px 0;
}

/*--------------------------------------
  リンク
---------------------------------------*/
.u-link1 {
  display: inline-block;
  color: #1B365D;
  padding-left: 18px;
  position: relative;
  font-weight: 500;
  word-break: break-all;
}

.u-link1:hover {
  text-decoration: underline;
  color: #007FA3;
}

.u-link1:before {
  vertical-align: middle;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: 2px solid #ffc000;
  border-bottom: 2px solid #ffc000;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 12px;
}

@media screen and (max-width: 767px) {
  .u-link1:before {
    top: 11px;
  }
}

.u-link2 {
  color: #1B365D;
  font-weight: 500;
}

.u-link2:hover {
  text-decoration: underline;
  color: #007FA3;
}

.u-linkImages {
  display: flex;
  flex-wrap: wrap;
}

.u-linkImages + .u-linkImages {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-linkImages + .u-linkImages {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .u-linkImages:last-of-type {
    border-bottom: 1px solid #1B365D;
  }
}
@media screen and (max-width: 767px) {
  .u-linkImages {
    display: block;
  }
}
.u-linkImages li {
  border-left: 1px solid #1B365D;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .u-linkImages li {
    width: 100%;
    margin-bottom: 0px;
  }
}
.u-linkImages li a {
  display: block;
  text-align: center;
}
.u-linkImages li a:hover {
    opacity: 0.65;
    color: #007FA3;
}

@media screen and (max-width: 767px) {
  .u-linkImages li a {
    display: flex;
    align-items: center;
    padding: 4.81928vw 4.81928vw 4.81928vw 7.22892vw;
  }
}
.u-linkImages li .img {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .u-linkImages li .img {
    width: 24.09639vw;
    margin-bottom: 0px;
  }
}
.u-linkImages li span {
  display: block;
  text-align: center;
  min-height: 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .u-linkImages li span {
    width: 62.6506vw;
    min-height: auto;
    padding-bottom: 7.22892vw;
  }
}
.u-linkImages li span::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -6px;
  display: inline-block;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  border-right: 2px solid #1B365D;
  border-bottom: 2px solid #1B365D;
}
@media screen and (max-width: 767px) {
  .u-linkImages li {
    border: 0px;
    border-top: 1px solid #1B365D;
  }
}
.u-linkImages li:nth-of-type(3n) {
  border-right: 1px solid #1B365D;
}

@media screen and (max-width: 767px) {
  .u-linkImages li:nth-of-type(3n) {
    border-right: 0px;
  }
}
ul.u-linkImages li.hrstrategy a:hover {
  opacity: 0.65;
  color: #007FA3;
}
.u-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 70px 0;
}

@media screen and (max-width: 767px) {
  .u-links {
    margin-top: 7.22892vw !important;
    margin-bottom: 16.86747vw !important;
  }
}

.u-links.cols2 *[class^="u-link"] {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .u-links.cols2 *[class^="u-link"] {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .u-links.cols2 *[class^="u-link"] + *[class^="u-link"] {
    margin-top: 4.81928vw;
  }
}

.u-icon-blank:after {
  content: url("/-/media/JBS/image/common/icon_blank.svg");
  margin: 0 5px;
  width: 18px;
  height: 15px;
  vertical-align: middle;
}

.u-icon-pdf {
  text-align: left;
}

.u-icon-pdf:after {
  content: url("/-/media/JBS/image/common/icon_pdf.svg");
  margin: 0 5px;
  width: 18px;
  height: 15px;
  vertical-align: middle;
  position: static;
}

.u-icon-excel:after {
  content: url("/-/media/JBS/image/common/icon_excel.svg");
  margin: 0 5px;
  width: 18px;
  height: 15px;
  vertical-align: middle;
  position: static;
}

.u-icon-zip:after {
  content: url("/-/media/JBS/image/common/icon_zip.svg");
  margin: 0 5px;
  width: 18px;
  height: 15px;
  vertical-align: middle;
  position: static;
}


/*--------------------------------------
  リスト
---------------------------------------*/
.kome {
  list-style-type: none;
}
.kome > li {
  padding-left: 0;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.kome > li::before {
  content: "※ ";
  color: #0d0d0d;
}
.kome > li .u-link1 {
  display: inline;
}
.kome > li .u-link1::before {
  top: 7px;
}

.u-listArrow > li {
    position: relative;
	margin-left: 0.56em;
	list-style: none;
}
.u-listArrow > li:before {
	font-family: FontAwesome;
	content: '\f061';
	margin-right:  7px;
}

.u-listReference {
  list-style-type: none;
}

.u-listReference > li {
  padding-left: 0;
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.u-listReference > li::before {
  content: "※ ";
  color: #0d0d0d;
}

.u-listReference > li .u-link1 {
  display: inline;
}

.u-listReference > li .u-link1::before {
  top: 7px;
}

.u-listCategory {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.3%;
  margin-bottom: -2.3%;
}

@media screen and (max-width: 767px) {
  .u-listCategory {
    margin: 0px;
    display: block;
  }
}

.u-listCategory li {
  width: 22%;
  margin-left: 2.3%;
  margin-bottom: 2.3%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .u-listCategory li a {
    transition: .3s;
  }
  .u-listCategory li a:hover {
    opacity: .6;
  }
}
.u-listCategory li a {
  display: block;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .u-listCategory li {
    width: 47.7%;
  }
}

@media screen and (max-width: 767px) {
  .u-listCategory li {
    margin: 0 0 4.81928vw 0;
    display: block;
    width: 100%;
  }
}

.u-listCategory li img {
  width: 100%;
}


.u-listCategory li .txts {
  width: 100%;
  color: #fff;
  background-color: #132133;
  position: absolute;
  bottom: 0px;
  height: 54px;
  width: 100%;
  padding: 8px;
  opacity: 0.9;
  display: table;
}
.u-listCategory li h2 {
  text-align: left;
  padding-right: 25px;
  display: table-cell;
  vertical-align: middle;
}
.u-listCategory li h2:after {
  content: "";
  display: block;
  background: url(/-/media/JBS/image/top/cate_arw.svg) center center no-repeat;
  background-size: 100% 100%;
  width: 8px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
}
.u-listNumber.isType2 li {
  margin-left: 20px;
}

.u-listNumber > li {
  margin-left: 2.5em;
  list-style: decimal;
}

@media screen and (max-width: 767px) {
  .u-listNumber > li {
    margin-left: 1.3em;
  }
}

.u-listNumber > li + li {
  margin-top: 1em;
}

.u-listNumberS.isType2 li {
  margin-left: 20px;
}

.u-listNumberS > li {
  margin-left: 2.5em;
  list-style: decimal;
}

@media screen and (max-width: 767px) {
  .u-listNumberS > li {
    margin-left: 1.3em;
  }
}

.u-listNumberS > li + li {
  margin-top: 0.25em;
}

.u-listTag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
}

.u-listTag.isRight {
  justify-content: flex-end;
  max-width: 1170px;
  width: 90%;
  margin: 35px auto 20px;
}

@media screen and (max-width: 767px) {
  .u-listTag.isRight {
    margin: 4.09639vw auto -2.40964vw auto;
    justify-content: flex-start;
  }
}

.u-listTag.isRight li {
  margin-right: 0px;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .u-listTag.isRight li {
    margin-left: 0px;
    margin-right: 1.92771vw;
  }
}

.u-listTag li {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1b365d;
  padding: 8px 10px;
  line-height: 1;
  background-color: #e5e7e8;
  border-radius: 100px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .u-listTag li {
    margin-right: 1.92771vw;
    padding: 1.92771vw 2.40964vw;
  }
}

.u-listTag .tagSort {
  display: flex;
  align-items: center;
  line-height: 1.1;
}

.u-listTag .tagSort:after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  background-image: url("/-/media/JBS/image/common/icon_close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.u-listLink {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .u-listLink {
    margin-top: 4.81928vw;
  }
}

.u-listLink li + li {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .u-listLink li + li {
    margin-top: 4.81928vw;
  }
}

.u-thumTxtList1 > li {
  margin-bottom: 0;
}

.u-thumTxtList1 > li.bd {
  border-top: 1px solid #707070;
  padding: 20px;
  display: flex;
  margin-top: 0px;
}

.u-thumTxtList1 > li.bd:last-of-type {
  border-bottom: 1px solid #707070;
}

.u-thumTxtList1 > li.bd figure {
  margin-right: 24px;
  flex-shrink: 0;
}

.u-thumTxtList1 > li.bd figure img {
  width: 220px;
  height: 142px;
  object-fit: cover;
}

.u-thumTxtList1 > li + li {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList1 > li + li {
    margin-top: 14.45783vw;
  }
}

.u-thumTxtList1 > li figure {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList1 > li figure {
    margin-bottom: 4.81928vw;
  }
}

.u-thumTxtList1 > li .txts h3 {
  margin-bottom: 10px;
  color: #1B365D;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

.u-thumTxtList1 > li .txts p {
  margin-bottom: 10px;
  color: #363636;
  line-height: 1.5;
}

.u-thumTxtList1 > li .txts p.sub {
  margin-top: 6px;
  color: #808080;
  font-size: 1.4rem;
}

.u-thumTxtList1 > li .txts a {
  color: #1B365D;
}

.u-thumTxtList2 {
  margin-bottom: 50px;
  position: relative;
}

.u-thumTxtList2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9EA9B7;
}

.u-thumTxtList2.slick-slider {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2.slick-slider:before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-thumTxtList2.slick-slider .slick-list {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2.slick-slider {
    margin-bottom: 7.22892vw;
  }
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 {
    margin-bottom: 7.22892vw;
  }
}

.u-thumTxtList2 .slick-dots {
  margin-bottom: 7.22892vw;
}

.u-thumTxtList2 .slick-dots li {
  background-color: #9ea9b7;
}

.u-thumTxtList2 .slick-dots li.slick-active {
  background-color: #1B365D;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .slick-list {
    margin: 0 6vw;
  }
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2.nobd .slick-list {
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .item.spSlickItem a {
    box-sizing: border-box;
    border: 0;
    margin: 0 4.81928vw;
    display: block;
    padding: 0;
  }
}

.u-thumTxtList2 .item a {
  display: block;
  transition: 0.3s;
  margin-bottom: 0;
  border-bottom: 1px solid #9EA9B7;
  padding: 20px;
  display: flex;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .item a {
    display: block;
    padding: 4.81928vw 2vw;
  }
}

@media screen and (min-width: 768px) {
  .u-thumTxtList2 .item a:hover {
    background-color: #eaeef5;
  }
}

.u-thumTxtList2 .item figure {
  margin-right: 24px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .item figure {
    margin-right: 0;
    text-align: center;
    margin-bottom: 2.6506vw;
  }
}

.u-thumTxtList2 .item figure img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.u-thumTxtList2 .item figure img.isType2 {
  width: 280px;
  height: 180px;
  border: 1px solid #E5E7E8;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .item figure img.isType2 {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .item figure img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 40vw;
    margin: 0 auto;
  }
}

.u-thumTxtList2 .item .txts .title {
  color: #1B365D;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-thumTxtList2 .item .txts .title + .u-listTag {
  margin-top: 13px;
}

.u-thumTxtList2 .item .txts .title span {
  font-size: 1.6rem;
  font-weight: normal;
  color: #363636;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .item .txts .title {
    line-height: 1.5;
  }
}

.u-thumTxtList2 .item .txts .caseName {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .item .txts .caseName {
    margin-bottom: 1.92771vw;
  }
}

.u-thumTxtList2 .item .txts p {
  margin-bottom: 10px;
  color: #363636;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .item .txts p {
    margin-bottom: 0;
  }
}

.u-thumTxtList2 .item .txts p.sub {
  margin-top: 8px;
  color: #808080;
  font-size: 1.4rem;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-thumTxtList2 .item .txts a {
  color: #1B365D;
}

.u-thumTxtList2 .item .txts .time {
  font-weight: 500;
  font-size: 1.6rem;
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .item .txts .time {
    flex-wrap: wrap;
    font-size: 1.8rem;
  }
}

.u-thumTxtList2 .item .txts .time + .u-listTag {
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .item .txts .time dt {
    width: 19.27711vw;
    margin-right: 4.81928vw;
  }
}

.u-thumTxtList2 .item .txts .time span {
  color: #fff;
  font-size: 1.4rem;
  padding: 3px 8px;
  background-color: #1b365d;
  line-height: 1;
  margin-right: 8px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .item .txts .time span {
    display: inline-block;
    text-align: center;
    padding: 3px;
    line-height: 1.2;
    box-sizing: border-box;
    width: 100%;
  }
}

.u-thumTxtList2 .item .txts .time dd {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .u-thumTxtList2 .item .txts .time dd {
    width: 55vw;
    margin-right: 0px;
  }
}

.u-listLabels {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
  .u-listLabels {
    display: flex;
    margin-bottom: -1.92771vw;
    flex-wrap: wrap;
  }
}

.u-listLabels li {
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .u-listLabels li {
    margin-right: 0.48193vw;
    margin-bottom: 1.92771vw;
  }
}

.u-listLabels li label {
  box-sizing: border-box;
  font-size: 1.5rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .u-listLabels li label {
    min-width: auto;
  }
}

.u-listLabels li label .check {
  display: none;
}

.u-listLabels li label span {
  cursor: pointer;
  padding: 0px 5px 5px 0px;
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .u-listLabels li label span {
    padding: 1.68675vw 3vw 1.68675vw 2.40964vw;
    min-width: 0px;
  }
}

.u-listLabels li label span::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #dFdFdF;
  border-radius: 2px;
  margin-right: 5px;
}

.u-listLabels li label span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #FFf;
  border-left: 2px solid #FFf;
  content: "";
  display: block;
  height: 0.5em;
  width: 0.8em;
  left: 2px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .u-listLabels li label span::after {
    left: 3.2vw;
  }
}

.u-listLabels li label .check:checked + span::after {
  opacity: 1;
}

.u-listLabels li label .check:checked + span::before {
  background-color: #495F80;
}

/* イベントニュース用 */
.u-listLabels.eventNews li {
  margin-right: 6px;
  margin-bottom: 20px;
}

.u-listLabels.eventNews li label span {
  cursor: pointer;
  min-width: 100px;
  padding: 5px 20px 5px 18px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin: 0 0.2em 0;
  position: relative;
  background-color: #f2f3f4;
}

.u-listLabels.eventNews li label span::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #FFF;
  border-radius: 2px;
  margin-right: 5px;
}

.u-listLabels.eventNews li label span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 1px solid #FFCD00;
  border-left: 1px solid #FFCD00;
  content: "";
  display: block;
  height: 0.4em;
  width: 0.7em;
  left: 20px;
  margin-top: -2px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
}

.u-listLabels.eventNews li label .check:checked + span {
  background-color: #1B365D;
  color: #FFF;
}

.u-listLabels.eventNews li label .check:checked + span::before {
  background-color: #495F80;
}
/* ここまで */

.u-listLabels li label:hover {
  opacity: 0.7;
}

.u-listVendor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -20px;
}

@media screen and (max-width: 767px) {
  .u-listVendor {
    justify-content: space-between;
  }
}

.u-listVendor li {
  margin-right: 35px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .u-listVendor li {
    width: 45%;
    margin-right: 15px;
    text-align: center;
  }
  .u-listVendor li img {
    width: 90%;
  }
}

.u-listVendor li a {
  transition: .3s;
}

.u-listVendor li a:hover {
  opacity: .6;
}

.u-listCircle > li {
  list-style: disc;
  margin-left: 1.7em;
}

.u-listText dt {
  margin-top: 50px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-listText dt {
    margin-top: 9.63855vw;
  }
}

.u-listText dt::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #1B365D;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 0.8em;
}

.u-listText dd {
  margin-left: 30px;
}

.u-dlList dt {
  line-height: 1.6;
}

.u-dlList dd + dt {
  margin-top: 0.8em;
}

.u-listNews {
  border-top: 1px solid #9ea9b7;
  padding: 0px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .u-listNews {
    margin-bottom: 7.22892vw;
  }
}

.u-listNews.event {
  font-weight: bold;
}

.u-listNews.event small {
  color: #363636;
}

@media screen and (max-width: 767px) {
  .u-listNews.event small {
    width: 100%;
  }
}

.u-listNews.event p {
  color: #1B365D;
}

.u-listNews li {
  border-bottom: 1px solid #9ea9b7;
}

.u-listNews li a {
  display: flex;
  align-items: center;
  padding: 22px 0 22px 8px;
  transition: 0.2s;
}

.u-listNews li a:hover {
  background-color: #eaeef5;
}

@media screen and (max-width: 767px) {
  .u-listNews li a {
    flex-wrap: wrap;
    padding: 3.61446vw 0;
  }
}

.u-listNews li a small {
  flex-shrink: 0;
  margin-right: 3%;
  color: #1B365D;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .u-listNews li a small {
    width: 26%;
    margin-right: 0px;
  }
}

.u-listNews li a p {
  width: 100%;
  color: #363636;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-listNews li a p {
    margin-top: 2.40964vw;
  }
}

.u-listNews2 {
  border-top: 1px solid #9ea9b7;
  padding: 0px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .u-listNews2 {
    margin-bottom: 7.22892vw;
  }
}

.u-listNews2.event {
  font-weight: bold;
}

.u-listNews2.event small {
  color: #363636;
}

@media screen and (max-width: 767px) {
  .u-listNews2.event small {
    width: 100%;
  }
}

.u-listNews2.event p {
  color: #1B365D;
}

.u-listNews2 > li {
  border-bottom: 1px solid #9ea9b7;
}

.u-listNews2 > li .newsText {
  display: flex;
  align-items: center;
  padding: 22px 0 22px 8px;
  transition: 0.2s;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .u-listNews2 > li .newsText {
    flex-wrap: wrap;
    padding: 3.61446vw 0;
  }
}

.u-listNews2 > li .newsText small {
  flex-shrink: 0;
  margin-right: 3%;
  color: #1B365D;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .u-listNews2 > li .newsText small {
    width: 26%;
    margin-right: 0px;
  }
}

/*--------------------------------------
  箱
---------------------------------------*/
div[class^="u-box"].isFlex {
  display: flex;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  div[class^="u-box"].isFlex {
    display: block;
    text-align: center;
    padding: 5vw;
  }
}

div[class^="u-box"].isFlex .txt {
  margin-left: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  div[class^="u-box"].isFlex .txt {
    text-align: left;
    margin-left: 0px;
  }
}

div[class^="u-box"].isFlex .txt dt {
  color: #1B365D;
  font-size: 1.8rem;
  margin-bottom: .3em;
}

div[class^="u-box"] .row {
  padding: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  div[class^="u-box"] .row {
    margin: 0px;
  }
}

.u-boxTags li:hover {
  color: #007FA3;
  background-color: #d4d5d6;
}

.u-boxGray {
  background-color: #F2F3F4;
  padding: 20px 25px;
}

.u-boxGray.isType2 {
  padding: 40px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .u-boxGray.isType2 {
    padding: 25px;
  }
}

.u-boxBoarder {
  border: 1px solid #D2D2D2;
  padding: 20px 25px;
}

.u-boxBoaderList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .u-boxBoaderList {
    display: block;
  }
}

.u-boxBoaderList li {
  border: 1px solid #F2F3F4;
  display: flex;
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-boxBoaderList li {
    display: block;
    padding: 5vw;
  }
}

.u-boxBoaderList li.col2 {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .u-boxBoaderList li.col2 {
    width: 100%;
  }
  .u-boxBoaderList li.col2 + .col2 {
    margin-top: 6vw;
  }
}

.u-boxBoaderList li .img {
  width: 39%;
  margin-right: 18px;
  flex-shrink: 0;
  max-width: 210px;
}

@media screen and (max-width: 767px) {
  .u-boxBoaderList li .img {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 3vw;
  }
}

.u-boxBoaderList li .txt {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-boxBoaderList li .txt {
    text-align: left;
    margin-left: 0px;
  }
}

.u-boxBoaderList li .txt dt {
  color: #1B365D;
  font-size: 1.8rem;
  margin-bottom: .3em;
}

.u-boxBoaderList li .txt dd p + p {
  margin-top: .5em;
}

.u-boxImages {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-boxImages {
    display: block;
  }
  .u-boxImages + .u-boxImages {
    margin-top: 30px;
  }
}

.u-boxImages:last-of-type li {
  margin-bottom: 0px;
}

.u-boxImages li {
  margin-bottom: 32px;
  text-align: center;
  width: 100%;
}

.u-boxImages li img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .u-boxImages li {
    margin-bottom: 0px;
  }
}

.u-boxImages li + li {
  margin-left: 32px;
}

@media screen and (max-width: 767px) {
  .u-boxImages li + li {
    margin-top: 30px;
    margin-left: 0px;
  }
}

.u-boxImages li h3 {
  font-weight: 700;
  color: #1B365D;
  font-size: 1.8rem;
  margin-bottom: .6em;
}

.u-boxImageText a {
  display: block;
  position: relative;
}

.u-boxImageText a img {
  opacity: .5;
}

.u-boxImageText a span {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  height: 90%;
  z-index: 2;
  left: 0;
  top: 0;
  color: #1B365D;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.u-boxImageText a p {
    text-align: center;
    color: #1B365D;
    font-size: 1.6rem;
    font-weight: 700;
}
.u-boxImageText a:hover {
  background-color: rgba(27, 54, 93, 0.8);
}

.u-boxImageText a:hover span, .u-boxImageText a:hover p {
  color: #FFF;
}

.u-boxTags dt {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .u-boxTags dt {
    font-size: 1.6rem;
    margin-bottom: 1.5vw;
  }
}

a > .u-boxGray.isType2:hover {
  background-color: #eaeef5;
}

/*--------------------------------------
  タイトル
---------------------------------------*/
.u-ttl1 {
  font-size: 3.0rem;
}

.u-ttl2 {
  font-size: 2.4rem;
  font-style: italic;
}

.u-ttl3 {
  border-bottom: 3px solid #1B365D;
  padding-bottom: 30px;
}

.u-ttlResult {
  display: flex;
  justify-content: space-between;
}

.u-ttlResult span {
  font-size: 2.8rem;
  line-height: 1.2;
  color: #1b365d;
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .u-ttlResult span {
    margin-bottom: 2.89157vw;
  }
}

.u-pager {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.u-pager li {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-pager li a {
  display: block;
  background-color: #F2F3F4;
  padding: 10px 15px;
  line-height: 1.6;
  border-radius: 50px;
  color: #A3A3A3;
}

.u-pager li a.on {
  background-color: #1B365D;
  color: #FFF;
}

.u-pager li a.next {
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-right: 2px solid #363636;
  border-bottom: 2px solid #363636;
  border-radius: 0px;
  padding: 0px;
  transform: rotate(-45deg);
}

.u-pager li a.prev {
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-top: 2px solid #363636;
  border-left: 2px solid #363636;
  border-radius: 0px;
  padding: 0px;
  transform: rotate(-45deg);
}

.u-siteSearch .row {
  padding: 25px 0;
  border-top: 1px solid #9ea9b7;
}

.u-siteSearch .row:last-of-type {
  border-bottom: 1px solid #9ea9b7;
}

@media screen and (max-width: 767px) {
  .u-siteSearch .row {
    padding: 7vw 7vw;
  }
}

.u-siteSearch .row dt {
  font-size: 1.8rem;
  color: #1B365D;
  margin-bottom: .5em;
}

.u-searchSorts dt {
  color: #1B365D;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .u-searchSorts dt:hover {
    opacity: .7;
  }
}

.u-searchSorts dt:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-right: 2px solid #1b365d;
  border-bottom: 2px solid #1b365d;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: 5px;
  background-color: transparent;
  flex-shrink: 0;
  margin-right: 15px;
}

.u-searchSorts dt.show:before {
  transform: rotate(-135deg);
  top: 2px;
}

.u-searchSorts dt.show + dd {
  display: block;
}

.u-searchSorts dd {
  overflow: hidden;
  display: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .u-searchSorts dd {
    margin-bottom: 6.0241vw;
  }
}

.u-searchSorts.isType2 dt::before {
  content: "";
  border: 0;
  width: 16px;
  height: 2px;
  background-color: #1b365d;
  transform: rotate(0);
  left: 0;
  top: 0px;
  margin-right: 8px;
}

.u-searchSorts.isType2 dt::after {
  content: "";
  position: absolute;
  border: 0;
  top: 8px;
  left: 12px;
  width: 2px;
  height: 16px;
  background-color: #1b365d;
  transform: rotate(0);
  transition: .2s;
}

.u-searchSorts.isType2 dt.show:after {
  opacity: 0;
}

.btnClear {
  cursor: pointer;
}

.btnClear:hover {
  opacity: .6;
}

.btnClear.bottom {
  text-align: center;
  color: #1B365D;
  padding-top: 2vw;
  padding-bottom: 2.5vw;
  font-weight: 500;
}

.u-searchBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .u-searchBox {
    flex-direction: column-reverse;
    margin-bottom: 4.81928vw;
  }
  .u-searchBox.isModal {
    flex-direction: column;
    margin-bottom: 3vw;
    padding-top: 3.5vw;
  }
  .u-searchBox.isModal input {
    padding: 1.92771vw 2.40964vw;
  }
  .u-searchBox.isModal .btnClear {
    padding-top: 1vw;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-searchBox.mt-negative {
    margin-top: -8vw;
  }
}

@media screen and (max-width: 767px) {
  .u-searchBox .searchBottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 3vw;
  }
  .u-searchBox .searchBottom .u-button.sort {
    margin-top: 0px;
    margin-left: 0px;
  }
  .u-searchBox .searchBottom p {
    font-size: 2.4rem;
    line-height: 1;
    color: #1B365D;
  }
  .u-searchBox.row {
    margin-top: -10vw;
  }
  .u-searchBox.sort {
    flex-direction: column;
  }
}

.u-searchBox .inputArea {
  position: relative;
  width: 100%;
  margin-right: 3%;
}

.u-searchBox .inputArea.hasIcon input {
  padding-left: 45px;
}

.u-searchBox .inputArea.top {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .u-searchBox .inputArea.top {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .u-searchBox .inputArea {
    width: 100%;
    margin-right: 0px;
  }
}

.u-searchBox .inputArea button {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .u-searchBox .inputArea button {
    width: 5.78313vw;
    height: 5.78313vw;
    margin-top: -2.89157vw;
    right: 3.61446vw;
  }
}

.u-searchBox .inputArea button:hover {
  opacity: .6;
}

.u-searchBox .inputArea .keywordClear {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 15px;
  top: 50%;
  display: inline-block;
  margin-top: -8px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.u-searchBox .inputArea .keywordClear.show {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .u-searchBox .inputArea .keywordClear {
    width: 5.78313vw;
    height: 5.78313vw;
    margin-top: -2vw;
    right: 2vw;
  }
}

.u-searchBox .inputArea .icon {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 15px;
  top: 50%;
  margin-top: -12px;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .u-searchBox .inputArea .icon {
    width: 5.78313vw;
    height: 5.78313vw;
    margin-top: -2.89157vw;
    right: 3.61446vw;
  }
}

.u-searchBox .btnClear {
  text-align: center;
  width: 22%;
  flex-shrink: 0;
  min-width: 210px;
  height: 48px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .u-searchBox .btnClear {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2.40964vw;
    font-size: 1.4rem;
    height: auto;
    border: 0px !important;
  }
}

.u-searchBox .btnClear span {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .u-searchBox .btnClear span.spBd {
    border: 2px solid #1b365d;
    border-radius: 5px;
    padding: 0 5px;
  }
}

.u-searchBox .btnClear span:before {
  background-image: url("/-/media/JBS/image/common/icon_close.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100%;
  margin-right: 10px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .u-searchBox .btnClear span:before {
    width: 3.37349vw;
    height: 3.37349vw;
  }
}

.search-box {
  width: 740px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .search-box {
    width: 85.54217vw;
  }
}

.search-box .po {
  margin-bottom: 76px;
}

@media screen and (max-width: 767px) {
  .search-box .po {
    margin-bottom: 3vw;
  }
}

.search-box .po::before {
  content: "";
  background-image: url(/-/media/JBS/image/common/iconsearch.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
}

.search-box input {
  padding: 8px 40px;
}

.flthis {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .flthis {
    display: block;
    padding-top: 0;
  }
}

.flthis .kw {
  font-size: 2.8rem;
  color: #1b365d;
  font-weight: 700;
  margin-bottom: 1.2em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .flthis .kw {
    font-size: 2.4rem;
    padding: 0 5vw;
  }
}

.flthis .ken {
  font-size: 2.8rem;
  color: #7c7c7c;
}

@media screen and (max-width: 767px) {
  .flthis .ken {
    font-size: 2rem;
    padding: 0 7vw 3vw 0;
    text-align: end;
  }
}

/*--------------------------------------
  ボーダー
---------------------------------------*/
.u-boarder1 {
  height: 4px !important;
  opacity: 1;
  background-color: #1B365D !important;
}
.u-boarder2 {
  height: 1px !important;
  background-color: #1B365D !important;
}
.u-boarder3 {
  height: 0px !important;
  opacity: 1;
  border-bottom: 2px dotted #CCC;
  background-color: transparent;
}
.u-boarder4 {
  border-bottom: 2px solid #1B365D;
}

.u-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  height: 40px;
  border-radius: 6px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .u-button {
    min-width: 53.01205vw;
    height: 9.63855vw;
  }
}

.u-button.disabled {
  opacity: .3;
  color: black;
  pointer-events: none;
}

.u-button.sizeL {
  font-size: 2rem;
  min-width: 330px;
  min-height: 52px;
  padding: .8em 1em;
  height: auto;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .u-button.sizeL {
    min-width: 79.51807vw;
    min-height: 12.53012vw;
    height: auto;
  }
  .u-button.sizeL.spSizeM {
    width: 53.01205vw;
  }
}

.u-button.sizeS {
  font-size: 1.4rem;
  width: 165px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .u-button.sizeS {
    width: 39.75904vw;
    height: 7.71084vw;
  }
}

.u-button:hover {
  opacity: .6;
}

.u-button.bd {
  border: 2px solid #1B365D;
  color: #1B365D;
  background-color: #FFFFFF;
  transition: .3s;
}

.u-button.bd:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .u-button.bd:hover {
    opacity: .6;
  }
}

.u-button.sort {
  height: 50px;
  width: auto;
  position: relative;
  padding-left: 10px;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .u-button.sort:hover {
    opacity: .6;
    color: #1B365D;
    background-color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .u-button.sort {
    height: 9.63855vw;
    min-width: 0;
    display: inline-flex;
    margin-top: 4.81928vw;
    margin-left: auto;
    align-items: center;
    justify-content: flex-start;
    padding: 0 2.40964vw;
  }
}

.u-button.sort:before {
  content: "";
  background-image: url("/-/media/JBS/image/common/icon_sort.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 29px;
  width: 27px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 13px;
}

@media screen and (max-width: 767px) {
  .u-button.sort:before {
    height: 6.98795vw;
    top: 2.40964vw;
    position: static;
    width: 5.3012vw;
    height: 5.78313vw;
    margin-right: 2vw;
    padding: 0px;
    background-position: center;
  }
}

.u-button.sort.bottom {
  display: none;
  position: fixed;
  width: 58px;
  height: 58px;
  right: 20px;
  bottom: 90px;
  min-width: 58px;
  font-size: 1.2rem;
  padding: 0px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .u-button.sort.bottom {
    flex-direction: row;
    bottom: 16vw;
    height: auto;
    right: 10px;
    box-sizing: border-box;
    width: 10.8vw;
    height: 10.8vw;
    font-size: 1.4rem;
    min-width: 0;
  }
  .u-button.sort.bottom::before {
    margin: 0px;
  }
}

.u-button.sort.bottom.on {
  display: none;
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .u-button.sort.bottom.on:hover {
    opacity: .6;
    color: #1B365D;
    background-color: #FFFFFF;
  }
}

.u-button.sort.bottom:before {
  flex-shrink: 0;
  position: static;
}

.u-buttonRemaining {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
}

.u-buttonRemaining a,
.u-buttonRemaining span {
  display: inline-flex;
  align-items: center;
  background-color: #1B365D;
  color: #FFF;
  border-radius: 4px;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
  padding: 8px 10px;
  height: 40px;
  align-items: center;
  margin-top: 5px;
}

.u-buttonRemaining a:hover,
.u-buttonRemaining span:hover {
  opacity: .6;
}

.u-buttonRemaining a:after,
.u-buttonRemaining span:after {
  content: "";
  width: 8px;
  position: relative;
  flex-shrink: 0;
  top: -1px;
  height: 8px;
  border-right: 2px solid #FFCD00;
  border-bottom: 2px solid #FFCD00;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 13px;
}

.u-buttonShare {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .u-buttonShare {
    justify-content: center;
  }
}

.u-buttonShare li + li {
  margin-left: 20px;
}

.u-buttonShare a {
  display: inline-flex;
  background-color: #E5E7E8;
  border-radius: 4px;
  padding: 5px 8px;
  line-height: 1;
  align-items: center;
}

.u-buttonShare a:hover {
  color: #007FA3;
  background-color: #d4d5d6;
}

.u-buttonShare a:before {
  margin-right: 10px;
}

.u-buttonShare a.linkedin:before {
  content: url("/-/media/JBS/image/common/icon_linkedin.svg");
}

.u-buttonShare a.facebook:before {
  content: url("/-/media/JBS/image/common/icon_facebook.svg");
}

.u-buttonSeminer {
  display: inline-flex;
  margin-bottom: 15px;
  font-size: 1.4rem;
  opacity: 0;
  align-items: center;
  padding: 8px 20px 8px 20px;
  border-radius: 5px 0 0 5px;
  right: 0px;
  z-index: 4;
  bottom: 100px;
  position: fixed;
  background-color: #FFCD00;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .u-buttonSeminer {
    left: 10px;
    bottom: 10px;
    height: 9.63855vw;
    justify-content: center;
    width: 41.44578vw;
    font-size: 1.6rem;
    margin-bottom: 0px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0;
    line-height: 1.2;
  }
  .u-buttonSeminer.isType2 {
    width: 10.8vw;
    height: 10.8vw;
    padding: 0;
    right: 10px;
    left: auto;
    bottom: 15vw;
  }
  .u-buttonSeminer.isType2::after {
    display: none;
  }
}

.u-buttonSeminer.show {
  opacity: 1;
}

.u-buttonSeminer:hover {
  opacity: .6;
}

.u-buttonSeminer:after {
  margin-left: 10px;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  content: "";
  display: inline-block;
}

.u-buttonBack {
  display: inline-flex;
  margin-bottom: 15px;
  font-size: 1.4rem;
  opacity: 0;
  align-items: center;
  padding: 8px 20px 8px 10px;
  border-radius: 0 5px 5px 0;
  left: 0px;
  z-index: 4;
  color: #FFF;
  bottom: 15px;
  position: fixed;
  background-color: #1B365D;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .u-buttonBack {
    display: none;
  }
}

.u-buttonBack.show {
  opacity: 1;
}

.u-buttonBack:hover {
  opacity: .6;
}

.u-buttonBack:before {
  margin-right: 5px;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-top: 2px solid #ffc000;
  border-left: 2px solid #ffc000;
  content: "";
  display: inline-block;
}

.u-label {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0d3068;
  width: 120px;
  height: 28px;
  margin-right: 3.5%;
  color: #fff;
  border-radius: 5em;
  font-size: 1.2rem;
  white-space: nowrap;
}

.u-label.infoTop {
  margin: 10px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .u-label {
    margin-right: 0px;
  }
}

.u-slide {
  position: relative;
}

.u-slide.isType2 .slick-slide a:before {
  background-color: #f2f3f4;
}

.u-slide .slick-dots {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .u-slide .slick-dots {
    margin-top: 4.81928vw;
  }
}

.u-slide .slick-dots li {
  background-color: #9ea9b7;
}

.u-slide .slick-dots li.slick-active {
  background-color: #1B365D;
}

@media screen and (min-width: 768px) {
  .u-slide.noDots .slick-dots,
  .u-slide.noDots .slick-arrow {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-slide.noDotsSp .slick-dots {
    display: none;
  }
}

.u-slide .category-next {
  position: absolute;
  right: -50px;
  top: -29%;
}

@media screen and (max-width: 1199px) {
  .u-slide .category-next {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .u-slide .category-next {
    right: 0;
    top: -6.5vw;
  }
}

.u-slide .category-next img {
  max-width: 130%;
  width: 130%;
}

@media screen and (max-width: 767px) {
  .u-slide .category-next img {
    max-width: 100%;
  }
}

.u-slide .category-back {
  position: absolute;
  left: -60px;
  top: -29%;
}

@media screen and (max-width: 1199px) {
  .u-slide .category-back {
    left: -40px;
  }
}

@media screen and (max-width: 767px) {
  .u-slide .category-back {
    left: 0;
    top: -6.5vw;
  }
}

.u-slide .category-back img {
  max-width: 130%;
  width: 130%;
}

@media screen and (max-width: 767px) {
  .u-slide .category-back img {
    max-width: 100%;
  }
}

.u-slidePickup .slick-slide a {
  position: relative;
}

.u-slidePickup .slick-slide a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1000px;
  background-color: #1B365D;
}

.u-slidePickup .slideInner {
  width: calc(100% + 40px);
  margin: 0 0px 0 -20px;
}

@media screen and (max-width: 1199px) {
  .u-slidePickup .slideInner {
    margin: 0px;
    width: 100%;
  }
}

.u-slidePickup .slideInner li.item {
  box-sizing: border-box;
}

.u-slidePickup .slideInner li.item .in {
  background-color: #1b365d;
  padding: 20px;
  display: block;
  margin: 0 20px;
  transition: 0.3s;
}

.u-slidePickup .slideInner li.item .in > * {
  position: relative;
}

.u-slidePickup .slideInner li.item .in.isType2 {
  background-color: #f2f3f4;
}

.u-slidePickup .slideInner li.item .in.isType2 .top-ttl {
  color: #1b365d;
}

.u-slidePickup .slideInner li.item .in.isType2 .next-fl .title,
.u-slidePickup .slideInner li.item .in.isType2 .next-fl .title dt {
  color: #363636;
  font-weight: bold;
}

.u-slidePickup .slideInner li.item .in.isType2 .next-fl .title,
.u-slidePickup .slideInner li.item .in.isType2 .next-fl .title dd {
  font-weight: normal;
}

.u-slidePickup .slideInner li.item .in.isType2 .u-listTag li {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .u-slidePickup .slideInner li.item .in:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .u-slidePickup .slideInner li.item .in {
    padding: 4.81928vw;
    margin: 0px;
  }
}

.u-slidePickup .slideInner li.item .top-ttl {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .u-slidePickup .slideInner li.item .top-ttl {
    font-size: 2.2rem;
    line-height: 7.71084vw;
    margin-bottom: 0;
  }
}

.u-slidePickup .slideInner li.item .next-fl {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 2px solid #fff;
  position: relative;
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .u-slidePickup .slideInner li.item .next-fl {
    display: block;
    padding-top: 4.81928vw;
    margin-top: 4.81928vw;
  }
}

.u-slidePickup .slideInner li.item .next-fl::before {
  content: "";
  background-color: #ffcd00;
  width: 70px;
  height: 2px;
  display: block;
  position: absolute;
  top: -2px;
  right: 0px;
}

.u-slidePickup .slideInner li.item .next-fl .title {
  width: 100%;
  margin-left: 20px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 21px;
}

.u-slidePickup .slideInner li.item .next-fl .title dt {
  font-weight: bold;
  color: #FFCD00;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .u-slidePickup .slideInner li.item .next-fl .title dt {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-slidePickup .slideInner li.item .next-fl .title {
    width: auto;
    margin-top: 4.09639vw;
    margin-left: 0px;
  }
}

.u-slidePickup .slideInner li.item .next-fl .img img {
  max-width: 160px;
  max-height: 160px;
  width: 14vw;
  height: 14vw;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .u-slidePickup .slideInner li.item .next-fl .img img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 40vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u-slidePickup .slideInner li.item .next-fl .img {
    width: auto;
    text-align: center;
  }
}

.u-slideEvent {
  max-width: 1024px;
  margin: -60px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .u-slidePickup.u-slide .category-next {
    right: -6vw;
  }
  .u-slidePickup.u-slide .category-back {
    left: -6vw;
  }
}

.u-slideEvent.noDots .slick-arrow {
  display: none;
}

.u-slideEvent.noDots .slick-dots {
  opacity: 0;
}

.spSlick.noDots .slick-arrow {
  display: none;
}

.spSlick.noDots .slick-dots {
  opacity: 0;
  margin-bottom: 1vw;
}

.u-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(/-/media/JBS/image/sitesearch/sl-icon.svg) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 94px;
  background-color: #F2F3F4;
}

.u-tab {
  background-color: #F2F3F4;
  margin-bottom: 75px;
}

.u-tab.noSlide {
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .u-tab.noSlide {
    margin-top: -10vw;
  }
}

@media screen and (max-width: 767px) {
  .u-tab {
    margin-bottom: 6.0241vw;
  }
}

.u-tab ul {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
}

.u-tab ul li {
  width: 33%;
  text-align: center;
}

.u-tab ul li a {
  display: block;
  text-align: center;
  padding: 20px 0  16px;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 4px solid #F2F3F4;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .u-tab ul li a {
    line-height: 1.4;
    font-size: 1.4rem;
    padding: 2.40964vw;
  }
}

.u-tab ul li a:hover:not(.isCurrent) {
  background-color: #E5E7E8;
  color: #1B365D;
}

.u-tab ul li a.isCurrent {
  background-color: #1B365D;
  color: #FFF;
  border-bottom: 4px solid #FFCD00;
}

/*--------------------------------------
  ボーダー
---------------------------------------*/
.u-tiles {
  position: relative;
}

@media screen and (max-width: 767px) {
  .u-tiles .slick-arrow img {
    width: 100%;
  }
  .u-tiles .case-next,
  .u-tiles .solution-next {
    position: absolute;
    right: 0;
    top: -9vw;
  }
  .u-tiles .case-prev,
  .u-tiles .solution-prev {
    position: absolute;
    left: 0;
    top: -9vw;
  }
}

.u-tiles.noDotsSp .slick-dots {
  display: none;
}

.u-tiles.noDotsSp .slick-arrow {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-tiles .slick-dots {
    display: none;
  }
}

.u-tiles .tileCont {
  justify-content: space-between;
}

.u-tiles .item a {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 455px;
  box-sizing: border-box;
  background-color: #1B365D;
  color: #FFFFFF;
  transition: .1s;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .u-tiles .item a {
    height: auto;
    padding: 4.81928vw;
  }
}

@media screen and (min-width: 768px) {
  .u-tiles .item a:hover {
    opacity: .6;
  }
}

.u-tiles .item a figure {
  background-color: #FFF;
}

.u-tiles .item a figure.solution img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .u-tiles .item a figure.solution img {
    height: 45.78313vw;
  }
}

.u-tiles .item a .title {
  margin-top: 20px;
  height: 108px;
  padding-bottom: 13px;
  border-bottom: 2px solid #FFF;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
  .u-tiles .item a .title {
    height: 21.20482vw;
    margin-bottom: 4.09639vw;
  }
}

.u-tiles .item a .title h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.u-tiles .item a .title small {
  color: #FFCD00;
  font-size: 1.4rem;
}

.u-tiles .item a .title:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  display: inline-block;
  right: 0px;
  background-color: #FFCD00;
}

.u-tiles .item a .txts {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-tiles .item a .txts {
    height: 18vw;
  }
}

.u-tiles .item a .txts p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .u-tilesBlue {
    display: flex;
    justify-content: space-between;
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 991px) {
  .u-tilesBlue {
    display: block;
  }
}

.u-tilesBlue dl {
  box-sizing: border-box;
  padding: 25px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .u-tilesBlue dl {
    margin-bottom: 30px;
  }
  .u-tilesBlue dl + dl {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .u-tilesBlue dl + dl {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .u-tilesBlue dl {
    width: 100%;
  }
  .u-tilesBlue dl + dl {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-tilesBlue dl {
    padding: 4.81928vw;
  }
}

.u-tilesBlue dl dt {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
}

.u-tilesBlue dl dd figure {
  text-align: center;
  margin-bottom: 20px;
}

.u-tilesFlow {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .u-tilesFlow {
    display: block;
  }
}

.u-tilesFlow > li {
  position: relative;
  width: 100%;
}

.u-tilesFlow > li + li {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .u-tilesFlow > li + li {
    margin-left: 0;
    margin-top: 40px;
  }
}

.u-tilesFlow__bottom {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0px;
}

.u-tilesFlow__head {
  padding: 20px;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  line-height: 1.6;
}

.u-tilesFlow__head.single {
  min-height: 80px;
}

@media screen and (max-width: 767px) {
  .u-tilesFlow__head.single {
    min-height: 0;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .u-tilesFlow__head {
    min-height: 0;
    padding: 15px;
  }
}

.u-tilesFlow__arrow {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .u-tilesFlow__arrow {
    margin: 10px;
  }
}

.u-tilesFlow__content {
  padding: 30px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .u-tilesFlow__content {
    padding: 15px;
  }
}

.u-tilesFlow__content h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.8;
}

.u-tilesFlow__content figure {
  margin: .5em 0 1em;
}

.u-modalWrap {
  position: fixed;
  background-color: rgba(54, 54, 54, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.u-modalWrap.js-modalShow {
  display: flex;
}

.u-modalWrap .modalCont {
  background-color: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 50px 35px 40px 40px;
}

@media screen and (max-width: 767px) {
  .u-modalWrap .modalCont {
    padding: 0 4vw;
  }
}

.u-modalWrap .modalCont .modalInfoScroll {
  height: calc(100vh - 160px);
  overflow: auto;
  padding-right: 50px;
}

.u-modalWrap .modalCont .modalInfoScroll .l-cont-title3 {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .u-modalWrap .modalCont .modalInfoScroll {
    height: 70vh;
    padding: 0px;
  }
  .u-modalWrap .modalCont .modalInfoScroll .container {
    margin-bottom: 10px;
  }
  .u-modalWrap .modalCont .modalInfoScroll .row {
    padding: 0;
    margin: 0;
  }
  .u-modalWrap .modalCont .modalInfoScroll .row + .row {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .u-modalWrap .modalCont .modalInfoScroll::-webkit-scrollbar {
    width: 5px;
    border-radius: 50px;
  }
  .u-modalWrap .modalCont .modalInfoScroll::-webkit-scrollbar-track {
    background-color: #EEE;
    border-radius: 50px;
  }
  .u-modalWrap .modalCont .modalInfoScroll::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 50px;
  }
}

.u-modalWrap .modalInner {
  position: relative;
  max-width: 1320px;
  width: 95%;
}

.u-modalWrap .modalInner.info {
  max-width: 1100px;
}

.u-modalWrap .modalClose {
  position: absolute;
  right: -2px;
  top: -22px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .u-modalWrap .modalClose {
    top: 7vw;
    right: 2vw;
    position: fixed;
  }
}

.u-modalWrap .modalClose span {
  display: block;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .u-modalWrap .modalClose span {
    width: 10vw;
    height: 10vw;
  }
}

.u-modalWrap .modalClose span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  transform: rotate(-45deg);
}

.u-modalWrap .modalClose span::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  transform: rotate(45deg);
}

.u-modalWrap .modalClose:hover {
  opacity: .6;
}

.u-modalWrap .modalTags {
  max-height: calc(100vh - 300px);
  overflow: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .u-modalWrap .modalTags {
    max-height: 51vh;
  }
}

.u-modalWrap .modalTags::-webkit-scrollbar {
  width: 5px;
  border-radius: 50px;
}

.u-modalWrap .modalTags::-webkit-scrollbar-track {
  background-color: #EEE;
  border-radius: 50px;
}

.u-modalWrap .modalTags::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 50px;
}

.u-modalWrap .modalBtn {
  text-align: center;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .u-modalWrap .modalBtn {
    padding-top: 4vw;
  }
}

.u-caseHead {
  display: flex;
  justify-content: space-between;
}

.u-caseHead .u-table {
  width: 100%;
}

.u-caseHead .img {
  max-width: 375px;
  flex-shrink: 0;
  width: 100%;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .u-caseHead .img {
    margin-left: 0px;
    margin-top: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .u-caseHead {
    display: block;
  }
}

.partsPage {
  padding-top: 80px;
}

.partsPage .partsTtl {
  color: #707070;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.partsPage .partsTtl:before {
  content: "■";
}

.partsPage .colorBox {
  flex-wrap: wrap;
}

.partsPage .colorBox li {
  margin: 0 5px 5px 0;
}

.partsPage .partsTtl2 p {
  display: inline-block;
  background-color: #606060;
  color: #FFF;
  line-height: 1;
  padding: 1em;
  width: 116px;
  text-align: center;
  box-sizing: border-box;
}

.partsPage .flex {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .partsPage .flex {
    flex-wrap: wrap;
  }
}

.partsPage .flex li {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .partsPage .flex li {
    text-align: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

.partsPage .flex li + li {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .partsPage .flex li + li {
    margin-left: 0px;
  }
}

.partsPage .partBox {
  margin-bottom: 50px;
  margin-top: 15px;
}

.partsPage .partBox p {
  display: inline-block;
  padding: 1em;
  border: 1px solid #CCC;
  line-height: 1;
}

/*--------------------------------------
 その他
---------------------------------------*/
/*---------- 768px以上に適用 ----------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*---------- 767px以下に適用 ----------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.container {
  /*margin-bottom: 130px;*/
  margin-bottom: 6em;
}

@media screen and (max-width: 767px) {
  .container {
    margin-bottom: 70px;
  }
}

.container iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .container iframe {
    height: 80vw;
  }
}

.container table td,
.container table th {
  vertical-align: middle;
}

.container table th {
  text-align: center;
}

.row {
  margin-bottom: 60px;
}

.row p + p {
  margin-top: 1em;
}

.row p + ul.u-listReference {
  margin-top: 1em;
  margin-bottom: 1em;
}

.row p + ul.kome {
  margin-top: 1em;
  margin-bottom: 1em;
}

div[class^="col"] + div[class^="col"] .u-boxPartner img {
  margin-top: 0px;
}

div[class^="col"] + div[class^="col"] > img {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  div[class^="col"] + div[class^="col"] {
    margin-top: 20px;
  }
}

div[class^="col"].imgMark {
  padding: 0 5rem;
}

@media screen and (max-width: 767px) {
  div[class^="col"].imgMark {
    width: 37.3494vw;
    margin: 0 auto;
    padding: 0;
  }
}

.scrollPoint {
  display: block;
  margin-top: -200px;
  padding-top: 200px;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .scrollPoint.detail {
    margin-top: -100px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .scrollPoint {
    margin-top: -280px;
    padding-top: 280px;
  }
  .scrollPoint.on {
    margin-top: -200px;
    padding-top: 200px;
  }
}

.scrollPoint2 {
  display: block;
  margin-top: -200px;
  padding-top: 200px;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .scrollPoint2 {
    margin-top: -280px;
    padding-top: 280px;
  }
}

.container.bottom {
  margin-top: -70px;
}

@media screen and (max-width: 767px) {
  .container.bottom {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    min-width: 0;
  }
}

.container.mb-4 + .bottom {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
  div[class^="col-"] {
    padding: 0;
  }
  .row {
    margin: 0 6vw 8.43373vw;
  }
  .row.mx-sp-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row > * {
    padding: 0px;
  }
}

.h4 {
  line-height: 1.8;
}

.h5 {
  line-height: 1.8;
}

.h6 {
  line-height: 1.8;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-30 {
  font-size: 3.0rem;
}

.fs-32 {
  font-size: 3.2rem;
}

.fs-34 {
  font-size: 3.4rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.fw-medium {
  font-weight: 500;
}

table.p05 td,
table.p05 th {
  padding: 0.5em !important;
}

/* スタイダー */
.slideImages {
  position: relative;
  width: 86%;
  margin: 0 auto;
  height: 560px;
}

@media screen and (max-width: 1199px) {
  .slideImages {
    height: 492px;
  }
}

@media screen and (max-width: 980px) {
  .slideImages {
    height: 435px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .slideImages {
    height: 62.6506vw;
  }
}

.slideImages .slick-slide {
  text-align: center;
}

.slideImages .slick-slide img {
  display: inline;
}

.slideImages .slideNext {
  position: absolute;
  right: -70px;
  top: 50%;
  margin-top: -108px;
  cursor: pointer;
  width: 56px;
}

@media screen and (max-width: 1280px) {
  .slideImages .slideNext {
    right: -45px;
  }
}

@media screen and (max-width: 767px) {
  .slideImages .slideNext {
    display: none;
  }
}

.slideImages .slideNext img {
  width: 100%;
  height: auto;
}

.slideImages .slidePrev {
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -108px;
  cursor: pointer;
  width: 56px;
}

@media screen and (max-width: 1280px) {
  .slideImages .slidePrev {
    left: -45px;
  }
}

@media screen and (max-width: 767px) {
  .slideImages .slidePrev {
    display: none;
  }
}

.slideImages .slidePrev img {
  width: 100%;
  height: auto;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: opacity 0.3s;
}

.slick-arrow:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 7.5vw;
    height: 15vw;
  }
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  left: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 1.20482vw;
  }
}

.slick-arrow.slick-next {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 1.20482vw;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 20px;
  }
}

.slick-dots li {
  background-color: #D8D8D8;
  width: 10px;
  height: 10px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #707070;
}

@media screen and (max-width: 767px) {
  .slick-dots li.slick-active {
    border-width: 0.48193vw;
  }
}

.text-R {
  border-top: 3px solid #1B365D;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .text-R {
    padding-right: 7vw;
    border-top: 3px solid #1B365D;
    padding-top: 7.22892vw;
    padding-bottom: 7.22892vw;
  }
}

.spSlick {
  position: relative;
}

@media screen and (max-width: 767px) {
  .spSlick .slick-arrow img {
    width: 100%;
  }
}

.spSlick .slideNext {
  position: absolute;
  right: 0;
  top: 0;
}

.spSlick .slickPrev {
  position: absolute;
  left: 0;
  top: 0;
}

.u-bg {
  padding: 80px 0 1px 0;
}

.u-bg + .container {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .u-bg + .container {
    margin-top: 12.04819vw;
  }
}

@media screen and (max-width: 767px) {
  .u-bg {
    padding-top: 12.04819vw;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-cont.detail .u-bg {
    margin-bottom: 0;
  }
}

.l-cont.detail .u-bg .container {
  margin-top: 0;
}

.pageTop .l-header {
  background: none;
  width: 100%;
  position: fixed;
}

.pageTop .l-header .headInner {
  background: none;
}

.pageTop .l-header .headInner .navs .btnInquiry {
  background-color: #1B365D;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pageTop .l-header .headInner .navs .btnInquiry {
    background-color: #FFCD00;
    color: #363636;
  }
}

.pageTop .l-header.on, .pageTop .l-header.bgWht {
  background-color: #fff;
}

.pageTop .l-cont {
  margin-top: 0;
}

.pageTop .h2 {
  margin-bottom: 40px;
  color: #363636;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
}

.pageTop .h2:before {
  content: "";
  display: block;
  background-color: #FFCD00;
  width: 80px;
  height: 4px;
  margin: 0 auto 24px;
}

.pageTop article.bg {
  background-color: rgba(230, 242, 246, 0.5);
}

.pageTop .p-inner {
  margin-left: auto;
  margin-right: auto;
}

.pageTop .p-inner.top {
  max-width: 1170px;
  padding: 55px 0;
}

@media screen and (max-width: 767px) {
  .pageTop .p-inner.top {
    padding: 8.43373vw 0;
  }
}

.pageTop .mainZone {
  padding-bottom: 53px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone {
    padding-bottom: 7.95181vw;
  }
}

.pageTop .mainZone .movBox {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .movBox {
    padding-top: 17vw;
  }
}

.pageTop .mainZone .movBox video {
  width: 100%;
  height: auto;
}

.pageTop .mainZone .item {
  position: relative;
  height: 37vw;
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .item {
    height: auto;
  }
}

.pageTop .mainZone .item picture img {
  width: 100%;
}

.pageTop .mainZone .item .txt {
  position: absolute;
  left: 54%;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 50%;
  margin-left: -40%;
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .item .txt {
    height: 60vw;
    display: flex;
    align-content: flex-end;
    left: 0px;
    top: 52vw;
    margin: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    margin: 1em auto;
  }
}

.pageTop .mainZone .item .txt dl {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .item .txt dl {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.pageTop .mainZone .item .txt dt {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 1399px) {
  .pageTop .mainZone .item .txt dt {
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .item .txt dt {
    font-size: 2.6rem;
    margin-bottom: 0.2em;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .item .txt dd {
    width: 100%;
  }
}

.pageTop .mainZone .item .txt dd p {
  line-height: 2;
  margin: 1em 0 2em 0;
  line-height: 1.8;
}

@media screen and (max-width: 1399px) {
  .pageTop .mainZone .item .txt dd p {
    line-height: 1.6;
    margin: 0.5em 0 1em 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .item .txt dd p {
    line-height: 1.6;
    margin-bottom: 1.5em;
  }
}

.pageTop .mainZone .item .txt dd .btn {
  display: flex;
  width: 200px;
  text-align: left;
  padding: 0.8em;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  font-size: 1.4rem;
  transform: 0.3s;
  border-radius: 4px;
  color: #fff;
}

.pageTop .mainZone .item .txt dd .btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .item .txt dd .btn {
    width: 80%;
    margin: 0 auto;
  }
}

.pageTop .mainZone .item .txt dd .btn:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-right: 2px solid #FFCD00;
  border-bottom: 2px solid #FFCD00;
  transform: rotate(-45deg);
}

.pageTop .mainZone .slick-arrow {
  background-size: 18.3px 32px !important;
  width: 48px;
  height: 48px;
  bottom: 22%;
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .slick-arrow {
    display: none;
    width: 7.5vw;
    height: 15vw;
    background-size: cover !important;
    bottom: auto;
    top: 50vw;
  }
  .pageTop .mainZone .slick-arrow.mainTop {
    display: block;
  }
  .pageTop .mainZone .slick-arrow.mainTop img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .slick-arrow.slick-prev {
    left: 0;
  }
}

.pageTop .mainZone .slick-arrow.slick-next {
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .slick-arrow.slick-next {
    transform: scale(1, 1);
    right: 0;
  }
}

.pageTop .cateZone {
  padding: 0 20px 77px;
}

@media screen and (max-width: 767px) {
  .pageTop .cateZone {
    padding: 0 3.85542vw 19.27711vw 3.85542vw;
  }
}

.pageTop .cateZone .p-inner {
  max-width: 1320px;
}

.pageTop .cateZone .p-inner.isType2 {
  max-width: 1170px;
}

.pageTop .cateZone ul {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
}

@media screen and (max-width: 767px) {
  .pageTop .cateZone ul {
    display: block;
    margin: 0;
  }
}

.pageTop .cateZone li {
  padding: 0 5px;
  width: 100%;
  max-width: 220px;
}
.pageTop .cateZone li.isType2 {
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .pageTop .cateZone li.isType2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .cateZone li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
  }
}

.pageTop .cateZone li + li {
  margin-left: 3.3%;
}

@media screen and (max-width: 1199px) {
  .pageTop .cateZone li + li {
    margin-left: 1%;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .cateZone li + li {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .cateZone li + li {
    margin-top: 8.43373vw;
  }
}

.pageTop .cateZone li a {
  display: block;
  background-color: #1B365D;
  height: 100%;
  transition: opacity 0.3s;
}

.pageTop .cateZone li a:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pageTop .cateZone li a {
    display: flex;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .cateZone li a figure {
    flex-shrink: 0;
    width: 50%;
  }
  .pageTop .cateZone li a figure img {
    object-fit: cover;
    width: auto;
    height: 100%;
  }
}

.pageTop .cateZone li a figure img {
  width: 100%;
}

.pageTop .cateZone li a .txts {
  padding: 13px;
  color: #fff;
}

@media screen and (max-width: 950px) {
  .pageTop .cateZone li a .txts {
    min-height: 4em;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pageTop .cateZone li a .txts h2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .cateZone li a .txts {
    width: 60%;
    padding: 4.81928vw 3.61446vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
}

.pageTop .cateZone li a .txts h2 {
  padding-right: 25px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .pageTop .cateZone li a .txts h2 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .cateZone li a .txts h2 {
    width: 100%;
    padding-right: 20px;
  }
}

.pageTop .cateZone li a .txts h2:after {
  content: "";
  display: block;
  background: url("/-/media/JBS/image/top/cate_arw.svg") center center no-repeat;
  background-size: 100% 100%;
  width: 8px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
}

@media screen and (max-width: 767px) {
  .pageTop .cateZone li a .txts h2:after {
    width: 1.92771vw;
    height: 3.37349vw;
  }
}

.pageTop .cateZone li a .txts p {
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .pageTop .cateZone li a .txts p {
    margin-top: 3.37349vw;
  }
}

.pageTop .newsZone {
  padding: 0 20px 100px;
}

.pageTop .newsZone.top {
  padding-bottom: 0px;
}

.pageTop .newsZone.bg {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .pageTop .newsZone {
    padding: 0 3.85542vw 4.81928vw 3.85542vw;
  }
}

.pageTop .newsZone .p-inner {
  max-width: 1170px;
}

.pageTop .newsZone .newsCol2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pageTop .newsZone .newsCol2 .col2Inner {
  width: 46%;
}

.pageTop .newsZone .newsCol2 .col2Inner.isIrNews {
  width: 65%;
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .pageTop .newsZone .newsCol2 .col2Inner.isIrNews {
    width: 100%;
  }
}

.pageTop .newsZone .newsCol2 .col2Inner.isIrDocs {
  width: 30%;
  background-color: #F2F8FA;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .pageTop .newsZone .newsCol2 .col2Inner.isIrDocs {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .pageTop .newsZone .newsCol2 .col2Inner.isIrDocs {
    padding: 8vw 5vw 1vw 5vw;
  }
  .pageTop .newsZone .newsCol2 .col2Inner.isIrDocs h2 {
    margin-bottom: 8vw;
  }
}

.pageTop .newsZone .newsCol2 .col2Inner.isIrDocs dl {
  padding-bottom: 20px;
}

.pageTop .newsZone .newsCol2 .col2Inner.isIrDocs dl dt {
  color: #1B365D;
  margin-bottom: 5px;
}

.pageTop .newsZone .newsCol2 .col2Inner.isIrDocs dl + dl {
  padding-top: 20px;
  border-top: 1px solid #9EA9B7;
}

@media screen and (max-width: 767px) {
  .pageTop .newsZone .newsCol2 .col2Inner {
    width: 100%;
  }
}

.pageTop .newsZone .newsCol2 .col2Inner a {
  flex-wrap: wrap;
}

.pageTop .newsZone .newsCol2 .col2Inner a p {
  width: 100%;
  margin-top: 8px;
}

.pageTop .newsZone h2 {
  margin-bottom: 40px;
  color: #363636;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
}

.pageTop .newsZone h2:before {
  content: "";
  display: block;
  background-color: #FFCD00;
  width: 80px;
  height: 4px;
  margin: 0 auto 24px;
}

.pageTop .newsZone .list {
  border-top: 1px solid #9ea9b7;
}

.pageTop .newsZone .list li {
  border-bottom: 1px solid #9ea9b7;
}

.pageTop .newsZone .list li a {
  display: flex;
  align-items: center;
  padding: 22px 0 22px 8px;
  transition: .2s;
}

.pageTop .newsZone .list li a:hover {
  background-color: aeef5;
}

@media screen and (max-width: 767px) {
  .pageTop .newsZone .list li a {
    flex-wrap: wrap;
    padding: 3.61446vw 0;
  }
}

.pageTop .newsZone .list li a small {
  flex-shrink: 0;
  margin-right: 3.58974%;
  color: #1B365D;
  font-size: 1.6rem;
  width: 83.59px;
}

@media screen and (max-width: 767px) {
  .pageTop .newsZone .list li a small {
    width: 26%;
    margin-right: 0px;
  }
}

.pageTop .newsZone .list li a p {
  width: 100%;
  color: #363636;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .pageTop .newsZone .list li a p {
    margin-top: 2.40964vw;
  }
}

.pageTop .newsZone .btns {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .pageTop .newsZone .btns {
    margin-top: 10.84337vw;
    margin-bottom: 7.22892vw;
  }
}

.pageTop .newsZone .btns a + a {
  margin-left: 86px;
}

@media screen and (max-width: 767px) {
  .pageTop .newsZone .btns a + a {
    margin-left: 9.63855vw;
  }
}

.pageTop .btns.top {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .pageTop .btns.top {
    margin-top: 10.84337vw;
    margin-bottom: 0;
  }
}

.pageTop .btns.top a + a {
  margin-left: 86px;
}

@media screen and (max-width: 767px) {
  .pageTop .btns.top a + a {
    margin-left: 9.63855vw;
  }
}

.pageTop .pickupZone .p-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .pageTop .pickupZone .p-inner {
    max-width: 950px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .pickupZone .p-inner {
    padding-top: 0px;
    padding-bottom: 9.63855vw;
  }
}

.pageTop .pickupZone .topPickupSlide {
  position: relative;
}

@media screen and (max-width: 767px) {
  .pageTop .pickupZone .topPickupSlide .slick-arrow img {
    width: 100%;
  }
}

.pageTop .pickupZone .topPickupSlide .pickup-next {
  position: absolute;
  top: 30%;
  right: -40px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1024px) {
  .pageTop .pickupZone .topPickupSlide .pickup-next {
    top: 25%;
    right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .pickupZone .topPickupSlide .pickup-next {
    background-color: transparent;
    padding: 0;
    right: 0;
    top: 8vw;
  }
}

.pageTop .pickupZone .topPickupSlide .pickup-prev {
  position: absolute;
  top: 30%;
  left: -40px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1024px) {
  .pageTop .pickupZone .topPickupSlide .pickup-prev {
    top: 25%;
    left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .pickupZone .topPickupSlide .pickup-prev {
    background-color: transparent;
    padding: 0;
    left: 0;
    top: 8vw;
  }
}

.pageTop .pickupZone .item {
  text-align: center;
}

.pageTop .pickupZone .item img {
  width: 92%;
  margin: 0 auto;
}

.pageTop .slick-dots {
  margin-top: 37px;
  position: static;
}

@media screen and (max-width: 767px) {
  .pageTop .slick-dots {
    margin-top: 20px;
  }
}

.pageTop .slick-dots li {
  background-color: #9ea9b7;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

.pageTop .slick-dots li.slick-active {
  background-color: #1B365D;
  border: none;
}

.pageTop .noDots button {
  display: none !important;
}

.pageTop .noDots .slick-dots {
  opacity: 0;
}


.qirContent {
	margin-bottom: 60px !important;
}
.qirContent, .qirBox_carefulNote_title {
	margin-top: 60px !important;
}
/*
.l-cont-header{
    display: none;
  }
*/

/*# sourceMappingURL=srcmap/style.css.map */
