@charset "UTF-8";
* {
  box-sizing: border-box;
  line-height: 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  border: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
}

input:focus {
  outline: 0;
}

select {
  appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
.animttl {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
.animttl.is-active {
  transition: .3s;
  opacity: 1;
}
.animttl__in {
  display: none;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.animttl.is-bl {
  color: #005BAC;
}
.animttl__wrap.ttlModuleA__01__wrap {
  height: 50px;
}
.animttl__wrap.ttlModuleA__02__in {
  float: left;
  min-height: 48px;
  width: 60%;
}
@media (max-width: 960px) {
  .animttl__wrap.ttlModuleA__02__in.sp-minHa {
    min-height: auto;
  }
}
.animttl__wrap.ttlModuleB__01__wrap {
  height: 50px;
}
.animttl__band {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  right: 200%;
  top: 0;
  -webkit-animation: headlineAnim 1.5s cubic-bezier(0.5, 0, 0, 1) forwards;
          animation: headlineAnim 1.5s cubic-bezier(0.5, 0, 0, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.animttl__band.is-bl {
  background-color: #005BAC;
}

@-webkit-keyframes headlineAnim {
  0% {
    right: 200%;
  }
  50% {
    right: 19px;
  }
  100% {
    right: -100%;
  }
}

@keyframes headlineAnim {
  0% {
    right: 200%;
  }
  50% {
    right: 19px;
  }
  100% {
    right: -100%;
  }
}
@media (max-width: 960px) {
  .animttl__wrap.ttlModuleA__01__wrap {
    height: 30px;
  }
  .animttl__wrap.ttlModuleA__02__in {
    width: 60%;
  }
  .animttl__wrap.ttlModuleB__01__wrap {
    height: 30px;
  }
}
.pt {
  position: fixed;
  bottom: 90px;
  right: 40px;
  transition: .3s;
  z-index: 9999;
}

.ft {
  font-family: Arial;
  color: #fff;
  background-color: #777;
  padding-top: 120px;
  font-size: 14px;
  font-size: 0.875rem;
}
.ft__in {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto 120px;
  padding: 0 20px;
}
.ft__in > * {
  width: calc(20% - 24px);
  margin-right: 30px;
  margin-bottom: 0px;
  float: left;
}
.ft__in > *:nth-child(5n) {
  margin-right: 0;
}
.ft__in::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .ft__in > * {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .ft__in > *:last-child {
    margin-bottom: 0;
  }
}
.ft__col {
  vertical-align: top;
}
.ft__col__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.ft__col__ttl.is-mb {
  margin-bottom: 75px;
}
.ft__col__ttl a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-decoration: none;
}
.ft__col__ttl a:hover {
  text-decoration: underline;
}
.ft__col__ttl a:hover {
  text-decoration: underline;
}
.ft__col__li.is-mb {
  margin-bottom: 50px;
}
.ft__col__li li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  white-space: nowrap;
}
.ft__col__li li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ft__col__li li.is-blank::after {
  display: none;
}
.ft__col__li li.is-blank a {
  position: relative;
  padding-right: 20px;
}
.ft__col__li li.is-blank a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23fff;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.ft__col__li li a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-decoration: none;
}
.ft__col__li li a:hover {
  text-decoration: underline;
}
.ft__col__li li a:hover {
  text-decoration: underline;
}
.ft .copy {
  background-color: #333;
  padding: 15px 0;
}
.ft .copy__in {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}
.ft .copy__nav {
  float: left;
}
.ft .copy__nav__li li {
  display: inline-block;
  margin-right: 50px;
}
.ft .copy__nav__li li a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-decoration: none;
}
.ft .copy__nav__li li a:hover {
  text-decoration: underline;
}
.ft .copy__nav__li li a:hover {
  text-decoration: underline;
}
.ft .copy__nav__li li.is-cpblank {
  position: relative;
  padding-right: 20px;
  margin-right: 34px;
}
.ft .copy__nav__li li.is-cpblank::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23fff;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.ft .copy__com {
  float: right;
}
.ft__spbtnav {
  display: none;
}

@media (max-width: 1480px) {
  .ft__in {
    width: 90%;
  }
  .ft__in > * {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 0px;
    float: left;
  }
  .ft__in > *:nth-child(2n) {
    margin-right: 0;
  }
  .ft__in::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 1480px) and (max-width: 768px) {
  .ft__in > * {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .ft__in > *:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1480px) {
  .ft__col {
    margin-bottom: 50px;
  }
  .ft .copy {
    padding: 15px 0;
  }
  .ft .copy__nav {
    float: left;
  }
  .ft .copy__nav__li li {
    margin-right: 30px;
  }
  .ft .copy__nav__li li.is-blank {
    position: relative;
    padding-right: 20px;
    margin-right: 30px;
  }
  .ft .copy__nav__li li.is-blank.is-last {
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .ft .copy {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .ft .copy__nav__li li {
    margin-right: 15px;
  }
  .ft .copy__nav__li li.is-cpblank {
    position: relative;
    padding-right: 20px;
    margin-right: 15px;
  }
  .ft .copy__nav__li li.is-cpblank::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23fff;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: contain;
  }
  .ft .copy__nav__li li.is-cpblank.is-last {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .pt {
    display: inline-block;
    width: 24px;
    height: 24px;
    bottom: 20px;
    right: 20px;
  }

  .ft {
    padding-top: 0;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .ft__in {
    display: none;
  }
  .ft .copy__in {
    width: 100%;
    margin: 0 auto;
  }
  .ft .copy__nav {
    display: none;
  }
  .ft .copy__com {
    float: none;
    text-align: center;
  }
  .ft__spbtnav {
    display: block;
    padding: 13px;
    background-color: #777777;
  }
  .ft__spbtnav__li li {
    display: inline-block;
    margin-right: 25px;
  }
  .ft__spbtnav__li li a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-decoration: none;
    font-size: 12px;
  }
  .ft__spbtnav__li li a:hover {
    text-decoration: underline;
  }
  .ft__spbtnav__li li a:hover {
    text-decoration: underline;
  }
  .ft__spbtnav__li li.is-cpblank {
    position: relative;
    padding-right: 20px;
    margin-right: 25px;
  }
  .ft__spbtnav__li li.is-cpblank::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23fff;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: contain;
  }
  .ft__spbtnav__li li.is-cpblank.is-last {
    margin-right: 0;
  }
}
@media (max-width: 350px) {
  .ft__spbtnav__li li,
  .ft__spbtnav__li li.is-blank {
    margin-right: 12px;
  }
}
#containerHeader {
  background-color: #fff;
}

#containerHeader #containerHeaderBlock #utilityBox #searchBox dl dt input,
#containerHeader #containerHeaderBlock .navGlobalnetwork ul li img {
  box-sizing: content-box;
}

#containerHeader .globalHeader #containerHeaderBlock {
  width: 100%;
  max-width: 1640px;
  padding: 4px 20px 3px 20px;
}

#containerHeader .globalHeader #containerHeaderBlock #utilityBox #searchBox dl {
  left: auto;
  right: 220px;
}

#containerHeader #containerHeaderBlock .navGlobalnetwork dt {
  right: 20px;
}

main.is-top {
  margin-top: -70px;
}

@-webkit-keyframes fix {
  0% {
    top: -70px;
  }
  100% {
    top: 0px;
  }
}

@keyframes fix {
  0% {
    top: -70px;
  }
  100% {
    top: 0px;
  }
}
.hd {
  background-color: #333;
  padding: 28px 0 0;
  position: relative;
  top: 0;
  z-index: 10001;
  transition: .5s;
  will-change: transform;
}
.hd a.is-blank {
  position: relative;
}
.hd a.is-blank::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.hd.js-fix {
  position: fixed;
  width: 100%;
  transition: .5s;
  -webkit-animation-name: fix;
          animation-name: fix;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.hd.js-fix .subnav {
  top: 70px;
}
.hd.js-fix .hd__navSP__btn {
  top: 8px;
}
.hd.js-fix .hd__navSP {
  top: 0;
}
.hd__wrap {
  top: 0;
  width: 100%;
  z-index: 1000;
}
.hd.is-top {
  background-color: transparent;
  position: relative;
  top: 0;
  width: 100%;
}
.hd.is-top .hd__navSP__btn {
  top: 8px;
}
.hd.is-top.dist {
  top: -70px;
}
.hd.is-top .subnav {
  top: 70px;
}
.hd__in {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.hd a {
  color: #fff;
}
.hd.is-tp {
  background-color: inherit;
}
.hd__logo {
  display: inline-block;
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
}
.hd__nav {
  display: inline-block;
  float: right;
  position: relative;
}
.hd__nav__li {
  display: inline-block;
  font-size: 0;
}
.hd__nav__li li {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
.hd__nav__li li:hover a:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.hd__nav__li li.is-contact {
  margin-right: 40px;
}
.hd__nav__li li.js-product {
  padding-left: 0;
}
.hd__nav__li li.js-product a {
  padding-left: 0;
}
.hd__nav__li li.js-product a:after {
  width: 100%;
  left: 0;
}
.hd__nav__li li.is-jp {
  position: relative;
  margin-right: 40px;
}
.hd__nav__li li.is-jp:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #fff;
  top: -3px;
}
.hd__nav__li li a {
  padding-left: 40px;
  position: relative;
  display: inline-block;
  padding-bottom: 28px;
}
.hd__nav__li li a.is-active:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.hd__nav__li li a:after {
  position: absolute;
  bottom: 25px;
  left: 40px;
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: -webkit-transform .3s;
  transition: transform .3s;
}
.hd__nav__li li a:hover:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.hd__sidebarBtn {
  display: none;
  position: absolute;
  top: 50%;
  right: 38px;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  transition: .3s;
}
.hd__sidebarBtn span {
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
}
.hd__sidebarBtn span:nth-child(1) {
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hd__sidebarBtn span:nth-child(2) {
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.hd__sidebarBtn.is-active {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 325px) {
  .hd__sidebarBtn {
    right: 31px;
  }
}

.subnav {
  display: none;
  position: absolute;
  right: calc(50% - 350px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 900px;
  z-index: 10001;
  box-shadow: 0px 0px 2px 0px rgba(51, 51, 51, 0.34);
}
.subnav__list {
  background-color: #fff;
  width: calc(900px - 560px);
  float: left;
  padding: 40px;
}
.subnav__list li {
  padding-bottom: 25px;
}
.subnav__list li:last-child {
  padding-bottom: 0;
}
.subnav__list li.is-active a {
  color: #005BAC;
  text-decoration: underline;
}
.subnav__list li a {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
.subnav__det {
  background-color: #CDD6DD;
  padding: 50px 40px 0 40px;
  width: 560px;
  float: right;
}
.subnav__det__ttl {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 25px;
}
.subnav__det__ld {
  line-height: 1.7;
}
.subnav__det__itm {
  display: none;
}
.subnav__det__itm.is-active {
  display: block;
}

.hd__navSP {
  display: none;
  z-index: 1000;
}
.hd__navSP__btn {
  display: none;
  position: absolute;
  right: 13px;
  top: 8px;
  width: 15px;
  height: 15px;
  z-index: 1001;
}
.hd__navSP__btn span {
  transition: .3s;
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
}
.hd__navSP__btn span:nth-child(1) {
  top: 0;
}
.hd__navSP__btn span:nth-child(2) {
  top: 6px;
}
.hd__navSP__btn span:nth-child(3) {
  bottom: 0;
}
.hd__navSP__btn.is-active span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hd__navSP__btn.is-active span:nth-child(2) {
  display: none;
}
.hd__navSP__btn.is-active span:nth-child(3) {
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1620px) {
  .subnav {
    right: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 1400px) {
  #containerHeader .globalHeader #containerHeaderBlock {
    padding: 4px 20px 3px 20px;
  }

  #containerHeader #containerHeaderBlock .navGlobalnetwork dt {
    right: 20px;
  }

  #containerHeader .globalHeader #containerHeaderBlock #utilityBox #searchBox dl {
    right: 220px;
  }

  .hd.is-top {
    background-color: inherit;
  }
  .hd__in {
    padding: 0 20px;
  }
  .hd__nav__li li.is-contact {
    margin-right: 20px;
  }
  .hd__nav__li li.is-jp {
    margin-right: 20px;
  }
  .hd__nav__li li a {
    position: relative;
    display: inline-block;
    padding-bottom: 28px;
    padding-left: 20px;
  }
  .hd__nav__li li a.is-active:after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .hd__nav__li li a:after {
    bottom: 10px;
    width: calc(100% - 20px);
    left: 20px;
  }
  .hd__nav__li li a:hover:after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media (max-width: 1200px) {
  main.is-top {
    margin-top: -64px;
  }

  .hd {
    padding: 0;
    background-color: inherit;
  }
  .hd.is-top {
    top: 0;
  }
  .hd.is-top .hd__navSP {
    top: 0;
  }
  .hd.is-top .hd__logo {
    background-color: transparent;
  }
  .hd__in {
    padding: 0;
  }
  .hd__logo {
    background-color: #333;
    padding: 10px;
    display: block;
    float: none;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
  }

  #containerHeader #containerHeaderBlock #utilityBox {
    display: none;
  }

  .hd__nav {
    display: none;
  }

  .hd__navSP {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .hd__navSP.is-active {
    min-height: 297px;
    height: auto;
  }
  .hd__navSP.is-active.is-nomh {
    min-height: auto;
  }
  .hd__navSP__btn {
    display: block;
  }
  .hd__navSP__li {
    width: 100%;
    position: absolute;
    right: -100%;
    transition: .5s;
    z-index: 2;
  }
  .hd__navSP__li.is-active {
    right: 0;
  }
  .hd__navSP__li li {
    background-color: #fff;
    border-bottom: 1px solid #333;
    padding: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
  }
  .hd__navSP__li li a {
    color: #333;
  }
  .hd__navSP__li li.no-child {
    padding: 0;
  }
  .hd__navSP__li li.no-child a {
    display: block;
    padding: 10px;
  }
  .hd__navSP__li li.is-active {
    background-color: #333;
    color: #fff;
    transition: .5s;
    padding-left: 25px;
  }
  .hd__navSP__li li.is-active span::after {
    content: " Back";
  }
  .hd__navSP__li li.is-active:before {
    display: none;
  }
  .hd__navSP__li li.is-active:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .hd__navSP__li li.is-mnu {
    background-color: #333;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .hd__navSP__li li.is-mnu:before {
    display: none;
  }
  .hd__navSP__li li.is-jp {
    background-color: #CDD6DD;
  }
  .hd__navSP__li li.is-jp a {
    color: #333;
    display: block;
  }
  .hd__navSP__li li:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hd__navSP__li li.no-child::before {
    display: none;
  }
  .hd__navSP__li li.is-jp::before {
    display: none;
  }
  .hd__navSP__liSub {
    position: absolute;
    right: -100%;
    transition: .8s;
    width: 100%;
    top: 32px;
    z-index: 2;
    color: #333;
  }
  .hd__navSP__liSub.is-active {
    right: 0;
  }
  .hd__navSP__liSub li {
    padding: 0;
  }
  .hd__navSP__liSub li a {
    color: #333;
    display: block;
    padding: 10px;
  }
}
.tagList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: start;
  margin-bottom: 10px;
}
.tagList--ml20 {
  margin-left: 20px;
}
.tagList > li {
  display: inline-block;
  padding: 4px 10px;
  background-color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFF;
  font-family: 'Muli', sans-serif;
}
.tagList > li:not(:last-of-type) {
  margin-right: 5px;
}
.tagList > li.is-discontinued {
  background-color: #be0000;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: arial, sans-serif;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
body.is-nopor {
  position: static;
}

.is-italic {
  font-style: italic;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.is-blankAf {
  position: relative;
}
.is-blankAf:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .is-blankAf:after {
    width: 14px;
    height: 14px;
  }
}

.is-em {
  font-style: italic;
}

.u-mbS {
  margin-bottom: 20px;
}
.u-mbM {
  margin-bottom: 50px;
}
.u-mbXL {
  margin-bottom: 120px;
}
.u-ptS {
  padding-top: 20px;
}
.u-ptM {
  padding-top: 50px;
}
.u-ptXL {
  padding-top: 120px;
}
.u-pbS {
  padding-bottom: 20px;
}
.u-pbM {
  padding-bottom: 50px;
}
.u-pbXL {
  padding-bottom: 120px;
}
.u-tac {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .u-mbS {
    margin-bottom: 10px;
  }
  .u-mbM {
    margin-bottom: 25px;
  }
  .u-mbXL {
    margin-bottom: 60px;
  }
  .u-ptS {
    padding-top: 10px;
  }
  .u-ptM {
    padding-top: 25px;
  }
  .u-ptXL {
    padding-top: 60px;
  }
  .u-pbS {
    padding-bottom: 10px;
  }
  .u-pbM {
    padding-bottom: 25px;
  }
  .u-pbXL {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .sp-only-mbM {
    margin-bottom: 25px;
  }
}
.is-abel {
  font-family: 'Muli', sans-serif;
}

.is-blank a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.is-blank a::before {
  z-index: 10;
  transition: .3s;
}
.is-blank a:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23fff;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .is-blank::after {
    right: 5px;
  }
}
.is-line.is-blank-wh:before {
  display: none;
}
.is-line.is-blank-wh:after {
  content: "";
  position: absolute;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.is-line.is-blank-bk:before {
  display: none;
}
.is-line.is-blank-bk:after {
  content: "";
  position: absolute;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.is-line.is-blank-bl:before {
  display: none;
}
.is-line.is-blank-bl:after {
  content: "";
  position: absolute;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%230C5DA9;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.is-line::before, .is-line::after {
  position: absolute;
  right: 21.5px;
  background: #333;
  content: "";
  transition: .3s;
  z-index: 2;
}
.is-line::before {
  top: 50%;
  width: 12.5px;
  height: 1px;
}
.is-line::after {
  top: calc(50% - 2px);
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
}
.is-line.is-white::before, .is-line.is-white::after {
  background-color: #fff;
}
.is-line.is-blue::before, .is-line.is-blue::after {
  background-color: #005bac;
}
.is-line.is-green::before, .is-line.is-green::after {
  background-color: #76b531;
}
.is-line.is-orange::before, .is-line.is-orange::after {
  background-color: #ff9933;
}
.is-line.is-lightblue::before, .is-line.is-lightblue::after {
  background-color: #00b0f0;
}
.is-line.is-deepblue::before, .is-line.is-deepblue::after {
  background-color: #366092;
}
.is-line.is-deepgreen::before, .is-line.is-deepgreen::after {
  background-color: #008080;
}

@media screen and (max-width: 960px) {
  .is-line::before, .is-line::after {
    right: 10px;
  }
}
.is-bgOrange {
  background-color: #fb940b;
  color: #fff;
}

.is-bgMossgreen {
  background-color: #328281;
  color: #fff;
}

.is-bgBlue {
  background-color: #005bac;
  color: #fff;
}

.is-bgGrey {
  background-color: #d1d4d9;
}

.is-pdf::after {
  position: relative;
  top: 3px;
  content: url("https://www.fujielectric.com/fcs/container/ver.1/img/ico_pdf.png");
}

.is-pdf2::after {
  position: absolute;
  transition: .3s;
  z-index: 2;
  content: url("https://www.fujielectric.com/fcs/container/ver.1/img/ico_pdf.png");
}

.is-blank2:after {
  content: "";
  position: absolute;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23747474;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}

.wrap__2line {
  max-width: 1640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 999;
}

.wrap__2line::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 40px;
  width: 1px;
  background-color: #d1d4d9;
  z-index: -1;
}

.wrap__2line::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: calc(50% + 40px);
  width: 1px;
  background-color: #d1d4d9;
  z-index: -1;
}

.wrap__2line.borderLtop::before {
  top: 0;
}

.wrap__2line.bdLnone::before {
  display: none;
}

.wrap__2line.bdRnone::after {
  display: none;
}

.is-reveal01 {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
@-webkit-keyframes ufpn3a8cp_r {
  46.66667% {
    left: 0%;
  }
  53.33333% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes ufpn3a8cp_r {
  46.66667% {
    left: 0%;
  }
  53.33333% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes ufpn3a8cp_r_p {
  100% {
    left: 0;
  }
}
@keyframes ufpn3a8cp_r_p {
  100% {
    left: 0;
  }
}
@-webkit-keyframes ufpn3a8cp_r_smooth {
  100% {
    left: 100%;
  }
}
@keyframes ufpn3a8cp_r_smooth {
  100% {
    left: 100%;
  }
}
@-webkit-keyframes ufpn3a8cp_in {
  46.66667% {
    opacity: 0;
  }
  53.33333% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ufpn3a8cp_in {
  46.66667% {
    opacity: 0;
  }
  53.33333% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ufpn3a8cp_in_p {
  100% {
    opacity: 1;
  }
}
@keyframes ufpn3a8cp_in_p {
  100% {
    opacity: 1;
  }
}
.is-reveal01 > * {
  opacity: 0;
  position: relative;
  z-index: 1;
}
.is-reveal01::before {
  content: "";
  position: absolute;
  left: -100%;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
}
.is-reveal01.is-active::before {
  -webkit-animation: ufpn3a8cp_r 1.5s ease 0.2s 1 normal forwards;
          animation: ufpn3a8cp_r 1.5s ease 0.2s 1 normal forwards;
}
.is-reveal01.is-active > * {
  -webkit-animation: ufpn3a8cp_in 1.5s ease 0.2s 1 normal forwards;
          animation: ufpn3a8cp_in 1.5s ease 0.2s 1 normal forwards;
}
.is-reveal02 {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
@-webkit-keyframes ufpn3a8ct_r {
  46.66667% {
    left: 0%;
  }
  53.33333% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes ufpn3a8ct_r {
  46.66667% {
    left: 0%;
  }
  53.33333% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes ufpn3a8ct_r_p {
  100% {
    left: 0;
  }
}
@keyframes ufpn3a8ct_r_p {
  100% {
    left: 0;
  }
}
@-webkit-keyframes ufpn3a8ct_r_smooth {
  100% {
    left: 100%;
  }
}
@keyframes ufpn3a8ct_r_smooth {
  100% {
    left: 100%;
  }
}
@-webkit-keyframes ufpn3a8ct_in {
  46.66667% {
    opacity: 0;
  }
  53.33333% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ufpn3a8ct_in {
  46.66667% {
    opacity: 0;
  }
  53.33333% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ufpn3a8ct_in_p {
  100% {
    opacity: 1;
  }
}
@keyframes ufpn3a8ct_in_p {
  100% {
    opacity: 1;
  }
}
.is-reveal02 > * {
  opacity: 0;
  position: relative;
  z-index: 1;
}
.is-reveal02::before {
  content: "";
  position: absolute;
  left: -100%;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #005BAC;
  top: 0;
}
.is-reveal02.is-active::before {
  -webkit-animation: ufpn3a8ct_r 1.5s ease 0.2s 1 normal forwards;
          animation: ufpn3a8ct_r 1.5s ease 0.2s 1 normal forwards;
}
.is-reveal02.is-active > * {
  -webkit-animation: ufpn3a8ct_in 1.5s ease 0.2s 1 normal forwards;
          animation: ufpn3a8ct_in 1.5s ease 0.2s 1 normal forwards;
}
.is-reveal02.pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .is-reveal02.pc {
    display: none;
  }
}
.is-reveal02.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-reveal02.sp {
    display: inline-block;
  }
}

.reveal__in {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .wrap__2line {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrap__2line::before {
    left: 20px;
  }
  .wrap__2line::after {
    display: none;
  }
}
.in {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 600px) {
  .in {
    padding: 0 10px;
  }
}
.is-numTbl {
  max-width: 960px;
  width: 100%;
  margin-bottom: 10px;
}
.is-numTbl thead th {
  text-align: center;
  background-color: #f0f0f0;
}
.is-numTbl th {
  width: 60px;
  border: 1px solid #ccc;
  padding: 15px;
}
.is-numTbl td {
  width: calc(100% - 60px);
  border: 1px solid #ccc;
  padding: 15px 20px;
}

.is-tbl01 {
  max-width: 960px;
  width: 100%;
  margin-bottom: 10px;
}
.is-tbl01 thead th {
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
.is-tbl01 th {
  padding: 15px;
  border: 1px solid #ccc;
  text-align: left;
  width: 30%;
}
.is-tbl01 td {
  border: 1px solid #ccc;
  padding: 15px 20px;
}

.is-ofs {
  overflow: scroll;
}
.is-ofs .is-tbl02 {
  width: 960px;
}

.is-tbl02 {
  width: 100%;
  margin-bottom: 10px;
  word-break: break-all;
}
.is-tbl02.u-mbS {
  margin-bottom: 20px;
}
.is-tbl02.u-mbM {
  margin-bottom: 50px;
}
.is-tbl02.u-mbXL {
  margin-bottom: 120px;
}
.is-tbl02.u-ptS {
  padding-top: 20px;
}
.is-tbl02.u-ptM {
  padding-top: 50px;
}
.is-tbl02.u-ptXL {
  padding-top: 120px;
}
.is-tbl02.u-pbS {
  padding-bottom: 20px;
}
.is-tbl02.u-pbM {
  padding-bottom: 50px;
}
.is-tbl02.u-pbXL {
  padding-bottom: 120px;
}
.is-tbl02.u-tac {
  text-align: center;
}
.is-tbl02 thead th {
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
.is-tbl02 th {
  padding: 15px;
  border: 1px solid #ccc;
  text-align: center;
}
.is-tbl02 td {
  border: 1px solid #ccc;
  padding: 15px 20px;
  vertical-align: top;
}

.is-flBox {
  max-width: 960px;
  padding: 10px;
  border: 1px solid #ccc;
}
.is-flBox .img {
  float: left;
  width: 159px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .is-flBox .img {
    float: none;
    margin: 0 auto 20px;
  }
}
.is-flBox .txt {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  width: calc(100% - 180px);
}
@media screen and (max-width: 600px) {
  .is-flBox .txt {
    float: none;
    width: 100%;
  }
}

.is-btn01 {
  display: inline-block;
  position: relative;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
}
.is-btn01.is-S {
  width: 200px;
  line-height: 48px;
}
.is-btn01.is-L {
  width: 380px;
  line-height: 78px;
}
.is-btn01:hover .ttlModuleA__02__btn__bg {
  left: -30px;
}
.is-btn01:hover .ttlModuleA__02__btn__txt {
  position: relative;
  z-index: 2;
  color: #fff;
}
.is-btn01:hover.is-line::before, .is-btn01:hover.is-line::after {
  background: #fff;
}

.is-btn02 {
  display: inline-block;
  position: relative;
  background-color: #F0F0F0;
  text-align: center;
  color: #333 !important;
  text-decoration: none !important;
  transition: .3s;
}
.is-btn02:hover {
  opacity: .7;
}
.is-btn02.is-S {
  width: 200px;
  line-height: 50px;
}
.is-btn02.is-map:after {
  position: absolute;
  background-image: url(https://www.fujielectric.com/fcs/container/ver.1/img/ico_map.svg);
  background-repeat: no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  left: 20px;
  top: 50%;
  margin-top: -12px;
}

@media screen and (max-width: 960px) {
  .is-btn01.is-S {
    width: 165px;
    line-height: 30px;
  }
  .is-btn01.is-L {
    width: 100%;
    line-height: 78px;
  }
}
.pg404 .btnModuleA__01 {
  display: inline-block;
}

.btnModuleA__01 {
  display: block;
  position: relative;
  width: 380px;
  margin: 0 auto;
  padding: 32px 0;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  text-align: center;
  overflow: hidden;
  transition: .3s;
}
.btnModuleA__01__bg {
  position: absolute;
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -160%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  background: #333;
  transition: .3s;
  z-index: 1;
}
.btnModuleA__01__txt {
  position: relative;
  z-index: 2;
  transition: .3s;
}
.btnModuleA__01:hover .btnModuleA__01__bg {
  left: -30px;
}
.btnModuleA__01:hover .btnModuleA__01__txt {
  color: #fff;
}
.btnModuleA__01:hover.is-line::before, .btnModuleA__01:hover.is-line::after {
  background: #fff;
}
.btnModuleA__04 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  text-align: center;
}
.btnModuleA__04__wrap {
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .btnModuleA__04__wrap {
    padding-left: 20px;
  }
}
.btnModuleA__04.is-col1 {
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .btnModuleA__04.is-col1 {
    padding-left: 20px;
  }
}
.btnModuleA__04.is-col1 > li {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 700px) {
  .btnModuleA__04.is-col1 > li {
    margin: 0 auto;
  }
}
.btnModuleA__04.is-col2 {
  padding: 20px;
  background: #f0f0f0;
}
.btnModuleA__04.is-col2 > li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .btnModuleA__04.is-col2 > li {
    width: 100%;
  }
}
.btnModuleA__04 > li {
  position: relative;
  width: calc(25% - 20px);
  border: 1px solid #333;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .btnModuleA__04 > li.is-break {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 630px) {
  .btnModuleA__04 > li.is-break {
    width: 100%;
  }
}
.btnModuleA__04 > li:hover .btnModuleA__01__bg {
  left: -30px;
}
.btnModuleA__04 > li:hover .btnModuleA__04__txt {
  color: #fff;
}
.btnModuleA__04 > li:hover.is-line::before, .btnModuleA__04 > li:hover.is-line::after {
  background: #fff;
}
.btnModuleA__04 > li a {
  display: block;
  position: relative;
  height: 80px;
  color: #333;
  overflow: hidden;
}
.btnModuleA__04__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: .3s;
}
.btnModuleA__04__txt.is-nowr {
  width: 100%;
}
.btnModuleA__08 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  text-align: center;
}
.btnModuleA__08__bg {
  position: absolute;
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -160%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  background: #333;
  transition: .3s;
  z-index: 1;
}
.btnModuleA__08__txt {
  position: relative;
  z-index: 2;
  transition: .3s;
}
.btnModuleA__08 > li {
  width: calc(25% - 20px);
  margin-top: 25px;
  border: 1px solid #333;
  background: #fff;
  transition: .3s;
}
.btnModuleA__08 > li:nth-child(-n + 4) {
  margin-top: 0;
}
.btnModuleA__08 > li a {
  display: block;
  position: relative;
  color: #333;
  padding: 33px 0;
  transition: .3s;
  overflow: hidden;
}
.btnModuleA__08 > li a:hover .btnModuleA__08__bg {
  left: -30px;
}
.btnModuleA__08 > li a:hover .btnModuleA__08__txt {
  color: #fff;
}
.btnModuleA__08 > li a:hover.is-line::before, .btnModuleA__08 > li a:hover.is-line::after {
  background: #fff;
}

@media screen and (max-width: 1280px) {
  .btnModuleA__08 > li {
    width: calc(25% - 5px);
    margin-top: 5px;
  }
}
@media screen and (max-width: 960px) {
  .btnModuleA__01 {
    width: 165px;
    padding: 13px 27.5px;
  }
  .btnModuleA__04 > li {
    width: calc(25% - 10px);
  }
  .btnModuleA__04 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .btnModuleA__04 > li a {
    height: 40px;
  }
  .btnModuleA__08 > li a {
    padding: 13px 0;
  }
}
@media screen and (max-width: 600px) {
  .btnModuleA__01 {
    width: 165px;
    padding: 13px 0;
  }
  .btnModuleA__04 > li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .btnModuleA__04 > li:last-child {
    margin-bottom: 0;
  }
  .btnModuleA__04 > li a {
    padding: 12px 0;
  }
  .btnModuleA__08 > li {
    width: calc(50% - 5px);
    margin: 10px 0 0 0;
  }
  .btnModuleA__08 > li:nth-child(-n + 4) {
    margin-top: 10px;
  }
  .btnModuleA__08 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .btnModuleA__08 > li a {
    padding: 13px 0;
  }
}
.ttlModuleA__01 {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #005bac;
  color: #005bac;
  font-family: 'Muli', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
}
@media screen and (max-width: 960px) {
  .ttlModuleA__01 {
    line-height: 30px;
  }
}
.ttlModuleA__02 {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.ttlModuleA__02__in {
  display: inline-block;
}
.ttlModuleA__02__ttl {
  display: inline-block;
  float: left;
  padding-left: 20px;
  border-left: 1px solid #005bac;
  color: #005bac;
  font-family: 'Muli', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
}
.ttlModuleA__02__ttl a {
  color: #005bac;
}
.ttlModuleA__02__btn {
  display: block;
  position: relative;
  float: right;
  width: 40%;
  max-width: 200px;
  padding: 17px 0;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  transition: .3s;
  overflow: hidden;
}
.ttlModuleA__02__btn__bg {
  position: absolute;
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -200%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  background: #333;
  transition: .3s;
  z-index: 1;
}
.ttlModuleA__02__btn__txt {
  position: relative;
  z-index: 2;
  transition: .3s;
}
.ttlModuleA__02__btn.is-line.is-wh::before, .ttlModuleA__02__btn.is-line.is-wh::after {
  background-color: #fff;
}
.ttlModuleA__02__btn:hover .ttlModuleA__02__btn__bg {
  left: -30px;
}
.ttlModuleA__02__btn:hover .ttlModuleA__02__btn__txt {
  color: #fff;
}
.ttlModuleA__02__btn:hover.is-line::before, .ttlModuleA__02__btn:hover.is-line::after {
  background-color: #fff;
}
.ttlModuleA__02__btn:hover.is-line.is-blank-bk::after {
  background-color: transparent;
}
.ttlModuleA__02__btn:hover.is-line.is-blank-bk::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E");
}
.ttlModuleA__02.is-active .ttlModuleA__02__btn__bg {
  left: -30px;
}
.ttlModuleA__02.is-active .ttlModuleA__02__btn__txt {
  color: #fff;
}
.ttlModuleA__02.is-active .is-line::before, .ttlModuleA__02.is-active .is-line::after {
  background-color: #fff;
}
.ttlModuleA__02.is-active .is-line.is-blank-bk::after {
  background-color: transparent;
}
.ttlModuleA__02.is-active .is-line.is-blank-bk::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E");
}

@media screen and (max-width: 1280px) {
  .ttlModuleA__02__ttl {
    width: 90%;
  }
  .ttlModuleA__02__btn.is-line::before, .ttlModuleA__02__btn.is-line::after {
    right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .ttlModuleA__01 {
    margin-left: 10px;
    padding-left: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .ttlModuleA__02 {
    width: calc(100% - 20px);
  }
  .ttlModuleA__02__ttl {
    padding-left: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .ttlModuleA__02__btn {
    width: 40%;
    max-width: 165px;
    padding: 8px 0;
  }
}
.ttlModuleB__01 {
  color: #005bac;
  font-family: 'Muli', sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
}
.ttlModuleB__01__wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 195px 40px;
}

/* ---------------------------
moduleA
--------------------------- */
.moduleA__01 > * {
  width: calc(20% - 20px);
  margin-right: 25px;
  margin-bottom: 0px;
  float: left;
}
.moduleA__01 > *:nth-child(5n) {
  margin-right: 0;
}
.moduleA__01::after {
  content: "";
  display: block;
  clear: both;
}
.moduleA__01 > li {
  background: #fff;
  transition: .3s;
  visibility: hidden;
}
.moduleA__01 > li a {
  display: block;
}
@media screen and (min-width: 961px) {
  .moduleA__01 > li a:hover .moduleA__01__ttl {
    color: #fff;
  }
  .moduleA__01 > li a:hover .is-line::before, .moduleA__01 > li a:hover .is-line::after {
    background: #fff;
  }
}
.moduleA__01 > li a.is-green {
  color: #76b531;
}
@media screen and (min-width: 961px) {
  .moduleA__01 > li a.is-green:hover .moduleA__01__ttl__bg {
    left: -30px;
    background: #76b531;
  }
  .moduleA__01 > li a.is-green:hover .moduleA__01__ttl__txt {
    color: #fff;
  }
}
.moduleA__01 > li a.is-orange {
  color: #ff9933;
}
@media screen and (min-width: 961px) {
  .moduleA__01 > li a.is-orange:hover .moduleA__01__ttl__bg {
    left: -30px;
    background: #ff9933;
  }
  .moduleA__01 > li a.is-orange:hover .moduleA__01__ttl__txt {
    color: #fff;
  }
}
.moduleA__01 > li a.is-lightblue {
  color: #00b0f0;
}
@media screen and (min-width: 961px) {
  .moduleA__01 > li a.is-lightblue:hover .moduleA__01__ttl__bg {
    left: -30px;
    background: #00b0f0;
  }
  .moduleA__01 > li a.is-lightblue:hover .moduleA__01__ttl__txt {
    color: #fff;
  }
}
.moduleA__01 > li a.is-deepblue {
  color: #366092;
}
@media screen and (min-width: 961px) {
  .moduleA__01 > li a.is-deepblue:hover .moduleA__01__ttl__bg {
    left: -30px;
    background: #366092;
  }
  .moduleA__01 > li a.is-deepblue:hover .moduleA__01__ttl__txt {
    color: #fff;
  }
}
.moduleA__01 > li a.is-deepgreen {
  color: #008080;
}
@media screen and (min-width: 961px) {
  .moduleA__01 > li a.is-deepgreen:hover .moduleA__01__ttl__bg {
    left: -30px;
    background: #008080;
  }
  .moduleA__01 > li a.is-deepgreen:hover .moduleA__01__ttl__txt {
    color: #fff;
  }
}
.moduleA__01__fig {
  transition: .3s;
}
@media screen and (min-width: 961px) {
  .moduleA__01__fig:hover {
    opacity: .7;
  }
}
.moduleA__01__fig img {
  vertical-align: bottom;
}
@media screen and (min-width: 961px) {
  .moduleA__01__box.is-active .moduleA__01__ttl {
    color: #fff;
  }
  .moduleA__01__box.is-active .moduleA__01__ttl__bg {
    left: -30px;
  }
  .moduleA__01__box.is-active .moduleA__01__li__txt {
    color: #fff;
  }
  .moduleA__01__box.is-active .is-line::before, .moduleA__01__box.is-active .is-line::after {
    background: #fff;
  }
  .moduleA__01__box.is-active .is-green .moduleA__01__ttl__bg {
    background: #76b531;
  }
  .moduleA__01__box.is-active .is-orange .moduleA__01__ttl__bg {
    background: #ff9933;
  }
  .moduleA__01__box.is-active .is-lightblue .moduleA__01__ttl__bg {
    background: #00b0f0;
  }
  .moduleA__01__box.is-active .is-deepblue .moduleA__01__ttl__bg {
    background: #366092;
  }
  .moduleA__01__box.is-active .is-deepgreen .moduleA__01__ttl__bg {
    background: #008080;
  }
}
.moduleA__01__ttl {
  position: relative;
  padding: 20px 33px 20px 10px;
  border-bottom: 1px solid;
  font-size: 20px;
  font-size: 1.25rem;
  transition: .3s;
  overflow: hidden;
}
.moduleA__01__ttl.is-line::before, .moduleA__01__ttl.is-line::after {
  right: 10px;
}
.moduleA__01__ttl__bg {
  position: absolute;
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -160%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  transition: .3s;
  z-index: 1;
}
.moduleA__01__ttl__txt {
  display: block;
  position: relative;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moduleA__01__txt {
  padding: 0 10px;
  line-height: 1.3;
}

@media screen and (max-width: 1280px) {
  .moduleA__01 > * {
    width: calc(33.33333% - 16.66667px);
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
  }
  .moduleA__01 > *:nth-child(3n) {
    margin-right: 0;
  }
  .moduleA__01::after {
    content: "";
    display: block;
    clear: both;
  }
  .moduleA__01__fig img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .moduleA__01 > * {
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 0px;
    float: left;
  }
  .moduleA__01 > *:nth-child(1n) {
    margin-right: 0;
  }
  .moduleA__01::after {
    content: "";
    display: block;
    clear: both;
  }
  .moduleA__01 > li {
    background: none;
    margin-bottom: 40px;
  }
  .moduleA__01 > li::after {
    content: "";
    display: block;
    clear: both;
  }
  .moduleA__01 > li:last-child {
    margin-bottom: 0;
  }
  .moduleA__01__fig {
    float: left;
    width: 100px;
  }
  .moduleA__01__box {
    float: right;
    width: calc(100% - 110px);
  }
  .moduleA__01__ttl {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 32.5px 0 0;
  }
  .moduleA__01__ttl__txt {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 10px;
  }
  .moduleA__01__txt {
    padding: 0 5px;
  }
}
/* ---------------------------
moduleB__01
--------------------------- */
.moduleB__01 {
  background-color: #333333;
  overflow: hidden;
}

.moduleB__01__boxWrap {
  display: -ms-flexbox;
  display: flex;
}

.add__1line {
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.add__1line::before {
  content: "";
  width: 1px;
  height: 999px;
  background-color: #fff;
  position: absolute;
  left: 40px;
}

.moduleB__01__leftBox {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

.moduleB__01__rightBox {
  width: 50%;
}

.moduleB__01__rightBox img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.moduleB__01__cntWrap {
  padding: 0 40px 0 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.moduleB__01__cnt {
  max-width: 720px;
  min-height: 180px;
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1590px) {
  .moduleB__01__cnt {
    max-width: 585px;
  }
}
@media screen and (max-width: 1350px) {
  .moduleB__01__cnt {
    max-width: 500px;
  }
}

.moduleB__01__cnt:last-child {
  margin-bottom: 0;
}

.moduleB__01__cntTtl {
  width: calc(50% - 20px);
  padding: 0 0 0 30px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.moduleB__01__cntTtl.is-bgOrange {
  border: 4px solid #fb940b;
}
.moduleB__01__cntTtl.is-bgMossgreen {
  border: 4px solid #328281;
}
.moduleB__01__cntTtl::before {
  position: absolute;
  display: block;
  width: calc(100% + 80px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -170%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  background-color: #fff;
  transition: .3s;
  z-index: 1;
  content: "";
}
.moduleB__01__cntTtl:hover::before {
  left: -40px;
}
.moduleB__01__cntTtl:hover h3 {
  color: #000;
}
.moduleB__01__cntTtl:hover h3.is-line::before, .moduleB__01__cntTtl:hover h3.is-line::after {
  background-color: #000;
}
.moduleB__01__cntTtl:hover.is-bgBlue h3 {
  color: #0C5DA9;
}
.moduleB__01__cntTtl:hover.is-bgBlue h3.is-line::before, .moduleB__01__cntTtl:hover.is-bgBlue h3.is-line::after {
  background-color: #0C5DA9;
}
.moduleB__01__cntTtl:hover.is-bgBlue h3.is-line.is-blank-wh::before, .moduleB__01__cntTtl:hover.is-bgBlue h3.is-line.is-blank-wh::after {
  background-color: transparent;
}
.moduleB__01__cntTtl:hover.is-bgBlue h3.is-line.is-blank-wh::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%230C5DA9;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E");
}
.moduleB__01__cntTtl:hover.is-bgOrange h3 {
  color: #fb940b;
}
.moduleB__01__cntTtl:hover.is-bgOrange h3.is-line::before, .moduleB__01__cntTtl:hover.is-bgOrange h3.is-line::after {
  background-color: #fb940b;
}
.moduleB__01__cntTtl:hover.is-bgOrange h3.is-line.is-blank-wh::before, .moduleB__01__cntTtl:hover.is-bgOrange h3.is-line.is-blank-wh::after {
  background-color: transparent;
}
.moduleB__01__cntTtl:hover.is-bgOrange h3.is-line.is-blank-wh::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23fb940b;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E");
}
.moduleB__01__cntTtl:hover.is-bgMossgreen h3 {
  color: #328281;
}
.moduleB__01__cntTtl:hover.is-bgMossgreen h3.is-line::before, .moduleB__01__cntTtl:hover.is-bgMossgreen h3.is-line::after {
  background-color: #328281;
}
.moduleB__01__cntTtl:hover.is-bgMossgreen h3.is-line.is-blank-wh::before, .moduleB__01__cntTtl:hover.is-bgMossgreen h3.is-line.is-blank-wh::after {
  background-color: transparent;
}
.moduleB__01__cntTtl:hover.is-bgMossgreen h3.is-line.is-blank-wh::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23328281;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E");
}

.moduleB__01__cntTtl h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-right: 40px;
  transition: .3s;
  font-size: 20px;
}

.moduleB__01__cntTxt {
  width: calc(50% + 20px);
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.moduleB__01__cntTxt p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  word-break: break-word;
  font-size: 14px;
}
.moduleB__01__cntTxt p.is-blank-txt a {
  position: relative;
}
.moduleB__01__cntTxt p.is-blank-txt a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23747474;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.moduleB__01__cntTxt p.is-blank-txt a:before {
  right: -25px;
}

.moduleB__01__cntTxt a {
  color: #005bac;
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  .moduleB__01__boxWrap {
    display: block;
    padding: 60px 0;
  }

  .moduleB__01__leftBox {
    width: 100%;
    display: block;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .moduleB__01__cntWrap {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0 40px 0 80px;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-right: -20px;
  }

  .moduleB__01__cnt {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .moduleB__01__rightBox {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .moduleB__01__cntTtl h3 {
    font-size: 15px;
  }

  .moduleB__01__cntTxt p {
    font-size: 12px;
  }

  .add__1line::before {
    left: 20px;
  }

  .moduleB__01__boxWrap {
    padding: 50px 0;
  }

  .moduleB__01__cntWrap {
    padding: 0 10px;
    position: relative;
    display: block;
    margin-right: 0;
  }

  .moduleB__01__cnt {
    max-width: initial;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .moduleB__01__cnt {
    display: block;
    min-height: initial;
  }

  .moduleB__01__cntTtl {
    width: 100%;
    min-height: 85px;
    height: 85px;
    padding: 20px 0 20px 20px;
  }
  .moduleB__01__cntTxt {
    width: 100%;
    min-height: 85px;
    height: 85px;
    padding: 20px;
  }
}
@media screen and (max-width: 960px) and (-ms-high-contrast: none) {
  .moduleB__01__cnt {
    max-width: 100%;
    min-height: auto;
  }
}
/* ---------------------------
moduleB__02
--------------------------- */
.moduleB__02 {
  background-color: #333333;
  overflow: hidden;
}

.moduleB__02__boxWrap {
  display: -ms-flexbox;
  display: flex;
}

.add__1line {
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.add__1line::before {
  content: "";
  width: 1px;
  height: 999px;
  background-color: #fff;
  position: absolute;
  left: 40px;
}

.moduleB__02__leftBox {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

.moduleB__02__rightBox {
  width: 50%;
}

.moduleB__02__rightBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.moduleB__02__cntWrap {
  padding: 0 40px 0 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.moduleB__02__cnt {
  max-width: 720px;
  min-height: 180px;
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1590px) {
  .moduleB__02__cnt {
    max-width: 585px;
  }
}
@media screen and (max-width: 1350px) {
  .moduleB__02__cnt {
    max-width: 500px;
  }
}

.moduleB__02__cnt:last-child {
  margin-bottom: 0;
}

.moduleB__02__cntTtl {
  width: calc(50% - 20px);
  padding: 0 0 0 30px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  min-height: 180px;
}
.moduleB__02__cntTtl.is-bgBlue {
  border: 4px solid #005bac;
}
.moduleB__02__cntTtl::before {
  position: absolute;
  display: block;
  width: calc(100% + 80px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -170%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  background-color: #fff;
  transition: .3s;
  z-index: 1;
  content: "";
}
.moduleB__02__cntTtl:hover::before {
  left: -40px;
}
.moduleB__02__cntTtl:hover h3 {
  color: #000;
}
.moduleB__02__cntTtl:hover h3.is-line::before, .moduleB__02__cntTtl:hover h3.is-line::after {
  background-color: #000;
}
.moduleB__02__cntTtl:hover.is-bgBlue h3 {
  color: #005bac;
}
.moduleB__02__cntTtl:hover.is-bgBlue h3.is-line::before, .moduleB__02__cntTtl:hover.is-bgBlue h3.is-line::after {
  background-color: #005bac;
}

.moduleB__02__cntTtl h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-right: 40px;
  font-size: 20px;
}
.moduleB__02__cntTtl h3.is-blank {
  transition: .3s;
}
.moduleB__02__cntTtl h3.is-blank::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23fff;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.moduleB__02__cntTtl h3.is-blank:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23005bac;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}

.moduleB__02__cntTxt {
  width: calc(50% + 20px);
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.moduleB__02__cntTxt p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  word-break: break-word;
  font-size: 14px;
}

@media screen and (max-width: 1280px) {
  .moduleB__02__boxWrap {
    display: block;
    padding: 60px 0;
  }

  .moduleB__02__leftBox {
    width: 100%;
    display: block;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .moduleB__02__cntWrap {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0 40px 0 80px;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-right: -20px;
  }

  .moduleB__02__cnt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .moduleB__02__rightBox {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .moduleB__02__cntTtl h3 {
    font-size: 15px;
  }

  .moduleB__02__cntTxt p {
    font-size: 12px;
  }

  .add__1line::before {
    left: 20px;
  }

  .moduleB__02__boxWrap {
    padding: 50px 0;
  }

  .moduleB__02__cntWrap {
    padding: 0 10px;
    position: relative;
    display: block;
    margin-right: 0;
  }

  .moduleB__02__cnt {
    max-width: initial;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .moduleB__02__cnt {
    display: block;
    min-height: initial;
  }

  .moduleB__02__cntTtl {
    width: 100%;
    min-height: 85px;
    height: 85px;
    padding: 20px 0 20px 20px;
  }

  .moduleB__02__cntTxt {
    width: 100%;
    min-height: 85px;
    height: 85px;
    padding: 20px;
  }
}
/* ---------------------------
moduleC
--------------------------- */
.moduleC__01 {
  padding: 120px 0;
  background: linear-gradient(180deg, #005bac 50%, #004580);
  color: #fff;
}
.moduleC__01__ttl {
  font-size: 50px;
  font-size: 3.125rem;
  text-align: center;
  line-height: 1.2;
}
.moduleC__01__desc {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.2;
}
.moduleC__01__li > * {
  width: calc(25% - 7.5px);
  margin-right: 10px;
  margin-bottom: 60px;
  float: left;
}
.moduleC__01__li > *:nth-child(4n) {
  margin-right: 0;
}
.moduleC__01__li::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .moduleC__01__li > * {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .moduleC__01__li > *:last-child {
    margin-bottom: 0;
  }
}
.moduleC__01__li > li {
  padding: 0 10px;
  transition: .3s;
}
.moduleC__01__li__fig {
  text-align: center;
}
.moduleC__01__li__def {
  color: #fff;
}
.moduleC__01__li__def dt {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-size: 1.25rem;
  overflow: hidden;
}
.moduleC__01__li__def dd {
  padding: 0 10px;
  line-height: 1.2;
}
.moduleC__01__li__def__bg {
  position: absolute;
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -160%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #fff;
  transition: .3s;
  z-index: 1;
}
.moduleC__01__li__def__dt__txt {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-right: 52.5px;
  transition: .3s;
  min-height: 20px;
}
.moduleC__01__li__def__dt__txt.is-line::before, .moduleC__01__li__def__dt__txt.is-line::after {
  right: 10px;
}

@media screen and (min-width: 961px) {
  .moduleC__01__li > li:hover .moduleC__01__li__def__bg {
    left: -30px;
  }
  .moduleC__01__li > li:hover .moduleC__01__li__def__dt__txt {
    color: #005bac;
  }
  .moduleC__01__li > li:hover .moduleC__01__li__fig {
    background-color: #003667;
  }
  .moduleC__01__li > li:hover .is-line::before, .moduleC__01__li > li:hover .is-line::after {
    background-color: #005bac;
  }
  .moduleC__01__li > li:hover .is-line.is-line.is-blank-wh::before, .moduleC__01__li > li:hover .is-line.is-line.is-blank-wh::after {
    background-color: transparent;
  }
  .moduleC__01__li > li:hover .is-line.is-line.is-blank-wh::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23005bac;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E");
  }
  .moduleC__01__li__fig {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    padding-top: 27.5px;
    border-radius: 50%;
    transition: .3s;
  }
  .moduleC__01__li__def > dt {
    padding-top: 0;
  }
  .moduleC__01__li__def__dt__txt {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 960px) {
  .moduleC__01 {
    padding: 60px 0;
  }
  .moduleC__01__ttl {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .moduleC__01__desc {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .moduleC__01__li > li {
    margin-bottom: 40px;
  }
  .moduleC__01__li__fig {
    margin-bottom: 10px;
  }
  .moduleC__01__li__fig img {
    height: 42.5px;
  }
  .moduleC__01__li__def > dt {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .moduleC__01__li__def > dt > span {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .moduleC__01__li {
    padding-left: 10px;
  }
  .moduleC__01__li > li {
    padding: 0;
  }
  .moduleC__01__li > li::after {
    content: "";
    display: block;
    clear: both;
  }
  .moduleC__01__li__fig {
    float: left;
    margin-bottom: 0;
  }
  .moduleC__01__li__fig img {
    width: 42.5px;
    height: auto;
  }
  .moduleC__01__li__def {
    float: right;
    width: calc(100% - 62.5px);
  }
  .moduleC__01__li__def > dt {
    padding-top: 0;
  }
  .moduleC__01__li__def > dt .is-line::before, .moduleC__01__li__def > dt .is-line::after {
    right: 10px;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  .moduleC__01__li > li {
    float: left;
    width: calc(50% - 5px);
  }
  .moduleC__01__li > li:nth-child(2n) {
    margin-right: 0;
  }
  .moduleC__01__li__fig {
    margin-bottom: 30px;
  }
  .moduleC__01__li__fig img {
    height: 60px;
  }
}
/* ---------------------------
moduleD
--------------------------- */
.moduleD__01 {
  position: relative;
}
.moduleD__01__ttl {
  position: relative;
  margin-bottom: 50px;
  padding-left: 40px;
  transition: .3s;
}
.moduleD__01__ttl span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cdd6dd;
}
.moduleD__01__desc {
  padding-left: 40px;
  line-height: 1.3;
}
.moduleD__01__contents {
  position: relative;
  float: left;
  width: 25%;
}
.moduleD__01__contents:nth-child(1) {
  position: absolute;
  width: calc(25% - 10px);
}
.moduleD__01__contents:nth-child(2) {
  margin-left: 25%;
}
.moduleD__01__contents a {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.moduleD__01__contents a::before, .moduleD__01__contents a::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 105%;
  content: "";
  transition: .3s;
}
.moduleD__01__contents a::before {
  background: rgba(0, 0, 0, 0.5);
}
.moduleD__01__contents a::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(12, 99, 176, 0.9) 300%);
}
.moduleD__01__contents a:hover::before, .moduleD__01__contents a:hover::after {
  opacity: 0;
}
.moduleD__01__contents a.is-blank {
  pointer-events: none;
}
.moduleD__01__contents a.is-blank::before {
  z-index: 4;
}
.moduleD__01__contents a.is-blank::after {
  top: 50%;
  left: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
  background: none;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  content: "Coming soon";
}
.moduleD__01__contents img {
  vertical-align: bottom;
}
.moduleD__01__contents__ttl {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 0 20px;
  line-height: 1.3;
}
.moduleD__01__contents .is-line {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 3;
}
.moduleD__01__contents.pc3col {
  width: 33.33%;
}
@media screen and (max-width: 960px) {
  .moduleD__01__contents.pc3col {
    width: 50%;
  }
}
.moduleD__01__contents.pc3col:nth-child(1) {
  width: calc(33.33% - 10px);
}
@media screen and (max-width: 960px) {
  .moduleD__01__contents.pc3col:nth-child(1) {
    width: 100%;
  }
}
.moduleD__01__contents.pc3col:nth-child(2) {
  margin-left: 33.33%;
}
@media screen and (max-width: 960px) {
  .moduleD__01__contents.pc3col:nth-child(2) {
    margin-left: 0;
  }
}
.moduleD__01__contents.pc3col:nth-child(n + 2) img {
  width: 100%;
}

@media screen and (max-width: 1450px) {
  .moduleD__01__ttl {
    max-width: 75%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 960px) {
  .moduleD__01__ttl {
    margin-bottom: 25px;
    padding-left: 20px;
  }
  .moduleD__01__ttl img {
    width: 145px;
  }
  .moduleD__01__ttl span {
    left: 7.5px;
  }
  .moduleD__01__desc {
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 1.3;
  }
  .moduleD__01__contents {
    width: 33.33%;
  }
  .moduleD__01__contents:nth-child(1) {
    position: static;
    width: 100%;
  }
  .moduleD__01__contents:nth-child(2) {
    margin-left: 0;
  }
  .moduleD__01__contents__ttl {
    top: 10px;
    padding: 0 10px;
  }
  .moduleD__01__contents .is-line {
    bottom: 10px;
  }
  .moduleD__01__contents .is-line::before, .moduleD__01__contents .is-line::after {
    right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .moduleD__01__contents {
    width: 50%;
  }
}
/* ---------------------------
moduleE
--------------------------- */
.moduleE__01 .ttlModuleA__01__wrap.is-left {
  left: 20px;
}
@media screen and (max-width: 960px) {
  .moduleE__01 .ttlModuleA__01__wrap.is-left {
    left: 10px;
  }
}
.moduleE__01 .ttlModuleA__01__wrap.is-left .ttlModuleA__01 {
  margin-left: 0;
}
.moduleE__01__boxA, .moduleE__01__boxB {
  width: 50%;
}
.moduleE__01__boxA {
  float: left;
}
.moduleE__01__boxB {
  float: right;
  padding-left: 20px;
}
.moduleE__01__li {
  padding-left: 40px;
}
.moduleE__01__li > li {
  margin-bottom: 20px;
  border-bottom: 1px solid #cdd6dd;
}
.moduleE__01__li > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.moduleE__01__li > li:last-child .moduleE__01__dl {
  padding-bottom: 0;
}
.moduleE__01__date {
  margin-bottom: 10px;
  color: #777;
  font-size: 18px;
  font-size: 1.125rem;
}
.moduleE__01__dl {
  padding-bottom: 20px;
  font-size: 0;
}
.moduleE__01__dl > dt,
.moduleE__01__dl > dd {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.moduleE__01__dl > dt {
  font-size: 14px;
  font-size: 0.875rem;
}
.moduleE__01__dl > dt.is-company, .moduleE__01__dl > dt.is-product {
  width: 80px;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 25px;
  text-align: center;
}
.moduleE__01__dl > dt.is-company {
  background: #19c8ca;
}
.moduleE__01__dl > dt.is-product {
  background: #005bac;
}
.moduleE__01__dl > dt a {
  color: #333;
}
.moduleE__01__dl > dt a:hover {
  color: #005bac;
  text-decoration: underline;
}
.moduleE__01__dl > dd {
  width: calc(100% - 90px);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}
.moduleE__01__dl > dd:last-child {
  margin-bottom: 0;
}
.moduleE__01__dl > dd a {
  color: #333;
}
.moduleE__01__dl > dd a:hover {
  color: #005bac;
  text-decoration: underline;
}
.moduleE__01__dl > dd.is-topic::before {
  content: "- ";
}
.moduleE__01__dl > dd.is-topic a {
  color: #005bac;
  text-decoration: underline;
}
.moduleE__02 .ttlModuleA__01__wrap {
  left: 20px;
}
@media screen and (max-width: 960px) {
  .moduleE__02 .ttlModuleA__01__wrap {
    left: 10px;
  }
}
.moduleE__02 .ttlModuleA__01__wrap .ttlModuleA__01 {
  margin-left: 0;
}
.moduleE__02__ttl {
  margin-bottom: 50px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid;
  color: #005bac;
  font-size: 40px;
  font-size: 2.5rem;
}
.moduleE__02__cnt {
  float: left;
  width: calc(50% + 20px);
  padding-left: 40px;
  margin-bottom: 50px;
}
.moduleE__02__cnt:nth-child(2n + 1) {
  width: calc(50% - 20px);
}
.moduleE__02__cnt:last-child {
  margin-bottom: 0;
}
.moduleE__02__cnt__txtarea {
  float: left;
  width: calc(100% - 260px);
}
.moduleE__02__cnt__ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
}
.moduleE__02__cnt__txt {
  line-height: 1.3;
}
.moduleE__02 .is-btn01 {
  float: right;
}
.moduleE__03 .ttlModuleA__01__wrap.is-left {
  left: -20px;
}
@media screen and (max-width: 960px) {
  .moduleE__03 .ttlModuleA__01__wrap.is-left {
    left: -10px;
  }
}
.moduleE__03 .ttlModuleA__01__wrap.is-left .ttlModuleA__01 {
  margin-left: 0;
}
.moduleE__03 a {
  color: #333;
}
.moduleE__03 a:hover {
  color: #005bac;
  text-decoration: underline;
}
.moduleE__03__box__ttl {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
}
.moduleE__03__boxA, .moduleE__03__boxB {
  width: 50%;
}
.moduleE__03__boxA {
  float: left;
  padding-left: 40px;
}
.moduleE__03__boxB {
  float: right;
  padding-left: 60px;
}
.moduleE__03__li > li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 1em;
  font-size: 16px;
  font-size: 1rem;
}
.moduleE__03__li > li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  color: #005bac;
  content: "\025a0";
}
.moduleE__03__li > li:last-child {
  margin-bottom: 0;
}
.moduleE__03__li02 {
  margin-top: 15px;
}
.moduleE__03__li02 > li {
  position: relative;
  margin-left: -1em;
  margin-bottom: 15px;
  padding-left: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
.moduleE__03__li02 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  content: "・";
}
.moduleE__03__li02 > li:last-child {
  margin-bottom: 0;
}
.moduleE__04 .ttlModuleA__01__wrap.is-left {
  left: -20px;
}
@media screen and (max-width: 960px) {
  .moduleE__04 .ttlModuleA__01__wrap.is-left {
    left: -10px;
  }
}
.moduleE__04 .ttlModuleA__01__wrap.is-left .ttlModuleA__01 {
  margin-left: 0;
}
.moduleE__04 .is-blank a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.moduleE__04 .is-blank::after {
  display: none;
}
.moduleE__04 a {
  position: relative;
  color: #333;
}
.moduleE__04 a:hover {
  color: #005bac;
  text-decoration: underline;
}
.moduleE__04 a:hover::before {
  right: -20px;
  color: #333;
}
.moduleE__04__box__ttl {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
}
.moduleE__04__boxA, .moduleE__04__boxB {
  float: left;
  width: 50%;
}
.moduleE__04__boxA .ttlModuleA__01, .moduleE__04__boxB .ttlModuleA__01 {
  margin-left: -20px;
}
.moduleE__04__boxA {
  padding-left: 40px;
}
.moduleE__04__boxB {
  padding-left: 60px;
}

@media screen and (max-width: 1280px) {
  .moduleE__02__cnt {
    padding-left: 40px;
  }
  .moduleE__02__cnt__txtarea {
    float: none;
    width: 100%;
  }
  .moduleE__02__cnt__txt {
    margin-bottom: 20px;
  }
  .moduleE__02 .is-btn01 {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .moduleE__01__boxA, .moduleE__01__boxB {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .moduleE__01__li {
    padding-left: 20px;
  }
  .moduleE__01__date {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .moduleE__01__dl > dt {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .moduleE__01__dl > dt.is-company, .moduleE__01__dl > dt.is-product {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 17.5px;
  }
  .moduleE__01__dl > dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .moduleE__02__cnt {
    float: none;
    width: 100%;
    padding: 0 10px 0 20px;
  }
  .moduleE__02__cnt:nth-child(2n + 1) {
    width: 100%;
  }
  .moduleE__02__cnt:nth-of-type(n + 2) {
    margin-top: 25px;
  }
  .moduleE__02__cnt__ttl {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .moduleE__02__cnt__txt {
    margin-bottom: 10px;
  }
  .moduleE__03__box__ttl {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .moduleE__03__boxA, .moduleE__03__boxB {
    padding-left: 20px;
  }
  .moduleE__03__li > li {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .moduleE__03__li02 > li {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .moduleE__04__box__ttl {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .moduleE__04__boxA, .moduleE__04__boxB {
    padding-left: 20px;
  }
  .moduleE__04 .ttlModuleA__01 {
    margin-left: -10px;
  }
}
@media screen and (max-width: 600px) {
  .moduleE__03__boxA, .moduleE__03__boxB {
    width: 100%;
    float: none;
  }
  .moduleE__03__boxA {
    margin-bottom: 25px;
  }
  .moduleE__04__boxA, .moduleE__04__boxB {
    float: none;
    width: 100%;
  }
  .moduleE__04__boxA {
    margin-bottom: 60px;
  }
  .moduleE__04__boxA.is-mb0 {
    margin-bottom: 0 !important;
  }
}
.listModuleA__01 > li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 1em;
  font-size: 16px;
  font-size: 1rem;
}
.listModuleA__01 > li a.is-blank {
  position: relative;
}
.listModuleA__01 > li a.is-blank::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.listModuleA__01 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  color: #005bac;
  content: "\025a0";
}
.listModuleA__01 > li:last-child {
  margin-bottom: 0;
}
.listModuleA__01 > li.is-blank::after {
  position: static;
  margin-left: 10px;
  content: url("https://www.fujielectric.com/fcs/container/ver.1/img/ico_blank_black.png");
}

.listModuleA__02 {
  margin-top: 15px;
}
.listModuleA__02.is-mt0 {
  margin-top: 0;
}
.listModuleA__02 > li {
  position: relative;
  margin-left: -1em;
  margin-bottom: 15px;
  padding-left: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
.listModuleA__02 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  content: "・";
}
.listModuleA__02 > li:last-child {
  margin-bottom: 0;
}
.listModuleA__02 > li.is-red {
  color: #be0000;
}

.listModuleA__03 {
  margin-top: 15px;
  padding-left: 1em;
}
.listModuleA__03 > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1em;
  font-size: 11px;
  font-size: 0.6875rem;
}
.listModuleA__03 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  content: "*";
}
.listModuleA__03 > li:last-child {
  margin-bottom: 0;
}
.listModuleA__03 > li.is-red {
  color: #be0000;
}

@media screen and (max-width: 960px) {
  .listModuleA__01 > li {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .listModuleA__02 {
    margin-top: 15px;
  }
  .listModuleA__02 > li {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* ---------------------------
moduleF
--------------------------- */
.moduleF__01 > * {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 0px;
  float: left;
}
.moduleF__01 > *:nth-child(2n) {
  margin-right: 0;
}
.moduleF__01::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .moduleF__01__con:first-child.is-break {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .moduleF__01__con.is-break {
    width: 100%;
    margin-top: 60px;
  }
}
.moduleF__01__con:nth-of-type(n + 3) {
  margin-top: 120px;
}
.moduleF__01__con__fig {
  margin-bottom: 50px;
}
.moduleF__01__con__fig img {
  vertical-align: bottom;
}
.moduleF__01__con__ttl {
  float: left;
  padding-left: 20px;
  border-left: 1px solid #005bac;
  color: #005bac;
  font-size: 40px;
  font-size: 2.5rem;
  vertical-align: top;
  line-height: 50px;
}
.moduleF__01__ttlwp {
  width: calc(100% - 40px);
  margin: 0 auto 40px;
}
.moduleF__01__ttlwp .is-btn01 {
  float: right;
}
.moduleF__01__txt {
  padding-left: 40px;
  line-height: 1.4;
}
.moduleF__01__txt a {
  position: relative;
}
.moduleF__01__txt a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .moduleF__01__txt a:after {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 1280px) {
  .moduleF__01__con__ttl {
    float: none;
  }
}
@media screen and (max-width: 960px) {
  .moduleF__01__con:nth-of-type(n + 3) {
    margin-top: 60px;
  }
  .moduleF__01__con__fig {
    margin-bottom: 25px;
  }
  .moduleF__01__con__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }
  .moduleF__01__txt {
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .moduleF__01 > .moduleF__01__con {
    width: 100%;
    margin: 0 auto 60px;
  }
  .moduleF__01__con:last-child {
    margin-bottom: 0;
  }
  .moduleF__01__con__fig {
    margin-bottom: 25px;
  }
  .moduleF__01__con__ttl {
    float: left;
    padding-left: 10px;
  }
  .moduleF__01__ttlwp {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .moduleF__01__ttlwp .is-btn01 {
    width: 165px;
    max-width: 45%;
    line-height: 28px;
  }
  .moduleF__01__txt {
    padding-left: 20px;
  }
}
/* ---------------------------
moduleG
--------------------------- */
.moduleG__01 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.moduleG__01__br {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 634px) {
  .moduleG__01__br {
    display: block;
  }
}
.moduleG__01__ttl {
  color: #005bac;
  font-size: 50px;
  font-size: 3.125rem;
  text-align: center;
  display: inline-block;
}
.moduleG__01__lead {
  text-align: center;
}
.moduleG__01__li > * {
  width: calc(33.33333% - 36.66667px);
  margin-right: 55px;
  margin-bottom: 0px;
  float: left;
}
.moduleG__01__li > *:nth-child(3n) {
  margin-right: 0;
}
.moduleG__01__li::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 961px) {
  .moduleG__01__li__box.is-active a {
    color: #fff;
  }
  .moduleG__01__li__box.is-active .moduleG__01__li__ttl__bg {
    left: -30px;
  }
  .moduleG__01__li__box.is-active .is-line::before, .moduleG__01__li__box.is-active .is-line::after {
    background: #fff;
  }
}
.moduleG__01__li__ttl {
  position: relative;
  border-bottom: 1px solid #cdd6dd;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  overflow: hidden;
}
.moduleG__01__li__ttl.is-line::before, .moduleG__01__li__ttl.is-line::after {
  right: 10px;
}
.moduleG__01__li__ttl a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 20px 0 20px 10px;
  color: #005bac;
  transition: .3s;
}
.moduleG__01__li__ttl__bg {
  position: absolute;
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -160%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  background: #005bac;
  transition: .3s;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .moduleG__01__li__ttl:hover .moduleG__01__li__ttl__bg {
    left: -30px;
  }
  .moduleG__01__li__ttl:hover a {
    color: #fff;
  }
  .moduleG__01__li__ttl:hover.is-line::before, .moduleG__01__li__ttl:hover.is-line::after {
    background-color: #fff;
  }
  .moduleG__01__li__ttl:hover.is-line.is-blank-bl::before, .moduleG__01__li__ttl:hover.is-line.is-blank-bl::after {
    background-color: transparent;
  }
  .moduleG__01__li__ttl:hover.is-line.is-blank-bl::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E");
  }
}
.moduleG__01__li li:nth-child(n+4) {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .moduleG__01__li li:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .moduleG__01__li li:nth-child(n+4) {
    margin-top: 0;
  }
}
.moduleG__01__li li:nth-child(n+4) img {
  height: 200px;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .moduleG__01__li li:nth-child(n+4) img {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .moduleG__01__li li:nth-child(4) {
    margin-top: 20px;
  }
}
.moduleG__01__li__txt {
  padding: 0 10px;
  line-height: 1.3;
}
.moduleG__01__fig {
  margin-bottom: 20px;
  text-align: center;
}
.moduleG__01__fig a {
  display: block;
}
.moduleG__01__fig img {
  width: 200px;
  height: 160px;
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
  .moduleG__01__ttl {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .moduleG__01__li > * {
    width: calc(33.33333% - 13.33333px);
    margin-right: 20px;
    margin-bottom: 0px;
    float: left;
  }
  .moduleG__01__li > *:nth-child(3n) {
    margin-right: 0;
  }
  .moduleG__01__li::after {
    content: "";
    display: block;
    clear: both;
  }
  .moduleG__01__li__ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .moduleG__01__li__ttl.is-line::before, .moduleG__01__li__ttl.is-line::after {
    right: 5px;
  }
  .moduleG__01__li__ttl a {
    padding: 10px 18px 10px 5px;
  }
  .moduleG__01__fig {
    margin-bottom: 0;
  }
  .moduleG__01__fig img {
    width: 130px;
    height: 91px;
  }
  .moduleG__01__dl > dt {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .moduleG__01__dl > dt span {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .moduleG__01 {
    background: none;
  }
  .moduleG__01__li > li {
    width: 100%;
    margin: 0 auto 20px;
  }
  .moduleG__01__li > li:last-child {
    margin-bottom: 0;
  }
  .moduleG__01__li__box {
    float: right;
    width: calc(100% - 135px);
  }
  .moduleG__01__fig {
    float: left;
  }
  .moduleG__01__fig img {
    height: auto;
  }
}
/* ---------------------------
moduleH
--------------------------- */
.moduleH__01__hd {
  padding-left: 40px;
}
.moduleH__01__hd__boxA {
  float: left;
  font-size: 0;
}
.moduleH__01__hd__boxB {
  float: right;
}
.moduleH__01__hd__txt, .moduleH__01__hd__form {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
.moduleH__01__hd__txt {
  margin-right: 20px;
}
.moduleH__01__hd__form::after {
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  z-index: 2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
}
.moduleH__01__select {
  position: relative;
  z-index: 1;
  width: 200px;
  padding: 15.5px 20px;
  border: 1px solid #333;
  background: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.moduleH__01__li > li {
  float: left;
  position: relative;
  width: calc(25% - 20px);
  margin-right: 26px;
  border: 1px solid #cdd6dd;
  background: #fff;
  overflow: hidden;
}
.moduleH__01__li > li::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media screen and (min-width: 961px) {
  .moduleH__01__li > li::after {
    display: block;
    position: absolute;
    display: block;
    width: calc(100% + 150px);
    height: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: -600px;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    background: #333;
    transition: .3s;
    z-index: 1;
    content: "";
  }
}
.moduleH__01__li > li:nth-of-type(n + 5) {
  margin-top: 26px;
}
.moduleH__01__li > li:nth-child(4n) {
  margin-right: 0;
}
.moduleH__01__li > li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .moduleH__01__li > li:hover::after {
    left: -75px;
  }
  .moduleH__01__li > li:hover .moduleH__01__date,
  .moduleH__01__li > li:hover .moduleH__01__txt {
    color: #fff;
  }
  .moduleH__01__li > li:hover .is-line::before, .moduleH__01__li > li:hover .is-line::after {
    background: #fff;
  }
}
.moduleH__01__li__hd {
  margin-bottom: 20px;
}
.moduleH__01__date {
  float: left;
  color: #777;
  line-height: 25px;
}
.moduleH__01__company, .moduleH__01__product {
  display: block;
  float: right;
  width: 80px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  line-height: 25px;
}
.moduleH__01__company {
  background: #19c8ca;
}
.moduleH__01__product {
  background: #005bac;
}
.moduleH__01__txt {
  color: #333;
  line-height: 1.3;
  transition: .3s;
}
.moduleH__01 .is-pdf2:after, .moduleH__01 .is-blank2:after {
  top: auto;
  right: 20px;
  bottom: 20px;
}
.moduleH__01 .is-line::before, .moduleH__01 .is-line::after {
  top: auto;
  right: 20px;
}
.moduleH__01 .is-line::before {
  bottom: 22px;
}
.moduleH__01 .is-line::after {
  bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .moduleH__01__li > li a {
    padding: 10px;
    transition: .3s;
  }
}
@media screen and (max-width: 960px) {
  .moduleH__01__hd {
    padding-left: 20px;
  }
  .moduleH__01__hd__txt, .moduleH__01__hd__form select {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .moduleH__01__hd__txt {
    margin-right: 10px;
  }
  .moduleH__01__hd__form::after {
    top: calc(50% - 6px);
  }
  .moduleH__01__hd .is-btn01 {
    width: 165px;
    line-height: 28px;
  }
  .moduleH__01__select {
    width: 60px;
    padding: 9px;
  }
  .moduleH__01__li > li {
    width: calc(33.33% - 10px);
    margin-right: 15px;
  }
  .moduleH__01__li > li:nth-child(4n) {
    margin-right: 15px;
  }
  .moduleH__01__li > li:nth-child(3n) {
    margin-right: 0;
  }
  .moduleH__01__li > li:nth-of-type(n + 4) {
    margin-top: 15px;
  }
  .moduleH__01__li > li a {
    padding: 10px;
  }
  .moduleH__01__li__hd {
    margin-bottom: 10px;
  }
  .moduleH__01__date {
    line-height: 17.5px;
  }
  .moduleH__01__company, .moduleH__01__product {
    width: 60px;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 17.5px;
  }
  .moduleH__01 .is-pdf2:after, .moduleH__01 .is-blank2:after {
    bottom: 10px;
  }
  .moduleH__01 .is-line::before, .moduleH__01 .is-line::after {
    top: auto;
    right: 10px;
    transition: none;
  }
  .moduleH__01 .is-line::before {
    bottom: 12px;
  }
  .moduleH__01 .is-line::after {
    bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .moduleH__01__li > li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .moduleH__01__li > li:nth-child(3n) {
    margin-right: 10px;
  }
  .moduleH__01__li > li:nth-child(2n) {
    margin-right: 0;
  }
  .moduleH__01__li > li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .moduleH__01__date {
    margin-right: 10px;
  }
  .moduleH__01__company, .moduleH__01__product {
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .moduleH__01__li > li {
    width: 100%;
    margin-right: 10px;
  }
  .moduleH__01__li > li::before {
    display: none;
  }
  .moduleH__01__li > li:nth-of-type(n + 1) {
    margin-right: 0;
  }
  .moduleH__01__li > li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .moduleH__01__li > li a {
    position: static;
    padding-right: 32.5px;
  }
  .moduleH__01 .is-pdf2::after, .moduleH__01 .is-blank2::after {
    bottom: auto;
    right: 10px;
  }
  .moduleH__01 .is-pdf2::after, .moduleH__01 .is-blank2::after {
    top: calc(50% - 2px);
  }
  .moduleH__01 .is-line::before, .moduleH__01 .is-line::after {
    bottom: auto;
  }
  .moduleH__01 .is-line::before {
    top: 50%;
  }
  .moduleH__01 .is-line::after {
    top: calc(50% - 2px);
  }
}
/* ---------------------------
moduleI
--------------------------- */
.moduleI__01 {
  max-width: 1640px;
  margin: 0 auto;
}
.moduleI__01 .ttlModuleA__01__wrap.is-left {
  left: 20px;
}
@media screen and (max-width: 960px) {
  .moduleI__01 .ttlModuleA__01__wrap.is-left {
    left: 10px;
  }
}
.moduleI__01 .ttlModuleA__01__wrap.is-left .ttlModuleA__01 {
  margin-left: 0;
}

/* ---------------------------
moduleJ
--------------------------- */
.moduleJ__01__lead {
  padding-left: 40px;
}
.moduleJ__01 .ttlModuleA__01__wrap.is-left {
  left: 20px;
}
@media screen and (max-width: 960px) {
  .moduleJ__01 .ttlModuleA__01__wrap.is-left {
    left: 10px;
  }
}
.moduleJ__01 .ttlModuleA__01__wrap.is-left .ttlModuleA__01 {
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  .moduleJ__01__lead {
    padding-left: 20px;
  }
}
/* ---------------------------
moduleK
--------------------------- */
.moduleK__01 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 180px;
}
@media screen and (max-width: 1250px) {
  .moduleK__01 {
    padding: 0 0 180px 40px;
  }
}
@media screen and (max-width: 768px) {
  .moduleK__01 {
    padding: 0 0 90px 30px;
  }
}
.moduleK__01__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.moduleK__01__ld {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
.moduleK__01__btn.is-tp {
  margin-right: 25px;
}
@media screen and (max-width: 410px) {
  .moduleK__01__btn.is-tp {
    margin-bottom: 20px;
  }
}

/* ---------------------------
moduleL
--------------------------- */
.moduleL__01 {
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.moduleL__01__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleL__01__ttl {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.moduleL__01__ld {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .moduleL__01__ld {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleL__01__txt {
  width: calc(70% - 20px);
  float: left;
  padding-left: 20px;
}
@media screen and (max-width: 1440px) {
  .moduleL__01__txt {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .moduleL__01__txt {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}
.moduleL__01__panf a {
  vertical-align: middle;
  display: table-cell;
}
.moduleL__01__panf .is-img img {
  margin-right: 20px;
}
.moduleL__01__img {
  width: calc(30% - 20px);
  float: right;
}
.moduleL__01__img img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .moduleL__01__img {
    width: 100%;
    font: none;
    margin-bottom: 20px;
  }
}
.moduleL__01__img__cap {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .moduleL__01__img__cap {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.moduleL__01__img__cap span {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .moduleL__01__img__cap span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* ---------------------------
moduleM
--------------------------- */
.moduleM__01 {
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1520px) {
  .moduleM__01 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.moduleM__01__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleM__01__ttl {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.moduleM__01__ld {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.moduleM__01__ld small {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .moduleM__01__ld {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleM__01__txt {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .moduleM__01__txt {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .moduleM__01__txt {
    width: 100%;
    float: none;
  }
}

/* ---------------------------
moduleN
--------------------------- */
.moduleN__01 {
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1520px) {
  .moduleN__01 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .moduleN__01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.moduleN__01__tbl {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .moduleN__01__tbl {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleN__01__tbl .is-blank02 {
  display: inline-block;
}
.moduleN__01__tbl .is-blank02:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.moduleN__01__tbl a {
  color: #005bac;
  text-decoration: underline;
}
.moduleN__01__tbl a:hover {
  text-decoration: none;
}
.moduleN__01__tbl tr {
  border-bottom: 1px solid #CCCCCC;
}
.moduleN__01__tbl tr:first-child {
  border-top: 1px solid #ccc;
}
.moduleN__01__tbl th {
  padding: 40px 0 40px 20px;
  text-align: left;
  font-weight: bold;
  width: 370px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .moduleN__01__tbl th {
    padding: 20px 10px 20px 10px;
    width: auto;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleN__01__tbl td {
  padding: 40px 70px 40px 20px;
  width: calc(100% - 370px);
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 768px) {
  .moduleN__01__tbl td {
    padding: 20px 10px 20px 10px;
    width: auto;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleN__01__tbl td ul li {
  line-height: 1.7;
}
.moduleN__01__tbl td .is-btn02 {
  position: absolute;
  right: 70px;
  top: 50%;
  margin-top: -25px;
}
@media screen and (max-width: 1430px) {
  .moduleN__01__tbl td .is-btn02 {
    position: relative;
    margin-top: 15px;
    right: 0;
  }
}
.moduleN__01__tbl td img {
  vertical-align: middle;
  margin-right: 20px;
}
.moduleN__01__tbl__in {
  width: 100%;
}
.moduleN__01__tbl__in tr {
  border: none;
}
.moduleN__01__tbl__in thead th {
  background-color: #F0F0F0;
  padding: 20px 0 20px 20px;
  font-weight: normal;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .moduleN__01__tbl__in thead th {
    padding: 10px;
  }
}
.moduleN__01__tbl__in tbody th {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .moduleN__01__tbl__in tbody th {
    padding: 10px;
  }
}
.moduleN__01__tbl__in tbody td {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .moduleN__01__tbl__in tbody td {
    padding: 10px;
  }
}

/* ---------------------------
moduleO
--------------------------- */
.moduleO__01__in {
  padding: 0 65px 50px 65px;
  text-align: center;
}
.moduleO__01__hd {
  margin-bottom: 80px;
  padding: 28px 0;
}
@media (max-width: 1200px) {
  .moduleO__01__hd {
    padding: 0;
  }
}
.moduleO__01__ttl {
  font-size: 40px;
  font-size: 2.5rem;
  color: #005bac;
  margin-bottom: 40px;
  padding: 0 35px;
  text-align: left;
}
.moduleO__01__map {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.moduleO__01__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moduleO__01__addttl {
  text-align: left;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.moduleO__01__txt {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.moduleO__01__ft {
  height: 50px;
  background-color: #333;
}

/* ---------------------------
moduleP
--------------------------- */
.sales .moduleP__01__tbl tr td:nth-child(2) address a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .sales .moduleP__01__tbl tr td:nth-child(2) address a:after {
    width: 14px;
    height: 14px;
  }
}

.moduleP__01 .ttlModuleA__01__wrap.is-left {
  left: 20px;
}
@media screen and (max-width: 960px) {
  .moduleP__01 .ttlModuleA__01__wrap.is-left {
    left: 10px;
  }
}
.moduleP__01 .ttlModuleA__01__wrap.is-left .ttlModuleA__01 {
  margin-left: 0;
}
.moduleP__01__in {
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1520px) {
  .moduleP__01__in {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .moduleP__01__in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.moduleP__01__li li {
  width: calc(25% - 26px);
  float: left;
  margin-bottom: 26px;
  margin-right: 26px;
}
.moduleP__01__li li:nth-child(4), .moduleP__01__li li:nth-child(8) {
  margin-right: 0;
}
.moduleP__01__li li a {
  display: block;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .moduleP__01__li li {
    width: calc(50% - 1%);
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .moduleP__01__li li:nth-child(even) {
    margin-right: 0;
  }
  .moduleP__01__li li a {
    line-height: 40px;
  }
}
.moduleP__01__tbl {
  width: 100%;
  display: table;
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 768px) {
  .moduleP__01__tbl {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleP__01__tbl tr {
  border: 1px solid #ccc;
}
@media screen and (max-width: 500px) {
  .moduleP__01__tbl tr {
    border: none;
  }
}
.moduleP__01__tbl tr th {
  vertical-align: middle;
  padding: 40px 64px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  word-break: break-all;
  width: 250px;
}
@media screen and (max-width: 900px) {
  .moduleP__01__tbl tr th {
    width: 120px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .moduleP__01__tbl tr th {
    width: 120px;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .moduleP__01__tbl tr th {
    display: list-item;
    list-style-type: none;
    width: 100%;
  }
}
.moduleP__01__tbl tr td {
  padding: 40px;
  vertical-align: middle;
  border: 1px solid #ccc;
  width: calc((100% - 250px)/2);
  line-height: 1.7;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .moduleP__01__tbl tr td {
    width: calc((100% - 120px)/2);
    padding: 10px;
    word-break: break-all;
  }
}
@media screen and (max-width: 500px) {
  .moduleP__01__tbl tr td {
    display: list-item;
    list-style-type: none;
    width: 100%;
  }
}
.moduleP__01__tbl tr td address a {
  color: #005BAC;
  text-decoration: underline;
}
.moduleP__01__tbl tr td address a:hover {
  text-decoration: none;
}

/* ---------------------------
moduleQ
--------------------------- */
@media screen and (max-width: 960px) {
  .moduleQ__01 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .moduleQ__01 {
    padding-top: 0;
  }
}
.moduleQ__01__in {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.moduleQ__01__link {
  position: relative;
  display: inline-block;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1640px) {
  .moduleQ__01__link {
    display: block;
    padding: 40px;
    padding-bottom: 108px;
  }
}
@media screen and (max-width: 1080px) {
  .moduleQ__01__link {
    padding-bottom: 88px;
  }
}
@media screen and (max-width: 768px) {
  .moduleQ__01__link {
    width: 100%;
    padding: 20px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 640px) {
  .moduleQ__01__link {
    margin-bottom: 20px;
  }
}
.moduleQ__01__link:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  transition: .3s;
}
.moduleQ__01__link:hover:after {
  opacity: 0;
}
.moduleQ__01__link.is-mb0 {
  margin-bottom: 0;
}
.moduleQ__01__link.is-blank {
  pointer-events: none;
}
.moduleQ__01__link.is-blank::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  content: "Coming soon";
}
.moduleQ__01__link.is-blank::after {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
}
.moduleQ__01__link.is-blank:hover::after {
  opacity: 1;
}
.moduleQ__01__link .ttlModuleA__02__btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 3;
  border: none;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .moduleQ__01__link .ttlModuleA__02__btn {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .moduleQ__01__link .ttlModuleA__02__btn {
    bottom: 10px;
    right: 10px;
  }
}
.moduleQ__01__link__in {
  top: 40px;
  left: 40px;
  z-index: 2;
  position: absolute;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 1640px) {
  .moduleQ__01__link__in {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .moduleQ__01__link__in {
    position: relative;
    top: auto;
    left: auto;
  }
}
.moduleQ__01__link__ld {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleQ__01__link__ld {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleQ__01__link__ttl {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .moduleQ__01__link__ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .moduleQ__01__link__ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .moduleQ__01__link__ttl {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleQ__01__link img {
  vertical-align: bottom;
  object-fit: cover;
}
.moduleQ__01__link img.is-height {
  height: 100%;
}
.moduleQ__01__link img.is-width {
  width: 100%;
}
@media screen and (max-width: 1640px) {
  .moduleQ__01__link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.moduleQ__01__link img.object-fit-img {
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1640px) {
  .moduleQ__01__cols {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .moduleQ__01__cols {
    display: block;
  }
}
.moduleQ__01__cols .is-lg {
  float: left;
  display: inline-block;
  width: 60%;
}
@media screen and (max-width: 1640px) {
  .moduleQ__01__cols .is-lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .moduleQ__01__cols .is-lg {
    float: none;
    width: 100%;
  }
}
.moduleQ__01__cols .is-sm {
  float: left;
  display: inline-block;
  width: 40%;
}
@media screen and (max-width: 1640px) {
  .moduleQ__01__cols .is-sm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .moduleQ__01__cols .is-sm {
    float: none;
    width: 100%;
  }
}
.moduleQ__01__cols .is-sm a {
  display: block;
}
.moduleQ__01__anote {
  font-size: 30px;
  font-size: 1.875rem;
  color: #005BAC;
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .moduleQ__01__anote {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.fac__ld {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .fac__ld {
    padding: 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.pc-minH615 {
  min-height: 615px;
}
@media screen and (max-width: 1080px) {
  .pc-minH615 {
    min-height: auto;
  }
}

.pc-minH665 {
  min-height: 665px;
}
@media screen and (max-width: 1080px) {
  .pc-minH665 {
    min-height: auto;
  }
}

.pc-minH325 {
  min-height: 325px;
}
@media screen and (max-width: 1080px) {
  .pc-minH325 {
    min-height: auto;
  }
}

.pc-minH350 {
  min-height: 350px;
}
@media screen and (max-width: 1080px) {
  .pc-minH350 {
    min-height: auto;
  }
}

.pc-minH640 {
  min-height: 640px;
}
@media screen and (max-width: 1080px) {
  .pc-minH640 {
    min-height: auto;
  }
}

.pc-dis {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pc-dis {
    display: none !important;
  }
}

.sp-dis {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp-dis {
    display: block !important;
  }
}

/* ---------------------------
moduleR
--------------------------- */
.moduleR__01__in {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1520px) {
  .moduleR__01__in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .moduleR__01__in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.moduleR__01__ttl {
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .moduleR__01__ttlWrap {
    margin-left: -10px;
  }
}
.moduleR__01__box {
  padding-left: 20px;
  position: relative;
  max-width: 50%;
  margin-bottom: 30px;
}
.moduleR__01__boxA {
  display: inline-block;
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .moduleR__01__boxA {
    float: none;
    width: 100%;
  }
}
.moduleR__01__boxB {
  display: inline-block;
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .moduleR__01__boxB {
    float: none;
    width: 100%;
  }
}
.moduleR__01__boxB .is-col2 {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .moduleR__01__boxB .is-col2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .moduleR__01__box {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.moduleR__01__box.is-col2 {
  max-width: 100%;
}
.moduleR__01__boxTtl {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .moduleR__01__boxTtl {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.moduleR__01__boxAdd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.moduleR__01__boxAdd .is-blank {
  position: relative;
  padding-right: 20px;
  margin-right: 34px;
}
.moduleR__01__boxAdd .is-blank::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .moduleR__01__boxAdd {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 20px;
  }
}
.moduleR__01__box .is-map {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .moduleR__01__box .is-map {
    position: relative;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .moduleR__01__box .is-map {
    position: relative;
    margin-top: 0;
  }
}
.moduleR__01__boxGl {
  margin-left: 20px;
  padding: 40px;
  background-color: #f0f0f0;
  position: relative;
  word-break: break-all;
  width: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .moduleR__01__boxGl {
    width: 100%;
    padding: 10px;
    margin-left: 0;
  }
}
.moduleR__01__boxGlTtl {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .moduleR__01__boxGlTtl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.moduleR__01__boxGlLd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleR__01__boxGlLd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleR__01__boxGl .ttlModuleA__02__btn {
  position: absolute;
  right: 40px;
  top: 40px;
  float: none;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .moduleR__01__boxGl .ttlModuleA__02__btn {
    margin-top: 20px;
    position: relative;
    top: auto;
    right: auto;
  }
}

/* ---------------------------
moduleS
--------------------------- */
.moduleS__01 i {
  font-style: italic;
}
.moduleS__01__in {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1520px) {
  .moduleS__01__in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .moduleS__01__in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.moduleS__01__info {
  width: calc(34% - 20px);
  background-color: #333;
  color: #fff;
  float: right;
  padding: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleS__01__info {
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.moduleS__01__info figure {
  margin-bottom: 20px;
}
.moduleS__01__info figure img {
  float: left;
  width: 150px;
}
@media screen and (max-width: 1060px) {
  .moduleS__01__info figure img {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
}
.moduleS__01__info figure figcaption {
  float: right;
  width: calc(100% - 160px);
}
@media screen and (max-width: 1060px) {
  .moduleS__01__info figure figcaption {
    width: 100%;
    float: none;
  }
}
.moduleS__01__info figure figcaption span {
  margin-top: 20px;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
.moduleS__01__info__ld {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.moduleS__01__fig {
  width: calc(34% - 20px);
  float: right;
}
@media screen and (max-width: 768px) {
  .moduleS__01__fig {
    float: none;
    width: 100%;
  }
}
.moduleS__01__fig figure {
  width: 100%;
  margin-bottom: 10px;
}
.moduleS__01__fig figure a {
  transition: .3s;
  display: block;
}
.moduleS__01__fig figure a:hover {
  opacity: 0.7;
}
.moduleS__01__fig figure.is-glBox {
  background-color: #f0f0f0;
  padding: 20px;
  position: relative;
}
.moduleS__01__fig figure.is-glBox.is-nopop::after {
  display: none;
}
.moduleS__01__fig figure.is-glBox .jstream-eqPlayer {
  position: relative !important;
  height: 264px !important;
}
.moduleS__01__fig figure.is-glBox:after {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAHxElEQVRoQ+WbeYxNdxTHP6OiRNW+pfYtoSRjSatRWkqEtqGSsUeITlC1dENijSW2UlsJTUgIOpZRWlssLVo1k8pYao2QYkiUUaaIrZrvb957uTPzvPe7975nRnv+msw7v3PO9977O9vv/BKIH5UG3gBaAK8CtYFXgDLASwG1fwN/AVeA88AJ4DfgV+BWPExLiLHQakAPoBvwOvCCR/mPgTQgFVgPXPQoJ9+yWAFuA3wBdPIB8mmYBH478CWwzy9wv4DfBiYDrf0aYrn+ADAB+MmSP2ZvuCowG+jjVbHPdasDX9RVt3K8vOEk4BtATqkgSU4tObDHre1wA7gYMAf42Fr6s2FcBHwO3LdRZwu4FLAJeMdGaAHw7Ac+ALKi6bYBXDHgJZtHE1bAvx8FOgB/RrIjGmDt071AswIGY6s+A2gbKWmJBFh7VvGvna22QsKnF6R84EE4eyIB/hr4qJCAcGvGYmCoG8AKPevcailk/Epx82EI94aV4P8eSPILGQZX5qgoaQJcdq4KB1gJu1z8f4EUSlXIhCgvYHk4bXpfVKNGDXr37k3Lli1p1aoVxYsX5/bt21y6dIljx46xc+dONm7c6EuHi8XtgT1B/ryAlZy/6UJYLtbSpUszefJkBg8eTLFicvJPJwGfM2cOK1eu9KrOdt3PzuLGCVglnufyq0WLFmzYsIGaNWvmM0Rv9vHjx9SqVSvfb8uWLWPQoEG2xnvlewtQNoYT8PfAe14kCuyBAwfMpxskfbLr16/nzJkznDt3zgBu0KAB7du3Z8iQIdStWzfEu2nTJrp1y7XVvJgRac0PwPtOwJWATKCoW01ly5bl9OnTVKokEXDr1i369OnD1q1bnyqqRIkSTJ8+nREjRoR4Zs+ezahRo9yqt+V/FGgvXQu+4ZHAV7arnXwrVqygf//+5l/Z2dnGUZ08edJK1NSpUxk7dmyINzExkaNHlRLHhT4B5gUBe3JW2pMXLlwIWdehQwd2795NxYoVSUhI4Nq1a1Et37ZtG506KROELVu20KVLl6hrPDIY5yXAKhBueOlFjR8/3nhl0Y4dO4zh5cqVY+/evfTr18+EoGhUr149s8+LFCli9nmVKlW4fv16tGVefldvrLwA6/Fu8yJBwNq2VeiGrl27snnzZhYuXGicU8eOHa1F7tmzh3btcmqU7t27G2cXJ+oswNpEU70oULipVq0a9+/fp06dOly5coVDhw4xceJEk1zYkvgnTZpk2KdMmcKECerTxYUmCPC3gV6yaw3KnkqVKmWAaj8/fPiQtLQ0evbsmWtvRxOsRGXJkiWGbf78+YwcKR8aF0oRYDW8X/MiPisrC4WlGzdumITjzp07BrC89qlTp6xFDhs2jAULFhj+mTNnMmbMGOu1LhnTBfgSoBMD16Tw07BhQ7OucePGnDhxgv3795u9rLTRlhYvXmySEdHw4cONH4gTZQpwtuOsx5We1atXmyJBNHr0aGbNmkVycjK9evUKOSEbgefPn6d2bR09gbK2w4cP2yzzwpMtwE+8rNSapKQk1q3LqbEvX75M9erVzd8y3hmfI8nXA9ODE2mNUs4nTzybFBWKL8BFixY1QCtXrmwULV261FRKtqR0VHtdsVs0dOhQ9HnHkR74+qRlmDzy2rVrQzZOmzaNcePGRbVZ4UxxvH79+ob34MGDpnaOM2X5clpB45z5tP6Xmppq4urx48fz2a86WZ/xjBkzQl+GmC5evGgc4N27d+OJ+Q9fYclpmfay9rSTVDHpzWVmZhpwTZs2pVmzZiYTy0vbt283zk4FxL59nsvyaA/LhCXPiUde6cqr9TmrcLAhpZRydPLSysNXrVpF3759UVxetEhHRjEnk3how02JlegmTZqYOlc5sbKwcHT27Fnj4ObOnUvJkiUpU6aMSSkHDBjg2he4tNuklp6Lh0jKVCI2b96cRo0aUbWqjpMxKWh6errJxh49Uk2eQ23atAn7GS9fvpyBAwe6xBSR3RQPnsvDWFqiraC3nJd27dplauR79+75VafysIKvBoBfC/KunzdvXq62T/B3pawqN+X8fFCoASAZnls8PgwIuzQlJcXs/7x09epVOnfuzJEjR7yqzNXi8dzE86o90joVIK1b55+TUTUm0PrdJeVr4mm9WpnvuhQUF3Z1NVVABCsxp5KbN2+GUlEXytVCNS3omDXiXSi3YlXqmZGRQYUKFXLxqw2sMOaSwjbiJcNT99Klcmt2hTSBdh7b9OjRI1ShWQp66lGL1mtoZbeloGfCpj53sDhRD3vNmjVu9WruI4Tpf39cqqendo/KHNcbxe2jjzO/9YG47FAgTImzQfEWbz3yEDRErYecztrzR+r5hh3IiTa2pG66JmafJ1JWIkflemxJIMsDPwaGQ54H0PI9OvvRWVlYsqnUlXbqTScWcsQCq3mOiEeWNoCF82Xgu8DTK4y4lTB1jdVwaRDgi4Hx4bATbgX4FORcP431+LATT2EZEL8NfBjPAXEnaPVsdOki55zl2ZMa4Z8Bz+QKgBOeQpb6Mp5nu1w+q1+A8YHI4XJpDrut04omXOVX8BpPkWjMLn//JzDGrEslvhvWsQIcxFAjkJZq6Epnzn4uaqUHLmrptK7QXdQK99KcV/E01arzUFXz4a7iaYpF40CKpXG9ivcvUzVBg0ft/FUAAAAASUVORK5CYII=);
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.moduleS__01__fig figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleS__01__fig figure figcaption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.moduleS__01__fig img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.moduleS__01__txt {
  width: calc(66% - 20px);
  float: left;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleS__01__txt {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .moduleS__01__txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.moduleS__01__txt h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleS__01__txt h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.moduleS__01__txt dt.is-green {
  color: #76B531;
}
.moduleS__01__txt dt.is-blue {
  color: #005BAC;
}
.moduleS__01__txt dd {
  margin-bottom: 20px;
}
.moduleS__01__txtTtl {
  margin-left: -20px;
}
@media screen and (max-width: 960px) {
  .moduleS__01__txtTtl {
    margin-left: -30px;
  }
}
.moduleS__01__txtTtl.sp {
  margin-left: -10px;
}
.moduleS__01__txtTtl h2 {
  margin-left: 0;
}
.moduleS__02__in {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1520px) {
  .moduleS__02__in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .moduleS__02__in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.moduleS__02__in h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleS__02__in h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.moduleS__02__in > * {
  padding-left: 20px;
}
.moduleS__02__fig img {
  width: 100%;
}
.moduleS__02__li {
  position: relative;
}
.moduleS__02__li li {
  background-color: #F2F7FF;
  padding: 40px;
  margin-bottom: 2px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .moduleS__02__li li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.moduleS__02__li.is-gl {
  margin-bottom: 50px;
}
.moduleS__02__li.is-gl li {
  background-color: #F0F0F0;
}
.moduleS__02__li.is-gl:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 35px 0 35px;
  border-color: #f0f0f0 transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.moduleS__02__ttl {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .moduleS__02__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.moduleS__02__ttlWrap {
  position: relative;
  z-index: -2;
  padding: 50px 50px 50px 30px;
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .moduleS__02__ttlWrap {
    padding: 20px;
  }
}
.moduleS__02__ttlWrapP {
  background-color: #333;
}
.moduleS__02__ttlIn {
  padding-left: 20px;
  left: -10px;
}
.moduleS__02__ttlLd {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleS__02__ttlLd {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.moduleS__02__colsLi {
  width: calc(66% - 20px);
  float: left;
}
@media screen and (max-width: 768px) {
  .moduleS__02__colsLi {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.moduleS__02__colsLi li {
  background-color: #f0f0f0;
  padding: 35px;
  margin-bottom: 2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleS__02__colsLi li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleS__02__colsFig {
  width: calc(34% - 20px);
  float: right;
}
@media screen and (max-width: 768px) {
  .moduleS__02__colsFig {
    float: none;
    width: 100%;
  }
}
.moduleS__02__colsFig img {
  width: 100%;
}
.moduleS__03__in {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1520px) {
  .moduleS__03__in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .moduleS__03__in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.moduleS__03__in h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleS__03__in h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.moduleS__03__in > * {
  padding-left: 20px;
}
.moduleS__03__li {
  position: relative;
}
.moduleS__03__li li {
  background-color: #F2F7FF;
  padding: 40px;
  margin-bottom: 2px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .moduleS__03__li li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.moduleS__03__ttl {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .moduleS__03__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.moduleS__03__ttlWrap {
  position: relative;
  z-index: -2;
  padding: 50px;
  background-color: #005BAC;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .moduleS__03__ttlWrap {
    padding: 20px;
  }
}
.moduleS__03__ttlWrapP {
  background-color: #005BAC;
}
.moduleS__03__ttlIn {
  padding-left: 20px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .moduleS__03__ttlIn {
    left: -10px;
  }
}
.moduleS__04 {
  background-color: #f0f0f0;
}
.moduleS__04__ttl {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .moduleS__04__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.moduleS__04__li {
  text-align: center;
  font-size: 0;
  max-width: 1190px;
  padding: 0 20px;
  margin: 0 auto;
}
.moduleS__04__li > * {
  width: calc(33.33333% - 16.66667px);
  margin-right: 25px;
  margin-bottom: 0px;
  float: left;
}
.moduleS__04__li > *:nth-child(3n) {
  margin-right: 0;
}
.moduleS__04__li::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .moduleS__04__li > * {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .moduleS__04__li > *:last-child {
    margin-bottom: 0;
  }
}
.moduleS__04__li li {
  background-color: #fff;
  border: 1px solid #CDD6DD;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.moduleS__04__li li:hover {
  opacity: 0.7;
}
.moduleS__04__li li figure {
  margin-top: 10px;
}
.moduleS__04__li li:last-child {
  margin-right: 0;
}
.moduleS__04__li li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  padding: 20px;
  text-align: left;
  color: #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .moduleS__04__li li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .moduleS__04__li li a {
    text-align: center;
  }
}

.jstream-eqPlaye-flowtingShadow {
  width: calc(100% - 40px) !important;
}

.jstream-eqPlayer-flowtingBackground {
  opacity: .8 !important;
}

@media screen and (max-width: 640px) {
  .jstream-eqPlaye-flowtingShadow {
    left: 20px !important;
  }
}
/* ---------------------------
moduleT
--------------------------- */
.catalog .moduleT__01__li a {
  position: relative;
}
.catalog .moduleT__01__li a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .catalog .moduleT__01__li a:after {
    width: 14px;
    height: 14px;
  }
}
.catalog .moduleT__01__subttl a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}

.moduleT__02__ld {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .moduleT__02__ld {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 20px;
  }
}
.moduleT__02__li li {
  width: calc(20% - 25px);
  float: left;
  margin-right: 25px;
}
.moduleT__02__li li:nth-child(5), .moduleT__02__li li:nth-child(8) {
  margin-right: 0;
}
.moduleT__02__li li a {
  display: block;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .moduleT__02__li li {
    width: calc(50% - 1%);
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .moduleT__02__li li:nth-child(even) {
    margin-right: 0;
  }
  .moduleT__02__li li a {
    line-height: 40px;
  }
}
.moduleT__01 {
  margin-left: 40px;
  padding-bottom: 120px;
}
@media screen and (max-width: 400px) {
  .moduleT__01.is-spPt {
    padding-top: 40px;
  }
}
.moduleT__01__glBox {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px;
}
.moduleT__01__glBox a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.moduleT__01__glBox p {
  margin-bottom: 0;
}
.moduleT__01__in {
  max-width: 960px;
}
.moduleT__01__in.is-pl {
  padding-left: 90px;
  background-position: top left;
  background-repeat: no-repeat;
}
.moduleT__01__in.is-pl.is-ccc {
  background-image: url(https://www.fujielectric.com/fcs/support_contact/support/standard/box/img/ccc.gif);
}
.moduleT__01__in.is-pl.is-ul {
  background-image: url(https://www.fujielectric.com/fcs/support_contact/support/standard/box/img/UL011.gif);
}
.moduleT__01__in.is-pl.is-csa {
  background-image: url(https://www.fujielectric.com/fcs/support_contact/support/standard/box/img/CSA_s.gif);
}
.moduleT__01__in.is-pl.is-tuv {
  background-image: url(https://www.fujielectric.com/fcs/support_contact/support/standard/box/img/TUV_marks.gif);
}
.moduleT__01__in.is-pl.is-iec {
  background-image: url(https://www.fujielectric.com/fcs/support_contact/support/standard/box/img/CE_s.gif);
}
@media screen and (max-width: 768px) {
  .moduleT__01 {
    margin-left: 0;
    padding: 0 20px 60px;
  }
}
.moduleT__01__ttl {
  color: #005BAC;
  border-left: 1px solid #005BAC;
  padding-left: 20px;
  padding-bottom: 5px;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 960px) {
  .moduleT__01__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 10px;
  }
}
.moduleT__01__ttlWrap {
  margin-left: -20px;
}
@media screen and (max-width: 960px) {
  .moduleT__01__ttlWrap {
    margin-left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .moduleT__01__ttlWrap {
    margin-left: -10px;
  }
}
.moduleT__01__ttl02 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.moduleT__01__ttl02 .is-red {
  color: #C90813;
}
@media screen and (max-width: 768px) {
  .moduleT__01__ttl02 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.moduleT__01__subttl {
  position: relative;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .moduleT__01__subttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.moduleT__01__subttl.is-noNum a {
  padding-left: 0;
}
.moduleT__01__subttl a {
  display: inline-block;
  color: #005BAC;
  padding-left: 40px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .moduleT__01__subttl a {
    padding-left: 0;
  }
}
.moduleT__01__subttl span.is-no {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .moduleT__01__subttl span.is-no {
    display: block;
    position: static;
  }
}
.moduleT__01__ld {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
.moduleT__01__ld.is-mb {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .moduleT__01__ld.is-mb {
    margin-bottom: 60px;
  }
}
.moduleT__01__ld .is-red {
  font-weight: bold;
  color: #C90813;
}
@media screen and (max-width: 768px) {
  .moduleT__01__ld {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleT__01__ld2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
  word-break: break-all;
}
.moduleT__01__ld2 a.is-blank {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.moduleT__01__ld2 a.is-blank::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .moduleT__01__ld2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.moduleT__01__li {
  margin-bottom: 50px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .moduleT__01__li {
    margin-bottom: 25px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleT__01__li:last-child {
  margin-bottom: 0;
}
.moduleT__01__li > li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 1em;
  line-height: 1.3;
}
.moduleT__01__li > li:last-child {
  margin-bottom: 0;
}
.moduleT__01__li > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\025a0";
}
.moduleT__01__li > li a {
  color: #005BAC;
  text-decoration: underline;
}

/* ---------------------------
moduleU
--------------------------- */
.moduleU__01__in {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.moduleU__01__in.is-pdLg {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1520px) {
  .moduleU__01__in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .moduleU__01__in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.moduleU__01__li__wrap {
  background-color: #F0F0F0;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .moduleU__01__li__wrap {
    padding: 20px;
  }
}
.moduleU__01__form {
  display: table-cell;
  vertical-align: middle;
}
.moduleU__01__glBox {
  padding: 40px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .moduleU__01__glBox {
    padding: 20px;
  }
}
.moduleU__01__glBox__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.moduleU__01__glBox__txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleU__01__glBox__txt {
    margin-bottom: 10px;
  }
}
.moduleU__01__glBox .is-txt {
  float: left;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .moduleU__01__glBox .is-txt {
    float: none;
    width: 100%;
  }
}
.moduleU__01__glBox .is-form {
  display: table;
  float: right;
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .moduleU__01__glBox .is-form {
    float: none;
    margin-top: 20px;
    width: 100%;
    text-align: left;
  }
}
.moduleU__01__glBox .is-form input[type="text"] {
  background-color: #fff;
  border: 1px solid #333;
  max-width: 100%;
  width: calc(100% - 170px);
  margin-right: 10px;
  padding: 15px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .moduleU__01__glBox .is-form input[type="text"] {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px;
    width: calc(100% - 120px);
  }
}
.moduleU__01__glBox .is-form input[type="submit"] {
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  width: 120px;
  text-align: center;
  padding: 18px 0;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .moduleU__01__glBox .is-form input[type="submit"] {
    width: 100px;
    padding: 12px 0;
  }
}
.moduleU__01__glBox .is-form input[type="submit"]:hover {
  opacity: .7;
}

/* ---------------------------
moduleV
--------------------------- */
.moduleV {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: hidden;
}
@media (max-width: 960px) {
  .moduleV {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.moduleV .breadcrumbs {
  margin-bottom: 160px;
}
@media (min-width: 960px) {
  .moduleV .breadcrumbs.is-moduleV {
    margin: 12px 0;
  }
  .moduleV .breadcrumbs.is-moduleV > * a {
    line-height: 1;
  }
}
@media (max-width: 960px) {
  .moduleV .breadcrumbs {
    margin-bottom: 40px;
  }
}
.moduleV .lower__kvTtl__wrap {
  position: static;
}
.moduleV .lower__kvTtl {
  margin-bottom: 0;
  line-height: 1.2;
}
.moduleV .lower__kv__wrap {
  display: inline-block;
  position: relative;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.moduleV .lower__kv__wrap::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d1d4d9;
  position: absolute;
  top: 27px;
  left: 18px;
  z-index: 9999;
}
@media (max-width: 960px) {
  .moduleV .lower__kv__wrap {
    margin-bottom: 10px;
  }
  .moduleV .lower__kv__wrap::before {
    top: 12px;
    left: 8px;
  }
}
.moduleV .lower__kv__wrap + .moduleV__01__btn__wrap {
  margin-top: 120px;
}
@media (max-width: 960px) {
  .moduleV .lower__kv__wrap + .moduleV__01__btn__wrap {
    margin-top: 20px;
  }
}
.moduleV .lower__kv__wrap + .moduleV__01__hd {
  margin-top: 120px;
}
@media (max-width: 960px) {
  .moduleV .lower__kv__wrap + .moduleV__01__hd {
    margin-top: 20px;
  }
}
.moduleV .lower__kv__lead {
  margin-bottom: 140px;
  padding-left: 40px;
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
}
@media (max-width: 960px) {
  .moduleV .lower__kv__lead {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.moduleV__sd {
  float: left;
  width: 414px;
  color: #fff;
}
@media (min-width: 961px) {
  .moduleV__sd {
    margin-bottom: 40px;
  }
}
.moduleV__sd::after {
  content: "";
}
@media (max-width: 960px) {
  .moduleV__sd {
    float: none;
    position: fixed;
    top: 89px;
    right: 0;
    z-index: 10000;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    transition: .3s;
  }
  .moduleV__sd.is-active {
    -webkit-transform: none;
            transform: none;
  }
}
.moduleV__sd li {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid;
}
.moduleV__sd li:last-child {
  border-bottom: none;
}
.moduleV__sd li.moduleV__sd__active {
  border-bottom: none;
}
.moduleV__sd a {
  display: block;
  position: relative;
  padding: 30px;
  color: #fff;
  transition: .3s;
}
.moduleV__sd a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: url("https://www.fujielectric.com/products/fcs/box/img/icon_arrow.png");
  transition: .3s;
}
.moduleV__sd a:hover {
  opacity: .7;
}
.moduleV__sd a:hover::after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.moduleV__sd a.current span {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
@media (max-width: 960px) {
  .moduleV__sd a {
    padding: 12px 30px;
  }
  .moduleV__sd a::after {
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
  }
  .moduleV__sd a:hover::after {
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
  }
}
.moduleV__sd__cat {
  background: #333;
}
.moduleV__sd__cat > li {
  border-color: #444;
}
.moduleV__sd__cat > li > a::after {
  right: 20px;
}
.moduleV__sd__series {
  display: none;
  background: #222;
}
.moduleV__sd__series.moduleV__sd__active {
  display: block;
}
.moduleV__sd__series > li {
  border-color: #333;
}
.moduleV__sd__series > li > a {
  padding-left: 20px;
  padding-right: 20px;
}
.moduleV__sd__series > li > a::after {
  right: 10px;
}
.moduleV__sd__detail {
  display: none;
  background: #000;
}
.moduleV__sd__detail.moduleV__sd__active {
  display: block;
}
.moduleV__sd__detail > li {
  border-color: #222;
}
.moduleV__sd__detail > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
.moduleV__sd__none {
  display: none;
}
.moduleV__cnt {
  float: right;
  position: relative;
  width: calc(100% - 464px);
  max-width: 1136px;
  padding-bottom: 140px;
}
.moduleV__cnt::before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 27px;
  left: 20px;
  width: 1px;
  height: 100%;
  background: #d1d4d9;
  content: "";
}
@media (max-width: 960px) {
  .moduleV__cnt {
    float: none;
    width: 100%;
    padding-bottom: 70px;
  }
  .moduleV__cnt::before {
    top: 12px;
    left: 10px;
  }
}
.moduleV__cnt__noneLine::before {
  display: none;
}
.moduleV__cnt__noneLine .moduleU__01__li__wrap {
  margin-bottom: 120px;
}
@media (max-width: 960px) {
  .moduleV__cnt__noneLine .moduleU__01__li__wrap {
    margin-bottom: 60px;
  }
}
.moduleV__cnt__noneLine .ttlModuleA__01 {
  margin-left: 0;
}
.moduleV__ttl {
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .moduleV__ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.moduleV__01__kv {
  position: relative;
  margin-bottom: 12px;
  text-align: right;
}
@media (max-width: 960px) {
  .moduleV__01__kv {
    display: none;
  }
}
.moduleV__01__kv img {
  height: 150px;
  vertical-align: bottom;
}
.moduleV__01__kv::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(80deg, rgba(128, 128, 128, 0.1) 30%, rgba(0, 0, 0, 0.25));
  content: "";
}
.moduleV__01__kv::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(241, 241, 241, 0.1);
  content: "";
}
.moduleV__01__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 80px;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  overflow: hidden;
}
@media (max-width: 960px) {
  .moduleV__01__btn {
    max-width: 100%;
    height: 40px;
  }
}
.moduleV__01__btn__wrap {
  margin-bottom: 60px;
  text-align: right;
}
@media (max-width: 960px) {
  .moduleV__01__btn__wrap {
    margin-bottom: 30px;
  }
}
.moduleV__01__btn__in {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .3s;
  text-align: center;
}
.moduleV__01__btn__bg {
  position: absolute;
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -160%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #333;
  transition: .3s;
  z-index: 1;
}
.moduleV__01__btn:hover::before, .moduleV__01__btn:hover::after {
  background: #fff;
}
.moduleV__01__btn:hover .moduleV__01__btn__in {
  color: #fff;
}
.moduleV__01__btn:hover .moduleV__01__btn__bg {
  left: -30px;
}
.moduleV__01__hd {
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .moduleV__01__hd {
    margin-bottom: 20px;
  }
}
.moduleV__01__hd .ttlModuleA__01__wrap {
  float: left;
}
@media (max-width: 1400px) {
  .moduleV__01__hd .ttlModuleA__01__wrap {
    float: none;
  }
}
.moduleV__01__hd__btn {
  display: block;
  position: relative;
  height: 80px;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  overflow: hidden;
}
@media (max-width: 960px) {
  .moduleV__01__hd__btn {
    height: 40px;
  }
}
.moduleV__01__hd__btn__wrap {
  float: left;
  width: 100%;
  max-width: 350px;
  margin-left: 40px;
  margin-right: 100px;
}
@media (max-width: 960px) {
  .moduleV__01__hd__btn__wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.moduleV__01__hd__btn__bg {
  position: absolute;
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -160%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #333;
  transition: .3s;
  z-index: 1;
}
.moduleV__01__hd__btn__in {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .3s;
}
.moduleV__01__hd__btn:hover::before, .moduleV__01__hd__btn:hover::after {
  background: #fff;
}
.moduleV__01__hd__btn:hover .moduleV__01__hd__btn__bg {
  left: -30px;
}
.moduleV__01__hd__btn:hover .moduleV__01__hd__btn__in {
  color: #fff;
}
.moduleV__01__hd__fig {
  float: right;
  margin-left: 50px;
  padding: 35px 77.5px;
  background: #F6F6F6;
  text-align: center;
}
@media (max-width: 1400px) {
  .moduleV__01__hd__fig {
    margin-left: 0;
  }
}
@media (max-width: 1266px) {
  .moduleV__01__hd__fig {
    float: none;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .moduleV__01__hd__fig {
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
  }
}
.moduleV__01__hd__fig img {
  max-width: 180px;
}
.moduleV__01__btm {
  margin-bottom: 120px;
  padding: 20px;
  background: #f0f0f0;
}
.moduleV__01__btm:last-child {
  margin-bottom: 0;
}
.moduleV__01__btm .btnModuleA__04 {
  -ms-flex-pack: start;
      justify-content: start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1400px) {
  .moduleV__01__btm .btnModuleA__04 {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.moduleV__01__btm .btnModuleA__04:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.moduleV__01__btm .btnModuleA__04 > li {
  margin-right: 26.5px;
}
.moduleV__01__btm .btnModuleA__04 > li:last-child {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .moduleV__01__btm .btnModuleA__04 > li {
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .moduleV__01__btm {
    margin-bottom: 60px;
    padding: 10px;
  }
}
.moduleV__01__txt {
  margin-bottom: 20px;
  line-height: 18px;
}
@media (max-width: 960px) {
  .moduleV__01__txt {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.moduleV__01__spec {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
}
@media (max-width: 960px) {
  .moduleV__01__spec {
    margin-bottom: 10px;
    padding: 10px;
  }
}
.moduleV__01__dl {
  font-size: 0;
  letter-spacing: 0;
  line-height: 1.5;
}
.moduleV__01__dl > dt,
.moduleV__01__dl > dd {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 960px) {
  .moduleV__01__dl > dt,
  .moduleV__01__dl > dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleV__01__dl > dt {
  margin-right: 0.5em;
}
@media (max-width: 960px) {
  .moduleV__01__dl > dt {
    display: block;
    margin-right: 0;
  }
}
.moduleV__01__dl > dd::after {
  display: inline-block;
  margin: 0 0.5em;
  content: "/";
}
.moduleV__01__dl > dd:last-child::after {
  content: "";
}
.moduleV__01__dl > dd a {
  color: #005bac;
  text-decoration: underline;
}

.moduleV__02__cnt {
  margin-bottom: 60px;
}
.moduleV__02__cnt:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .moduleV__02__cnt {
    margin-bottom: 30px;
  }
}

.moduleV__03__ttl {
  margin-bottom: 48px;
  color: #005BAC;
  vertical-align: bottom;
}
@media (max-width: 960px) {
  .moduleV__03__ttl {
    margin-bottom: 24px;
  }
}
.moduleV__03__ttl__top {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
}
@media (max-width: 960px) {
  .moduleV__03__ttl__top {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
.moduleV__03__ttl__btm {
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .moduleV__03__ttl__btm {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.moduleV__03__txt {
  line-height: 1.5;
  margin-bottom: 20px;
}
.moduleV__03__txt:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .moduleV__03__txt {
    margin-bottom: 10px;
  }
}
.moduleV__03__tab__wrap {
  margin-bottom: 48px;
  padding: 20px;
  background: #f0f0f0;
}
@media (max-width: 960px) {
  .moduleV__03__tab__wrap {
    padding: 0;
    background: none;
  }
}
.moduleV__03__tab {
  display: -ms-flexbox;
  display: flex;
}
.moduleV__03__tab > li {
  width: calc(25% - 10px);
  margin-right: 20px;
  border: 1px solid #333;
  background: #fff;
}
.moduleV__03__tab > li:last-child {
  margin-right: 0;
}
.moduleV__03__tab > li a {
  display: block;
  position: relative;
  height: 50px;
  text-align: center;
  overflow: hidden;
}
.moduleV__03__tab > li a:hover.is-line::before, .moduleV__03__tab > li a:hover.is-line::after {
  background: #fff;
}
.moduleV__03__tab > li a:hover .moduleV__03__tab__bg {
  left: -30px;
}
.moduleV__03__tab > li a:hover .moduleV__03__tab__txt {
  color: #fff;
}
.moduleV__03__tab > li.is-current {
  border-color: #f0f0f0;
  background: none;
  pointer-events: none;
}
.moduleV__03__tab > li.is-current .moduleV__03__tab__bg {
  display: none;
}
.moduleV__03__tab > li.is-current .is-line::before, .moduleV__03__tab > li.is-current .is-line::after {
  display: none;
}
.moduleV__03__tab__bg {
  position: absolute;
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -200%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #333;
  transition: .3s;
  z-index: 1;
}
.moduleV__03__tab__txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  color: #333;
  transition: .3s;
}
@media (max-width: 1360px) {
  .moduleV__03__tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .moduleV__03__tab > li {
    width: calc(50% - 10px);
  }
  .moduleV__03__tab > li:nth-child(2) {
    margin-right: 0;
  }
  .moduleV__03__tab > li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .moduleV__03__tab > li {
    width: calc(50% - 5px);
    margin-right: 10px;
    border-color: #fff;
    background-color: #f0f0f0;
  }
  .moduleV__03__tab > li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .moduleV__03__tab > li.is-current {
    border-color: #333;
    background-color: #f0f0f0;
  }
  .moduleV__03__tab > li a {
    height: 40px;
  }
}
.moduleV__03__hd {
  margin-bottom: 48px;
}
@media (max-width: 960px) {
  .moduleV__03__hd {
    margin-bottom: 24px;
  }
}
.moduleV__03__hd__fig {
  float: left;
  background: #f8f8f8;
  padding: 77.5px;
  text-align: center;
}
@media (max-width: 1200px) {
  .moduleV__03__hd__fig {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .moduleV__03__hd__fig {
    float: none;
    padding: 20px;
  }
}
.moduleV__03__hd__fig img {
  max-width: 180px;
}
.moduleV__03__hd__txtarea {
  float: right;
  width: calc(100% - 375px);
}
@media (max-width: 1200px) {
  .moduleV__03__hd__txtarea {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .moduleV__03__hd__txtarea {
    float: none;
    width: 100%;
  }
}
.moduleV__03__hd__txtarea .moduleV__01__dl {
  margin-bottom: 29.5px;
}
.moduleV__03__hd__txtarea .moduleV__01__dl > dt {
  display: block;
  margin-bottom: 13px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .moduleV__03__hd__txtarea .moduleV__01__dl {
    margin-bottom: 20px;
  }
  .moduleV__03__hd__txtarea .moduleV__01__dl > dt {
    margin-bottom: 10px;
  }
}
.moduleV__03__hd__dl {
  color: #333;
  line-height: 1.5;
}
.moduleV__03__hd__dl dt {
  margin-bottom: 13px;
  font-weight: bold;
}
.moduleV__03__hd__dl dd {
  margin-bottom: 13px;
}
.moduleV__03__hd__dl dd:last-child {
  margin-top: 16.5px;
  margin-bottom: 29.5px;
  padding: 20px;
  border: 1px solid #ccc;
}
.moduleV__03__hd__dl dd.is-once:last-child {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  border: none;
}
@media (max-width: 960px) {
  .moduleV__03__hd__dl {
    margin-bottom: 20px;
  }
  .moduleV__03__hd__dl > dt {
    margin-bottom: 10px;
  }
  .moduleV__03__hd__dl > dd:last-child {
    margin-bottom: 0;
  }
  .moduleV__03__hd__dl > dd.is-once:last-child {
    margin-bottom: 0;
  }
}
.moduleV__03__hd__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.moduleV__03__hd__btn > li {
  position: relative;
  width: calc(50% - 10px);
  margin-right: 20px;
}
.moduleV__03__hd__btn > li:nth-child(2n) {
  margin-right: 0;
}
.moduleV__03__hd__btn > li:nth-child(n + 3) {
  margin-top: 20px;
}
@media (min-width: 1201px) and (max-width: 1340px) {
  .moduleV__03__hd__btn > li {
    width: 100%;
    margin-right: 0;
  }
  .moduleV__03__hd__btn > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .moduleV__03__hd__btn > li {
    width: 100%;
    margin-right: 0;
  }
  .moduleV__03__hd__btn > li:nth-child(n + 2) {
    margin-top: 10px;
  }
}
.moduleV__03__hd__btn > li a {
  position: relative;
  display: block;
  height: 50px;
  border: 1px solid #333;
  overflow: hidden;
}
@media (max-width: 960px) {
  .moduleV__03__hd__btn > li a {
    height: 40px;
  }
}
.moduleV__03__hd__btn > li:hover .moduleV__03__hd__btn__bg {
  left: -30px;
}
.moduleV__03__hd__btn > li:hover .moduleV__03__hd__btn__txt {
  color: #fff;
}
.moduleV__03__hd__btn__bg {
  position: absolute;
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -200%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #333;
  transition: .3s;
  z-index: 1;
}
.moduleV__03__hd__btn__txt {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #333;
  text-align: center;
  transition: .3s;
}
.moduleV__03__sec {
  margin-bottom: 60px;
  padding-bottom: 120px;
  border-bottom: 1px solid #d1d4d9;
}
@media (max-width: 960px) {
  .moduleV__03__sec {
    margin-bottom: 30px;
    padding-bottom: 60px;
  }
}
.moduleV__03__sec .ttlModuleA__01__wrap {
  margin-bottom: 36px;
}
@media (max-width: 960px) {
  .moduleV__03__sec .ttlModuleA__01__wrap {
    margin-bottom: 18px;
  }
}
.moduleV__03__select {
  display: none;
  margin-bottom: 24px;
  background: #f0f0f0;
}
@media (max-width: 960px) {
  .moduleV__03__select {
    display: block;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .moduleV__03__select {
    padding: 20px;
  }
}
.moduleV__03__select .moduleH__01__hd__form {
  display: none;
}
@media (max-width: 1200px) {
  .moduleV__03__select .moduleH__01__hd__form {
    display: block;
    width: 100%;
  }
}
.moduleV__03__select .moduleH__01__select {
  width: 100%;
  padding: 14px 10px;
}
@media (max-width: 960px) {
  .moduleV__03__select .moduleH__01__select {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleV__03__select .moduleH__01__select option {
  font-size: 12px;
  font-size: 0.75rem;
}
.moduleV__03__fig {
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px;
}
.moduleV__03__fig .zoom {
  transition: .3s;
}
.moduleV__03__fig .zoom:hover {
  opacity: .7;
}
.moduleV__03__fig img {
  vertical-align: bottom;
}
@media (max-width: 960px) {
  .moduleV__03__fig {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.moduleV__03__fig__wrap {
  margin-bottom: 50px;
}
.moduleV__03__fig__wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .moduleV__03__fig__wrap {
    margin-bottom: 25px;
  }
}
.moduleV__03__zoom {
  display: block;
  position: relative;
  width: 200px;
  background: #F0F0F0;
  color: #333;
  line-height: 50px;
  text-align: center;
  transition: .3s;
}
.moduleV__03__zoom::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 1;
  background: url("https://www.fujielectric.com/products/fcs/box/img/icon_zoom.svg") no-repeat center;
  background-size: contain;
  content: "";
}
@media (max-width: 960px) {
  .moduleV__03__zoom::after {
    left: 50%;
    -webkit-transform: translate(-3em, -50%) scale(0.5);
            transform: translate(-3em, -50%) scale(0.5);
  }
}
.moduleV__03__zoom:hover {
  opacity: 0.7;
}
@media (max-width: 960px) {
  .moduleV__03__zoom {
    width: 100%;
    padding: 12px 0;
    line-height: 1;
  }
  .moduleV__03__zoom::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512px' height='512px'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23333;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M96,0V416H512V0ZM472,376H136V40H472Z'/%3E%3Cpolygon class='cls-1' points='40 472 40 296 40 136 40 96 0 96 0 512 416 512 416 472 376 472 40 472'/%3E%3Cpolygon class='cls-1' points='232.81 312.83 350.67 194.97 350.67 279.77 390.67 279.77 390.67 126.69 237.59 126.69 237.59 166.69 322.39 166.69 204.53 284.55 232.81 312.83'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: contain;
  }
  .moduleV__03__zoom::before {
    z-index: 10;
    transition: .3s;
    left: 50%;
    -webkit-transform: translate(-3.5em, -50%);
            transform: translate(-3.5em, -50%);
  }
  .moduleV__03__zoom::after {
    display: none;
  }
}
.moduleV__03__li {
  margin-bottom: 50px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.moduleV__03__li.mb-s {
  margin-bottom: 20px;
}
.moduleV__03__li:last-child {
  margin-bottom: 0;
}
.moduleV__03__li > li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.moduleV__03__li > li::before {
  content: "・";
}
.moduleV__03__li > li:last-child {
  margin-bottom: 0;
}
.moduleV__03__li > li a {
  color: #005bac;
  text-decoration: underline;
}
@media (max-width: 960px) {
  .moduleV__03__li {
    margin-bottom: 25px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleV__03__ol {
  margin-bottom: 50px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.moduleV__03__ol.mb-s {
  margin-bottom: 20px;
}
.moduleV__03__ol:last-child {
  margin-bottom: 0;
}
.moduleV__03__ol > li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.moduleV__03__ol > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .moduleV__03__ol {
    margin-bottom: 25px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.moduleV__03__dl dt {
  margin-top: 20px;
}
.moduleV__03__dl dt:first-child {
  margin-top: 0;
}
@media (max-width: 960px) {
  .moduleV__03__dl dt {
    margin-top: 10px;
  }
}
.moduleV__03__contact {
  text-align: center;
}
.moduleV__03__contact__ttl {
  margin-bottom: 40px;
  color: #333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .moduleV__03__contact__ttl {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.moduleV__03__contact__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 350px;
  border: 1px solid #333;
  color: #333;
  line-height: 80px;
  vertical-align: bottom;
  overflow: hidden;
}
@media (max-width: 960px) {
  .moduleV__03__contact__btn {
    padding: 12px;
    line-height: 1;
  }
}
.moduleV__03__contact__btn__in {
  position: relative;
  z-index: 2;
  transition: .3s;
}
.moduleV__03__contact__btn__bg {
  position: absolute;
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -160%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #333;
  transition: .3s;
  z-index: 1;
}
.moduleV__03__contact__btn:hover::before, .moduleV__03__contact__btn:hover::after {
  background: #fff;
}
.moduleV__03__contact__btn:hover .moduleV__03__contact__btn__in {
  color: #fff;
}
.moduleV__03__contact__btn:hover .moduleV__03__contact__btn__bg {
  left: -30px;
}
.moduleV__03__table {
  border: 1px solid #333;
  background-color: #fff;
}
.moduleV__03__table tr,
.moduleV__03__table th,
.moduleV__03__table td {
  border: 1px solid #333;
}
.moduleV__03__table th,
.moduleV__03__table td {
  padding: 10px;
  vertical-align: middle;
}
.moduleV__03__table th {
  background: #f0f0f0;
  text-align: left;
}
.moduleV__03__table a {
  color: #005BAC;
}
.moduleV__03__table__wrap {
  width: 100%;
  margin-bottom: 50px;
  overflow-x: auto;
}
.moduleV__03__table__wrap:last-child {
  margin-bottom: 0;
}
.moduleV__03__table__wrap.is-mb10 {
  margin-bottom: 10px;
}
.moduleV__03__table__note {
  margin-bottom: 50px;
}
.moduleV__03__table__note:last-child {
  margin-bottom: 0;
}
.moduleV__03__table__note__red {
  color: #C90813;
}
@media (max-width: 960px) {
  .moduleV__03__table {
    width: 100%;
  }
}

.mfp-bg {
  z-index: 10002;
}

.mfp-wrap {
  z-index: 10003;
}

/* ---------------------------
TOPページ　キービジュアル
--------------------------- */
.is-topKv {
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .is-topKv {
    background-image: url("https://www.fujielectric.com/fcs/box/img/index/top_kv_pc.jpg");
  }
}

.top__kv__wrap {
  height: 100vh;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1400px) {
  .top__kv__wrap {
    height: 800px;
  }
}
@media screen and (max-width: 960px) {
  .top__kv__wrap {
    height: 450px;
  }
}

.top__kv__wrap + .moduleA__01__wrap {
  margin-top: -160px;
}

.top__kv {
  max-width: 1640px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 99;
}

.top__kv::before {
  content: "";
  position: absolute;
  height: 50%;
  left: 40px;
  top: 50%;
  width: 1px;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .top__kv::before {
    top: calc(200px + 12.5px);
    height: 800px;
  }
}

.top__kv::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 38px;
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  .top__kv::after {
    top: calc(200px + 12.5px);
  }
}

.top__kvTtl__wrap {
  position: absolute;
  top: calc(50% - 25px);
}
@media screen and (max-width: 1400px) {
  .top__kvTtl__wrap {
    top: 190px;
    left: 20px;
  }
}

.top__kv__vd {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.top__kv__vd__wrap {
  position: absolute;
  width: 100%;
  background-color: #000;
}
.top__kv__vd__wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-image: url(https://www.fujielectric.com/fcs/box/img/index/kv_bg_pt.png);
}
@media screen and (max-width: 960px) {
  .top__kv__vd__wrap {
    display: none;
  }
}

.top__kvTtl {
  font-size: 50px;
  line-height: 1em;
  color: #fff;
  margin: 0;
  margin-left: 40px;
  margin-bottom: 20px;
}

.top__kvSubttl {
  font-size: 20px;
  line-height: 1.5em;
  line-height: 24px;
  color: #fff;
  margin: 0;
  margin-left: 40px;
}

.bnr__slider {
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 480px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .bnr__slider {
    top: auto;
    left: 50%;
    bottom: 100px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1400px) {
  .bnr__slider {
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
}
@media screen and (max-width: 1000px) {
  .bnr__slider {
    -webkit-transform: translate(-50%, -83%);
            transform: translate(-50%, -83%);
  }
}

.bnr__slider p {
  margin: 10px 0;
  color: #fff;
}

.ul-ic, .ur-ic, .bl-ic, .br-ic {
  position: absolute;
  width: 2px;
  height: 6px;
  background: #fff;
}

.ul-ic {
  top: -4px;
  left: -2px;
}

.ur-ic {
  top: -4px;
  right: -2px;
}

.bl-ic {
  bottom: -4px;
  left: -2px;
}

.br-ic {
  bottom: -4px;
  right: -2px;
}

.ul-ic::before, .ur-ic::before, .bl-ic::before, .br-ic::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: #fff;
}

.ul-ic::before {
  top: 2px;
  left: -2px;
}

.ur-ic::before {
  top: 2px;
  right: -2px;
}

.bl-ic::before {
  bottom: 2px;
  left: -2px;
}

.br-ic::before {
  bottom: 2px;
  right: -2px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: #fff;
}

@media screen and (max-width: 960px) {
  .top__kv__wrap {
    margin-top: 32px;
  }

  .top__kv {
    padding: 0 10px;
  }

  .top__kv::before {
    top: calc(100px + 12.5px);
    left: 20px;
    height: 200%;
  }

  .top__kv::after {
    top: calc(100px + 12.5px);
    left: 18px;
  }

  .bnr__slider {
    width: 360px;
    top: auto;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .top__kvTtl__wrap {
    top: 100px;
  }

  .top__kvTtl {
    font-size: 25px;
    margin-left: 20px;
  }

  .top__kvSubttl {
    font-size: 10px;
    top: calc(50% + 25px);
    margin-left: 20px;
    line-height: 12px;
  }

  .top__kvTtl span {
    top: 12px;
    left: -12px;
  }
}
@media screen and (max-width: 640px) {
  .bnr__slider {
    width: calc(100% - 80px);
    max-width: 360px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ---------------------------
下層ページ　キービジュアル
--------------------------- */
.is-techDocKv {
  background-image: url("https://www.fujielectric.com/fcs/document/box/img/technical_kv_pc.jpg");
}

.is-aboutKv {
  background-image: url("https://www.fujielectric.com/fcs/about/box/img/index/about_kv_pc.jpg");
}

.is-newsKv {
  background-image: url("https://www.fujielectric.com/fcs/news/box/img/index/news_kv_pc.jpg");
}

.is-docKv {
  background-image: url("https://www.fujielectric.com/fcs/document/box/img/index/document_kv_pc.jpg");
}

.is-rohsKv {
  background-image: url("https://www.fujielectric.com/fcs/about/safe/box/img/index/rohs_kv_pc.jpg");
}

.is-msgKv {
  background-image: url("https://www.fujielectric.com/fcs/about/box/img/message/predident_kv_pc.jpg");
}

.is-visionKv {
  background-image: url("https://www.fujielectric.com/fcs/about/box/img/vision/vision_kv_pc.jpg");
}

.is-outKv {
  background-image: url("https://www.fujielectric.com/fcs/about/box/img/outline/company_kv_pc.jpg");
}

.is-technoKv {
  background-image: url("https://www.fujielectric.com/fcs/support_contact/support/techno/box/img/index/techno-wave_kv_pc.jpg");
}

.is-networkKv {
  background-image: url("https://www.fujielectric.com/fcs/support_contact/support/box/img/index/global_kv_pc.jpg");
}

.is-officeKv {
  background-image: url("https://www.fujielectric.com/fcs/about/box/img/office/offices_kv_pc.jpg");
}

.is-iotKv {
  background-image: url("https://www.fujielectric.com/fcs/factor/iot/box/img/index/lot_kv_pc.jpg");
}

.is-laboKv {
  background-image: url("https://www.fujielectric.com/fcs/factor/laborsaving/box/img/index/labo_kv.jpg");
}

.is-hvcKv {
  background-image: url("https://www.fujielectric.com/fcs/factor/hvc/box/img/index/hvc_kv.jpg");
}

.is-twinKv {
  background-image: url("https://www.fujielectric.com/fcs/factor/twin-story/box/img/index/twin_kv.png");
}

.is-productKv {
  background-image: url("https://www.fujielectric.com/products/fcs/box/img/index/fcs_kv.png");
}

.lower__kv__wrap {
  height: 500px;
  background-position: center;
  background-size: cover;
}

.lower__kv {
  max-width: 1640px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 99;
}
.lower__kv.is-gl::before, .lower__kv.is-gl::after {
  background-color: #d1d4d9;
}

.lower__kv::before {
  content: "";
  position: absolute;
  height: 50%;
  left: 40px;
  top: 50%;
  width: 1px;
  background: #fff;
  z-index: 1;
}

.lower__kv::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 38px;
  z-index: 9999;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  max-width: 1640px;
}

.breadcrumbs > * {
  font-size: 12px;
  display: inline-block;
  color: #fff;
}

.breadcrumbs > * a {
  position: relative;
  display: block;
  color: #ccc;
  padding: 0 25px 0 0;
  line-height: 35px;
  cursor: pointer;
  text-decoration: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .breadcrumbs > * a {
    margin-top: 2px;
    line-height: 12px;
  }
}
.breadcrumbs > * a:hover {
  text-decoration: underline;
}
.breadcrumbs > * a:hover {
  text-decoration: underline;
}

.breadcrumbs > * a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.breadcrumbs > *:last-child a::before {
  display: none;
}

.lower__kvTtl__wrap {
  position: absolute;
  top: 230px;
}
.lower__kvTtl__wrap.is-long {
  top: 150px;
}
@media screen and (max-width: 960px) {
  .lower__kvTtl__wrap.is-long {
    top: 50px;
  }
}
@media screen and (max-width: 374px) {
  .lower__kvTtl__wrap.is-long {
    top: 30px;
  }
}
.lower__kvTtl__wrap.is-long .lower__kvTtl {
  line-height: 1.2em;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .lower__kvTtl__wrap.is-long .lower__kvTtl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .lower__kvTtl__wrap.is-long .lower__kvTtl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.lower__kvTtl {
  font-size: 50px;
  line-height: 1em;
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
  margin-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower__kvTtl.is-factor img {
    width: 145px;
  }
}

.lower__kvTtl.is-bl {
  color: #005BAC;
}

.lower__kvTtl span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 22px;
  left: -22.5px;
  z-index: 9999;
}
.lower__kvTtl span.is-italic {
  position: static;
  width: auto;
  height: auto;
  background-color: inherit;
  font-style: italic;
}

.lower__kvSubttl {
  font-size: 20px;
  color: #fff;
  margin: 0;
  margin-left: 40px;
  line-height: 24px;
}

@media screen and (max-width: 960px) {
  .lower__kv__wrap {
    height: 250px;
  }

  .lower__kv {
    padding: 0 10px;
  }

  .lower__kv::before {
    left: 20px;
  }
  .lower__kv::after {
    left: 18px;
  }

  .lower__kvTtl__wrap {
    top: 115px;
  }

  .lower__kvTtl {
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .lower__kvSubttl {
    font-size: 10px;
    margin-left: 20px;
    line-height: 12px;
  }
}
/* ---------------------------
サイトマップ　キービジュアル
--------------------------- */
.sitemap .lower__kv::before {
  background: #d1d4d9;
}

.sitemap .lower__kv::after {
  background: #d1d4d9;
}

.lower__kv2line {
  height: 100%;
}

.lower__kv2line::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: calc(50% + 40px);
  width: 1px;
  background: #d1d4d9;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .lower__kv2line::after {
    display: none;
  }
}
/* ---------------------------
404　キービジュアル
--------------------------- */
.pg404 .lower__kv::before {
  background: #d1d4d9;
}

.pg404 .lower__kv::after {
  background: #d1d4d9;
}

.lower__kv2line {
  height: 100%;
}

.lower__kv2line::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: calc(50% + 40px);
  width: 1px;
  background: #d1d4d9;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .lower__kv2line::after {
    display: none;
  }
}
.top .moduleA__01__wrap {
  margin-top: -157px;
  overflow: hidden;
}
.top .moduleA__01__wrap::after {
  top: 157px;
}

@media screen and (max-width: 960px) {
  .top .moduleA__01__wrap {
    margin-top: auto;
    padding-top: 20px;
  }
}
/* ---------------------------
news__01
--------------------------- */
.news__01 {
  max-width: 960px;
  width: 100%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .news__01 {
    padding-left: 0;
  }
}
.news__01__wrap {
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.news__01 .is-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news__01 .is-mb30 {
    margin-bottom: 15px;
  }
}
.news__01 .is-mb10 {
  margin-bottom: 10px;
}
.news__01 .is-taR {
  text-align: right;
}
.news__time {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 50px;
  color: #777777;
}
@media screen and (max-width: 768px) {
  .news__time {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 20px;
  }
}
.news__txt {
  color: #333;
}
@media screen and (max-width: 768px) {
  .news__txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.news__txt.is-war {
  background-color: #F0F0F0;
  font-weight: bold;
  padding: 20px;
}
.news__txt.is-war .is-mb10 {
  display: inline-block;
}
.news__txt .is-red {
  color: #be0000;
}
.news__txt .is-bold {
  font-weight: bold;
}
.news__box {
  background-color: #F0F0F0;
  padding: 40px;
  text-align: center;
  max-width: 640px;
  width: 100%;
}
.news__box .jstream-eqPlayer {
  position: relative !important;
  height: 264px !important;
}
@media screen and (max-width: 768px) {
  .news__box {
    padding: 20px;
  }
}
.news__box__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news__box__ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.news__box__in .is-box {
  font-size: 18px;
  font-size: 1.125rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .news__box__in .is-box {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
  }
}
.news__box__in .is-left {
  float: left;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .news__box__in .is-left {
    float: none;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.news__box__in .is-right {
  padding-left: 20px;
  float: right;
}
@media screen and (max-width: 768px) {
  .news__box__in .is-right {
    float: none;
    padding-left: 0;
  }
}
.news__box__in .is-blue {
  color: #005BAC;
}
.news__tbl01 {
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__tbl01 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.news__tbl01 tr {
  border: 1px solid #ccc;
}
@media screen and (max-width: 500px) {
  .news__tbl01 tr {
    border: none;
  }
}
.news__tbl01 tr .is-01 {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .news__tbl01 tr .is-01 {
    width: 33.3333%;
  }
}
.news__tbl01 tr .is-02 {
  width: 200px;
}
.news__tbl01 tr th {
  box-sizing: border-box;
  vertical-align: middle;
  padding: 30px;
  text-align: left;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  width: calc((100% - 200px) / 2);
}
@media screen and (max-width: 768px) {
  .news__tbl01 tr th {
    width: 33.3333%;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .news__tbl01 tr th {
    list-style-type: none;
    word-break: break-all;
    width: 33.3333%;
  }
}
.news__tbl01 tr td {
  box-sizing: border-box;
  padding: 30px;
  vertical-align: middle;
  border: 1px solid #ccc;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .news__tbl01 tr td {
    width: 33.3333%;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .news__tbl01 tr td {
    list-style-type: none;
    word-break: break-all;
  }
}
@media screen and (max-width: 768px) {
  .news__tbl01.is-3col tr th.is-01 {
    width: 33.3333%;
  }
  .news__tbl01.is-3col tr td.is-02 {
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .news__tbl01.is-2col tr .is-01 {
    width: 33.3333%;
  }
}
.news__img {
  text-align: center;
}

/* ---------------------------
factor__01
--------------------------- */
.is-300millionKv {
  background-image: url("https://www.fujielectric.com/fcs/factor/300million/box/img/index/300million_kv_pc.jpg");
}

.moduleS__02__fig.is-factor {
  text-align: center;
  padding-left: 0;
}
.moduleS__02__fig.is-factor .jstream-eqPlayer {
  position: relative !important;
  width: 898px !important;
  height: 507px !important;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .moduleS__02__fig.is-factor .jstream-eqPlayer {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .moduleS__02__fig.is-factor .jstream-eqPlayer {
    height: 400px !important;
  }
}
@media screen and (max-width: 600px) {
  .moduleS__02__fig.is-factor .jstream-eqPlayer {
    height: 305px !important;
  }
}
@media screen and (max-width: 480px) {
  .moduleS__02__fig.is-factor .jstream-eqPlayer {
    height: 200px !important;
  }
}
.moduleS__02__fig.is-factor .jstream-eqPlayer:hover .water_mark_square {
  opacity: 0.7;
}
.moduleS__02__fig.is-factor .jstream-eqPlayer .water_mark_square {
  margin: auto;
  position: relative !important;
  width: 150px !important;
  height: 150px !important;
  background-image: url("https://www.fujielectric.com/fcs/factor/300million/box/img/index/300million_play_new.png") !important;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .moduleS__02__fig.is-factor .jstream-eqPlayer .water_mark_square {
    width: 100px !important;
    height: 100px !important;
  }
}
@media screen and (max-width: 480px) {
  .moduleS__02__fig.is-factor .jstream-eqPlayer .water_mark_square {
    width: 60px !important;
    height: 60px !important;
  }
}
.moduleS__02__fig.is-factor figcaption {
  margin-top: 20px;
}

.moduleH__01.is-relatedInfo {
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 999;
}
.moduleH__01.is-relatedInfo p {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .moduleH__01.is-relatedInfo p {
    font-size: 14px;
    text-align: left;
    font-size: 0.875rem;
  }
}
.moduleH__01.is-relatedInfo figure {
  text-align: center;
}

.relatedInfo {
  background: #F0F0F0;
  padding: 120px 0;
}
@media screen and (max-width: 960px) {
  .relatedInfo {
    padding: 60px 0;
  }
}
.relatedInfo__ttl {
  font-size: 50px;
  font-size: 3.125rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .relatedInfo__ttl {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .relatedInfo__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.relatedInfo .moduleH__01__li > li {
  width: calc(33.33% - 20px);
  margin-right: 26px;
}
.relatedInfo .moduleH__01__li > li:last-of-type {
  margin-right: 0 !important;
}
@media screen and (max-width: 960px) {
  .relatedInfo .moduleH__01__li > li {
    width: calc(33.33% - 10px);
    margin-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .relatedInfo .moduleH__01__li > li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .relatedInfo .moduleH__01__li > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .relatedInfo .moduleH__01__li > li {
    width: 100%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .relatedInfo .moduleH__01__li__hd {
    margin-bottom: 0;
  }
}

.u-mbS2 {
  margin-bottom: 35px;
}

.moduleS__02__ttl.is-video {
  margin-bottom: 0;
}

.is-movieKv {
  background-image: url("https://www.fujielectric.com/fcs/movie/box/img/index/movie_kv.png");
}

.is-commonKv {
  background-image: url("https://www.fujielectric.com/fcs/movie/box/img/index/common_kv.png");
}

.is-toolKv {
  background-image: url("https://www.fujielectric.com/fcs/movie/box/img/index/tool_kv.png");
}

.is-productsKv {
  background-image: url("https://www.fujielectric.com/fcs/movie/box/img/index/products_kv.png");
}

.movie-shadow01 {
  transition: 0.3s;
}
@media (min-width: 811px) {
  .movie-shadow01:hover {
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: relative;
  }
}

@media (min-width: 601px) {
  .movie__li {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.movie__li > li {
  border: 1px solid #DCDCDC;
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  .movie__li > li {
    margin-bottom: 0;
    width: calc(33.333% - 25px);
  }
}
.movie__li > li > a {
  display: block;
}
.movie__li > li > a:hover .movie__btn {
  background-color: #1D5180;
  color: #fff;
}
.movie__li > li > a:hover .movie__btn::after {
  color: #1D5180;
}
.movie__li__fig {
  position: relative;
}
.movie__li__fig > img {
  width: 100%;
}
.movie__li__cat {
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  left: 0;
  bottom: -7px;
  color: #fff;
  background-color: #1D5180;
  padding: 4px 30px;
}
.movie__li__txt {
  padding: 25px 30px 20px;
}
.movie__li__txt p {
  color: #000;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (min-width: 601px) {
  .movie__li__txt p {
    min-height: 40px;
  }
}
.movie__li__ttl {
  font-size: 22px;
  font-size: 1.375rem;
  color: #1D5180;
  width: 100%;
  border-bottom: 1px solid #707070;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.movie__li__ttl::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 32px;
  height: 1px;
  background: #1D5180;
  z-index: 1;
}
.movie__btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 154px;
  height: 43px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #1D5180;
  color: #1D5180;
  margin: 0 auto;
  transition: 0.3s;
}
.movie__btn::after {
  position: absolute;
  right: 10px;
  content: '';
  border-top: solid 1px #1D5180;
  border-right: solid 1px #1D5180;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.movie__li02 > li {
  padding: 25px 15px;
  border: 1px solid #DCDCDC;
  margin-bottom: 20px;
}
.movie__li02 > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .movie__li02 > li {
    padding: 50px 30px;
    margin-bottom: 40px;
  }
  .movie__li02 > li:last-child {
    margin-bottom: 0;
  }
}
.movie__li02 > li > a {
  display: block;
}
.movie__li02 > li > a:hover .movie__btn {
  background-color: #1D5180;
  color: #fff;
}
.movie__li02 > li > a:hover .movie__btn::after {
  color: #1D5180;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media (min-width: 601px) {
  .movie__li02__in {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: end;
  }
}
@media (min-width: 601px) {
  .movie__li02__detail {
    width: 100%;
    max-width: 720px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.movie__li02__fig img {
  width: 100%;
}
@media (min-width: 601px) {
  .movie__li02__fig {
    width: calc(29% - 15px);
  }
}
.movie__li02__ttl {
  font-size: 22px;
  font-size: 1.375rem;
  color: #1D5180;
  width: 100%;
  border-bottom: 1px solid #A4B9CC;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.movie__li02__txt {
  padding: 20px 20px 0;
}
@media (min-width: 601px) {
  .movie__li02__txt {
    width: calc(71% - 15px);
    padding: 0;
  }
}
.movie__li02__txt p {
  color: #000;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (min-width: 601px) {
  .movie__li02__txt p {
    min-height: 40px;
  }
}

.video {
  padding: 0 10px;
  margin: 25px auto 85px;
}
@media (min-width: 601px) {
  .video {
    max-width: 980px;
    margin: 50px auto 70px;
  }
}
.video__wrap {
  max-width: 640px;
  margin: 0 auto 60px;
}
.video__wrap p.is-tac {
  margin-bottom: 20px;
  text-align: center;
}
.video__wrap a.is-link {
  color: #0C5DAA;
  transition: .3s;
  display: block;
  margin: 20px 0 10px;
}
.video__wrap a.is-link:hover {
  opacity: 0.7;
}
.video__wrap iframe {
  position: relative !important;
  min-height: 360px;
}
.video__ttl {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 601px) {
  .video__ttl {
    font-size: 32px;
  }
}
.video__ttl .is-small {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 601px) {
  .video__ttl .is-small {
    font-size: 24px;
  }
}
.video__ttl_wrap {
  text-align: center;
  border-bottom: 5px solid #1D5180;
  margin-bottom: 40px;
}

.agr__btn a {
  display: block;
  width: 300px;
  margin: 0 auto;
}
.agr__btn a.is-mb20 {
  margin-bottom: 20px;
}
.agr__btn .movie__btn {
  width: 100%;
  color: #fff;
  background-color: #1D5180;
  transition: .3s;
}
.agr__btn .movie__btn:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.agr__btn .movie__btn:hover {
  color: #1D5180;
  background-color: #fff;
}
.agr__btn .movie__btn:hover:after {
  border-top: solid 1px #1D5180;
  border-right: solid 1px #1D5180;
}


/*202401*/

.moduleV__03__sec .is-red {
  color: #be0000;
  font-weight: bold;
}
.mb10{margin-bottom: 10px;}