@charset "UTF-8";

/* CSS Document */
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: inherit;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

time {
  display: block;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button {
  font-family: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #000;
  font-size: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.33333vw;
  }
}

body {
  margin: 0;
  padding: 0;
  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;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child+html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.clearfix,
.cf {
  min-height: 1px;
}

.clearfix:after,
.cf:after {
  content: "";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

/* 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 a:hover {
  opacity: 0.7;
  transition: .3s;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* 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;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.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;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@keyframes kakudai {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes coverIn {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }

  100% {
    opacity: 1;
    top: -10px;
  }
}

@keyframes modal-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 20px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes hayabusachan {
  0% {
    opacity: 0;
    bottom: -200px;
  }

  100% {
    opacity: 1;
    bottom: -100px;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes historyBox {
  0% {
    height: 0;
  }

  100% {
    height: 99%;
  }
}

@keyframes bgZoom {
  0% {
    background-size: 100% auto;
  }

  100% {
    background-size: 200% auto;
  }
}

@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }

  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated2.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated3.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated4.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  letter-spacing: normal;
}

.l-header .gNav .txts li.drawer-dropdown-hover a.drawer-menu-item {
  position: relative;
}

.l-header .gNav .txts li.drawer-dropdown-hover a.drawer-menu-item .drawer-arrow {
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}

.l-header .gNav .txts li.drawer-dropdown-hover.opened a.drawer-menu-item .drawer-arrow {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

@media screen and (min-width: 991px) {
  .l-header {
    height: 69px;
    padding-left: 22px;
    padding-right: 31px;
  }

  .l-header .gNav .txts li.drawer-dropdown-hover a.drawer-menu-item {
    padding-left: 0;
  }
}

@media screen and (max-width: 990px) {
  .l-header {
    height: 10.26667vw;
    padding-left: 2.93333vw;
    padding-right: 2.66667vw;
    /*position: relative*/
    ;
  }
}

@media screen and (min-width: 991px) {
  .l-header .logo {
    width: 235px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1280px) {
  .l-header .logo {
    width: 200px;
  }
}

@media screen and (max-width: 990px) {
  .l-header .logo {
    width: 31.33333vw;
  }
}

.l-header .gNav {
  font-weight: bold;
}

@media screen and (min-width: 991px) {
  .l-header .gNav {
    font-size: 1.6rem;
    width: 100%;
  }
}

@media screen and (max-width: 990px) {
  .l-header .gNav {
    width: 100%;
    font-size: 3.6rem;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 110;
  }
}

@media screen and (min-width: 991px) {
  .l-header .gNav .in {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    overflow: visible !important;
  }

  .l-header .gNav .txts {
    display: flex;
    align-items: center;
    margin-right: 36px;
  }
}

@media screen and (max-width: 990px) {
  .l-header .gNav .in {
    display: none;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1280px) {
  .l-header .gNav .in {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .l-header .gNav .txts {
    justify-content: center;
    margin-right: 10px;
  }
}

@media screen and (max-width: 990px) {
  .l-header .gNav .txts {
    border-bottom: 1px solid rgba(0, 23, 49, 0.1);
  }
}

@media screen and (max-width: 1280px) {
  .l-header .gNav .txts li {
    font-size: 14px;
  }
}

@media screen and (max-width: 990px) {
  .l-header .gNav .txts {
    border-top: 1px solid rgba(0, 23, 49, 0.1);
  }

  .l-header .gNav .txts li a {
    border-bottom: 1px solid rgba(0, 23, 49, 0.1);
  }

  .l-header .gNav .txts li ul.drawer-dropdown-menu {
    display: block;
    padding-left: 3em;
    border-bottom: 1px solid rgba(0, 23, 49, 0.1);
  }

  .l-header .gNav .txts li.drawer-dropdown-hover a.drawer-menu-item .drawer-arrow {
    width: 10px;
    height: 10px;
    top: 4.5rem;
    right: 3rem;
  }

  .l-header .gNav .txts li ul.drawer-dropdown-menu li:last-child a {
    border-bottom: none;
  }
}

@media screen and (min-width: 991px) {
  .l-header .gNav .txts>li+li {
    margin-left: 1.0em;
  }

  .l-header .gNav .txts li {
    padding: 5px 0;
  }

  .l-header .gNav .txts li.drawer-dropdown-hover {
    position: relative;
  }

  .l-header .gNav .txts li .drawer-dropdown-menu {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: -2em;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.7);
    padding: 1rem 2.4rem;
    position: absolute;
    top: 28px;
    width: 720px;
  }
  .l-header .gNav .txts>li .drawer-dropdown-menu:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 60px;
    margin-left: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    z-index: 2;
  }

  .l-header .gNav .txts>li:nth-child(1) .drawer-dropdown-menu:before {
    left: 80px;
  }

  .l-header .gNav .txts li .drawer-dropdown-menu li {
    width: 48%;
  }

  .l-header .gNav .txts>li:nth-child(4) .drawer-dropdown-menu {
    left: -17em;
  }

  .l-header .gNav .txts>li:nth-child(4) .drawer-dropdown-menu:before {
    left: 19em;
  }
  .l-header .gNav .txts li .drawer-dropdown-menu li a {
    display: block;
    position: relative;
  }

/* 2026/3/24 お役立ち資料位置調整 */
@media screen and (min-width: 991px) and (max-width: 1470px) {
  .l-header .gNav .txts li:nth-child(6) .drawer-dropdown-menu {
    left:-20em !important;
  }
  .l-header .gNav .txts>li:nth-child(6) .drawer-dropdown-menu:before {
    left: 22em !important;
  }
}

  .l-header .gNav .txts li .drawer-dropdown-menu li a .dropdown-arrow {
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    bottom: 40%;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    right: 0px !important;
    transform: rotate(135deg);
  }

  .l-header .gNav .txts li.drawer-dropdown-hover a.drawer-menu-item {
    padding-right: 1.5rem;
  }

  .l-header .gNav .txts li.drawer-dropdown-hover a.drawer-menu-item .drawer-arrow {
    width: 8px;
    height: 8px;
    top: 0.5rem;
    right: 0;
  }

  .l-header .gNav .txts li.drawer-dropdown-hover.opened a.drawer-menu-item .drawer-arrow {
    top: 1.2rem;
  }

}

@media screen and (min-width:1281px) {
  .l-header .gNav .txts li.drawer-dropdown-hover a.drawer-menu-item .drawer-arrow {
    top: 0.75rem;
  }

  .l-header .gNav .txts li .drawer-dropdown-menu {
    top: 32px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1024px) {
  .l-header .gNav .txts>li+li {
    margin-left: .5em;
  }
}

.l-header .gNav .txts li a {
  color: #001731;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.l-header .gNav .txts li a:not([disabled]):hover {
  opacity: 0.5;
}

@media screen and (max-width: 990px) {
  .l-header .gNav .txts li a {
    display: block;
    padding: 5.33333vw;
  }
}

.l-header .gNav .btns {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 990px) {
  .l-header .gNav .btns {
    justify-content: space-between;
    padding: 8vw 2.66667vw;
  }
}

@media screen and (min-width: 991px) {
  .l-header .gNav .btns li+li {
    margin-left: 9px;
  }
}

.l-header .gNav .btns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100px;
  transition: filter 0.3s;
}

.l-header .gNav .btns li a:not([disabled]):hover {
  filter: brightness(150%);
}

@media screen and (min-width: 991px) {
  .l-header .gNav .btns li a {
    height: 38px;
  }
}

@media screen and (max-width: 990px) {
  .l-header .gNav .btns li a {
    height: 16vw;
  }
}

@media screen and (min-width: 991px) {
  .l-header .gNav .btns li.btn1 {
    width: 183px;
  }
}

@media screen and (max-width: 990px) {
  .l-header .gNav .btns li.btn1 {
    width: 58%;
  }
}

.l-header .gNav .btns li.btn1 a {
  background-color: #FF7700;
}

@media screen and (min-width: 991px) {
  .l-header .gNav .btns li.btn2 {
    width: 113px;
  }
}

@media screen and (max-width: 990px) {
  .l-header .gNav .btns li.btn2 {
    width: 40%;
  }
}

.l-header .gNav .btns li.btn2 a {
  background-color: #063872;
}

@media screen and (min-width: 991px) {
  .l-header .spBtnNav {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .l-header .spBtnNav {
    width: 8vw;
    height: 5.6vw;
    position: relative;
  }

  .l-header .spBtnNav>li {
    background-color: #001731;
    width: 100%;
    height: 0.8vw;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }

  .l-header .spBtnNav>li:nth-child(1) {
    top: 0;
  }

  .l-header .spBtnNav>li:nth-child(2) {
    top: 2.4vw;
  }

  .l-header .spBtnNav>li:nth-child(3) {
    top: 4.8vw;
  }

  .l-header .spBtnNav.show>li:nth-child(1) {
    transform: translate(0, 2.4vw) rotate(45deg);
  }

  .l-header .spBtnNav.show>li:nth-child(2) {
    opacity: 0;
  }

  .l-header .spBtnNav.show>li:nth-child(3) {
    transform: translate(0, -2.4vw) rotate(-45deg);
  }
}

.l-cont {
  position: relative;
  padding-top: 10.26667vw;
}

@media screen and (min-width: 991px) {
  .l-cont {
    padding-top: 69px;
  }
}

.l-pankz {
  color: #fff;
  line-height: 1;
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 991px) {
  .l-pankz {
    font-size: 1.2rem;
    top: 90px;
    left: 22px;
  }
}

@media screen and (max-width: 990px) {
  .l-pankz {
    font-size: 1.6rem;
    top: calc(9vw + 21px);
    left: 2.13333vw;
  }
}

@media screen and (max-width: 480px) {
  .l-pankz {
    top: calc(7vw + 21px);
  }
}

.l-pankz>ul {
  display: flex;
}

.l-pankz>ul>li {
  display: flex;
  align-items: center;
}

.l-pankz>ul>li:not(:last-child):after {
  content: ">";
  margin: 0 0.5em;
}

.l-pankz>ul>li a {
  display: block;
  transition: opacity 0.3s;
}

.l-pankz>ul>li a:not([disabled]):hover {
  opacity: 0.5;
}

.l-footer {
  margin: 0;
  padding: 3em 0 1em;
  background-color: #333;
  position: relative;
}

@media screen and (min-width: 64em) {
  .l-footer {
    padding-bottom: 3em;
  }
}

.l-footer .footer_nav {
  width: 90%;
  max-width: 64em;
  margin: auto;
  color: #fff;
}

.footer_nav .footer_list_title {
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: bold;
}

.footer_nav .footer_list_title a {
  color: #fff;
}

.footer_nav ul li {
  border-bottom: 1px solid #444;
  color: #fff;
}

.footer_nav ul li a {
  padding: 1em 0;
  color: #fff;
  display: block;
}

.l-footer .im_top {
  width: 60%;
  max-width: 20em;
  height: auto;
  margin: 2em auto 1em;
  display: block;
}

.l-footer .sns_area {
  width: 6.25em;
  margin: auto;
}

.l-footer .sns_area a {
  width: 2.5em;
  height: 2.5em;
  margin-bottom: 1em;
  border-radius: 40px;
  border: 1px solid #fff;
  background-color: #fff;
  display: block;
  float: left;
}

.l-footer .sns_area a:last-child {
  margin-left: 1em;
}

.l-footer .copyright {
  text-align: center;
  font-size: 0.8em;
  color: #999;
}

.footer_nav ul li p.footer_sub_item {
  /*請求書20181214追加*/
  display: none;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
  .l-footer:not(.footer2022) .footer-wrapper {
    width: 90%;
    max-width: 64em;
    margin: auto;
  }

  .l-footer:not(.footer2022) .footer_nav {
    width: 60%;
    border-right: 1px solid #444;
    float: left;
  }

  .l-footer:not(.footer2022) .footer_nav .footer_list {
    margin-bottom: 2em;
  }

  .l-footer:not(.footer2022) .footer_nav .footer_list:last-child {
    margin-bottom: 0;
  }

  .l-footer:not(.footer2022) .footer_nav ul li {
    border-bottom: none;
  }

  .l-footer:not(.footer2022) .footer_nav ul li.left {
    width: 50%;
    float: left;
    clear: left;
  }

  .l-footer:not(.footer2022) .footer_nav ul li.right {
    width: 50%;
    margin-left: 50%;
  }

  .l-footer:not(.footer2022) .footer_nav ul li a {
    padding: 0.5em 0;
  }

  .l-footer:not(.footer2022) .footer_nav .footer_list_title a:hover,
  .l-footer:not(.footer2022) .footer_nav ul li a:hover {
    color: #999;
  }

  .l-footer:not(.footer2022) .footer_right {
    width: 34%;
    padding-left: 5%;
    text-align: left;
    float: left;
  }

  .l-footer:not(.footer2022) .im_top {
    width: 100%;
    height: 42px;
    margin-left: 0;
  }

  .l-footer:not(.footer2022) .sns_area {
    margin-left: 0;
  }

  .l-footer:not(.footer2022) .copyright {
    text-align: left;
    position: absolute;
    bottom: 2em;
  }

  .l-footer:not(.footer2022) .footer_nav ul li p.footer_sub_item {
    /*請求書20181214追加*/
    display: block;
    text-indent: 1.5em;
    font-size: 0.8em;
  }
}

@media screen and (min-width: 64em) {
  .l-footer {
    padding-bottom: 3em;
  }
}

body .l-footer.footer2022 {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  body .l-footer.footer2022 {
    font-size: 4.26667vw;
  }
}

.l-footer.footer2022 {
  z-index: 0;
}

.l-footer.footer2022 .footer_nav ul .footer_list_parent {
  color: #fff;
  display: block;
  padding: 1em 0;
}

.l-footer.footer2022 .footer_nav ul li ul.footer_list_child {
  margin-left: 1rem;
  margin-top: 0.5em;
}

.l-footer.footer2022 .footer_nav ul li ul.footer_list_child li {
  border-bottom: none;
}

.l-footer.footer2022 .footer_nav ul li ul.footer_list_child li a {
  font-size: 0.8em;
}

@media (min-width: 75em) {
  .l-footer.footer2022 .footer-wrapper {
    width: 90%;
    max-width: 75em;
    margin: auto;
  }

  .l-footer.footer2022 .footer_nav {
    width: 60%;
    border-right: 1px solid #444;
    float: left;
  }

  .l-footer.footer2022 .footer_nav .footer_list {
    margin-bottom: 2em;
  }

  .l-footer.footer2022 .footer_nav .footer_list:last-child {
    margin-bottom: 0;
  }

  .l-footer.footer2022 .footer_nav ul li {
    border-bottom: none;
  }

  .l-footer.footer2022 .footer_nav ul li.left {
    width: 50%;
    float: left;
    clear: left;
  }

  .l-footer.footer2022 .footer_nav ul li.right {
    width: 50%;
    margin-left: 50%;
  }

  .l-footer.footer2022 .footer_nav ul li a,
  .l-footer.footer2022 .footer_nav ul .footer_list_parent {
    display: block;
    padding: 0.5em 0;
  }

  .l-footer.footer2022 .footer_nav ul .footer_list_parent {
    padding: 0.5em 0;
  }

  .l-footer.footer2022 .footer_nav .footer_list_title a:hover {
    color: #999;
  }

  .l-footer.footer2022 .footer_nav ul li a:hover {
    color: #999;
  }

  .l-footer.footer2022 .footer_nav ul li .footer_list_child {
    margin-left: 1rem;
  }

  .l-footer.footer2022 .footer_right {
    width: 34%;
    padding-left: 5%;
    text-align: left;
    float: left;
  }

  .l-footer.footer2022 .im_top {
    width: 100%;
    height: 42px;
    margin-left: 0;
  }

  .l-footer.footer2022 .sns_area {
    margin-left: 0;
  }

  .l-footer.footer2022 .copyright {
    text-align: left;
    position: absolute;
    bottom: 2em;
  }
}

.icon_new-tab {
  width: 0.6em;
  height: 0.75em;
  margin-left: 6px;
  background-image: url("https://www.infomart.co.jp/web/jp/images/pr/icon_new-tab.svg");
  background-repeat: no-repeat;
  display: inline-block;
}

/*--------------------------------------
 要素
---------------------------------------*/
img {
  width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

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;
}

input[type="text"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

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;
}

.u-chk1 {
  display: block;
}

.u-chk1 input {
  display: none;
}

.u-chk1 .wrap {
  display: flex;
  align-items: flex-start;
}

.u-chk1 .wrap:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url("../img/chk1_off.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin: 2px 8px 0 0;
}

.u-chk1 .wrap .txt {
  width: 100%;
}

.u-chk1 input:checked+.wrap {
  color: #00f;
}

.u-chk1 input:checked+.wrap:before {
  background-image: url("../img/chk1_on.svg");
}

.u-rdo1 {
  display: block;
}

.u-rdo1 input {
  display: none;
}

.u-rdo1 .wrap {
  display: flex;
  align-items: flex-start;
}

.u-rdo1 .wrap:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url("../img/rdo1_off.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  margin: 4px 6px 0 0;
}

.u-rdo1 .wrap .txt {
  width: 100%;
}

.u-rdo1 input:checked+span {
  color: #00f;
}

.u-rdo1 input:checked+span:before {
  background-image: url("../img/rdo1_on.svg");
}

button {
  font-family: inherit;
  cursor: pointer;
}

.u-selectWrap {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
}

.u-selectWrap:after {
  display: block;
  background: url("../img/icon_arrow_down_gry.svg") 0 0 no-repeat;
  width: 16px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
}

.u-selectWrap select {
  width: 100%;
  padding: 8px 16px;
  position: relative;
  z-index: 1;
}

.u-selectWrap select.ph {
  color: #ccc;
  opacity: 1;
}

.u-selectWrap select option {
  color: #ccc;
}

.u-formBox1 input[type="text"],
.u-formBox1 textarea {
  width: 100%;
}

.u-formBox1 textarea {
  height: 132px;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dt {
    line-height: 1.5;
  }
}

.u-formBox1 .partInput .item dt:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-top: 8px;
  padding: 0 8px;
  color: #fff;
  font-size: 1.6rem;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dt:after {
    margin-top: 4px;
  }
}

.u-formBox1 .partInput .item dt span {
  margin-right: 16px;
  font-size: 2.0rem;
  font-weight: 700;
}

.u-formBox1 .partInput .item dt.required:after {
  content: "必須";
  background-color: #f00;
}

.u-formBox1 .partInput .item dt.optional:after {
  content: "任意";
  background-color: #ccc;
}

.u-formBox1 .partInput .item dd {
  margin-top: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dd {
    margin-top: 8px;
  }
}

.u-formBox1 .partInput .item dd .desc {
  margin-bottom: 16px;
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dd .desc {
    padding-top: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcCol2Box {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcCol2Box dl {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcCol2Box dl+dl {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item .pcCol2Box dl+dl {
    margin: 32px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcHalfW {
    width: 360px;
  }
}

.u-formBox1 .partInput .item .rdoBox {
  display: flex;
  flex-wrap: wrap;
}

.u-formBox1 .partInput .item .rdoBox li {
  margin-right: 24px;
}

.u-formBox1 .partInput .item .rdoBox li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item .rdoBox.spType2 {
    display: block;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-formBox1 .partInput .item .rdoBox.spType2 li {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-formBox1 .partInput .item .rdoBox.spType2 li+li {
    margin-top: 12px;
  }
}

.u-formBox1 .partInput .item+.item {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item+.item {
    margin-top: 32px;
  }
}

.u-formBox1 .partBtn {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn {
    margin-top: 36px;
  }
}

.u-formBox1 .partBtn .doui {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn .doui {
    text-align: left;
  }
}

.u-formBox1 .partBtn .doui .u-chk1 {
  display: inline-block;
  vertical-align: top;
}

.u-formBox1 .partBtn .doui .u-chk1 .wrap .txt:after {
  content: "必須";
  background-color: #f00;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-top: 2px;
  padding: 0 8px;
  color: #fff;
  font-size: 1.6rem;
  vertical-align: top;
}

.u-formBox1 .partBtn .doui .u-chk1 .wrap .txt span {
  margin-right: 16px;
}

.u-formBox1 .partBtn .u-btnWrap1 {
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn .u-btnWrap1 {
    margin-top: 48px;
  }
}

.u-formBox1 .partBtn .u-btnWrap1 button {
  width: 390px;
  height: 60px;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn .u-btnWrap1 button {
    width: 100%;
    font-size: 1.8rem;
  }
}

/*スクロールバー全体*/
/*--------------------------------------
 パーツ
---------------------------------------*/
.u-scrlPos {
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.u-inner {
  margin-left: auto;
  margin-right: auto;
}

.achieveZone .u-inner ul li {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .u-inner:not([class*=pcSz]) {
    max-width: 1000px;
    width: 95%;
  }
}

@media screen and (min-width: 768px) {
  .u-inner.pcSz2 {
    max-width: 1160px;
  }
}

@media screen and (max-width: 767px) {
  .u-inner:not(.spPd0) {
    padding-left: 4.66667vw;
    padding-right: 4.66667vw;
  }
}

.u-ttl1 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .u-ttl1 {
    font-size: 4.6rem;
  }
}

@media screen and (max-width: 767px) {
  .u-ttl1 {
    font-size: 4rem;
  }
}

.u-ttlEn {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .u-lead1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .u-lead1 {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}

.u-btn1 {
  display: inline-block;
  border-radius: 8px;
}

.u-btn1[disabled] {
  cursor: default;
}

.u-btn1.sz1 {
  padding: 0.5em 1.0em;
  font-size: 1.8rem;
}

.u-btn1.sz2 {
  padding: 0.5em 2.0em;
  font-size: 2.4rem;
}

.u-btn1.clr1 {
  background-color: #00f;
  color: #fff;
  transition: opacity 0.3s;
}

.u-btn1.clr1:not([disabled]):hover {
  opacity: 0.5;
}

.u-btn1.clr1[disabled] {
  background-color: #ccc;
}

.u-btn1.clr2 {
  background-color: #c80000;
  transition: background-color 0.3s;
  color: #fff;
}

.u-btn1.clr2:not([disabled]):hover {
  background-color: #ff1616;
}

.u-btn1.clr2[disabled] {
  background-color: #ccc;
}

.u-btn2 {
  display: inline-block;
  border-radius: 8px;
}

.u-btn2[disabled] {
  cursor: default;
}

.u-btn2.sz1 {
  padding: 0.5em 1.0em;
  font-size: 1.8rem;
}

.u-btn2.clr1 {
  background-color: #00f;
  color: #fff;
}

.u-btn2.clr1[disabled] {
  background-color: #ccc;
}

.u-pager1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-dis_flex_block {
    display: block;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.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.5;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 2.46933vw;
    height: 4vw;
  }
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.png);
  left: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 0.66667vw;
  }
}

.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.png);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 0.66667vw;
  }
}

.slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #3B3561;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }

  .slick-dots li.slick-active {
    border-width: 0.26667vw;
  }
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

/*--------------------------------------
 下層のメイン
---------------------------------------*/
.u-mainZone {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  position: relative;
}

.u-mainZone.is_field {
  background-image: url("../img/field/main/bg_wrap.png");
}

.u-mainZone.is_admin {
  background-image: url("../img/admin/main/bg_wrap.png");
}

.u-mainZone.is_manage {
  background-image: url("../img/manage/main/bg_wrap.png");
}

.u-mainZone.is_download {
  background-image: url("../img/download/main/bg_wrap.png");
}

.u-mainZone:before {
  content: "";
  display: block;
  background-color: rgba(0, 23, 49, 0.65);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.u-mainZone .u-inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-mainZone .u-inner {
    height: 446px;
    padding-top: 53px;
  }
}

@media screen and (max-width: 767px) {
  .u-mainZone .u-inner {
    height: 51.86667vw;
    padding-top: 6.66667vw;
  }
}

.u-mainZone h1 {
  font-weight: bold;
}

.u-mainZone h1 small {
  display: block;
  letter-spacing: 0.24em;
}

@media screen and (min-width: 768px) {
  .u-mainZone h1 small {
    margin-bottom: 32px;
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mainZone h1 small {
    margin-bottom: 4.26667vw;
    font-size: 3.2rem;
    line-height: 1.375;
  }
}

.u-mainZone h1 small span {
  display: inline-block;
  color: #FFDD00;
  border: 1px solid #FFDD00;
}

@media screen and (min-width: 768px) {
  .u-mainZone h1 small span {
    padding: 2.5px 22px 7.2px;
  }
}

@media screen and (max-width: 767px) {
  .u-mainZone h1 small span {
    padding: 1.46667vw 5.13333vw 1.46667vw;
  }
}

.u-mainZone h1 strong {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.66em;
}

@media screen and (min-width: 768px) {
  .u-mainZone h1 strong {
    margin-bottom: 33px;
    font-size: 5.0rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mainZone h1 strong {
    font-size: 6.0rem;
  }
}

.u-mainZone h1 strong i {
  height: 1.42em;
  margin-right: 0.58em;
}

.u-mainZone h1 strong i img {
  width: auto;
  height: 100%;
}

.u-mainZone h1 strong span {
  color: #FFDD00;
  font-weight: bold;
}

.u-mainZone h1 mark {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-mainZone h1 mark {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mainZone h1 mark {
    font-size: 2.4rem;
  }
}

.u-mainZone h1 mark em {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-mainZone h1 mark em+em {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-mainZone h1 mark em+em {
    margin-top: 1.06667vw;
  }
}

.u-mainZone h1 mark span {
  display: inline-block;
  background-color: #fff;
  color: #001731;
}

@media screen and (min-width: 768px) {
  .u-mainZone h1 mark span {
    padding: 6px 23px;
  }
}

@media screen and (max-width: 767px) {
  .u-mainZone h1 mark span {
    padding: 0.32vw 2.93333vw;
  }
}

/*----------------------------------------
 経営層・管理部門・現場部門のその悩みを解決します
-----------------------------------------*/
.u-solveZone {
  text-align: center;
}

.u-solveZone .u-ttl1 {
  color: #001731;
}

@media screen and (min-width: 768px) {
  .u-solveZone .u-ttl1 {
    padding: 58px 0 53px;
  }
}

@media screen and (max-width: 767px) {
  .u-solveZone .u-ttl1 {
    padding: 9.33333vw 0 10.53333vw;
    line-height: 1.5;
  }
}

.u-solveZone .list {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .u-solveZone .list {
    display: flex;
  }
}

.u-solveZone .list li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-solveZone .list li {
    width: 33.3334%;
    padding: 53px 0px 47px;
  }
}

@media screen and (max-width: 767px) {
  .u-solveZone .list li {
    padding: 7.06667vw 5.33333vw 7.46667vw;
  }
}

.u-solveZone .list li:before,
.u-solveZone .list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.u-solveZone .list li:before {
  background-color: rgba(0, 23, 49, 0.5);
  top: 0;
  bottom: 0;
}

.u-solveZone .list li:after {
  border-style: solid;
  border-color: #fff transparent transparent;
  width: 0;
  height: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .u-solveZone .list li:after {
    border-width: 22px 22px 0;
    top: -6px;
  }
}

@media screen and (max-width: 767px) {
  .u-solveZone .list li:after {
    border-width: 2.93333vw 2.93333vw 0;
    top: -0.8vw;
  }
}

@media screen and (max-width: 767px) {
  .u-solveZone .list li:not(:nth-child(1)):after {
    content: normal;
  }
}

.u-solveZone .list li:nth-child(1) {
  background-image: url("../img/solve/bg01.png");
}

.u-solveZone .list li:nth-child(2) {
  background-image: url("../img/solve/bg02.png");
}

.u-solveZone .list li:nth-child(3) {
  background-image: url("../img/solve/bg03.png");
}

.u-solveZone .list .in {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-solveZone .list i {
    display: block;
    width: 74px;
    margin: 0 auto 18px;
  }
}

@media screen and (max-width: 767px) {
  .u-solveZone .list i {
    display: none;
  }
}

.u-solveZone .list i img {
  border-radius: 50%;
}

.u-solveZone .list h3 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .u-solveZone .list h3 {
    margin-bottom: 14px;
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 767px) {
  .u-solveZone .list h3 {
    margin-bottom: 2.13333vw;
    font-size: 3.2rem;
  }
}

.u-solveZone .list p {
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .u-solveZone .list p {
    margin-bottom: 27px;
    line-height: 1.875;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1280px) {
  .u-solveZone .list p {
    font-size: 1.3rem;
    font-feature-settings: "palt";
  }
}

@media screen and (max-width: 767px) {
  .u-solveZone .list p {
    margin-bottom: 2.93333vw;
    font-size: 2.2rem;
    line-height: 1.54545;
    font-feature-settings: normal;
  }
}

.u-solveZone .list a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  border: 1px solid #fff;
  transition: opacity 0.3s;
}

.u-solveZone .list a:not([disabled]):hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .u-solveZone .list a {
    width: 207px;
    height: 55px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .u-solveZone .list a {
    width: 37.33333vw;
    height: 8.8vw;
    font-size: 2.4rem;
  }
}

/*--------------------------------------
 ボタンのブロック
---------------------------------------*/
.u-inquiryZone {
  background: #fff url("../img/inquiry/bg_wrap.png?v2") center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .u-inquiryZone {
    padding: 83px 0 81px;
  }
}

@media screen and (max-width: 767px) {
  .u-inquiryZone {
    padding: 5.86667vw 0 6.66667vw;
  }
}

.u-inquiryZone .blns {
  display: flex;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .u-inquiryZone .blns {
    justify-content: center;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  .u-inquiryZone .blns {
    justify-content: space-between;
    margin-bottom: 4.8vw;
  }
}

@media screen and (max-width: 767px) {
  .u-inquiryZone .blns>li {
    height: 15.06667vw;
  }
}

@media screen and (min-width: 768px) {
  .u-inquiryZone .blns>li+li {
    margin-left: 28px;
  }
}

@media screen and (max-width: 767px) {
  .u-inquiryZone .blns>li img {
    width: auto;
    height: 100%;
  }
}

.u-inquiryZone .ttl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .u-inquiryZone .ttl {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .u-inquiryZone .ttl {
    margin-bottom: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .u-inquiryZone .ttl img {
    width: 100%;
    max-width: 830px;
  }
}

@media screen and (min-width: 768px) {
  .u-inquiryZone .btns {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .u-inquiryZone .btns>li {
    width: 450px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .u-inquiryZone .btns>li {
    width: 48%;
  }
}

.u-inquiryZone .btns>li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  transition: filter 0.3s;
}

.u-inquiryZone .btns>li a:not([disabled]):hover {
  filter: brightness(150%);
}

@media screen and (min-width: 768px) {
  .u-inquiryZone .btns>li a {
    height: 92px;
    font-size: 3.3rem;
    border-radius: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .u-inquiryZone .btns>li a {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-inquiryZone .btns>li a {
    height: 20vw;
    font-size: 4.6rem;
    border-radius: 2vw;
  }
}

.u-inquiryZone .btns>li.mail a {
  background-color: #FF7700;
}

.u-inquiryZone .btns>li.mail figure {
  width: 1.5em;
  margin-right: 0.54545em;
}

@media screen and (min-width: 768px) {
  .u-inquiryZone .btns>li.docs {
    margin-left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .u-inquiryZone .btns>li.docs {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-inquiryZone .btns>li.docs {
    margin-top: 4vw;
  }
}

.u-inquiryZone .btns>li.docs a {
  background-color: #063872;
}

.u-inquiryZone .btns>li.docs figure {
  width: 1.15152em;
  margin-right: 0.63636em;
}

/*--------------------------------------
 事例紹介
---------------------------------------*/
@media screen and (min-width: 768px) {
  .u-caseZone {
    padding: 69px 0 45px;
    width: 100%;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone {
    padding: 6vw 0 6.8vw;
  }
}

@media screen and (min-width: 768px) {
  .u-caseZone header {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone header {
    margin-bottom: 4.93333vw;
  }
}

.u-caseZone header .u-inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-caseZone header .u-ttlEn {
    width: 740px;
    top: 6px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone header .u-ttlEn {
    width: 67.2vw;
    top: 0.8vw;
    right: 5.86667vw;
  }
}

.u-caseZone header .in {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-caseZone header .u-ttl1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone header .u-ttl1 {
    margin-bottom: 1.33333vw;
    font-size: 4.6rem;
  }
}

@media screen and (min-width: 768px) {
  .u-caseZone .sldBox {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone .sldBox {
    margin-bottom: 4vw;
  }
}

.u-caseZone .sldBox .slick-dots {
  position: static;
}

@media screen and (min-width: 768px) {
  .u-caseZone .sldBox .slick-dots {
    margin-top: 36px;
  }
}

.u-caseZone .sldBox .slick-dots>li {
  background-color: #9E9E9F;
  border: none;
}

.u-caseZone .sldBox .slick-dots>li.slick-active {
  background-color: #004097;
}

.u-caseZone .sldBox .slick-arrow {
  background-image: url("../img/arw1_r_blu.png");
}

@media screen and (min-width: 768px) {
  .u-caseZone .sldBox .slick-arrow {
    width: 12.79px;
    height: 22.82px;
    top: 130px;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone .sldBox .slick-arrow {
    width: 2.852vw;
    height: 5.34vw;
  }
}

.u-caseZone .sldBox .slick-arrow.slick-prev {
  transform: scale(-1, 1);
}

@media screen and (min-width: 768px) {
  .u-caseZone .sldBox .slick-arrow.slick-prev {
    margin-right: 370px;
    left: auto;
    right: 50%;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone .sldBox .slick-arrow.slick-prev {
    left: 6.13333vw;
  }
}

@media screen and (min-width: 768px) {
  .u-caseZone .sldBox .slick-arrow.slick-next {
    margin-left: 370px;
    left: 50%;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone .sldBox .slick-arrow.slick-next {
    right: 6.13333vw;
  }
}

@media screen and (min-width: 768px) {
  .u-caseZone .sldBox .item {
    padding: 0 29px;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone .sldBox .item {
    padding: 0 4.53333vw;
  }
}

.u-caseZone .sldBox .item .in {
  border: 1px solid #DBDCDC;
}

@media screen and (min-width: 768px) {
  .u-caseZone .sldBox .item .in {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 730px;
    padding: 38px 33px 35px 32px;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone .sldBox .item .in {
    width: 75.2vw;
    padding: 3.73333vw 3.73333vw 6.13333vw;
  }
}

@media screen and (min-width: 768px) {
  .u-caseZone .sldBox .item figure {
    flex-shrink: 0;
    width: 333px;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone .sldBox .item figure {
    margin-bottom: 5.06667vw;
  }
}

@media screen and (min-width: 768px) {
  .u-caseZone .sldBox .item .txts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-right: 58px;
  }
}

.u-caseZone .sldBox .item .txts h3 {
  font-weight: bold;
  position: relative;
}

.u-caseZone .sldBox .item .txts p {
  position: relative;
}

@media screen and (min-width: 768px) {

  .u-caseZone .sldBox .item .txts h3,
  .u-caseZone .sldBox .item .txts p {
    margin: 12px 0;
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {

  .u-caseZone .sldBox .item .txts h3,
  .u-caseZone .sldBox .item .txts p {
    margin-bottom: 7.46667vw;
    font-size: 2.4rem;
    line-height: 1.75;
  }
}

.u-caseZone .sldBox .item .txts p:before,
.u-caseZone .sldBox .item .txts p:after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

@media screen and (min-width: 768px) {

  .u-caseZone .sldBox .item .txts p:before,
  .u-caseZone .sldBox .item .txts p:after {
    width: 53.02px;
    height: 49.4px;
  }
}

@media screen and (max-width: 767px) {

  .u-caseZone .sldBox .item .txts p:before,
  .u-caseZone .sldBox .item .txts p:after {
    width: 7.06933vw;
    height: 6.58667vw;
  }
}

.u-caseZone .sldBox .item .txts p:before {
  background-image: url("../img/case/deco_quote_l.png");
  z-index: -10;
}

@media screen and (min-width: 768px) {
  .u-caseZone .sldBox .item .txts p:before {
    top: -120px;
    left: -12.2px;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone .sldBox .item .txts p:before {
    top: -22vw;
    left: -1.62667vw;
  }
}

.u-caseZone .sldBox .item .txts p:after {
  background-image: url("../img/case/deco_quote_r.png");
  z-index: -10;
}

@media screen and (min-width: 768px) {
  .u-caseZone .sldBox .item .txts p:after {
    bottom: -24.1px;
    right: -10.6px;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone .sldBox .item .txts p:after {
    bottom: -2.86667vw;
    right: 0;
  }
}

.u-caseZone .sldBox .item .txts p span {
  display: block;
  position: relative;
  z-index: 1;
}

.u-caseZone .sldBox .item .txts small {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-caseZone .sldBox .item .txts small {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone .sldBox .item .txts small {
    font-size: 1.8rem;
  }
}

.u-caseZone .noteBox {
  display: block;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .u-caseZone .noteBox {
    max-width: 730px;
    margin: auto;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .u-caseZone .noteBox {
    padding: 0 12.53333vw;
    font-size: 1.6rem;
  }
}

.u-caseZone .noteBox a {
  text-decoration: underline;
}

.u-caseZone .noteBox a:hover {
  text-decoration: none;
}

/*--------------------------------------
 建設業トピックス
---------------------------------------*/
.u-topicsZone {
  background-color: #F4F4F4;
}

@media screen and (min-width: 768px) {
  .u-topicsZone {
    padding: 67px 0 87px;
  }
}

@media screen and (max-width: 767px) {
  .u-topicsZone {
    padding: 6vw 0 10.8vw;
  }
}

@media screen and (min-width: 768px) {
  .u-topicsZone header {
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 767px) {
  .u-topicsZone header {
    margin-bottom: 6.4vw;
  }
}

.u-topicsZone header .u-inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-topicsZone header .u-ttlEn {
    width: 690px;
    top: -48px;
    right: -2px;
  }
}

@media screen and (max-width: 767px) {
  .u-topicsZone header .u-ttlEn {
    width: 44.13333vw;
    top: -0.13333vw;
    right: 7.46667vw;
  }
}

.u-topicsZone header .in {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-topicsZone header .u-ttl1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-topicsZone header .u-ttl1 {
    margin-bottom: 1.33333vw;
    font-size: 4.6rem;
  }
}

@media screen and (min-width: 768px) {
  .u-topicsZone .cont .list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.7%;
    /*justify-content: space-between;*/
  }
}

@media screen and (min-width: 768px) {
  .u-topicsZone .cont .list>li {
    width: 30.2%;
  }
}

@media screen and (max-width: 767px) {
  .u-topicsZone .cont .list>li+li {
    margin-top: 4.66667vw;
  }
}

.u-topicsZone .cont .list>li a {
  background-color: #fff;
  border: 1px solid #DBDBDB;
  transition: opacity 0.3s;
}

.u-topicsZone .cont .list>li a:not([disabled]):hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .u-topicsZone .cont .list>li a {
    display: block;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .u-topicsZone .cont .list>li a {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .u-topicsZone .cont .list>li figure {
    flex-shrink: 0;
    width: 27.6vw;
    padding-left: 10px;
  }
}

.u-topicsZone .cont .list>li .txts {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-topicsZone .cont .list>li .txts {
    padding: 19px 17px 26px 17px;
  }
}

@media screen and (max-width: 767px) {
  .u-topicsZone .cont .list>li .txts {
    width: 100%;
    padding: 1.33333vw 5.66667vw 1.33333vw 3.86667vw;
  }
}

.u-topicsZone .cont .list>li .txts:after {
  content: "";
  display: none;
  background-color: #001731;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .u-topicsZone .cont .list>li .txts:after {
    width: 34px;
    height: 33px;
    right: 17px;
  }
}

@media screen and (max-width: 767px) {
  .u-topicsZone .cont .list>li .txts:after {
    width: 6.4vw;
    height: 6.13333vw;
    right: 2.8vw;
  }
}

.u-topicsZone .cont .list>li .txts small {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-topicsZone .cont .list>li .txts small {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-topicsZone .cont .list>li .txts small {
    margin-bottom: 0.66667vw;
    font-size: 1.8rem;
  }
}

.u-topicsZone .cont .list>li .txts h3 {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .u-topicsZone .cont .list>li .txts h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .u-topicsZone .cont .list>li .txts h3 {
    font-size: 2.4rem;
  }
}

/*--------------------------------------
 お悩みリスト
---------------------------------------*/
.u-troubleZone {
  background-color: #eee;
}

@media screen and (min-width: 768px) {
  .u-troubleZone {
    padding-bottom: 102px;
  }
}

.u-troubleZone .list {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list {
    margin-top: -34px;
  }
}

@media screen and (max-width: 767px) {
  .u-troubleZone .list {
    border-bottom: 1px solid #ccc;
  }
}

.u-troubleZone .list>li {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list>li {
    border-radius: 10px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  }
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list>li+li {
    margin-top: 42px;
  }
}

.u-troubleZone .list>li header {
  background-color: #001731;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list>li header {
    display: flex;
    align-items: center;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-troubleZone .list>li header {
    padding: 4vw;
    text-align: center;
  }
}

.u-troubleZone .list>li header figure {
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list>li header figure {
    width: 152px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-troubleZone .list>li header figure {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list>li header .txts {
    width: 100%;
  }
}

.u-troubleZone .list>li header .txts .no {
  display: block;
  color: #FFDD00;
  font-size: 4.0rem;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list>li header .txts .no {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .u-troubleZone .list>li header .txts .no {
    margin-bottom: 1.86667vw;
  }
}

.u-troubleZone .list>li header .txts p {
  color: #fff;
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list>li header .txts p {
    line-height: 1.41667;
  }
}

@media screen and (max-width: 767px) {
  .u-troubleZone .list>li header .txts p {
    line-height: 1.5;
  }
}

.u-troubleZone .list>li .bridge {
  background-color: #FFDD00;
  color: #001731;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list>li .bridge {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .u-troubleZone .list>li .bridge {
    padding: 2.13333vw;
  }
}

.u-troubleZone .list>li .bridge:before {
  content: "BtoBプラットフォームを導入すると";
}

.u-troubleZone .list>li .bridge:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #FFDD00 transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list>li .bridge:after {
    border-width: 28px 25px 0;
    bottom: -18px;
  }
}

@media screen and (max-width: 767px) {
  .u-troubleZone .list>li .bridge:after {
    border-width: 3.73333vw 3.33333vw 0;
    bottom: -2.4vw;
  }
}

.u-troubleZone .list>li .cont {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list>li .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 53px 37px 41px;
  }
}

@media screen and (max-width: 767px) {
  .u-troubleZone .list>li .cont {
    padding: 6.4vw 8vw 8vw;
  }
}

.u-troubleZone .list>li .cont figure {
  flex-shrink: 0;
}

@media screen and (max-width: 1280px) {
  .u-troubleZone .list>li .cont figure {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .u-troubleZone .list>li .cont figure {
    width: 100%;
    margin: 0 -1.33333vw 4.26667vw;
  }
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list>li .cont .txts {
    width: 336px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .u-troubleZone .list>li .cont .txts {
    width: 48%;
  }
}

.u-troubleZone .list>li .cont .txts p {
  padding-left: .8em;
  position: relative;
}

.u-troubleZone .list>li .cont .txts p .listCircle {
  position: absolute;
  flex-shrink: 0;
  left: 0em;
  top: .7em;
  display: inline-block;
  width: .4em;
  height: .4em;
  border-radius: 50px;
  background-color: #001731;
  line-height: 1;
}

.u-troubleZone .list>li .cont .txts p+p {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .u-troubleZone .list>li .cont .txts p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .u-troubleZone .list>li .cont .txts p {
    font-size: 2.4rem;
    line-height: 1.63636;
  }
}

/*--------------------------------------
 トップ
---------------------------------------*/
@media screen and (min-width: 768px) {
  .pageTop .p-pcFlx {
    display: flex;
  }
}

@keyframes mainFade {
  0% {
    opacity: 0;
    filter: blur(20px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.pageTop .mainZone {
  background: url("../img/top/main/bg_wrap.png") center top no-repeat;
  background-size: cover;
}

.pageTop .mainZone #particles-js {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pageTop .mainZone .secMain {
  position: relative;
  overflow: hidden;
}

.pageTop .mainZone .secMain .u-inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain .u-inner {
    height: 650px;
    padding-top: 138px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain .u-inner {
    height: 74vw;
    padding-top: 23vw;
  }
}

.pageTop .mainZone .secMain .imgs>li {
  position: absolute;
  opacity: 0;
  animation: mainFade 1s both;
}

.pageTop .mainZone .secMain .imgs>li img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 2.0s;
}

.pageTop .mainZone .secMain .imgs>li img.show {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(1) {
    width: 75px;
    height: 75px;
    top: 33px;
    left: -113px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(1) {
    width: 13.86667vw;
    height: 13.86667vw;
    top: 4.26667vw;
    left: 31.2vw;
  }
}

.pageTop .mainZone .secMain .imgs>li:nth-child(2) {
  animation-delay: .1s;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(2) {
    width: 172px;
    height: 172px;
    top: 36px;
    left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(2) {
    width: 20.26667vw;
    height: 20.26667vw;
    top: 3.86667vw;
    left: 3.86667vw;
  }
}

.pageTop .mainZone .secMain .imgs>li:nth-child(3) {
  animation-delay: .2s;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(3) {
    width: 227px;
    height: 227px;
    top: 191px;
    left: -227px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(3) {
    width: 18.93333vw;
    height: 18.93333vw;
    top: 48.93333vw;
    left: 2.26667vw;
  }
}

.pageTop .mainZone .secMain .imgs>li:nth-child(4) {
  animation-delay: .3s;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(4) {
    width: 136px;
    height: 136px;
    top: 329px;
    left: 36px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(4) {
    width: 15.33333vw;
    height: 15.33333vw;
    top: 28.8vw;
    left: 3.6vw;
  }
}

.pageTop .mainZone .secMain .imgs>li:nth-child(5) {
  animation-delay: .4s;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(5) {
    width: 110px;
    height: 110px;
    top: 460px;
    left: -119px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(5) {
    width: 15.2vw;
    height: 15.2vw;
    top: 49.86667vw;
    left: 82.4vw;
  }
}

.pageTop .mainZone .secMain .imgs>li:nth-child(6) {
  animation-delay: .5s;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(6) {
    width: 105px;
    height: 105px;
    top: 18px;
    right: 99px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(6) {
    width: 17.33333vw;
    height: 17.33333vw;
    top: 3.06667vw;
    left: 51.73333vw;
  }
}

.pageTop .mainZone .secMain .imgs>li:nth-child(7) {
  animation-delay: .6s;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(7) {
    width: 323px;
    height: 323px;
    top: 86px;
    right: -192px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(7) {
    width: 22.26667vw;
    height: 22.26667vw;
    top: 2.66667vw;
    left: 73.86667vw;
  }
}

.pageTop .mainZone .secMain .imgs>li:nth-child(8) {
  animation-delay: .7s;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(8) {
    width: 164px;
    height: 164px;
    top: 431px;
    right: 21px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain .imgs>li:nth-child(8) {
    width: 12.4vw;
    height: 12.4vw;
    top: 31.6vw;
    left: 83.2vw;
  }
}

.pageTop .mainZone .secMain .in {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain h1 {
    margin-bottom: 52px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain h1 {
    margin-bottom: 4vw;
  }
}

.pageTop .mainZone .secMain h1>* {
  margin-left: auto;
  margin-right: auto;
}

.pageTop .mainZone .secMain h1 .ttlS {
  display: block;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain h1 .ttlS {
    width: 529px;
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain h1 .ttlS {
    width: 62.8vw;
    margin-bottom: 4.26667vw;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain h1 .copy {
    width: 540px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain h1 .copy {
    width: 61.86667vw;
  }
}

.pageTop .mainZone .secMain .lbl {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secMain .lbl {
    width: 524px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secMain .lbl {
    width: 83.86667vw;
  }
}

.pageTop .mainZone .secTopics {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.pageTop .mainZone .secTopics a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secTopics {
    padding: 13.8px 109px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secTopics {
    padding: 1.66667vw 4vw;
  }
}

.pageTop .mainZone .secTopics dl {
  display: flex;
}

@media screen and (min-width: 768px) {
  .pageTop .mainZone .secTopics dt {
    margin-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secTopics dt {
    padding-top: 0.33333vw;
    margin-right: 2.4vw;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mainZone .secTopics dd {
    font-size: 1.8rem;
  }
}

.pageTop .introZone {
  background: url("../img/top/intro/bg_wrap.png") center top no-repeat;
  background-size: cover;
  color: #001731;
}

@media screen and (min-width: 768px) {
  .pageTop .introZone {
    padding: 87px 0 113px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .introZone {
    padding: 8.8vw 0 9.73333vw;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .u-inner {
    width: 95%;
    margin: 0 auto;
    max-width: 1169px;
  }
}

.pageTop .introZone .u-ttl1 {
  text-align: center;
  line-height: 1.6087;
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .u-ttl1 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .introZone .u-ttl1 {
    margin-bottom: 7.33333vw;
  }
}

.pageTop .introZone .u-ttl1 small {
  display: block;
  font-size: 0.47826em;
  margin-bottom: 0.95455em;
}

.pageTop .introZone .u-ttl1 small span {
  display: inline-block;
  background-color: #001731;
  padding: 0.11818em 0.7em 0.16364em;
  color: #FFDD00;
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .p-pcFlx {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pageTop .introZone .p-pcFlx {
    flex-direction: column;
  }
}

.pageTop .introZone .lead {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .lead {
    width: 550px;
    font-size: 1.6rem;
    line-height: 2.8125;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .introZone .lead {
    margin-bottom: 9.2vw;
    font-size: 2.6rem;
    line-height: 2.33333;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .lead p+p {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .introZone .lead p+p {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .merit {
    width: 600px;
    padding-left: 35px;
    border-left: 1px solid #001731;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pageTop .introZone .merit {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

.pageTop .introZone .merit h3 {
  background-color: #FFDD00;
  margin-bottom: 1.57692em;
  padding: 0.24231em 0.38462em;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .merit h3 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .introZone .merit h3 {
    font-size: 3.1rem;
  }
}

.pageTop .introZone .merit li {
  display: flex;
}

@media screen and (max-width: 767px) {
  .pageTop .introZone .merit li {
    padding: 5.33333vw 0;
    border-top: 1px solid #001731;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .merit li+li {
    margin-top: 40px;
  }
}

.pageTop .introZone .merit li figure {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .merit li figure {
    width: 131px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .introZone .merit li figure {
    width: 21.33333vw;
    margin-right: 4vw;
  }
}

.pageTop .introZone .merit li figure img {
  border-radius: 50%;
}

.pageTop .introZone .merit li dl {
  width: 100%;
}

.pageTop .introZone .merit li dt {
  display: flex;
  align-items: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .merit li dt {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .introZone .merit li dt {
    margin-bottom: 2.66667vw;
  }
}

.pageTop .introZone .merit li dt em {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001731;
  color: #FFDD00;
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .merit li dt em {
    width: 88px;
    height: 30px;
    margin-right: 14px;
    font-size: 1.4rem;
    border-radius: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .introZone .merit li dt em {
    width: 14.26667vw;
    height: 4.93333vw;
    margin-right: 2.26667vw;
    font-size: 1.6rem;
    border-radius: 2vw;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .merit li dt h4 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .introZone .merit li dt h4 {
    font-size: 3.0rem;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .introZone .merit li dd {
    margin-right: -5px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .introZone .merit li dd {
    font-size: 2.2rem;
    line-height: 1.54545;
  }
}

.pageTop .funcZone {
  background-color: #F2F2F2;
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone {
    padding-bottom: 111px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone {
    padding-bottom: 10vw;
  }
}

.pageTop .funcZone header {
  background-color: #001731;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone header {
    padding: 66px 0 344px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .pageTop .funcZone header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone header {
    padding: 5.6vw 0 19.73333vw;
  }
}

.pageTop .funcZone header:before {
  content: "";
  display: block;
  background: url("../img/top/func/bg_wrap.png") center center no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pageTop .funcZone header .u-inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone header .u-ttlEn {
    width: 685px;
    top: -7px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone header .u-ttlEn {
    width: 65.2vw;
    top: 4.8vw;
    right: 5.6vw;
  }
}

.pageTop .funcZone header .in {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone header .u-ttl1 {
    margin-bottom: 20px;
    line-height: 1.47826;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone header .u-ttl1 {
    margin-bottom: 1.86667vw;
    line-height: 1.52778;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone header .u-lead1 {
    font-size: 2.2rem;
    line-height: 1.54545;
  }
}

.pageTop .funcZone .cont {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone .cont {
    margin-top: -303px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone .cont {
    margin-top: -14.26667vw;
  }
}

.pageTop .funcZone .cont ol {
  background-color: #fff;
  color: #001731;
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone .cont ol {
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone .cont ol {
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
  }
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone .cont ol {
    padding-left: 39px;
    padding-right: 43px;
  }
}

.pageTop .funcZone .cont li+li {
  border-top: 1px solid #ccc;
}

.pageTop .funcZone .cont li .partTtl {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
}

.pageTop .funcZone .cont li .partTtl:not([disabled]):hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone .cont li .partTtl {
    padding: 22px 50px 22px 0;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone .cont li .partTtl {
    padding: 2.93333vw 6.66667vw 2.93333vw 4vw;
  }
}

.pageTop .funcZone .cont li .partTtl:after {
  content: "";
  margin: auto;
  border-left: 3px solid #001731;
  border-bottom: 3px solid #001731;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone .cont li .partTtl:after {
    width: 20px;
    height: 20px;
    right: 6px;
    transform: translate(0, -7px) rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone .cont li .partTtl:after {
    width: 2.66667vw;
    height: 2.66667vw;
    border-left-width: 0.4vw;
    border-bottom-width: 0.4vw;
    right: 4.8vw;
    transform: translate(0, -0.93333vw) rotate(-45deg);
  }
}

.pageTop .funcZone .cont li .partTtl .no {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone .cont li .partTtl .no {
    width: 52px;
    height: 52px;
    margin-right: 27px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone .cont li .partTtl .no {
    width: 6.93333vw;
    height: 6.93333vw;
    margin-right: 2.26667vw;
  }
}

.pageTop .funcZone .cont li .partTtl strong {
  display: block;
  width: 100%;
  font-weight: bold;
  line-height: 1.53571;
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone .cont li .partTtl strong {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone .cont li .partTtl strong {
    font-size: 2.8rem;
  }
}

.pageTop .funcZone .cont li .partCont {
  display: none;
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone .cont li .partCont .in {
    display: flex;
    flex-direction: row-reverse;
    padding: 13px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone .cont li .partCont .in {
    padding: 1.06667vw 4vw 8.8vw;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone .cont li .partCont figure {
    flex-shrink: 0;
    width: 450px;
    margin-left: 4.46623%;
  }

  .pageTop .funcZone .cont li .partCont figure img {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone .cont li .partCont figure {
    margin-bottom: 2.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone .cont li .partCont .txt {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.875;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone .cont li .partCont .txt {
    font-size: 2.4rem;
    line-height: 1.66667;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .funcZone .cont li.show .partTtl:after {
    transform: translate(0, 7px) rotate(135deg);
  }
}

@media screen and (max-width: 767px) {
  .pageTop .funcZone .cont li.show .partTtl:after {
    transform: translate(0, 0.93333vw) rotate(135deg);
  }
}

@media screen and (min-width: 768px) {
  .pageTop .achieveZone {
    padding-bottom: 88px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .achieveZone {
    padding-bottom: 6.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .achieveZone header {
    padding: 79px 0 49px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .pageTop .achieveZone header {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .achieveZone header {
    padding: 5.86667vw 0 4vw;
  }
}

.pageTop .achieveZone header .u-inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pageTop .achieveZone header .u-ttlEn {
    width: 733px;
    top: -8px;
    right: 1px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .achieveZone header .u-ttlEn {
    width: 65.2vw;
    top: 4vw;
    right: 5.6vw;
  }
}

.pageTop .achieveZone header .u-ttl1 {
  color: #001731;
}

@media screen and (min-width: 768px) {
  .pageTop .achieveZone header .u-ttl1 {
    line-height: 1.47826;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .achieveZone header .u-ttl1 {
    line-height: 1.52778;
  }
}

.pageTop .achieveZone .list ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pageTop .achieveZone .list ul li {
    width: 32%;
  }
}

.pageTop .achieveZone .list ul li+li {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .pageTop .achieveZone .list ul li+li {
    margin-left: 0;
  }
}

.pageTop .uservoiceZone {
  background-color: #F2F2F2;
}

.pageTop .uservoiceZone header .u-inner {
  position: relative;
}

.pageTop .uservoiceZone header .u-inner .u-ttl1 {
  position: relative;
  z-index: 1;
}

.pageTop .uservoiceZone header .u-inner .u-ttl1 .small {
  font-size: 80%;
}

.pageTop .uservoiceZone .uservoice-wrap {
  width: 95%;
  margin: 0 2.5%;
}

.pageTop .uservoiceZone .uservoiceBox {
  margin-bottom: 20px;
  position: relative;
}

.pageTop .uservoiceZone .uservoiceBox .uservoiceImg {
  text-align: center;
  position: relative;
  z-index: 1;
}

.pageTop .uservoiceZone .uservoiceBox .uservoiceImg img {
  width: 80px;
}

.pageTop .uservoiceZone .uservoiceBox .uservoiceMain {
  background-color: #fff;
  position: relative;
  margin-top: -30px;
}

.pageTop .uservoiceZone .uservoiceBox .uservoiceMain:before {
  content: url(/trade/construction/common/img/uservoice/dv_quote.png);
  width: 43px;
  position: absolute;
  left: 20px;
  top: -25px;
}

.pageTop .uservoiceZone .uservoiceBox .uservoiceMain .uservoiceTxt {
  color: #3B8BE5;
  font-size: 14px;
  font-weight: bold;
  padding: 44px 30px 15px;
}

.pageTop .uservoiceZone .uservoiceBox .uservoiceMain .uservoiceName {
  border-top: 1px solid #001731;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 10px 16px;
  text-align: center;
}

.pageTop .uservoiceZone .uservoiceMore {
  text-align: center;
}

.pageTop .uservoiceZone .uservoiceMore a {
  background: url("/trade/construction/common/img/uservoice/bt-detail-case-arr.png") no-repeat #fff;
  background-position: right 10px center;
  background-size: 16px;
  border: 1px solid #001731;
  color: #001731;
  display: inline-block;
  padding: 20px 57px 20px 47px;
  position: relative;
}

.pageTop .uservoiceZone .uservoiceMore a:hover {
  opacity: 0.8;
}

.pageTop .uservoiceZone .uservoiceMore a.uservoiceMore_pc {
  font-size: 18px;
}

.pageTop .uservoiceZone .uservoiceMore a.uservoiceMore_sp {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .pageTop .uservoiceZone {
    padding-bottom: 6.66667vw;
  }

  .pageTop .uservoiceZone header {
    padding: 5.86667vw 0 4vw;
  }

  .pageTop .uservoiceZone header .u-ttlEn {
    width: 27.5vw;
    top: 4vw;
    right: 5.6vw;
  }

  .pageTop .uservoiceZone .uservoiceMore a.uservoiceMore_pc {
    display: none;
  }

  .pageTop .uservoiceZone .uservoiceMore a.uservoiceMore_sp {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .pageTop .uservoiceZone {
    padding-bottom: 88px;
  }

  .pageTop .uservoiceZone header {
    padding: 79px 0 49px;
  }

  .pageTop .uservoiceZone header .u-ttlEn {
    width: 305px;
    top: -8px;
    right: 1px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox .uservoiceMain .uservoiceTxt {
    font-size: 20px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox .uservoiceMain .uservoiceName {
    font-size: 18px;
  }

  .pageTop .uservoiceZone .uservoiceMore a.uservoiceMore_pc {
    display: inline-block;
  }

  .pageTop .uservoiceZone .uservoiceMore a.uservoiceMore_sp {
    display: none;
  }
}

@media screen and (min-width: 1064px) {
  .pageTop .uservoiceZone .uservoice-wrap {
    width: 100%;
    margin: 0;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox {
    margin-bottom: 60px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox:nth-child(2n+1) {
    margin-left: calc((100% - 1000px) / 2);
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox:nth-child(2n) {
    margin-right: calc((100% - 1000px) / 2);
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox .uservoiceImg {
    position: absolute;
    top: -8px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox .uservoiceImg img {
    width: 207px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox:nth-child(2n+1) .uservoiceImg {
    left: 0px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox:nth-child(2n) .uservoiceImg {
    right: 0px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox .uservoiceMain {
    margin-top: 0;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox:nth-child(2n+1) .uservoiceMain {
    margin-left: 80px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox:nth-child(2n) .uservoiceMain {
    margin-right: 80px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox:nth-child(2n+1) .uservoiceMain .uservoiceTxt {
    padding: 32px calc(100% - 920px) 20px 143px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox:nth-child(2n) .uservoiceMain .uservoiceTxt {
    padding: 32px 143px 20px calc(100% - 920px);
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox .uservoiceMain .uservoiceName {
    font-size: 18px;
    padding: 20px 20px 32px 143px;
    text-align: left;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox:nth-child(2n+1) .uservoiceMain .uservoiceName {
    padding: 20px calc(100% - 920px) 32px 143px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox:nth-child(2n) .uservoiceMain .uservoiceName {
    padding: 20px 143px 32px calc(100% - 920px);
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox .uservoiceMain:before {
    width: 95px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox:nth-child(2n+1) .uservoiceMain:before {
    left: 144px;
  }

  .pageTop .uservoiceZone .uservoice-wrap .uservoiceBox:nth-child(2n) .uservoiceMain:before {
    left: calc(100% - 920px);
  }
}

/*--------------------------------------
  クラス用scss
---------------------------------------*/
.c-MB0 {
  margin-bottom: 0px !important;
}

.c-MB48 {
  margin-bottom: 48px !important;
}

.c-MB64 {
  margin-bottom: 64px !important;
}

.c-fwB {
  font-weight: bold !important;
}

/*--- 1200px以上に適用 ---*/
@media screen and (min-width: 1200px) {
  .pcS {
    display: none !important;
  }

  /*----- 要素別 -----*/
  .c_pcL-MB0 {
    margin-bottom: 0px !important;
  }

  .c_pcL-MB48 {
    margin-bottom: 48px !important;
  }

  .c_pcL-MB64 {
    margin-bottom: 64px !important;
  }

  .c_pcL-fwB {
    font-weight: bold !important;
  }
}

/*--- 1199px以下に適用 ---*/
@media screen and (max-width: 1199px) {
  .pcL {
    display: none !important;
  }

  /*----- 要素別 -----*/
  .c_pcS-MB0 {
    margin-bottom: 0px !important;
  }

  .c_pcS-MB48 {
    margin-bottom: 48px !important;
  }

  .c_pcS-MB64 {
    margin-bottom: 64px !important;
  }

  .c_pcS-fwB {
    font-weight: bold !important;
  }
}

/*--- 768px以上に適用 ---*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  /*----- 要素別 -----*/
  .c_pc-MB0 {
    margin-bottom: 0px !important;
  }

  .c_pc-MB48 {
    margin-bottom: 48px !important;
  }

  .c_pc-MB64 {
    margin-bottom: 64px !important;
  }

  .c_pc-fwB {
    font-weight: bold !important;
  }
}

/*--- 767px以下に適用 ---*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  /*----- 要素別 -----*/
  .c_sp-MB0 {
    margin-bottom: 0px !important;
  }

  .c_sp-MB48 {
    margin-bottom: 48px !important;
  }

  .c_sp-MB64 {
    margin-bottom: 64px !important;
  }

  .c_sp-fwB {
    font-weight: bold !important;
  }
}

/*# sourceMappingURL=srcmap/style.css.map */

.dis_none {
  display: none !important;
}

footer .im_top_2023 {
  width: 50%;
  max-width: 20em;
  height: auto;
  margin: 2em auto 2em;
  display: block;
}

@media screen and (min-width:75em) {
  footer.footer2022 .im_top_2023 {
    width: 50%;
    margin-left: 0;
    margin-bottom: 1em;
  }
}

/*case logo*/
.case-logo-wrap {
  max-width: 1200px;
  margin: 64px auto 0;
}

.case-logo-wrap .case-logo-intro {
  font-size: 1.6rem;
  margin-bottom: 32px;
  text-align: center;
}

.case-logo-wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.case-logo-wrap ul li {
  text-align: center;
  margin-bottom: 32px;
  width: 100%;
}

.case-logo-wrap ul li img {
  width: auto;
  max-width: 85%;
  vertical-align: middle;
}

.case-logo-wrap ul li.logo-sqr img {
  width: auto;
  max-width: 50%;
}

/*@media screen and (min-width: 440px) {
  .case-logo-wrap ul li {
    width: 50%;
  }
}

@media screen and (min-width: 640px) {
  .case-logo-wrap ul li {
    width: 33.3%;
  }
}*/

@media screen and (min-width: 768px) {
  .case-logo-wrap ul li {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .case-logo-wrap ul li {
    width: 16.65%;
  }
}