@charset "utf-8";

/* CSS Document */


/*** ------------------------------------------------------------------------------



HOME



-----------------------------------------------------------------------------  ***/

#home .visual {
  min-height: 800px;
  box-sizing: border-box;
  position: relative;
}

#home .visual>div:first-child, #home .visual>div:first-child>div {
  width: 100% !important;
  height: 120% !important;
  box-sizing: border-box;
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: calc(65% - 50px) !important;
  position: absolute;
  z-index: 1;
}

#home .visual .mv-cnt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1380px;
  padding: 150px 50px 253px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

#home .visual:after {
  content: '';
  display: block;
  width: 80%;
  max-width: 1400px;
  height: 60%;
  background-color: #006ebb;
  position: absolute;
  left: 0;
  bottom: -29%;
  z-index: -1;
}

#home .visual .mv-inner {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  max-width: 500px;
  padding: 45px 75px 45px 100px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  text-align: justify;
  position: absolute;
  top: 10vw;
  margin-bottom: 80px;
  opacity: 0;
}

#home .visual .mv-inner.slide1.on {
  animation-name: topmv;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  opacity: 1;
}

#home .visual .mv-inner.slide2.on {
  width: 70vw;
  background: url('../../img/home/slide2-back.jpg')no-repeat center center;
  background-size: cover;
  animation-name: topmv;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  opacity: 1;
}

#home .visual .mv-inner.slide2.on span {
  color: #00a040;
}

#home .visual .mv-inner.slide2.on h2 span {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Heebo', sans-serif;
}

#home .visual .mv-inner.slide2.on p:after {
  background-color: #00a040;
}

#home .visual .mv-inner.slide3.on {
  width: 70vw;
  background: url('../../img/home/slide3-back.png')no-repeat center center;
  background-size: cover;
  animation-name: topmv;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  opacity: 1;
}

#home .visual .mv-inner.slide4.on {
  animation-name: topmv;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  opacity: 1;
}

@keyframes topmv {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  55% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}

@keyframes topmvb {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  55% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}

#home .visual .mv-inner p {
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  margin-bottom: 23px;
}

#home .visual .mv-inner p:after {
  content: '';
  display: block;
  width: 120%;
  height: 1px;
  background-color: #006ebb;
  position: absolute;
  left: -50%;
  bottom: 0;
  animation-name: topmv2;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transform: translateX(50px);
}

@keyframes topmv2 {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}

#home .visual .mv-inner p span {
  font-size: 48px;
  font-weight: 500;
  color: #006ebb;
}

#home .visual .mv-inner h2 {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 2px;
  font-weight: 300;
}

#home .cnt-back {
  background: url('../../img/home/cnt-back.svg')no-repeat center top;
  background-size: cover;
  z-index: -1;
}

#home .cnt-back>section {
  position: relative;
  z-index: 2;
}


/* .news */

#home .news .inner {
  display: flex;
  justify-content: flex-start;
  padding: 150px 0 160px 110px;
  background: #fff;
  box-sizing: border-box;
}

#home .news .inner ul {
  display: block;
  width: 100%;
  padding-left: 70px;
  margin-top: 30px;
}

#home .news .inner ul li {
  width: 100%;
}

#home .news .inner a {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
  border-top: solid 1px #006ebb;
  font-size: 14px;
  color: #3f3b3a;
  position: relative;
}

#home .news .inner a:after {
  content: '';
  display: block;
  width: 60px;
  height: 100%;
  background: url('../img/arrow-btn.svg')no-repeat center right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}

#home .news .inner li:last-child a {
  border-bottom: solid 1px #006ebb;
}

#home .news .inner a .date {
  margin-right: 25px;
}

#home .news .inner a .cat {
  display: inline-block;
  padding: 5px 12px;
  border: solid 1px #006ebb;
  color: #006ebb;
  line-height: 1.2;
  margin-right: 80px;
}

@media (min-width: 769px) {
  #home .news .inner a:hover:after {
    transform: translateX(20px);
  }
}


/* .streng */

#home .streng .center:not(.section-ttl) {
  margin-bottom: 130px;
}

#home .streng ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#home .streng ul li {
  display: flex;
  justify-content: center;
  width: calc(100% / 3 - 40px);
  padding: 50px 30px 30px;
  background: #fff;
  border-top: solid 1px #006ebb;
  border-left: solid 1px #006ebb;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(30px, 30px);
  transition: 0.3s;
}

#home .streng ul li.run {
  transform: none;
  opacity: 1;
}

#home .streng ul li:nth-child(2) {
  margin-top: 40px;
  margin-bottom: -40px;
}

#home .streng ul li:nth-child(3) {
  margin-top: 80px;
  margin-bottom: -80px;
}

#home .streng ul li:before {
  content: '';
  display: block;
  width: 153px;
  height: 102px;
  background: url('../../img/home/str-1-num.svg')no-repeat bottom right;
  background-size: contain;
  position: absolute;
  top: -62px;
  right: 0;
  z-index: 1;
  transform: translate(30px, 30px);
  transition: 0.3s;
}

#home .streng ul li.run:before {
  transform: translate(0, 0);
  transition: 0.3s;
}

#home .streng ul li:nth-child(2):before {
  background: url('../../img/home/str-2-num.svg')no-repeat bottom right;
  background-size: contain;
}

#home .streng ul li:nth-child(3):before {
  background: url('../../img/home/str-3-num.svg')no-repeat bottom right;
  background-size: contain;
}

#home .streng ul li:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #006ebb;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  opacity: 0;
  transform: translate(-15px, -15px);
  transition: 0.5s;
  transition-delay: 0.3s;
  opacity: 0;
}

#home .streng ul li.run:after {
  transform: translate(0px, 0px);
  opacity: 1;
}

#home .streng ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 150px;
  text-align: center;
  margin-bottom: 45px;
}

#home .streng ul li .ttl {
  font-size: 18px;
  font-weight: 400;
  color: #006ebb;
  margin-bottom: 15px;
}

#home .streng ul li .text {
  font-size: 14px;
}

#home .streng .more-btn {
  margin-top: 100px;
}


/* .prod */

#home .prod .inner {
  max-width: 100%;
  padding: 0;
}

#home .prod .section-ttl~.center {
  margin-bottom: 70px;
}

#home .prod ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  max-width: 1440px;
  margin: 0 auto
}

#home .prod ul li {
  width: 50%;
  background: url('../../img/home/prod-1.jpg')no-repeat center center;
  background-size: cover;
  position: relative;
}

#home .prod ul li:nth-child(2) {
  background: url('../../img/home/prod-2.jpg')no-repeat center center;
  background-size: cover;
}

#home .prod ul li:nth-child(3) {
  background: url('../../img/home/prod-3.jpg')no-repeat center center;
  background-size: cover;
}

#home .prod ul li:nth-child(4) {
  background: url('../../img/home/prod-4.jpg')no-repeat center center;
  background-size: cover;
}

#home .prod ul li:nth-child(5) {
  background: url('../../img/home/prod-5.jpg')no-repeat center center;
  background-size: cover;
}

#home .prod ul li:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 63, 119, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}

#home .prod ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 85px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

#home .prod ul li a .ttl {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  padding-bottom: 70px;
}

#home .prod ul li a .ttl:after {
  content: '';
  display: block;
  width: 65px;
  height: 2px;
  background: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 34px;
}

#home .prod ul li a .text {
  font-size: 14px;
  margin-bottom: 60px;
}

#home .prod ul li a .more-btn {
  width: 160px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  transform: translateY(10px);
}

#home .prod a.more-btn {
  margin-top: 85px;
  transform: translateY(28px);
}

@media (min-width: 1600px) {
  #home .prod ul li {
    width: calc(100% / 2);
  }
}

@media (min-width: 769px) {
  #home .prod ul li:hover:after {
    background: rgba(38, 101, 158, 0.75);
  }
  #home .prod ul li:hover a, #home .prod ul li a:hover {
    opacity: 1;
  }
  #home .prod ul li:hover a .more-btn {
    transform: translateY(0px);
    opacity: 1;
  }
}


/* .devl */

.devl .mv-area {
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 80px 20px 200px;
  box-sizing: border-box;
  background: url('../../img/home/devl-1.jpg')no-repeat top -3px center;
  background-size: cover;
  position: relative;
  margin: 195px auto 0;
}

.devl .mv-area:after {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px #006ebb;
  position: absolute;
  top: 10px;
  left: 10px;
}

.devl .mv-area .section-ttl-2:before {
  content: '';
  display: block;
  width: 166px;
  height: 100px;
  background: url('../../img/home/devl-text.svg')no-repeat center right;
  background-size: contain;
  position: absolute;
  top: -35px;
  left: -190px;
}

.devl .mv-area .center {
  font-size: 16px;
  font-weight: 400;
}

.devl .inner {
  padding: 0;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.devl .inner ul {
  display: flex;
  justify-content: flex-start;
  max-width: 1000px;
  margin: -130px auto 0;
}

.devl .inner ul li {
  display: block;
  width: calc(100% / 3 - 6px);
  margin-right: 9px;
}

.devl .inner ul li:nth-child(3n) {
  margin-right: 0;
}

.devl .inner ul li a, #home .devl .inner ul li img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  pointer-events: auto;
}
.devl .inner ul li a p {
  width: 100%;
  padding: 15px 23px;
  box-sizing: border-box;
  background: url('../img/arrow-btn.svg')no-repeat center right 23px;
  background-size: 60px;
  background-color: #f0eae8;
  font-size: 14px;
  line-height: 1;
  color: #006ebb;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .devl .inner ul li:hover a p {
    background: url('../img/arrow-btn.svg')no-repeat center right 13px;
    background-size: 60px;
    background-color: #f0eae8;
  }
}


/* .intro */

#home .intro {
  position: relative;
  z-index: 2;
}

#home .intro {
  padding: 0 0 160px 0;
}

#home .intro .cnt {
  display: block;
  text-align: right;
  position: relative;
}

#home .intro .img {
  position: relative;
  max-width: 80%;
  margin-left: auto;
}

#home .intro .img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #006ebb;
  position: absolute;
  right: -24px;
  bottom: -24px;
}

#home .intro .text {
  display: block;
  width: 70%;
  max-width: 550px;
  padding: 85px 90px 0 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85);
  text-align: justify;
  line-height: 1.7;
  position: absolute;
  margin-bottom: -203px;
  left: 0;
  bottom: 0;
}

#home .intro .text span {
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  color: #3f3b3a;
  font-weight: bold;
  margin-bottom: 30px;
}

#home .intro .text .more-btn {
  margin-top: 85px;
  margin-right: 0;
}


/* .perf */

#home .perf {
  position: relative;
  z-index: 1;
}

#home .perf:after {
  content: '';
  width: 100%;
  height: 50%;
  background: #eff6fc;
  position: absolute;
  top: calc(200px + 6%);
  left: 0;
  z-index: -1;
}

#home .perf .inner {
  padding-top: 200px;
  padding-bottom: 196px;
}

#home .perf .center {
  margin-bottom: 80px;
}

#home .perf ul {
  display: flex;
  justify-content: flex-start;
  max-width: 1000px;
  margin: auto 0;
}

#home .perf ul li {
  display: block;
  width: calc(100% / 3 - 10px);
  margin-right: 15px;
}

#home .perf ul li:nth-child(3n) {
  margin-right: 0;
}

#home .perf ul li a, #home .perf ul li a img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
}

#home .perf ul li a:after {
  content: '';
  display: block;
  width: 72px;
  height: 72px;
  background: url('../img/arrow-btn-w.svg')no-repeat center center;
  background-size: 30px;
  background-color: #006ebb;
  border-radius: 50px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -36px;
}

#home .perf ul li a .cnt {
  padding: 24px 20px 85px;
  box-sizing: border-box;
  background: #fff;
  border: solid 5px #fff;
  color: #3f3b3a;
  position: relative;
  transition: 0.3s;
  position: relative;
}

#home .perf ul li a .info {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 16px;
}

#home .perf ul li a .info .cat {
  display: inline-block;
  padding: 4px 10px;
  border: solid 1px #006ebb;
  color: #006ebb;
  line-height: 1;
  font-size: 11px;
  margin-left: 15px;
}

#home .perf ul li a .text {
  font-size: 14px;
  line-height: 2;
  position: relative;
}

#home .perf ul li a .cnt-box {
  position: relative
}

#home .perf ul li a .cnt-box:before, #home .perf ul li a .cnt-box:after, #home .perf ul li a .cnt:before, #home .perf ul li a .cnt:after {
  transition: 0.3s ease-out;
}

#home .perf ul li a .cnt-box:before {
  content: '';
  display: block;
  width: 5px;
  height: 0;
  background: #006ebb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}

#home .perf ul li a .cnt-box:after {
  content: '';
  display: block;
  width: 5px;
  height: 0;
  background: #006ebb;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s;
}

#home .perf ul li a .cnt:before {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #006ebb;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;
  transition: 0.3s;
}

#home .perf ul li a .cnt:after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #006ebb;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}

@media (min-width: 769px) {
  #home .perf ul li a:hover {
    opacity: 1;
  }
  #home .perf ul li a:hover .cnt-box:before, #home .perf ul li a:hover .cnt-box:after {
    height: 100%;
  }
  #home .perf ul li a:hover .cnt:before, #home .perf ul li a:hover .cnt:after {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #home .visual .mv-inner {
    width: 55%;
    padding-left: 25px;
    padding-right: 40px;
  }
  #home .visual .mv-inner p:after {
    left: -30%;
  }
  #home .visual>div:first-child, #home .visual>div:first-child>div {
    background-position: top right !important;
    background-size: 80% !important;
    position: absolute;
    z-index: 1;
  }
}

@media (max-width: 1150px) {
  #home .news .inner {
    padding-left: 20px;
  }
  #home .news .inner a:after {
    width: 45px;
    background: url(../img/arrow-btn.svg)no-repeat right bottom 25px;
    background-size: contain;
  }
  #home .news .inner ul {
    padding-left: 30px;
    padding-right: 20px;
  }
  #home .news .inner ul br {
    display: block;
  }
  /* .streng */
  #home .streng ul {
    justify-content: space-around;
  }
  #home .streng ul li {
    width: calc(100% / 2 - 40px);
    margin-bottom: 40px;
  }
}

@media (max-width: 1100px) {
  #home .news .inner {
    width: calc(100% - 40px);
  }
}

@media (max-width: 1000px) {}

@media (max-width: 768px) {
  /* .visual */
  #home .visual {
    height: calc(90vh - 100px);
    min-height: calc(90vh - 100px);
  }
  #home .visual>div:first-child, #home .visual>div:first-child>div {
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    z-index: 1;
  }
  #home .visual:after {
    height: 85%;
    bottom: -60%;
  }
  #home .visual .mv-cnt {
    height: 100%;
    padding: 20px 0;
    justify-content: center;
    align-content: flex-end;
  }
  #home .visual .mv-inner {
    width: 70vw;
    padding: 30px 20px;
    margin: 0 auto;
    top: 10vw;
  }
  #home .visual .mv-inner.slide2.on {
    display: none;
  }
  #home .visual .mv-inner.slide3.on {
    display: none;
  }
  #home .visual .mv-inner p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #home .visual .mv-inner p:after {
    left: -30%;
    bottom: 4px;
  }
  #home .visual .mv-inner p span {
    font-size: 30px;
  }
  #home .visual .mv-inner h2 {
    font-size: 12px;
    font-weight: 400;
  }
  /* .news */
  #home .news .inner {
    display: block;
    width: calc(100% - 20px);
    padding: 75px 20px;
    margin-top: 0;
    margin-left: auto;
  }
  #home .news .inner .section-ttl {
    margin-bottom: 40px;
  }
  #home .news .inner ul {
    padding: 0;
  }
  #home .news .inner a {
    padding: 25px 0 40px;
    font-size: 12px;
  }
  #home .news .inner a .cat {
    font-size: 11px;
    margin-bottom: 12px;
  }
  #home .news .inner a:after {
    width: 45px;
    background: url(../img/arrow-btn.svg)no-repeat right bottom 25px;
    background-size: contain;
  }
  /* .cnt-back */
  #home .cnt-back {
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #eff6fc 50%, #eff6fc 100%);
  }
  /* .strong */
  #home .streng .center:not(.section-ttl) {
    margin-bottom: 70px;
  }
  #home .streng ul li, #home .streng ul li:nth-child(2), #home .streng ul li:nth-child(3) {
    width: calc(100% - 80px);
    padding: 45px 35px 30px;
    margin: 0 auto 90px;
  }
  #home .streng ul li:before {
    width: 100px;
    top: -75px;
  }
  #home .streng ul li .img {
    height: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  #home .streng ul li .img img {
    max-width: 85px;
    height: auto;
  }
  #home .streng ul li .ttl {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
  }
  #home .streng ul li .text {
    font-size: 12px;
    line-height: 1.8;
  }
  #home .streng .more-btn {
    margin-top: 0;
  }
  /* .prod */
  #home .prod .inner {
    padding-bottom: 80px;
  }
  #home .prod .section-ttl~.center {
    margin-bottom: 35px;
  }
  #home .prod ul li {
    display: block;
    width: 100%;
  }
  #home .prod ul li:nth-child(2n):after {
    background: rgba(38, 101, 158, 0.75);
  }
  #home .prod ul li a {
    display: flex;
    padding: 27px 20px 37px;
  }
  #home .prod ul li a .more-btn {
    opacity: 1;
  }
  #home .prod ul li a .ttl {
    padding-bottom: 22px;
    font-size: 18px;
    font-weight: 400;
  }
  #home .prod ul li a .ttl:after {
    width: 25px;
    height: 3px;
    bottom: 11px;
  }
  #home .prod ul li a .text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #home .prod ul li a .more-btn {
    font-size: 13px;
    font-weight: 500;
  }
  #home .prod a.more-btn {
    padding: 20px;
    font-size: 13px;
    font-weight: 500;
    margin: 65px auto 0;
    transform: translateY(0);
  }
  /* .devl */
  .devl .mv-area {
    padding: 150px 20px 450px;
    background-size: cover;
    margin-top: 90px;
  }
  .devl .mv-area .section-ttl-2:before {
    width: 165px;
    height: 110px;
    top: -115px;
    left: -30px;
  }
  .devl .mv-area .center {
    font-size: 12px;
  }
  .devl .inner {
    margin-top: -420px;
  }
  .devl .inner ul {
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .devl .inner ul li, .devl .inner ul li:nth-child(3n) {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
  }
  .devl .inner ul li a, .devl .inner ul li img {
    width: 100%;
  }
  /* .intro */
  #home .intro .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #home .intro .img {
    max-width: calc(100% - 15px);
    margin-left: 0;
    margin-right: auto;
  }
  #home .intro .img:after {
    right: -15px;
    bottom: -15px;
  }
  #home .intro .img img {
    max-width: 100%;
    height: auto;
  }
  #home .intro .text {
    width: 100%;
    padding: 0;
    font-size: 12px;
    position: relative;
    margin: 45px auto 0;
  }
  #home .intro .text span {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #home .intro .text .more-btn {
    margin: 60px auto 0;
  }
  /* .pref */
  #home .perf:after {
    height: 30%;
    top: 45px;
  }
  #home .perf .inner {
    padding-top: 0;
    padding-bottom: 54px;
  }
  #home .perf .center {
    margin-bottom: 30px;
  }
  #home .perf ul {
    flex-wrap: wrap;
  }
  #home .perf ul li {
    width: 100%;
    margin: 0 auto 100px;
  }
  #home .perf ul li a:after {
    background: url(../img/arrow-btn-w.svg)no-repeat center center;
    background-size: 30px;
    background-color: #006ebb;
  }
  #home .perf ul li a .cnt {
    padding-bottom: 50px;
  }
  #home .perf ul li a .info {
    font-size: 18px;
    font-weight: 500;
  }
  #home .perf ul li a .info .cat {
    font-size: 11px;
  }
}


/*** ------------------------------------------------------------------------------



ご注文の流れ



-----------------------------------------------------------------------------  ***/

#flow .page-mv:after {
  background: url(../../img/flow/mv.jpg) no-repeat top center / cover;
}

#flow .chart .inner {
  max-width: 1280px;
}

#flow .chart .list01 {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  box-sizing: border-box;
  padding: 20px 30px;
  max-width: 980px;
  background: url(../../img/flow/arrow01.png) no-repeat top right;
  margin-bottom: 40px;
}

#flow .chart .list02 {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  box-sizing: border-box;
  padding: 20px 30px;
  max-width: 780px;
  margin-left: auto;
  background: url(../../img/flow/arrow02.png) no-repeat top right;
}

#flow .chart .list01 li {
  width: calc(100% / 4 - 36px);
  display: flex;
  flex-wrap: wrap;
}

#flow .chart .list02 li {
  width: calc(100% / 3 - 36px);
  display: flex;
  flex-wrap: wrap;
}

#flow .chart li .num {
  display: block;
  text-align: right;
  width: 100%;
}

#flow .chart li .pict {
  width: 50%;
  margin: 10px auto 10px;
}

#flow .chart li .txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #006ebb;
  width: 100%;
}

#flow .detail {
  background-color: #eff6fc;
}

#flow .detail li {
  border-bottom: solid 20px #fff;
}

#flow .detail li:last-child {
  border-bottom: none;
}

#flow .detail li .inner {
  padding: 50px 40px;
  display: flex;
  justify-content: flex-start;
}

#flow .detail li .inner .txt-box {
  margin-left: 35px;
  color: #3f3b3a;
}

#flow .detail li .inner .txt-box .midashi {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

#flow .detail li .inner .txt-box .midashi strong {
  vertical-align: top;
  margin: -7px 10px 0 0;
  display: inline-block;
}

#flow .detail li .inner .txt-box .txt {
  font-size: 16px;
}

#flow .detail li .btnBox {
  width: 100%;
  padding: 0 0 50px;
  text-align: center;
}

#flow .detail li .btnBox .txt {
  font-size: 16px;
  font-weight: bold;
  color: #006ebb;
  margin-top: 10px;
}

#flow .contact-bnr .inner {
  padding: 80px 40px 160px;
}

#flow .contact-bnr a {
  background: url(../../img/flow/bnr_contact.jpg) no-repeat top center / cover;
  max-width: 840px;
  margin: 0 auto;
  height: 0;
  padding-top: 25.3%;
  position: relative;
  display: block;
  transition: .3s;
}

#flow .contact-bnr a:hover {
  opacity: .7;
}

#flow .contact-bnr a p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width:1000px) {
  #flow .chart .list01 {
    padding: 30px 0;
    background: url(../../img/flow/arrow02_sp.png) no-repeat top right / contain;
  }
  #flow .chart .list01 li {
    width: calc(100% / 4 - 20px);
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width:768px) {
  #flow .chart .list01 {
    justify-content: flex-start;
    max-width: 100%;
    background: url(../../img/flow/arrow01_sp.png) no-repeat center center / contain;
    margin-bottom: 20px;
    padding: 0;
  }
  #flow .chart .list01 li {
    width: calc(100% / 2 - 10px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #flow .chart .list02 {
    justify-content: flex-start;
    padding: 0;
    max-width: 100%;
    background: url(../../img/flow/arrow02_sp.png) no-repeat center center / contain;
  }
  #flow .chart .list02 li {
    width: calc(100% / 2 - 10px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #flow .chart li .num img {
    width: 24px;
  }
  #flow .chart li .pict {
    width: 50%;
    margin: 10px auto 10px;
  }
  #flow .chart li .txt {
    font-size: 12px;
  }
  #flow .detail li {
    border-bottom: solid 10px #fff;
  }
  #flow .detail li .inner {
    padding: 30px 20px;
    display: block;
  }
  #flow .detail li .inner .img {
    margin: 0 auto;
    max-width: 240px;
  }
  #flow .detail li .inner .txt-box {
    margin: 20px 0 0;
  }
  #flow .detail li .inner .txt-box .midashi {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #flow .detail li .inner .txt-box .midashi strong img {
    width: 30px;
  }
  #flow .detail li .inner .txt-box .txt {
    font-size: 12px;
  }
  #flow .detail li .btnBox {
    padding: 0 0 30px;
  }
  #flow .detail li .btnBox .txt {
    font-size: 12px;
  }
  #flow .contact-bnr .inner {
    padding: 40px 20px 80px;
  }
  #flow .contact-bnr a {
    padding-top: 30%;
  }
  #flow .contact-bnr a p {
    left: 20px;
    font-size: 16px;
    font-weight: bold;
  }
}


/*** ------------------------------------------------------------------------------



ご利用ガイド



-----------------------------------------------------------------------------  ***/

#guide .page-mv:after {
  background: url(../../img/guide/mv.jpg) no-repeat top center / cover;
}

#guide .page-link .inner {
  padding: 120px 40px 0;
}

#guide .page-link ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#guide .page-link ul li {
  width: calc(100% / 3 - 10px);
}

#guide .page-link ul li a {
  display: block;
  text-align: center;
  color: #006ebb;
  border: solid 1px #006ebb;
  width: 100%;
  box-sizing: border-box;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
  padding: 15px 0;
  transition: .3s;
  background: url(../../img/guide/arrow.svg) no-repeat top 50% right 25px / 16px;
}

#guide .page-link ul li a:hover {
  background: url(../../img/guide/arrow.svg) no-repeat top 60% right 25px / 16px;
}

#guide .conts .inner {
  color: #3f3b3a;
}

#guide .conts .tit-box {
  margin-bottom: 60px;
}

#guide .conts .tit-box .tit {
  padding: 20px 0;
  max-width: 340px;
  margin: 0 auto 60px;
  background: #fff;
  border-top: solid 1px #006ebb;
  border-left: solid 1px #006ebb;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(30px, 30px);
  transition: 0.3s;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

#guide .conts .tit-box .tit.run {
  transform: none;
  opacity: 1;
}

#guide .conts .tit-box .tit:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #006ebb;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  opacity: 0;
  transform: translate(-15px, -15px);
  transition: 0.5s;
  transition-delay: 0.3s;
  opacity: 0;
}

#guide .conts .tit-box .tit.run:after {
  transform: translate(0px, 0px);
  opacity: 1;
}

#guide .conts .read {
  text-align: center;
  font-size: 16px;
}

#guide #method.conts .inner {
  padding: 80px 40px 30px;
}

#guide #method.conts .list01 li {
  border-top: solid 1px #006ebb;
  padding: 20px 0 60px;
}

#guide #method.conts .list01 li .midashi {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

#guide #method.conts .list01 li .midashi strong {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}

#guide #method.conts .list01 li .txt1 {
  margin-bottom: 10px;
}

#guide #method.conts .list01 li .txt2 {
  color: #006ebb;
}

#guide #method.conts .list01 li table {
  border-left: solid 1px #006ebb;
  border-top: solid 1px #006ebb;
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0;
}

#guide #method.conts .list01 li table th, #guide #method.conts .list01 li table td {
  border-right: solid 1px #006ebb;
  border-bottom: solid 1px #006ebb;
  color: #006ebb;
  font-weight: bold;
  box-sizing: border-box;
  width: 50%;
  padding: 15px 25px;
}

#guide #method.conts .list02>li {
  padding: 0 0 40px;
}

#guide #method.conts .list02>li .midashi {
  background-color: #eff6fc;
  padding: 5px 30px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

#guide #method.conts .list02>li ol {
  margin-top: 30px;
}

#guide #method.conts .list02>li ol>li {
  border-top: dashed 1px #006ebb;
  padding: 20px 0;
}

#guide #method.conts .list02>li ol>li .txt2 {
  color: #006ebb;
  font-size: 18px;
  font-weight: bold;
}

#guide #method.conts .list02>li ol>li .txt2 strong {
  margin-left: 20px;
}

#guide #method.conts .list02>li ol>li .txt3 {
  margin-top: 10px;
}

#guide #method.conts .list02>li ol>li .txt3 strong {
  color: #006ebb;
}

#guide #method.conts .list02>li ol>li .card {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 20px;
}

#guide #method.conts .list02>li ol>li .card li {
  width: calc(100% / 8 - 30px);
}

#guide #method.conts .list02>li ol>li .card li img {
  width: 100%;
}

#guide #estimate {
  display: block;
  padding-top: 140px;
}

#guide #estimate .conts {
  background-color: #eff6fc;
  position: relative;
}

#guide #estimate .conts .inner {
  padding: 0 40px 40px;
}

#guide #estimate .conts .tit-box {
  transform: translateY(-70px);
  position: relative;
  margin-bottom: -20px;
  z-index: 1;
}

#guide #estimate .conts .list01>li {
  border-top: solid 2px #006ebb;
  padding: 20px 0 60px;
}

#guide #estimate .conts .list01>li .midashi {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

#guide #estimate .conts .list01>li .more-btn {
  margin-top: 30px;
}

#guide #estimate .conts .list01>li .number {
  font-size: 20px;
  font-weight: bold;
  color: #006ebb;
  margin-bottom: 10px;
}

#guide #estimate .conts .list01>li .btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

#guide #estimate .conts .list01>li .btn li {
  width: calc(80% / 2 - 30px);
  margin: 0 20px;
}

#guide #estimate .conts .list01>li .btn li a {
  display: block;
  background-color: #006ebb;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

#guide #estimate .conts .list01>li .btn li a:after {
  content: '';
  display: block;
  width: 72px;
  height: 72px;
  background: url(../img/arrow-btn-w.svg)no-repeat center center;
  background-size: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

#guide #estimate .conts .list01>li .btn li a:hover:after {
  right: -2%;
}

#guide #other.conts .inner {
  padding: 80px 40px 0;
}

#guide #other.conts .list01>li {
  border-top: solid 2px #006ebb;
  padding: 20px 0 30px;
}

#guide #other.conts .list01>li .midashi {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

#guide .contact-bnr .inner {
  padding: 80px 40px 160px;
}

#guide .contact-bnr a {
  background: url(../../img/guide/bnr_contact.jpg) no-repeat top center / cover;
  max-width: 840px;
  margin: 0 auto;
  height: 0;
  padding-top: 25.3%;
  position: relative;
  display: block;
  transition: .3s;
}

#guide .contact-bnr a:hover {
  opacity: .7;
}

#guide .contact-bnr a p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  #guide .page-link .inner {
    padding: 80px 20px 0;
  }
  #guide .page-link ul li {
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
  }
  #guide .page-link ul li a {
    font-size: 13px;
    padding: 10px 0;
    background: url(../../img/guide/arrow.svg) no-repeat top 50% right 5px / 10px;
  }
  #guide .conts .tit-box {
    margin-bottom: 30px;
  }
  #guide .conts .tit-box .tit:after {
    right: -10px;
    bottom: -10px;
  }
  #guide .conts .tit-box .tit {
    padding: 20px 0;
    margin: 0 auto 30px;
    font-size: 20px;
  }
  #guide .conts .read {
    text-align: center;
    font-size: 14px;
  }
  #guide #method.conts .inner {
    padding: 40px 20px 80px;
  }
  #guide #method.conts .list01 li {
    border-top: solid 1px #006ebb;
    padding: 20px 0 40px;
    font-size: 12px;
  }
  #guide #method.conts .list01 li .midashi {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  #guide #method.conts .list01 li:nth-child(1) .midashi strong img {
    max-width: 50px;
  }
  #guide #method.conts .list01 li:nth-child(2) .midashi strong img {
    max-width: 80px;
  }
  #guide #method.conts .list01 li table th, #guide #method.conts .list01 li table td {
    padding: 10px 20px;
    line-height: 1.4;
  }
  #guide #method.conts .list02>li {
    padding: 0 0 20px;
    font-size: 12px;
  }
  #guide #method.conts .list02>li .midashi {
    background-color: #eff6fc;
    padding: 3px 20px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #guide #method.conts .list02>li ol>li .txt2 {
    font-size: 14px;
  }
  #guide #method.conts .list02>li ol>li .card {
    justify-content: center;
    flex-wrap: wrap;
  }
  #guide #method.conts .list02>li ol>li .card li {
    width: calc(100% / 4 - 10px);
  }
  #guide #estimate .conts .inner {
    padding: 0 20px 40px;
  }
  #guide #estimate .conts .tit-box {
    transform: translateY(-50px);
    margin-bottom: -10px;
  }
  #guide #estimate .conts .list01>li {
    border-top: solid 1px #006ebb;
    padding: 20px 0 40px;
    font-size: 12px;
  }
  #guide #estimate .conts .list01>li .midashi {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #guide #estimate .conts .list01>li .number {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #guide #estimate .conts .list01>li .btn {
    display: block;
    margin: 20px 0 0;
  }
  #guide #estimate .conts .list01>li .btn li {
    width: 100%;
    margin: 0 0 10px;
  }
  #guide #estimate .conts .list01>li .btn li a {
    font-size: 14px;
    padding: 10px 0;
  }
  #guide #other.conts .inner {
    padding: 60px 20px 0;
  }
  #guide #other.conts .list01>li {
    border-top: solid 1px #006ebb;
    padding: 20px 0 30px;
    font-size: 12px;
  }
  #guide #other.conts .list01>li .midashi {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #guide .contact-bnr .inner {
    padding: 40px 20px 80px;
  }
  #guide .contact-bnr a {
    padding-top: 30%;
  }
  #guide .contact-bnr a p {
    left: 20px;
    font-size: 16px;
    font-weight: bold;
  }
}


/*** ------------------------------------------------------------------------------



スタッフ紹介



-----------------------------------------------------------------------------  ***/

#staff .page-mv:after {
  background: url(../../img/staff/mv.jpg) no-repeat top center / cover;
}

#staff .staff-list .inner {
  padding: 160px 40px 80px;
}

#staff .staff-list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto 0;
  padding-bottom: 50px;
}

#staff .staff-list ul li {
  display: block;
  width: calc(100% / 3 - 30px);
  margin: 0 45px 100px 0;
}

#staff .staff-list ul li:nth-child(3n) {
  margin-right: 0;
}

#staff .staff-list ul li:nth-child(3n+2) {
  margin-top: 100px;
}

#staff .staff-list ul li a {
  color: #3f3b3a;
}

#staff .staff-list ul li a img {
  width: 100%;
}

#staff .staff-list ul li a .name {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  padding: 20px 0;
}

#staff .staff-list ul li a .name span {
  display: block;
  font-size: 14px;
}

#staff .staff-list ul li a .more-btn {
  width: 160px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(10px);
}

@media (min-width: 769px) {
  #staff .staff-list ul li a:hover .more-btn {
    transform: translateY(0px);
    opacity: 1;
    background-color: #006ebb;
    color: #fff;
  }
}

@media screen and (max-width:768px) {
  #staff .staff-list .inner {
    padding: 80px 20px;
  }
  #staff .staff-list ul {
    display: block;
    padding-bottom: 0;
  }
  #staff .staff-list ul li {
    width: 100%;
    margin: 0 0 45px;
    font-size: 12px;
  }
  #staff .staff-list ul li:nth-child(3n+2) {
    margin-top: 0;
  }
  #staff .staff-list ul li a .name {
    font-size: 16px;
    padding: 10px 0;
  }
  #staff .staff-list ul li a .name span {
    display: block;
    font-size: 12px;
  }
  #staff .staff-list ul li a .more-btn {
    font-size: 14px;
    margin-top: 10px;
    opacity: 1;
  }
}


/*** ------------------------------------------------------------------------------



スタッフ詳細紹介



-----------------------------------------------------------------------------  ***/

#staff_detail .page-mv:after {
  background: url(../../img/staff/mv.jpg) no-repeat top center / cover;
}

#staff_detail .data {
  position: relative;
}

#staff_detail .data:after {
  content: '';
  width: 40%;
  height: 60%;
  background: #eff6fc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#staff_detail .data .inner {
  display: flex;
  justify-content: flex-start;
}

#staff_detail .data .inner .txt-box {
  margin-left: 70px;
  color: #3f3b3a;
}

#staff_detail .data .inner .txt-box .name {
  font-size: 32px;
  line-height: 1.6;
  font-weight: bold;
  padding: 0 0 20px;
  position: relative;
  margin-bottom: 30px;
}

#staff_detail .data .inner .txt-box .name:after {
  content: '';
  width: 70%;
  height: 2px;
  background: #006ebb;
  position: absolute;
  bottom: 0;
  left: 0;
}

#staff_detail .data .inner .txt-box .name span {
  display: block;
  font-size: 16px;
}

#staff_detail .data .inner .txt-box ul li {
  margin-bottom: 15px;
}

#staff_detail .data .inner .txt-box ul li .item {
  color: #006ebb;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  background-color: #f0eae8;
  width: 120px;
  text-align: center;
  border-radius: 20px;
  padding: 4px 0;
  margin-bottom: 5px;
}

#staff_detail .faq .inner {
  padding: 0 40px 80px;
  color: #3f3b3a;
}

#staff_detail .faq .inner ul li {
  margin-bottom: 40px;
}

#staff_detail .faq .inner ul li .q {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #006ebb;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

#staff_detail .faq .inner ul li .q strong {
  display: inline-block;
  border: solid 1px #006ebb;
  vertical-align: middle;
  padding: 10px 15px;
  margin: -9px 20px 0 0;
}

#staff_detail .faq .inner ul li .q strong img {
  display: block;
}

#staff_detail .img-cont .inner {
  padding: 0 100px 80px;
  color: #3f3b3a;
}

#staff_detail .img-cont .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

#staff_detail .img-cont .inner ul li {
  margin: 0 40px;
}

#staff_detail .img-cont .inner ul li img {
  width: 100%;
}

#staff_detail .img-cont .inner ul li .txt {
  margin-top: 10px;
  font-size: 14px;
}

#staff_detail .img-cont .inner ul li.vertical {
  width: calc(73% / 2 - 20px);
}

#staff_detail .img-cont .inner ul li.horizontal {
  width: calc(100% / 2 - 20px);
}

@media screen and (max-width:1000px) {
  #staff_detail .data .inner {
    display: block;
  }
  #staff_detail .data .inner .txt-box {
    margin: 50px 0 0;
  }
  #staff_detail .data .inner .img {
    margin: 0 auto;
    width: 70%;
  }
  #staff_detail .data .inner .img img {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  #staff_detail .data .inner {
    padding: 40px 20px;
  }
  #staff_detail .data .inner .img {
    margin: 0 auto;
    width: 90%;
  }
  #staff_detail .data:after {
    width: 60%;
    height: 35%;
  }
  #staff_detail .data .inner .txt-box {
    margin: 30px 0 0;
  }
  #staff_detail .data .inner .txt-box .name {
    font-size: 24px;
    padding: 0 0 10px;
    margin-bottom: 20px;
  }
  #staff_detail .data .inner .txt-box .name:after {
    height: 1px;
    width: 100%;
  }
  #staff_detail .data .inner .txt-box .name span {
    font-size: 14px;
  }
  #staff_detail .data .inner .txt-box ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #staff_detail .data .inner .txt-box ul li .item {
    font-size: 12px;
  }
  #staff_detail .faq .inner {
    padding: 0 20px 0;
  }
  #staff_detail .faq .inner ul li {
    margin-bottom: 30px;
    font-size: 12px;
  }
  #staff_detail .faq .inner ul li .q {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #staff_detail .faq .inner ul li .q strong {
    display: inline-block;
    border: solid 1px #006ebb;
    vertical-align: middle;
    padding: 8px 10px;
    margin: -7px 10px 0 0;
  }
  #staff_detail .faq .inner ul li .q strong img {
    display: block;
    width: 15px;
  }
  #staff_detail .img-cont .inner {
    padding: 0 20px 80px;
    color: #3f3b3a;
  }
  #staff_detail .img-cont .inner ul {
    display: block;
    margin-bottom: 40px;
  }
  #staff_detail .img-cont .inner ul li {
    margin: 0 auto 30px;
  }
  #staff_detail .img-cont .inner ul li img {
    width: 100%;
  }
  #staff_detail .img-cont .inner ul li .txt {
    margin-top: 10px;
    font-size: 12px;
  }
  #staff_detail .img-cont .inner ul li.vertical {
    width: calc(73% / 1 - 10px);
  }
  #staff_detail .img-cont .inner ul li.horizontal {
    width: calc(100% / 1 - 10px);
  }
}


/*** ------------------------------------------------------------------------------



会社案内



-----------------------------------------------------------------------------  ***/

#company .page-mv:after {
  background: url(../../img/company/mv.jpg) no-repeat top center / cover;
}

#company .conts .inner {
  color: #3f3b3a;
  padding: 120px 40px 60px;
}

#company .conts .tit-box {
  transform: translateY(-70px);
    position: relative;
    margin-bottom: -40px;
    z-index: 1;
}

#company .conts .tit-box .tit {
  padding: 20px 0;
  max-width: 340px;
  margin: 0 auto 60px;
  background: #fff;
  border-top: solid 1px #006ebb;
  border-left: solid 1px #006ebb;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(30px, 30px);
  transition: 0.3s;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

#company .conts .tit-box .tit.run {
  transform: none;
  opacity: 1;
}

#company .conts .tit-box .tit:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #006ebb;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  opacity: 0;
  transform: translate(-15px, -15px);
  transition: 0.5s;
  transition-delay: 0.3s;
  opacity: 0;
}

#company .conts .tit-box .tit.run:after {
  transform: translate(0px, 0px);
  opacity: 1;
}
#company #philosophy.conts .inner {
  padding: 190px 40px 60px;
}
#company #philosophy .txt {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
}

#company #philosophy .txt:after {
  content: '';
  width: 24px;
  height: 3px;
  background: #006ebb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#company #philosophy ol li {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #006ebb;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

#company #philosophy ol li strong {
  display: inline-block;
  border: solid 1px #006ebb;
  vertical-align: middle;
  padding: 10px 10px;
  margin: -9px 20px 0 0;
}

#company #philosophy ol li strong img {
  display: block;
}

#company #business ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}

#company #business ul li:nth-child(even) {
  flex-flow: row-reverse;
}

#company #business ul li .img {
  position: relative;
}

#company #business ul li .img:after {
  content: '';
  width: 100%;
  height: 100%;
  border: solid 1px #006ebb;
  position: absolute;
  top: 10px;
  left: 10px;
}

#company #business ul li .img span {
  background-color: #006ebb;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 10px;
  color: #fff;
  padding: 5px 30px;
  z-index: 1;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

#company #business ul li .txt-box {
  margin: 0 0 0 60px;
  font-size: 16px;
}

#company #business ul li:nth-child(even) .txt-box {
  margin: 0 60px 0 0;
}

#company #business ul li .txt-box .midashi {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

#company #facility.conts {
  position: relative;
  background-color: #eff6fc;
  margin-bottom: 160px;
}
#company #facility .inner {
  padding: 140px 40px 40px;
}

#company #facility ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

#company #facility ul li {
  width: calc(100% / 6 - 15px);
  text-align: center;
}

#company #facility ul li img {
  width: 100%;
}

#company #facility ul+p {
  text-align: center;
  font-size: 24px;
}

#company #facility .bnr {
  background: url(../../img/company/bnr-facility.jpg) no-repeat top center / cover;
  max-width: 840px;
  margin: 80px auto 0;
  height: 0;
  padding-top: 25.3%;
  position: relative;
  display: block;
  transition: .3s;
}

#company #facility .bnr:hover {
  opacity: .7;
}

#company #facility .bnr p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

#company #outline.conts {
  position: relative;
}

#company #outline.conts .inner{
  padding: 0 40px 80px;
}

#company .history .inner {
  padding: 0 40px 40px;
}

#company #outline.conts .tit-box {
  transform: translateY(-70px);
  position: relative;
  margin-bottom: -40px;
  z-index: 1;
}

#company #outline table {
  border-top: solid 1px #006ebb;
  width: 100%;
}

#company #outline th, #company #outline td {
  font-size: 16px;
  color: #3f3b3a;
  border-bottom: solid 1px #006ebb;
  font-weight: 400;
  vertical-align: top;
  box-sizing: border-box;
}

#company #outline th {
  word-break: keep-all;
  padding: 20px 10px;
  width: 15%;
}

#company #outline td {
  padding: 20px 10px 20px 50px;
  width: 85%;
}

#company #outline td>div {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#company #outline td>div:last-child {
  margin-bottom: 0;
}

#company #outline td div .txt-box {
  margin-left: 20px;
}

#company #outline td div .txt-box a {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #006ebb;
  box-sizing: border-box;
  border-radius: 50px;
  color: #006ebb;
  font-size: 14px;
  line-height: 1;
  font-family: 'Heebo', sans-serif;
  padding: 5px 25px;
  transition: 0.5s;
  margin-top: 10px;
}

#company #outline td div .txt-box a:hover {
  background: #006ebb;
  opacity: 1;
  color: #fff;
}

#company #outline .history {
  padding: 40px 0 0;
  margin-bottom: 80px;
  background-color: #eff6fc;
}

#company #outline .history .tit {
  font-size: 64px;
  font-weight: 500;
  font-family: 'Heebo', sans-serif;
  line-height: 1;
  color: #006ebb;
  text-align: center;
  margin: 0 0 40px;
}

#company #outline .history .box {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

#company #outline .history .box .chronological {
  width: 110%;
  transform: translateX(-3%);
  transition: all 0.5s ease-in-out;
}

#company #outline .history .box .prev-btn {
  content: '';
  width: 30%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#company #outline .history .box .chronological.prev {
  transform: translateX(0);
}

#company #outline .history .box .next-btn {
  content: '';
  width: 30%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}

#company #outline .history .box .chronological.next {
  transform: translateX(-8%);
}

#company #outline .history .box .chronological {
  position: relative;
}

#company #outline .history .box .chronological:before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #006ebb;
  position: absolute;
  top: 60px;
  left: 0;
}

#company #outline .history .box .chronological ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}

#company #outline .history .box .chronological ul li {
  width: 20%;
  padding: 20px 0;
  position: relative;
}

#company #outline .history .box .chronological ul li:last-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15%;
  height: 100%;
  border-left: dotted 1px #006ebb;
}

#company #outline .history .box .chronological ul li .year {
  position: relative;
  display: inline-block;
}

#company #outline .history .box .chronological ul li .year:after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 40px;
  background-color: #006ebb;
}

#company #outline .history .box .chronological ul li.large .year:after {
  width: 8px;
}

#company #outline .history .box .chronological ul li .txt {
  margin: 60px 0 0 40px;
}

#company #outline .history .box .chronological ul li.large .txt {
  margin: 60px 0 0 50px;
}

#company #map .tit-box {
  transform: translateY(-70px);
  position: relative;
  margin-bottom: -40px;
  z-index: 1;
}

#company #map.conts {
  position: relative;
}

#company #map.conts .inner {
  padding: 40px 40px;
}

#company #map.conts .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 40px 0;
}

#company #map.conts .inner ul:last-child {
  margin: 0;
}

#company #map.conts .inner ul li {
  width: 48%;
}

#company #map.conts .inner ul li .txt {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#company #map.conts .inner ul li .txt strong {
  font-size: 20px;
  display: block;
}

#company #map.conts .inner ul li .map iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width:768px) {
  #company .conts .inner {
    padding: 80px 20px 0;
  }
  #company .conts .tit-box {
    margin-bottom: 30px;
    transform: unset;
  }
  #company .conts .tit-box .tit {
    padding: 20px 0;
    margin: 0 auto 40px;
    font-size: 20px;
  }
  #company .conts .tit-box .tit.run {
    transform: none;
    opacity: 1;
  }
  #company .conts .tit-box .tit:after {
    right: -10px;
    bottom: -10px;
  }
  #company .conts .tit-box .tit.run:after {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  #company #philosophy.conts .inner{
    padding: 80px 20px 0;
  }
  #company #philosophy .txt {
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  #company #philosophy .txt:after {
    width: 20px;
    height: 1px;
  }
  #company #philosophy ol li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #company #philosophy ol li strong {
    padding: 8px 5px;
    margin: -5px 10px 0 0;
  }
  #company #philosophy ol li strong img {
    display: block;
    width: 24px;
  }
  #company #business ul li {
    display: block;
    margin-bottom: 40px;
  }
  #company #business ul li:last-child {
    margin-bottom: 0;
  }
  #company #business ul li .img img {
    width: 100%;
  }
  #company #business ul li .img:after {
    top: 5px;
    left: 5px;
  }
  #company #business ul li .img span {
    z-index: 1;
    font-size: 14px;
    bottom: -6px;
    left: 5px;
  }
  #company #business ul li .txt-box {
    margin: 30px 0 0;
    font-size: 12px;
  }
  #company #business ul li:nth-child(even) .txt-box {
    margin: 30px 0 0;
  }
  #company #business ul li .txt-box .midashi {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #company #facility .inner {
    margin-top: 60px;
    margin-bottom: -40px;
    padding: 60px 20px 40px;
    font-size: 12px;
  }
  #company #facility ul {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #company #facility ul li {
    width: calc(100% / 3 - 10px);
    margin-bottom: 10px;
  }
  #company #facility .bnr {
    margin: 30px auto 0;
    padding-top: 30%;
  }
  #company #facility .bnr p {
    font-size: 16px;
  }
  #company #outline.conts .inner {
    padding: 0 20px 40px;
  }
  #company #outline.conts .tit-box {
    transform: translateY(-50px);
    margin-bottom: -10px;
  }
  #company #outline table {
    border-top: solid 1px #006ebb;
    width: 100%;
  }
  #company #outline th, #company #outline td {
    font-size: 12px;
    color: #3f3b3a;
    border-bottom: solid 1px #006ebb;
    font-weight: 400;
    vertical-align: top;
    box-sizing: border-box;
  }
  #company #outline th {
    word-break: keep-all;
    padding: 10px 5px 5px;
    border-bottom: dotted 1px #006ebb;
    width: 100%;
    display: block;
  }
  #company #outline td {
    width: 100%;
    padding: 5px 5px 10px;
    display: block;
  }
  #company #outline td>div {
    margin-bottom: 20px;
    display: block;
  }
  #company #outline td>div:last-child {
    margin-bottom: 0;
  }
  #company #outline td div .img {
    width: 80%;
    margin: 0 auto 10px;
  }
  #company #outline td div .img img {
    width: 100%;
  }
  #company #outline td div .txt-box {
    margin-left: 20px;
  }
  #company #outline .history {
    padding: 20px 0 30px;
  }
  #company #outline .history .tit {
    font-size: 30px;
    margin: 0 0 20px;
  }
  #company #outline .history .box {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
  #company #outline .history .box .chronological {
    width: 120%;
    transform: translateX(-10%);
  }
  #company #outline .history .box .prev-btn {
    width: 50%;
  }
  #company #outline .history .box .next-btn {
    width: 50%;
  }
  #company #outline .history .box .chronological.next {
    transform: translateX(-17%);
  }
  #company #outline .history .box .chronological {
    position: relative;
  }
  #company #outline .history .box .chronological:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #006ebb;
    position: absolute;
    top: 45px;
    left: 0;
  }
  #company #outline .history .box .chronological ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  #company #outline .history .box .chronological ul li {
    width: 22%;
    font-size: 12px;
    line-height: 1.6;
    padding: 10px 0;
  }
  #company #outline .history .box .chronological ul li:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    height: 100%;
    border-left: dotted 1px #006ebb;
  }
  #company #outline .history .box .chronological ul li .year {
    width: 35px;
  }
  #company #outline .history .box .chronological ul li .year img {
    width: 100%;
  }
  #company #outline .history .box .chronological ul li .year:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background-color: #006ebb;
  }
  #company #outline .history .box .chronological ul li.large .year {
    width: 45px;
  }
  #company #outline .history .box .chronological ul li.large .year:after {
    width: 4px;
  }
  #company #outline .history .box .chronological ul li .txt {
    margin: 30px 0 0;
  }
  #company #outline .history .box .chronological ul li.large .txt {
    margin: 30px 0 0;
  }
  #company #map.conts .inner {
    padding: 30px 20px;
  }
  #company #map.conts .inner ul {
    display: block;
    margin: 0;
  }
  #company #map.conts .inner ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #company #map.conts .inner ul li .txt {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #company #map.conts .inner ul li .txt strong {
    font-size: 16px;
    display: block;
  }
  #company #map.conts .inner ul li .map iframe {
    width: 100%;
    height: 300px;
  }
}


/*** ------------------------------------------------------------------------------



新着情報



-----------------------------------------------------------------------------  ***/

#news .page-mv:after {
  background: url(../../img/news/mv.jpg) no-repeat top center / cover;
}

#news .list {
  border-top: solid 1px #006ebb;
  margin-bottom: 80px;
}

#news .list li {
  padding: 50px 0;
  border-bottom: solid 1px #006ebb;
}

#news .list li a {
  display: block;
  color: #3f3b3a;
  background: url('../img/arrow-btn.svg')no-repeat bottom right 23px;
  background-size: 60px;
  font-size: 16px;
  transition: 0.3s;
}

#news .list li a .data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#news .list li a .data .cat {
  border: solid 1px #006ebb;
  display: inline-block;
  margin: -5px 50px 0 10px;
  color: #006ebb;
  padding: 5px 10px;
  word-break: keep-all;
}

#news .list li a .data .midashi {
  font-size: 20px;
  color: #006ebb;
}

#news .pager {
  text-align: center;
}

#news .pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

#news .pager .pagination li {
  padding: 0;
  background: #fff;
  width: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  position: relative;
  border: solid 1px #006ebb;
  border-right: none;
}

#news .pager .pagination li:last-child {
  border-right: solid 1px #006ebb;
}

#news .pager .pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #006ebb;
  text-decoration: none;
}

#news .pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

#news .pager .pagination li a:hover, #news .pager .pagination li a.active {
  color: #fff;
  background: #006ebb;
}

#news .pager .pagination li.pre a, #news .pager .pagination li.next a, #news .pager .pagination li a.first, #news .pager .pagination li a.last, #news .pager .pagination li a.previouspostslink, #news .pager .pagination li a.nextpostslink {
  background-color: #f3f2f2;
}

#news .pager .pagination li.pre a:hover, #news .pager .pagination li.next a:hover, #news .pager .pagination li a.first:hover, #news .pager .pagination li a.last:hover, #news .pager .pagination li a.previouspostslink:hover, #news .pager .pagination li a.nextpostslink:hover {
  color: #fff;
  background: #006ebb;
}

@media (min-width: 769px) {
  #news .list li a:hover {
    background: url('../img/arrow-btn.svg')no-repeat bottom right 13px;
    background-size: 60px;
  }
}

@media screen and (max-width:768px) {
  #news .list li {
    padding: 30px 0;
  }
  #news .list li a {
    font-size: 12px;
    background: url('../img/arrow-btn.svg')no-repeat bottom right;
    background-size: 60px;
  }
  #news .list li a .data {
    flex-wrap: wrap;
  }
  #news .list li a .data .midashi {
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
  }
  #news .list li a .txt {
    padding-bottom: 10px;
  }
  #news .pager .pagination li {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}


/*** ------------------------------------------------------------------------------



新着情報詳細



-----------------------------------------------------------------------------  ***/

#news_detail .inner {
  padding: 80px 40px 160px;
}

#news_detail .data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 40px;
  border-top: solid 1px #006ebb;
  border-bottom: solid 1px #006ebb;
  padding: 40px 0;
}

#news_detail .data .cat {
  border: solid 1px #006ebb;
  display: inline-block;
  margin: -5px 0 0 10px;
  color: #006ebb;
  padding: 5px 10px;
  word-break: keep-all;
}

#news_detail .data .midashi {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  margin-top: 30px;
  color: #006ebb;
}

#news_detail .article {
  margin-bottom: 80px;
}

#news_detail .article .txt {
  margin-right: 70px;
  font-size: 16px;
  color: #3f3b3a;
}

#news_detail .article {
  padding-bottom: 70px;
  letter-spacing: 0.04em;
}

#news_detail .article p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 40px;
}

#news_detail .article h2 {
  padding-top: 3px;
  padding-left: 15px;
  margin: 30px 0 40px;
  border-left: solid 4px #006ebb;
  font-size: 24px;
  line-height: 1.3;
}

#news_detail .article h3 {
  padding: 10px;
  background: #FAFAFA;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 40px;
}

#news_detail .article h4 {
  font-weight: bold;
  margin-bottom: 40px;
}

#news_detail .article a {
  color: #E20025;
  text-decoration: underline;
  transition: 0.3s;
}

#news_detail .article a:hover {
  text-decoration: none;
}

#news_detail .article ul, #news_detail .article ol {
  font-weight: normal;
  margin-bottom: 2.5em;
  padding: 0 0 0 1.5em;
}

#news_detail .article ul li {
  font-weight: normal;
  list-style: disc;
}

#news_detail .article ol li {
  font-weight: normal;
  list-style: decimal;
}

#news_detail .article .alignnone {
  padding: 4px;
  margin: 0px 15px 30px 0px;
}

#news_detail .article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding: 4px;
}

#news_detail .article .alignright {
  float: right;
  display: inline;
  padding: 4px;
  margin: 0px 0px 30px 40px;
}

#news_detail .article .alignleft {
  float: left;
  display: inline;
  padding: 4px;
  margin: 0px 40px 30px 0px;
}

#news_detail .article .clear {
  clear: both;
}

#event #news_detail .article img.alignleft {
  width: 248px;
  height: 248px;
  object-fit: cover;
}

#news_detail .article blockquote {
  background: #f5f5f5;
  margin: 3.5em 0;
  padding: 30px;
}

#news_detail .article blockquote p {
  margin: 0;
}

#news_detail .article blockquote cite {
  font-weight: bold;
  font-style: italic;
  color: #666;
}

@media screen and (max-width: 800px) {
  #news_detail .article blockquote {
    margin: 2.5em 0;
  }
}


/* table */

#news_detail .article table {
  width: 100%;
  font-size: 15px;
  line-height: 2;
  border-bottom: 1px solid #ddd;
  margin: 1.0em 0 3.5em;
  font-weight: normal;
}

#news_detail .article table tbody {
  width: 100%;
}

#news_detail .article table tr {
  width: 100%;
}

#news_detail .article table th {
  width: 200px;
  text-align: left;
  font-weight: bold;
  padding: 1.5em 1em 1.5em 0;
  border-top: 1px solid #ddd;
}

#news_detail .article table td {
  padding: 1.5em 0;
  border-top: 1px solid #ddd;
  font-weight: normal;
}

#news_detail .article table tr:first-child th, #news_detail .article table tr:first-child td {
  border-top: none;
}

@media screen and (max-width: 800px) {
  #news_detail .article table {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 2.5em;
  }
  #news_detail .article table th {
    width: 100px;
    padding: 1em 1em 1em 0;
  }
  #news_detail .article table td {
    padding: 1em 0;
  }
}

#news_detail .article .v-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

#news_detail .article .v-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:900px) {
  #news_detail .article .alignnone, #news_detail .article .aligncenter, #news_detail .article .alignright, #news_detail .article .alignleft {
    max-width: 100%;
    display: block;
    margin: 0 auto 0px;
    float: none;
  }
  #news_detail .article strong {
    font-size: 20px;
  }
  #news_detail .article .clear {
    margin-bottom: 30px;
  }
  #news_detail .article video {
    width: 100%;
  }
}

@media screen and (max-width:900px) {
  #news_detail .article {
    display: block;
  }
  #news_detail .article .txt {
    margin: 0 0 50px;
    font-size: 16px;
    color: #3f3b3a;
  }
  #news_detail .article .img {
    margin: 0 auto;
    width: 80%;
  }
  #news_detail .article .img img {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  #news_detail .inner {
    padding: 40px 20px 80px;
  }
  #news_detail .data {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 30px 0;
  }
  #news_detail .data .midashi {
    font-size: 16px;
    margin-top: 20px;
  }
  #news_detail .article {
    margin-bottom: 50px;
  }
  #news_detail .article .txt {
    margin: 0 0 30px;
    font-size: 12px;
    color: #3f3b3a;
  }
  #news_detail .article .img {
    width: 100%;
  }
  #news_detail .back-btn {
    width: 240px;
    padding: 22px;
    font-size: 13px;
    font-weight: 500;
  }
}


/*** ------------------------------------------------------------------------------



導入実績



-----------------------------------------------------------------------------  ***/

#case .page-mv:after {
  background: url(../../img/case/mv.jpg) no-repeat top center / cover;
}

#case .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto 0;
  padding-bottom: 50px;
}

#case .list li {
  display: block;
  width: calc(100% / 3 - 10px);
  margin: 0 15px 80px 0;
}

#case .list li:nth-child(3n) {
  margin-right: 0;
}

#case .list li a, #case .list li a img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

#case .list li a:after {
  content: '';
  display: block;
  width: 72px;
  height: 72px;
  background: url('../img/arrow-btn-w.svg')no-repeat center center;
  background-size: 30px;
  background-color: #006ebb;
  border-radius: 50px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -36px;
}

#case .list li a .cnt {
  padding: 24px 20px 85px;
  box-sizing: border-box;
  background: #fff;
  border: solid 5px #fff;
  color: #3f3b3a;
  position: relative;
  transition: 0.3s;
  position: relative;
}

#case .list li a .info {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 16px;
}

#case .list li a .info .cat {
  display: inline-block;
  padding: 4px 10px;
  border: solid 1px #006ebb;
  color: #006ebb;
  line-height: 1;
  font-size: 11px;
  margin-left: 15px;
}

#case .list li a .text {
  font-size: 14px;
  line-height: 2;
  position: relative;
}

#case .list li a .cnt-box {
  position: relative
}

#case .list li a .cnt-box:before, #case .list li a .cnt-box:after, #case .list li a .cnt:before, #case .list li a .cnt:after {
  transition: 0.3s ease-out;
}

#case .list li a .cnt-box:before {
  content: '';
  display: block;
  width: 5px;
  height: 0;
  background: #006ebb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}

#case .list li a .cnt-box:after {
  content: '';
  display: block;
  width: 5px;
  height: 0;
  background: #006ebb;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s;
}

#case .list li a .cnt:before {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #006ebb;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;
  transition: 0.3s;
}

#case .list li a .cnt:after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #006ebb;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}

@media (min-width: 769px) {
  #case .list li a:hover {
    opacity: 1;
  }
  #case .list li a:hover .cnt-box:before, #case .list li a:hover .cnt-box:after {
    height: 100%;
  }
  #case .list li a:hover .cnt:before, #case .list li a:hover .cnt:after {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  #case .list {
    flex-wrap: wrap;
  }
  #case .list li {
    width: 100%;
    margin: 0 auto 80px;
  }
  #case .list li a:after {
    background: url(../img/arrow-btn-w.svg)no-repeat center center;
    background-size: 30px;
    background-color: #006ebb;
  }
  #case .list li a .cnt {
    padding-bottom: 50px;
  }
  #case .list li a .info {
    font-size: 18px;
    font-weight: 500;
  }
  #case .list li a .info .cat {
    font-size: 11px;
  }
}


/*** ------------------------------------------------------------------------------



導入実績詳細



-----------------------------------------------------------------------------  ***/

#case_detail .page-mv:after {
  background: url(../../img/case/mv.jpg) no-repeat top center / cover;
}

#case_detail .conts .inner {
  color: #3f3b3a;
}

#case_detail .data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
}

#case_detail .data .txt-box {
  margin-left: 70px;
}

#case_detail .data .txt-box .border {
  border-top: solid 1px #006ebb;
  border-bottom: solid 1px #006ebb;
  padding: 40px 0;
  margin-bottom: 30px;
}

#case_detail .data .txt-box .border .midashi {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #006ebb;
}

#case_detail .data .txt-box .border .info {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 16px;
}

#case_detail .data .txt-box .border .info .cat {
  display: inline-block;
  padding: 4px 10px;
  border: solid 1px #006ebb;
  color: #006ebb;
  line-height: 1;
  font-size: 11px;
  margin-left: 15px;
}

#case_detail .article {
  border-top: solid 1px #006ebb;
}

#case_detail .article li {
  border-bottom: solid 1px #006ebb;
  padding: 40px 0;
}

#case_detail .article li .midashi {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}

#case_detail .other {
  position: relative;
}

#case_detail .other:after {
  content: '';
  width: 100%;
  height: 50%;
  background: #eff6fc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#case_detail .other .tit {
  text-align: center;
  font-weight: 500;
  font-family: 'Heebo', sans-serif;
  font-size: 64px;
  color: #006ebb;
}

#case_detail .other .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto 0;
  padding-bottom: 50px;
}

#case_detail .other .list li {
  display: block;
  width: calc(100% / 3 - 10px);
  margin: 0 15px 80px 0;
}

#case_detail .other .list li:nth-child(3n) {
  margin-right: 0;
}

#case_detail .other .list li a, #case_detail .other .list li a img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

#case_detail .other .list li a:after {
  content: '';
  display: block;
  width: 72px;
  height: 72px;
  background: url('../img/arrow-btn-w.svg')no-repeat center center;
  background-size: 30px;
  background-color: #006ebb;
  border-radius: 50px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -36px;
}

#case_detail .other .list li a .cnt {
  padding: 24px 20px 85px;
  box-sizing: border-box;
  background: #fff;
  border: solid 5px #fff;
  color: #3f3b3a;
  position: relative;
  transition: 0.3s;
  position: relative;
}

#case_detail .other .list li a .info {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 16px;
}

#case_detail .other .list li a .info .cat {
  display: inline-block;
  padding: 4px 10px;
  border: solid 1px #006ebb;
  color: #006ebb;
  line-height: 1;
  font-size: 11px;
  margin-left: 15px;
}

#case_detail .other .list li a .text {
  font-size: 14px;
  line-height: 2;
  position: relative;
}

#case_detail .other .list li a .cnt-box {
  position: relative
}

#case_detail .other .list li a .cnt-box:before, #case_detail .other .list li a .cnt-box:after, #case_detail .other .list li a .cnt:before, #case_detail .other .list li a .cnt:after {
  transition: 0.3s ease-out;
}

#case_detail .other .list li a .cnt-box:before {
  content: '';
  display: block;
  width: 5px;
  height: 0;
  background: #006ebb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}

#case_detail .other .list li a .cnt-box:after {
  content: '';
  display: block;
  width: 5px;
  height: 0;
  background: #006ebb;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s;
}

#case_detail .other .list li a .cnt:before {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #006ebb;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;
  transition: 0.3s;
}

#case_detail .other .list li a .cnt:after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #006ebb;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}

@media screen and (max-width:900px) {
  #case_detail .data {
    display: block;
  }
  #case_detail .data .txt-box {
    margin: 50px 0 0;
  }
  #case_detail .data .img {
    margin: 0 auto;
    width: 80%;
  }
  #case_detail .data .img img {
    width: 100%;
  }
}

@media (min-width: 769px) {
  #case_detail .other .list li a:hover {
    opacity: 1;
  }
  #case_detail .other .list li a:hover .cnt-box:before, #case_detail .other .list li a:hover .cnt-box:after {
    height: 100%;
  }
  #case_detail .other .list li a:hover .cnt:before, #case_detail .other .list li a:hover .cnt:after {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  #case_detail .inner {
    padding: 40px 20px 80px;
  }
  #case_detail .data {
    margin-bottom: 30px;
    font-size: 12px;
  }
  #case_detail .data .txt-box {
    margin: 30px 0 0;
  }
  #case_detail .data .txt-box .border {
    padding: 20px 0;
  }
  #case_detail .data .txt-box .border .midashi {
    font-size: 18px;
  }
  #case_detail .data .txt-box .border .info {
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 16px;
  }
  #case_detail .data .txt-box .border .info .cat {
    display: inline-block;
    padding: 4px 10px;
    border: solid 1px #006ebb;
    color: #006ebb;
    line-height: 1;
    font-size: 11px;
    margin-left: 15px;
  }
  #case_detail .data .img {
    width: 100%;
  }
  #case_detail .article li {
    padding: 30px 0;
    font-size: 12px;
  }
  #case_detail .article li .midashi {
    font-size: 16px;
  }
  #case_detail .other .tit {
    font-size: 24px;
  }
  #case_detail .other .list {
    flex-wrap: wrap;
  }
  #case_detail .other .list li {
    width: 100%;
    margin: 0 auto 80px;
  }
  #case_detail .other .list li a:after {
    background: url(../img/arrow-btn-w.svg)no-repeat center center;
    background-size: 30px;
    background-color: #006ebb;
  }
  #case_detail .other .list li a .cnt {
    padding-bottom: 50px;
  }
  #case_detail .other .list li a .info {
    font-size: 18px;
    font-weight: 500;
  }
  #case_detail .other .list li a .info .cat {
    font-size: 11px;
  }
}


/*** ------------------------------------------------------------------------------



特定商取引に関する法律に基づく表記



-----------------------------------------------------------------------------  ***/

#policy .page-mv {
  background: url(../../img/policy/header.png) no-repeat top right / cover #eff6fc;
  margin-bottom: 0;
}

#policy .page-mv:after {
  display: none;
}

#policy .inner {
  padding: 80px 40px 160px;
}

#policy table {
  border-top: solid 1px #006ebb;
}

#policy th, #policy td {
  font-size: 16px;
  color: #3f3b3a;
  border-bottom: solid 1px #006ebb;
  font-weight: 400;
  vertical-align: top;
  box-sizing: border-box;
}

#policy th {
  word-break: keep-all;
  padding: 20px 10px;
}

#policy td {
  padding: 20px 10px 20px 50px;
}

#policy td p {
  margin-bottom: 20px;
}

#policy td p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
  #policy main.main-content .page-mv .inner {
    padding: 20px 20px;
  }
  #policy .inner {
    padding: 40px 20px 80px;
  }
  #policy th, #policy td {
    display: block;
    width: 100%;
    font-size: 12px;
  }
  #policy th {
    word-break: keep-all;
    padding: 10px 5px 5px;
    border-bottom: dotted 1px #006ebb;
  }
  #policy td {
    padding: 5px 5px 10px;
  }
  #policy td p {
    margin-bottom: 10px;
  }
}

h1 {
  padding: 10px 0;
}


/*** ------------------------------------------------------------------------------



商品紹介



-----------------------------------------------------------------------------  ***/

#item .page-mv:after {
  background: url(../../img/item/mv.jpg) no-repeat top center / cover;
}

#item section img {
  width: 100%;
  height: auto;
  position: relative;
}

#item section img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 63, 119, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#item p {
  letter-spacing: 0.1em;
}

#item section {
  margin-bottom: 80px;
}

#item section:not(:first-of-type) .inner {
  padding: 0;
}

#item .midashi {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.025em;
}

#item .midashi::after {
  content: '';
  display: block;
  background: #006ebb;
  height: 3px;
  width: 24px;
  margin: 20px auto 32px;
}

#item .item-top {
  margin-top: 250px;
  margin-bottom: 80px;
  text-align: center;
}

#item .title-block {
  width: 1040px;
  height: 254px;
  position: relative;
  margin-bottom: 88px;
}

#item .title-block .img-box {
  width: 614px;
  height: 254px;
  position: relative;
  z-index: 10;
}

#item .title-block .img-box::before {
  content: '';
  display: block;
  width: 100%;
  height: inherit;
  background: rgba(0, 63, 119, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

#item .title-block .img-box::after {
  content: '';
  display: block;
  width: 614px;
  height: 254px;
  border: 1px solid #003f77;
  position: absolute;
  top: 16px;
  left: 16px;
}

#item .title-block .title {
  height: 254px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.12em;
  padding: 0 287px 0 374px;
  background: #eff6fc;
  position: absolute;
  top: 40px;
  right: -120px;
}

#item .item-block {
  margin-bottom: 30px;
  margin-top: -60px;
  padding-top: 60px;
}

#item .item-block ul {
  display: flex;
  flex-wrap: wrap;
}

#item .item-block ul li {
  width: 336px;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
}

#item .item-block ul img {
  width: 336px;
  border: solid 10px #ccc;
  box-sizing: border-box;
}

#item .item-block ul li:last-child {
  margin-right: 0;
}

#item .item-block ul li p {
  margin: 0 23px 24px;
}

#item .item-block ul li .btnBox {
  margin-top: auto;
  margin-bottom: 80px;
}

#item .item-block ul li p.sub-title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: 32px 0 24px;
}

#item .bottom {
  width: 100%;
  text-align: center;
  background: url(../../img/item/bottom_bg.jpg)no-repeat top center;
  padding: 79px 0;
}

#item .bottom .midashi {
  display: inline;
  position: relative;
}

#item .bottom .midashi::before {
  content: '';
  display: block;
  width: 167px;
  height: 101px;
  background: url(../../img/item/bottom_word.png) no-repeat top / cover;
  position: absolute;
  top: 0;
  left: -200px;
  transform: translateY(-40%);
}

#item .bottom-container {
  width: 1040px;
  margin: 62px auto 0;
  display: flex;
  justify-content: space-between;
}

#item .bottom-container li {
  width: 341px;
}

#item .bottom-container li a {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #f0eae8;
  color: #006ebb;
  text-align: left;
  padding-left: 24px;
  position: relative;
}

#item .bottom-container li a:after {
  content: '';
  display: block;
  height: 7px;
  width: 56px;
  background: url(../../img/item/arrow.png) no-repeat top / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}

#item footer, #item-detail footer {
  background: #006ebb;
}

#item .footer-illustration, #item-detail .footer-illustration {
  width: 100%;
}

#item .footer-illustration img, #item-detail .footer-illustration img {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#item .footer-content img, #item-detail .footer-content img {
  width: 257px;
  margin-bottom: 25px;
}

#item .footer-content p, #item .footer-content a, #item-detail .footer-content p, #item-detail .footer-content a {
  color: white;
}

#item .footer-content .info, #item-detail .footer-content .info {
  border-bottom: dotted 2px white;
}

@media screen and (max-width:768px) {
  #item .item-block ul li .btnBox {
    margin-bottom: 50px;
  }
  #item .item-top .inner, #item .item-block .inner {
    width: 90%;
  }
  #item .title-block {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  #item .title-block .img-box {
    width: 100%;
    height: auto;
  }
  #item .title-block .img-box::before {
    height: 37.3vw;
  }
  #item .title-block .img-box::after {
    content: none;
  }
  #item .title-block .title {
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
    top: 33px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 9999;
    color: #fff;
  }
  #item .item-block ul {
    flex-direction: column;
  }
  #item .item-block ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  #item .item-block ul li img {
    width: 100%;
  }
  #item .bottom p {
    width: 90%;
    margin: 0 auto;
  }
  #item .bottom-container {
    flex-direction: column;
    width: 90%;
  }
  #item .bottom-container li {
    width: 100%;
    margin-bottom: 20px;
  }
}


/*** ------------------------------------------------------------------------------



商品紹介-詳細



-----------------------------------------------------------------------------  ***/

#item-detail main.main-content {
  margin-top: 0;
}

#item-detail .item-detail-top {
  padding-top: 114px;
  background-color: #c0e2ff;
}

#item-detail .tabSection {
  background-color: #eff6fc;
}

#item-detail .inner {
  padding: 0;
}
#item-detail .item-detail-top .inner.backb .block1 div:first-child{
  display: flex;
    align-items: center;
    height: 290px;
    width: 50%;
}
@media screen and (max-width:768px) {
  #item-detail .item-detail-top .inner.backb .block1 div:first-child{
    display: block;
      align-items: center;
      height: auto;
      width: auto;
  }
}
#item-detail .block2 img {
  width: 100%;
  height: auto;
}

#item-detail .block1 {
  display: flex;
  align-items: flex-start;
  padding:20px 0;
  justify-content:space-between;
}

#item-detail .block1 .img {
  width: 50%;
  position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 290px;
}
@media screen and (max-width:768px) {
  #item-detail .block1 .img {
    width: auto;
      display: block;
      height: auto;
      margin:20px 0 0;
  }
}

#item-detail .block1 .img img {
  width: 440px;
}
@media screen and (max-width:768px) {
  #item-detail .block1 .img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
#item-detail .block1 .txt-box {
  border-top: 1px solid #006ebb;
}

#item-detail .block1 .title {
  font-weight: bold;
  font-size: 32px;
  color: #006ebb;
  margin: 48px 0 32px;
}
@media screen and (max-width:768px) {
  #item-detail .block1 .title {
    margin: 0;
  }
}
#item-detail .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 40px 0 68px;
}

#item-detail .buttons li {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #006ebb;
  margin: 0 -1px -1px 0;
  color: #003f77;
  width: 20%;
  height: 60px;
  text-align: center;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

#item-detail .buttons li:nth-child(5n) {
  margin-right: 0;
}

#item-detail .buttons li span {
  display: none;
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  background: #006ebb;
  bottom: 60px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
}

#item-detail .buttons li span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 5px solid transparent;
  border-top: 10px solid #006ebb;
  margin-left: -10px;
}

#item-detail .buttons li:hover span {
  display: block;
}

#item-detail .buttons li span img {
  display: block;
  width: 100%;
}

#item-detail .buttons li.active {
  background: #dcedfd;
}

#item-detail .buttons li:hover:after {
  content: '';
  width: 90%;
  height: 2px;
  background-color: #006ebb;
  position: absolute;
  bottom: 5px;
  left: 5%;
}

#item-detail .buttons li.active:hover:after {
  display: none;
}

#item-detail .block1 .tool .desc {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
}

#item-detail .block1 .tool .desc:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 5px solid transparent;
  border-top: 10px solid #000;
  margin-left: -10px;
}

#item-detail .block1 .tool:hover .desc {
  display: inline-block;
  top: -50px;
  left: 0;
}

#item-detail .panel {
  display: none;
}

#item-detail .panel:first-of-type {
  display: block;
}

#item-detail .block2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 96px;
}

#item-detail .block2 .imgs {
  width: 560px;
  margin-right: 48px;
}

#item-detail .block2 .imgs .main-img {
  width: 560px;
  height: 420px;
  margin-bottom: 16px;
}

#item-detail .block2 .imgs ul {
  display: flex;
  justify-content: space-between;
}

#item-detail .block2 .imgs ul li {
  width: 128px;
}

#item-detail .block2 .dm-info {
  width: 432px;
}

@media screen and (max-width:768px) {
  #item-detail .block2 .dm-info{
    width: 100%;
  }
}

#item-detail .block2 .dm-info .midashi {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin: 24px 0 32px;
}

#item-detail .block2 .dm-info .feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 0 24px;
}

#item-detail .block2 .dm-info .feature li {
  width: 104px;
  margin: 0 4px 4px 0;
  /*height: 80px;

    color: #006ebb;

    background: #f0eae8;

    display: flex;

    justify-content: center;

    align-items: center;*/
}

#item-detail .block2 .dm-info ul:nth-of-type(2) li {
  list-style: disc;
  list-style-position: inside;
}

#item-detail .list {
  background: #fff;
  padding: 64px 0 96px;
}

#item-detail .list .inner {
  border-top: 1px solid #003f77;
}

#item-detail .list .midashi {
  font-weight: bold;
  margin: 40px 0 24px;
  font-size: 24px;
  line-height: 1;
  position: relative;
}

#item-detail .list .midashi span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  left: 388px;
  top: 62px;
}

.pull {
  position: relative;
}

.display_selectedItem {
  width: 370px;
  box-sizing: border-box;
  background: #006ebb;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  margin-bottom: 10px;
  position: relative;
}

.display_selectedItem:after {
  content: '';
  display: block;
  width: 17px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: url(../img/arrow.svg) no-repeat top / cover;
}

.select_box {
  width: 370px;
  border: 1px solid #c5c5c5;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
}

.select_box li {
  cursor: pointer;
  box-sizing: border-box;
  padding: 2px 10px;
  font-size: 14px;
}

.select_box li:hover{
  background-color: #E3ECFD;
}

@media screen and (max-width:768px) {
  .display_selectedItem {
    width: auto;
    font-size: 15px;
  }
  .display_selectedItem:after {
    right: 10px;
  }
  .select_box {
    width: -webkit-fill-available;
  }
}

#item-detail .series .table {
  background-color: #fff;
  padding: 30px;
}

#item-detail .series .table table {
  width: 100%;
}

#item-detail .series .table table th {
  background-color: #006ebb;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding: 5px;
}

#item-detail .series .table table td {
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
}

#item-detail .series .table table td:nth-child(1) {
  min-width: 30px;
}

#item-detail .series .table table td:nth-child(1) img {
  width: 40px;
  vertical-align: middle;
}

#item-detail .series .table tbody tr td:nth-child(2) {
  color: #006ebb;
  cursor: pointer;
  min-width: 40px;
}

#item-detail .series .table table td:nth-child(3) {
  min-width: 50px;
}

#item-detail .series .table table td:nth-child(4) {
  min-width: 75px;
}

#item-detail .series .table table td:nth-child(5) {
  min-width: 60px;
}

#item-detail .series .table table td:nth-child(6), #item-detail .series .table table td:nth-child(7), #item-detail .series .table table td:nth-child(8), #item-detail .series .table table td:nth-child(9), #item-detail .series .table table td:nth-child(10) {
  min-width: 40px;
}

#item-detail .series .table table td.js-modal-open:hover {
  text-decoration: underline;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  width: 100%;
}

#item-detail .modal_box .items {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

@media screen and (max-width:768px) {
  #item-detail .modal_box .items {
    width: 70%;
  }
}

.modal_box .btnBox {
  display: flex;
  justify-content: center;
}

.modal_box .btnBox li {
  display: flex;
  text-align: center;
  width: calc(100% / 3)
}

.modal_trigger {
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal_trigger li {
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  color: #216518;
  max-width: 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.modal_trigger li::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #216518;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: -1;
  opacity: 0;
}

.modal_trigger li:hover {
  color: #fff;
}

.modal_trigger li:hover::before {
  -webkit-animation: slideRightBg ease .2s forwards;
  animation: slideRightBg ease .2s forwards;
}

.modal_trigger li+li {
  margin-left: 20px;
}

@-webkit-keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal_bg {
  background-color: rgba(30, 30, 30, 0.9);
  height: 100%;
  width: 100%;
}

.modal_inner {
  background-color: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 900px;
}

.modal_box .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal_box .modal-close span {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.modal_box .modal-close span::before, .modal_box .modal-close span::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #999;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.modal_box .modal-close span::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

@media screen and (max-width: 480px) {
  .modal_trigger {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modal_trigger li {
    width: 47.5%;
    margin-top: 20px;
    max-width: inherit;
  }
  .modal_trigger li+li {
    margin-left: 0;
  }
  .modal_inner {
    width: 90%;
    padding: 25px;
  }
  .modal_close {
    top: 5px;
    font-size: 2.2rem;
  }
}

#item-detail .items>li {
  margin-bottom: 40px;
}

#item-detail .items .item-num {
  background: #eff6fc;
  font-weight: bold;
  font-size: 20px;
  padding-left: 24px;
  margin-bottom: 24px;
}

#item-detail .item-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

#item-detail .item-info .imgs {
  width: 53%;
  margin: 0;
}

#item-detail .item-info .imgs img {
  width: 100%;
}

#item-detail .item-info .imgs .modal-thumb {
  display: flex;
  align-items: flex-start;
  margin-top: 2%;
}

#item-detail .item-info .imgs .modal-thumb>div {
  width: 32%;
  margin-right: 2%;
}

#item-detail .item-info .imgs .modal-thumb>div:nth-child(3) {
  margin-right: 0;
}

#item-detail .item-info ul {
  width: 29%;
  border-top: 1px solid #006ebb;
  margin-left: 1%;
}

#item-detail .item-info ul li {
  border-bottom: 1px solid #006ebb;
  padding: 16px;
  line-height: 1em;
  display: flex;
}

#item-detail .item-info ul li span {
  display: block;
  width: 8em;
}

.spectid {
  width: 45%;
}

@media screen and (max-width:768px) {
  .spectid {
    width: 100%;
  }
}

.spectid table tr th, .spectid table tr td {
  background-color: #FFF;
  border-bottom: 1px solid #006ebb;
  font-size: 13px;
  padding: 3px 0;
}

.spectid table tr th:first-child, .spectid table tr td:first-child {
  width: 150px;
}

#item-detail .back-list-btn {
  margin: 65px auto 160px;
  background: #9ab2c8;
  border: 1px solid #9ab2c8;
  color: white;
}

#item-detail .back-list-btn:hover {
  background: #003f77;
  border: 1px solid #003f77;
}

#item-detail .dataTables_length, #item-detail .dataTables_filter, #item-detail .dataTables_info, #item-detail .dataTables_paginate {
  display: none;
}

.tablepress .row-hover tr:hover td {
  background-color: #dcedfd !important;
}

@media screen and (max-width:768px) {
  #item-detail .inner {
    width: 90%;
  }
  #item-detail .block1 {
    flex-direction: column;
  }
  #item-detail .block1 .tool {
    width: 100%;
    margin: 0;
  }
  #item-detail .block1 .tool img {
    width: 100%;
  }
  #item-detail .block1 .txt-box {
    border-top: none;
  }
  #item-detail .buttons {
    justify-content: space-between;
  }
  #item-detail .buttons li {
    width: calc(100%/2 + 1px);
  }
  #item-detail .buttons li:nth-child(5n) {
    margin-right: -1px;
  }
  #item-detail .block2 {
    flex-direction: column;
  }
  #item-detail .block2 .imgs {
    width: 100%;
    margin: 0 0 40px 0;
  }
  #item-detail .block2 .imgs .main-img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  #item-detail .block2 .imgs .thumb li {
    width: 22%;
  }
  #item-detail .block2 .imgs div img {
    width: 100%;
  }
  #item-detail .list .midashi span {
    position: unset;
    margin: 15px 0 0 0;
  }
  #item-detail .series .buttons2 .btn {
    width: auto;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  #item-detail .series .buttons2 .btn::after {
    width: 8px;
    height: 4px;
    right: 10px;
  }
  #item-detail .series .table .in {
    width: 100%;
    box-sizing: border-box;
    overflow-x: scroll;
  }
  #item-detail .series .table table td {
    min-width: 30px;
    line-height: 1.4;
  }
  #item-detail .series .table table td:nth-child(1) {
    min-width: 30px;
  }
  #item-detail .series .table tbody tr td:nth-child(2) {
    min-width: 77px;
  }
  #item-detail .series .table table td:nth-child(3) {
    min-width: 70px;
  }
  #item-detail .series .table table td:nth-child(4) {
    min-width: 165px;
  }
  #item-detail .series .table table td:nth-child(5) {
    min-width: 120px;
  }
  #item-detail .items {
    padding: 20px;
    width: 86%;
    height: 76%;
  }
  #item-detail .items .in {
    overflow-y: scroll;
    height: 100%;
  }
  #item-detail .item-info img {
    width: 100%;
    height: auto;
  }
  #item-detail .items .item-info {
    flex-direction: column;
  }
  #item-detail .item-info {
    display: block;
  }
  #item-detail .item-info .imgs {
    width: 100%;
    margin: 0 0 24px;
  }
  #item-detail .item-info .imgs .modal-thumb>div:nth-child(3) {
    margin-right: 0;
  }
  #item-detail .item-info ul {
    width: 100%;
    margin-bottom: -1px;
  }
  .modal_box .btnBox {
    display: block;
  }
  .modal_box .btnBox li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}


/*** ------------------------------------------------------------------------------



設備紹介



-----------------------------------------------------------------------------  ***/

#introduction .page-mv:after, #introduction_detail .page-mv:after {
  background: url(../../img/into_post/mv.jpg) no-repeat top center / cover;
}

#introduction section img {
  width: 100%;
  height: auto;
}

#introduction p {
  letter-spacing: 0.1em;
}

#introduction .top .inner {
  padding: 176px 0 80px;
}

#introduction .block1 .inner, #introduction .flow .inner {
  padding: 50px 20px 50px;
}

#introduction .midashi {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.025em;
}

#introduction .midashi::after {
  content: '';
  display: block;
  background: #006ebb;
  height: 3px;
  width: 24px;
  margin: 20px auto 32px;
}

#introduction .title {
  font-size: 24px;
  font-weight: bold;
  color: #003f77;
  margin: 40px 0 32px;
  letter-spacing: 0.025em;
  border-top: 2px solid #003f77;
  padding-top: 40px;
  line-height: 1em;
}

#introduction .sub-title {
  font-size: 20px;
  font-weight: bold;
  margin: 32px 0;
  background: #eff6fc;
  height: 40px;
  line-height: 40px;
  padding-left: 24px;
  letter-spacing: 0.025em;
}

#introduction .top {
  text-align: center;
}

#introduction .tit-box {
  margin-bottom: 60px;
}

#introduction .tit-box .tit {
  padding: 20px 0;
  max-width: 340px;
  margin: 0 auto 60px;
  background: #fff;
  border-top: solid 1px #003f77;
  border-left: solid 1px #003f77;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(30px, 30px);
  transition: 0.3s;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025em;
}

#introduction .tit-box .tit.run {
  transform: none;
  opacity: 1;
}

#introduction .tit-box .tit:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #003f77;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  opacity: 0;
  transform: translate(-15px, -15px);
  transition: 0.5s;
  transition-delay: 0.3s;
  opacity: 0;
}

#introduction .tit-box .tit.run:after {
  transform: translate(0px, 0px);
  opacity: 1;
}

#introduction .block1 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 45px;
}

#introduction .block1 .container .box {
  width: 496px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#introduction .block1 .container .box:first-child {
  margin-bottom: 28px;
}

#introduction .block1 .container .box .sub-title {
  width: 100%;
}

#introduction .block1 .container .sub-box1, #introduction .block1 .container .sub-box2 {
  width: 240px;
}

#introduction .block1 .container .sub-box1 ul {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #003f77;
}

#introduction .block1 .container ul li {
  position: relative;
}

#introduction .block1 .container ul li span {
  position: absolute;
  right: 0;
}

#introduction .block1 .container .sub-box2 {
  box-sizing: border-box;
  background: #f3f2f2;
  padding: 24px 14px;
}

#introduction .block1 .container .sub-box2 p {
  font-size: 18px;
  font-weight: bold;
  color: #003f77;
  text-align: center;
  line-height: 1em;
}

#introduction .block1 .container .sub-box2 p.sub {
  font-size: 14px;
  font-weight: normal;
  color: #3f3b3a;
  text-align: left;
  line-height: 1.5em;
}

#introduction .block1 .container .sub-box2 img {
  margin: 15px 0 43px;
}

#introduction .block1 .container .sub-box3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

#introduction .block1 .container .sub-box3 ul, #introduction .block1 .container .sub-box3 p, #introduction .block1 .container .sub-box3 img {
  width: 245px;
}

#introduction .block1 .container .sub-box3 ul {
  font-size: 18px;
  font-weight: bold;
  color: #003f77;
  margin-top: 18px;
}

#introduction .block1 .container .sub-box3 p {
  margin-top: 18px;
}

#introduction .block1 .environment ul {
  display: flex;
  justify-content: space-between;
}

#introduction .block1 .environment ul li {
  box-sizing: border-box;
  background: #f3f2f2;
  width: 252px;
  padding: 24px 12px 28px;
}

#introduction .block1 .environment ul li p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  color: #003f77;
  height: 62px;
  margin-bottom: 14px;
}

#introduction .block1 .environment ul li:nth-child(3) p, #introduction .block1 .environment ul li:nth-child(4) p {
  line-height: 62px;
}

#introduction .flow {
  margin-bottom: 100px;
}

#introduction .flow .buttons {
  display: flex;
  justify-content: center;
}

#introduction .flow .buttons a {
  width: 320px;
}

#introduction .flow .buttons a:nth-of-type(2) {
  margin: 0 16px;
}

#introduction .flow .buttons li {
  color: #003f77;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border: 1px solid #003f77;
  height: 64px;
  border-radius: 32px;
  line-height: 64px;
  position: relative;
  background: url(../../img/into_post/arrow.png) no-repeat center right 40px / 17px 9px;
}

#introduction .flow .buttons li:hover {
  background-color: #003f77;
  color: white;
}

#introduction .flow .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#introduction .flow .box {
  width: 496px;
}

#introduction .flow .box .flow-area {
  background-image: url(../../img/into_post/arrow02.svg), url(../../img/into_post/arrow01.svg);
  background-repeat: no-repeat, repeat-y;
  background-size: 27px 82px, 27px 32px;
  background-position: bottom left 40px, bottom left 40px;
}

#introduction .flow .box .sub-title {
  width: 208px;
}

#introduction .flow .box .space {
  margin-left: 84px;
}

#introduction .flow .box .space p {
  font-weight: 300;
}

#introduction .flow .box .space p span {
  font-weight: bold;
}

#introduction .flow .box .space .bold {
  font-weight: bold;
  font-size: 18px;
  color: #003f77;
  line-height: 1em;
  margin-bottom: 16px;
}

#introduction .flow .box img.small {
  width: 205px;
}

#introduction .flow .box .space a {
  display: inline-block;
  color: #003f77;
  font-size: 14px;
  letter-spacing: 0.1em;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #003f77;
  margin-top: 24px;
}

#introduction .flow .box .space a:hover {
  background-color: #003f77;
  color: white;
}

#introduction .flow .box .space .frame {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#introduction .flow .box .space li p {
  font-weight: bold;
}

#introduction .flow .box .space .frame img {
  margin-bottom: 14px;
}

#introduction .flow .box .space .frame img.small {
  width: 198px;
}

#introduction .flow .box .space .flow-box {
  width: 100%;
  box-sizing: border-box;
  background: #f3f2f2;
  padding: 16px 14px;
}

#introduction .flow .box .space .flow-box img {
  margin-bottom: 14px;
}

@media screen and (max-width:768px) {
  #introduction .inner {
    width: 90%;
  }
  #introduction .top .inner, #introduction .block1 .inner, #introduction .flow .inner {
    padding: 50px 0;
  }
  #introduction .block1 .container .box {
    width: 48%;
  }
  #introduction .block1 .container .box:first-child {
    margin-bottom: 0;
  }
  #introduction .sub-title {
    font-size: 18px;
    height: auto;
    line-height: 40px;
    padding: 10px 15px;
    line-height: 1.5em;
  }
  #introduction .block1 .sub-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #introduction .block1 .container .sub-box1 ul {
    margin-top: 10px;
    height: 140px;
  }
  #introduction .block1 .container .sub-box1 ul li {
    margin-bottom: 5px;
  }
  #introduction .block1 .container .sub-box2 img {
    margin: 20px 0;
  }
  #introduction .block1 .container .sub-box3 {
    flex-direction: column;
  }
  #introduction .block1 .container .sub-box3 ul, #introduction .block1 .container .sub-box3 img, #introduction .block1 .container .sub-box3 p {
    width: 100%;
    margin: 0 0 20px;
  }
  #introduction .block1 .container ul li {
    font-size: 16px;
  }
  #introduction .block1 .environment ul {
    flex-direction: column;
  }
  #introduction .block1 .environment ul li {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #introduction .block1 .environment ul li p {
    width: 100%;
    margin-bottom: 0;
    order: 2;
  }
  #introduction .block1 .environment ul li img {
    width: 30%;
  }
  #introduction .flow .container {
    flex-direction: column;
  }
  #introduction .flow .buttons {
    flex-direction: column;
    align-items: center;
  }
  #introduction .flow .buttons a {
    margin-bottom: 10px;
  }
  #introduction .flow .buttons a:nth-of-type(2) {
    margin: 0 0 10px 0;
  }
  #introduction .flow .box {
    width: 100%;
  }
  #introduction .flow .box .space .frame img.small {
    width: 48%;
  }
  #introduction .flow .box .space .frame div {
    width: 48%;
  }
  #introduction .flow .box .space .frame div img.small {
    width: 100%;
  }
}

#ul-setsubi-soko {
  display: flex;
  flex-flow: row wrap;
}

#ul-setsubi-soko li {
  width: calc(98% / 2);
  margin: 0 2% 40px 0;
}

#ul-setsubi-soko li:nth-child(even) {
  margin: 0 0 20px;
}

#ul-setsubi-soko li a {
  display: block;
  position: relative;
}

#ul-setsubi-soko li a:hover {
  opacity: 0.7;
}

#ul-setsubi-soko li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10vw;
  height: 2vw;
  background: #fff;
  margin: 0 0 0 -2.5vw;
  z-index: 1;
}

#ul-setsubi-soko li a:after {
  content: "";
  position: absolute;
  bottom: 0.6vw;
  right: 3vw;
  width: 4vw;
  height: 0.4vw;
  margin: 0;
  border-right: 0.2vw #003f77 solid;
  border-bottom: 0.2vw #003f77 solid;
  transform: skew(45deg);
  z-index: 1;
}

.ul-setsubi-soko-tit {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 63, 119, 0.5);
  text-align: center;
}

.ul-setsubi-soko-tit span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
  padding: 0 5%;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.ul-setsubi-soko-tit span img {
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
  height: auto !important;
  margin: -0.3vw 10px 0 0;
}

#ul-setsubi-soko li img {
  width: 100%;
  height: auto;
}

.uss-img {
  width: 100%;
  height: 18vw !important;
  object-fit: cover;
}

@media screen and (min-width:1080px) {
  .uss-img {
    height: 230px !important;
  }
}

@media screen and (max-width:768px) {
  #ul-setsubi-soko {
    display: block;
  }
  #ul-setsubi-soko li {
    width: 100%;
    margin: 0 0 20px;
  }
  #ul-setsubi-soko li:nth-child(even) {
    margin: 0 0 20px;
  }
  .ul-setsubi-soko-tit span {
    font-size: 4vw;
  }
  .ul-setsubi-soko-tit span img {
    width: 4vw !important;
    margin: -0.6vw 10px 0 0;
  }
  .uss-img {
    height: 28vw !important;
  }
}

.introduction-block {}

#introduction_detail .title-block {
  width: 1040px;
  height: 254px;
  position: relative;
  margin-bottom: 88px;
}

#introduction_detail .title-block .img-box {
  width: 614px;
  height: 254px;
  position: relative;
  z-index: 10;
}

#introduction_detail .title-block .img-box img {
  width: 614px;
  height: 254px;
  object-fit: cover;
}

#introduction_detail .title-block .img-box::before {
  content: '';
  display: block;
  width: 100%;
  height: inherit;
  background: rgba(0, 63, 119, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

#introduction_detail .title-block .img-box::after {
  content: '';
  display: block;
  width: 614px;
  height: 254px;
  border: 1px solid #003f77;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media screen and (max-width:768px) {
  #introduction_detail .item-top .inner, #introduction_detail .item-block .inner {
    width: 90%;
  }
  #introduction_detail .title-block {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  #introduction_detail .title-block .img-box {
    width: 100%;
    height: auto;
  }
  #item .title-block .img-box::before {
    height: 37.3vw;
  }
  #introduction_detail .title-block .img-box::after {
    content: none;
  }
  #introduction_detail .title-block .title {
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
    top: 33px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 9999;
    color: #fff;
  }
}

#introduction_detail .title-block .title {
  display: table;
  position: absolute;
  top: 40px;
  right: -120px;
  width: 840px;
  height: 254px;
  background: #eff6fc;
}

#introduction_detail .title-block .title span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 40px 0 350px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

#equipment-main-sec {}

.em-wrap {
  padding: 0 0 50px;
}

.equipment-name {
  line-height: 1.4;
  background: #EFF6FE;
  margin: 0 0 25px;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: bold;
}

.equipment-main-tit {
  display: inline-block;
  vertical-align: middle;
}

.equipment-num {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}

.equipment-gaiyo {
  display: flex;
  flex-flow: row wrap;
  padding: 0 0 30px;
}

.equipment-gaiyo dt {
  width: 30%;
}

.equipment-gaiyo dt img {
  width: 100%;
  height: auto;
}

.equipment-gaiyo dd {
  width: 68%;
  padding: 0 0 0 2%;
}

.equipment-sub-wrap {
  background: #DCDDDD;
  margin: 0 0 25px;
  padding: 20px;
}

.equipment-sub-wrap h6 {
  padding: 0 0 10px;
  font-weight: bold;
}

.equipment-sub-tit {
  display: inline-block;
  vertical-align: middle;
}

.equipment-sub-num {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}

.equipment-sub-dl {
  display: flex;
  flex-flow: row wrap;
}

.equipment-sub-dl dt {
  width: 30%;
}

.equipment-sub-dl dt img {
  width: 100%;
  height: auto;
}

.equipment-sub-dl dd {
  width: 68%;
  padding: 0 0 0 2%;
}

.equipment-processing-wrap {
  padding: 0 0 30px;
}

.equipment-processing-wrap h6 {
  line-height: 1.4;
  padding: 0 0 15px;
  font-size: 1.125rem;
  color: #014077;
  font-weight: bold;
}

.equipment-processing-ul {
  display: flex;
  flex-flow: row wrap;
}

.equipment-processing-ul li {
  width: 118px;
  margin: 0 10px 10px 0;
}

.equipment-processing-ul li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:768px) {
  #introduction_detail .title-block .title {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 34vw;
    background: none;
  }
  #introduction_detail .title-block .title span {
    text-align: center;
    padding: 0;
    font-size: 4.8vw;
  }
  #introduction_detail .title-block .img-box img {
    width: 100%;
    height: 34vw;
  }
  #introduction_detail .title-block .img-box::before {
    height: 30vw;
    top: 5.5vw;
    z-index: -1;
  }
  .equipment-name {
    font-size: 3.9vw;
  }
  .equipment-gaiyo {
    display: block;
  }
  .equipment-gaiyo dt {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .equipment-gaiyo dt img {}
  .equipment-gaiyo dd {
    width: auto;
    padding: 0;
    font-size: 3.2vw;
  }
  .equipment-sub-wrap h6 {
    font-size: 3.2vw;
  }
  .equipment-sub-dl {}
  .equipment-sub-dl dt {
    width: 35%;
  }
  .equipment-sub-dl dt img {}
  .equipment-sub-dl dd {
    width: 62%;
    line-height: 1.5;
    padding: 0 0 0 3%;
    font-size: 3.2vw;
  }
  .equipment-processing-wrap h6 {
    font-size: 3.5vw;
  }
}


/*** ------------------------------------------------------------------------------



お問い合わせ



-----------------------------------------------------------------------------  ***/

#contact .page-mv:after,
#sample .page-mv:after{
  background: url(../../img/company/mv.jpg) no-repeat top center / cover;
	
}
#mailmagazine .page-mv:after{
  background: url(../../img/company/toiawase_top.png) no-repeat top center / cover;
	
}
#contact .inner p,
#sample .inner p,
#mailmagazine .inner p{
  margin: 0 0 30px 0;
}

#contact .inner table,
#sample .inner table,
#mailmagazine .inner table{
  margin: 0 auto;
}

#contact .inner table tbody,
#sample .inner table tbody,
#mailmagazine .inner table tbody {
  border: solid 2px #006ebb;
}

#contact .inner table tbody th,
#sample .inner table tbody th,
#mailmagazine .inner table tbody th{
  width: 25%;
  padding: 30px;
  background-color: #eff6fc;
  border: solid 1px #006ebb;
  vertical-align: top;
  font-weight: 700;
  font-size: 16px;
}

#contact .inner table tbody th .red,
#sample .inner table tbody th .red,
#mailmagazine .inner table tbody th .red{
  color: #f00;
}

#contact .inner table tbody td,
#sample .inner table tbody td,
#mailmagazine .inner table tbody td {
  padding: 30px;
  border: solid 1px #006ebb;
}

#contact .inner table tbody input[type="text"], #contact .inner table tbody input[type="email"],
#sample .inner table tbody input[type="text"], #sample .inner table tbody input[type="email"],
#mailmagazine .inner table tbody input[type="text"], #mailmagazine .inner table tbody input[type="email"] {
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

#contact .inner table tbody input[type="radio"],
#sample .inner table tbody input[type="radio"],
#mailmagazine .inner table tbody input[type="radio"] {
  display: inline-block;
}

#contact .inner table tbody .txt01,
#sample .inner table tbody .txt01,
#mailmagazine .inner table tbody .txt01 {
  width: 40%;
}

#contact .inner table tbody .txt02,
#sample .inner table tbody .txt02,
#mailmagazine .inner table tbody .txt02 {
  width: 60%;
}

textarea {
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

#contact .inner table tbody select,
#sample .inner table tbody select,
#mailmagazine .inner table tbody select {
  width: 100%;
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

input[type="submit"] {
  width: 300px;
  height: 80px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}

#contact .inner .btn_submit,
#sample .inner .btn_submit,
#mailmagazine .inner .btn_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 0 35px;
  background-color: #006ebb;
  border: solid 1px #006ebb;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  margin: 50px auto 0;
  cursor: pointer;
}

	
#contact .inner .btn_reset,
#sample .inner .btn_reset,
#mailmagazine .inner .btn_reset {
  text-align: center;
  margin: 0;
}
	
#contact .inner .btn_reset input[type="submit"],
#sample .inner .btn_reset input[type="submit"],
#mailmagazine .inner .btn_reset input[type="submit"] {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
	
@media screen and (max-width:768px) {
  #contact .inner table, #contact .inner table tbody,
  #sample .inner table, #sample .inner table tbody,
  #mailmagazine .inner table, #mailmagazine .inner table tbody {
    width: 100%;
  }
	
  #contact .inner table tbody th,
  #sample .inner table tbody th,
  #mailmagazine .inner table tbody th {
    display: block;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    border: none;
  }
	
  #contact .inner table tbody td,
  #sample .inner table tbody td,
  #mailmagazine .inner table tbody td {
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: none;
  }
	
  #contact .inner table tbody input[type="text"], #contact .inner table tbody input[type="email"], #contact .inner table tbody .txt01,
  #sample .inner table tbody input[type="text"], #sample .inner table tbody input[type="email"], #sample .inner table tbody .txt01,
  #mailmagazine .inner table tbody input[type="text"], #mailmagazine .inner table tbody input[type="email"], #mailmagazine .inner table tbody .txt01 {
    width: 100%;
  }
	
  #contact .inner table tbody th .red,
  #sample .inner table tbody th .red,
  #mailmagazine .inner table tbody th .red {
    font-size: 13px;
  }	

}

.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 85px;
  right: 20px;
}

.floating-banner ul {
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 1px solid #006ebb;
  box-sizing: border-box;
}

.floating-banner ul li {
  box-sizing: border-box;
  border-bottom: 1px solid #006ebb;
}

.floating-banner ul li:last-child {
  border-bottom: none;
}

.floating-banner ul li a {
  display: inline-block;
  color: #003f77;
  letter-spacing: 0.15em;
  text-decoration: none;
  width: 180px;
  padding: 19px 0;
}

.floating-banner ul li a:hover {
  color: #fff;
  background: #003f77;
}

@media screen and (max-width: 768px) {
  .floating-banner {
    display: inline-block;
    top: unset;
    right: 0;
    bottom: 0;
  }
  .floating-banner span {
    display: none;
  }
  .banner {}
  .floating-banner ul {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .floating-banner ul li {
    border-bottom: none;
    border-right: 1px solid #006ebb;
    width: 20%;
  }
  .floating-banner ul li:last-child {
    border-right: none;
  }
  .floating-banner ul li a {
    width: 100%;
    padding: 12px 0;
  }
}

#kotei-wrap {
  padding: 80px 0 0;
}

.kotei-box {
  width: 100%;
  padding: 0 0 20px;
  margin-top: -80px;
  padding-top: 80px;
}

.kotei-box h5 {
  background: #003f77;
  margin: 0 0 40px;
  padding: 10px 25px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}

.kotei-box h5 span {
  margin: 0 0 0 15px;
  font-size: 1rem;
}

.kotei-box ul {
  display: flex;
  flex-flow: row wrap;
}

.kotei-box li {
  width: 230px;
  margin: 0 40px 45px 0;
  position: relative;
}

.kotei-box li:nth-of-type(4n) {
  margin: 0 0 45px 0;
}

.kotei-box li:after {
  content: url("/img/into_post/yaji.png");
  position: absolute;
  top: 60px;
  right: -36px;
}

.kotei-box li:last-child::after {
  display: none;
}

.kotei-box dt {
  padding: 0 0 15px;
}

.kotei-box dt img {
  width: 100%;
  height: auto;
}

.kotei-box dd {}

.kotei-box dd h6 {
  text-align: center;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: bold;
}

.kotei-box dd aside {
  display: none;
  position: absolute;
  left: 55px;
  background: #eff6fc;
  width: 200px;
  padding: 20px;
  font-size: 14px;
}

.kotei-box dd aside:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #eff6fc transparent transparent transparent;
  margin: 0 0 0 -7.5px;
}

.kotei-box dd aside p.kotei-title {
  background-color: #003f77;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.kotei-box dd aside a {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  padding: 2px 5px 4px;
  display: inline-block;
  margin: 10px auto 0;
}

#kotei01-02 aside {
  top: -305px;
}

#kotei01-03 aside {
  top: -192px;
}

#kotei02-01 aside {
  top: -180px;
}

#kotei02-02 aside {
  top: -153px;
}

#kotei02-03 aside {
  top: -185px;
}

#kotei02-04 aside {
  top: -160px;
}

#kotei02-05 aside {
  top: -180px;
}

#kotei02-06 aside {
  top: -200px;
}

#kotei03-01 aside {
  top: -180px;
}

#kotei03-02 aside {
  top: -153px;
}

#kotei03-03 aside {
  top: -100px;
}

#kotei03-04 aside {
  top: -100px;
}

#kotei03-05 aside {
  top: -800px;
  left: -95px;
  width: 500px;
}

#kotei03-05 aside ul {
  display: flex;
  flex-flow: row wrap;
}

#kotei03-05 aside li {
  width: 45%;
  margin: 0 1% 20px !important;
}

#kotei03-05 aside li:after {
  display: none;
}

#kotei03-05 aside img {
  width: 70%;
}

#kotei03-06 aside {
  top: -170px;
}

#kotei03-07 aside {
  top: -195px;
}

#kotei03-08 aside {
  top: -185px;
}

.chi aside {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .kotei-box li {
    width: 41%;
    margin: 0 7% 45px 0;
  }
  .kotei-box dd aside {
    left: 0;
    width: 100%;
  }
  #kotei03-05 aside {
    width: 100%;
    left: 0;
  }
  .kotei-box li:after {
    content: none;
  }
}



/*** ------------------------------------------------------------------------------



チラシ/カタログ



-----------------------------------------------------------------------------  ***/

#flyer .page-mv:after {
  background: url(../../img/case/mv.jpg) no-repeat top center / cover;
}

#flyer .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto 0;
  padding-bottom: 50px;
}

#flyer .list li {
  display: block;
  width: calc(100% / 3 - 10px);
  margin: 0 15px 80px 0;
}

#flyer .list li:nth-child(3n) {
  margin-right: 0;
}

#flyer .list li a, #flyer .list li a img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

#flyer .list li a:after {
  content: '';
  display: block;
  width: 72px;
  height: 72px;
  background: url('../img/arrow-btn-w.svg')no-repeat center center;
  background-size: 30px;
  background-color: #006ebb;
  border-radius: 50px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -36px;
}

#flyer .list li a .cnt {
  padding: 24px 20px 85px;
  box-sizing: border-box;
  background: #fff;
  border: solid 5px #fff;
  color: #3f3b3a;
  position: relative;
  transition: 0.3s;
  position: relative;
}

#flyer .list li a .info {
  font-size: 18px;
  margin-bottom: 16px;
}
#flyer .list li a .info .flyer_tit {
  display: block;
}

#flyer .list li a .info .cat {
  display: inline-block;
  padding: 4px 10px;
  border: solid 1px #006ebb;
  color: #006ebb;
  line-height: 1;
  font-size: 11px;
  margin-right: 15px;
}

#flyer .list li a .text {
  font-size: 14px;
  line-height: 2;
  position: relative;
}

#flyer .list li a .cnt-box {
  position: relative
}

#flyer .list li a .cnt-box:before, #flyer .list li a .cnt-box:after, #flyer .list li a .cnt:before, #flyer .list li a .cnt:after {
  transition: 0.3s ease-out;
}

#flyer .list li a .cnt-box:before {
  content: '';
  display: block;
  width: 5px;
  height: 0;
  background: #006ebb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}

#flyer .list li a .cnt-box:after {
  content: '';
  display: block;
  width: 5px;
  height: 0;
  background: #006ebb;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s;
}

#flyer .list li a .cnt:before {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #006ebb;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;
  transition: 0.3s;
}

#flyer .list li a .cnt:after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #006ebb;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}

@media (min-width: 769px) {
  #flyer .list li a:hover {
    opacity: 1;
  }
  #flyer .list li a:hover .cnt-box:before, #flyer .list li a:hover .cnt-box:after {
    height: 100%;
  }
  #flyer .list li a:hover .cnt:before, #flyer .list li a:hover .cnt:after {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  #flyer .list {
    flex-wrap: wrap;
  }
  #flyer .list li {
    width: 100%;
    margin: 0 auto 80px;
  }
  #flyer .list li a:after {
    background: url(../img/arrow-btn-w.svg)no-repeat center center;
    background-size: 30px;
    background-color: #006ebb;
  }
  #flyer .list li a .cnt {
    padding-bottom: 50px;
  }
  #flyer .list li a .info {
    font-size: 18px;
    font-weight: 500;
  }
  #flyer .list li a .info .cat {
    font-size: 11px;
  }
}

#ad_cat > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#ad_cat > ul > li {
  width: 20%;
  margin: 0 -1px -1px 0;
  position: relative;
  
}
#ad_cat > ul > li > a {
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #006ebb;
  color: #003f77;
  width: 100%;
  text-align: center;
  padding: 1em 0.5em;
  cursor: pointer;
  position: relative;
}
#ad_cat > ul > li > a:hover {
  text-decoration: underline;
}
#ad_cat > ul > li:hover a {
  background: #dcedfd;
}
#ad_cat > ul > li.ad_cat_parent > a {
  padding-left: 1em;
}
.ad_cat_parent > a::after {
  content: "▼";
  margin-left: 1em;
  margin-bottom: 0.3em;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
}
.ad_cat_parent > a:hover::after {
  text-decoration: none;
}
.child_cat {
  display: none;
  position: absolute;
  border-left: 1px solid #006ebb;
  border-bottom: 1px solid #006ebb;
  border-right: 1px solid #006ebb;
  padding: 0 1em 0.5em;
  background: #dcedfd;
  margin-top: -1px;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
}
.child_cat a {
  color: #003f77;
}
.child_cat a:hover {
  text-decoration: underline;
}
#ad_cat > ul > li a:hover + .child_cat ,
.child_cat:hover {
  display: block;
}
.child_cat:hover + #ad_cat > ul > li a {
  background: #dcedfd;
}
#flyer .list li a .cnt {
  padding-bottom: 45px;
}
.tit-box_cat .tit {
  font-size: 28px;
    font-weight: bold;
    color: #003f77;
    margin: 0 0 32px;
    letter-spacing: 0.025em;
    line-height: 1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
  #ad_cat > ul {
    justify-content: space-between;
  }
  #ad_cat > ul > li {
    width: 48.5%;
    margin-bottom: 0.5em;
  }
  #ad_cat > ul > li > a {
    padding: 0.3em;
  }
  .child_cat {
    display: block;
    position: relative;
    padding: 0.5em;
  }
  .ad_cat_parent > a::after {
    display: none;
  }
  .ad_cat_parent > a {
    padding: 0;
  }
  .tit-box_cat .tit {
    font-size: 24px;
  }
}

/*** ------------------------------------------------------------------------------



環境への取り組み



-----------------------------------------------------------------------------  ***/

#environment .page-mv:after {
  background: url(../../img/environment/mv.jpg) no-repeat top center / cover;
}
#environment main.main-content .page-mv .inner .section-ttl{
  line-height: 1.4;
}
#environment main.main-content .page-mv .inner .section-ttl span{
  margin-top: 15px;
}
#environment .conts .inner {
  color: #3f3b3a;
  padding: 120px 40px 60px;
}

#environment .conts .tit-box {
  transform: translateY(-70px);
    position: relative;
    margin-bottom: -40px;
    z-index: 1;
}

#environment .conts .tit-box .tit {
  padding: 20px 0;
  max-width: 340px;
  margin: 0 auto 10px;
  background: #fff;
  border-top: solid 1px #006ebb;
  border-left: solid 1px #006ebb;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(30px, 30px);
  transition: 0.3s;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

#environment .conts .tit-box .tit.run {
  transform: none;
  opacity: 1;
}

#environment .conts .tit-box .tit:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #006ebb;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  opacity: 0;
  transform: translate(-15px, -15px);
  transition: 0.5s;
  transition-delay: 0.3s;
  opacity: 0;
}

#environment .conts .tit-box .tit.run:after {
  transform: translate(0px, 0px);
  opacity: 1;
}
#environment #philosophy.conts .inner {
  padding: 160px 40px 140px;
}
#environment #philosophy .txt {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  #environment .conts .inner {
    padding: 80px 20px 0;
  }
  #environment .conts .tit-box {
    margin-bottom: 30px;
    transform: unset;
  }
  #environment .conts .tit-box .tit {
    padding: 20px 0;
    margin: 0 auto 40px;
    font-size: 20px;
  }
  #environment .conts .tit-box .tit.run {
    transform: none;
    opacity: 1;
  }
  #environment .conts .tit-box .tit:after {
    right: -10px;
    bottom: -10px;
  }
  #environment .conts .tit-box .tit.run:after {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  #environment #philosophy.conts .inner{
    padding: 80px 20px 100px;
  }
  #environment #philosophy .txt {
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  #environment #philosophy .txt:after {
    width: 20px;
    height: 1px;
  }
  #environment #philosophy .img img{
    max-width: 100%;
  }
}