.l-globalCta {
  display: none !important;
}

.l-backToTop:not(.is-cta-hidden) .l-backToTop__in {
  transform: translateY(-120px) !important;
}

.whfc-breadcrumb {
  position: relative;
  color: #444;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  text-align: left;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, (min-width: 768px) {
  .whfc-breadcrumb {
    min-width: 1140px;
    background: rgba(0, 0, 0, .05);
  }
}

@media screen and (max-width: 767px) {
  .whfc-breadcrumb {
    overflow-x: auto;
    background: #f2f2f2;
  }
}

.whfc-breadcrumb__in {
  display: flex;
  align-items: center;
}

@media print, (min-width: 768px) {
  .whfc-breadcrumb__in {
    height: 40px;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .whfc-breadcrumb__in {
    float: left;
    height: 31px;
    padding: 0 20px;
  }
}

.whfc-breadcrumb__ol {
  display: flex;
  line-height: 1.1;
}

@media print, (min-width: 768px) {
  .whfc-breadcrumb__ol {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-breadcrumb__ol {
    font-size: 10px;
    white-space: nowrap;
  }
}

.whfc-breadcrumb__ol > li {
  position: relative;
}

.whfc-breadcrumb__ol > li a {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .whfc-breadcrumb__ol > li a {
    padding: 0 15px;
    transition: color 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .whfc-breadcrumb__ol > li a:hover,
  .whfc-breadcrumb__ol > li a:active {
    color: #156082;
  }
}

@media screen and (max-width: 767px) {
  .whfc-breadcrumb__ol > li a {
    color: #0075c1;
  }
}

.whfc-breadcrumb__ol > li span {
  display: inline-block;
  padding: 5px 0;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .whfc-breadcrumb__ol > li:not(:last-child) {
    padding-right: 15px;
  }
}

.whfc-breadcrumb__ol > li:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 1px;
  background: #d9d9d9;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .whfc-breadcrumb__ol > li:not(:last-child)::before {
    right: 0;
    height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-breadcrumb__ol > li:not(:last-child)::before {
    right: 7px;
    height: 10px;
  }
}

@media print, (min-width: 768px) {
  .whfc-breadcrumb__ol > li:first-child a {
    padding-left: 20px;
  }
  .whfc-breadcrumb__ol > li:first-child a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(/common/images_202309/sprite_2x.webp) no-repeat -445px -286px/732px 700px;
  }
}

@media print, (min-width: 768px) {
  .whfc-breadcrumb__ol > li:last-child {
    padding-left: 15px;
  }
  .whfc-breadcrumb__ol > li:last-child span {
    padding-inline: 10px;
    background: #000;
    color: #fff;
    font-weight: 700;
  }
}

.whfc-main {
  color: #444;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  text-align: left;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, (min-width: 768px) {
  .whfc-main {
    min-width: 1140px;
  }
}

.whfc-cpkv {
  container-type: inline-size;
  position: relative;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .whfc-cpkv {
    aspect-ratio: 1440/586;
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv {
    aspect-ratio: 375/828;
  }
}

.whfc-cpkv__p {
  position: absolute;
  top: 0;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__p {
    right: 0;
    width: calc(820 / 1440 * 100cqw);
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__p {
    left: 0;
    width: 100%;
    height: calc(180 / 375 * 100cqw);
  }
}

.whfc-cpkv__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whfc-cpkv__bg {
  position: absolute;
  left: 0;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__bg {
    top: 0;
    width: calc(620 / 1440 * 100cqw);
    height: 100%;
    background: url(/whole/factory/images/bg_cpkv01.webp) no-repeat 0 0/cover;
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__bg {
    top: calc(180 / 375 * 100cqw);
    width: 100%;
    height: calc(678 / 375 * 100cqw);
    background: url(/whole/factory/images/bg_cpkv01_sp.webp) no-repeat 0 0/cover;
  }
}

.whfc-cpkv__lg {
  position: absolute;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__lg {
    left: calc(60 / 1440 * 100cqw);
    top: calc(30 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__lg {
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(37.5 / 375 * 100cqw);
    top: calc(50 / 375 * 100cqw);
    width: calc(300 / 375 * 100cqw);
    height: calc(80 / 375 * 100cqw);
    background: rgba(255, 255, 255, .9);
  }
}

.whfc-cpkv__lg span {
  display: block;
  position: relative;
  aspect-ratio: 539/109;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__lg span {
    width: calc(269.5 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__lg span {
    width: calc(269.5 / 375 * 100cqw);
  }
}

.whfc-cpkv__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whfc-cpkv__tt {
  position: absolute;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__tt {
    left: calc(51.5 / 1440 * 100cqw);
    top: calc(107.5 / 1440 * 100cqw);
    width: calc(516.5 / 1440 * 100cqw);
    aspect-ratio: 1033/308;
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__tt {
    left: calc(60.5 / 375 * 100cqw);
    top: calc(292.5 / 375 * 100cqw);
    width: calc(253.5 / 375 * 100cqw);
    aspect-ratio: 507/178;
  }
}

.whfc-cpkv__tt img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whfc-cpkv__bt {
  position: absolute;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__bt {
    left: calc(60 / 1440 * 100cqw);
    top: calc(439 / 1440 * 100cqw);
    width: calc(500 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__bt {
    left: 0;
    top: calc(400 / 375 * 100cqw);
    width: 100%;
    box-sizing: border-box;
    padding: 0 calc(20 / 375 * 100cqw);
  }
}

.whfc-cpkv__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1), color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .whfc-cpkv__bt a {
    height: calc(70 / 1440 * 100cqw);
    font-size: calc(20 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__bt a {
    height: calc(60 / 375 * 100cqw);
    font-size: calc(16 / 375 * 100cqw);
  }
}

.whfc-cpkv__bt a::before,
.whfc-cpkv__bt a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background: #fff;
  -webkit-mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__bt a::before,
  .whfc-cpkv__bt a::after {
    right: calc(20 / 1440 * 100cqw);
    width: calc(15 / 1440 * 100cqw);
    height: calc(15 / 1440 * 100cqw);
    margin-top: calc(-7.5 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__bt a::before,
  .whfc-cpkv__bt a::after {
    right: calc(15 / 375 * 100cqw);
    width: calc(15 / 375 * 100cqw);
    height: calc(15 / 375 * 100cqw);
    margin-top: calc(-7.5 / 375 * 100cqw);
  }
}

@media print, (min-width: 768px) {
  .whfc-cpkv__bt a::before {
    transform: translateY(calc(-60 / 1440 * 100cqw)) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__bt a::before {
    transform: translateY(calc(-60 / 375 * 100cqw)) rotate(90deg);
  }
}

.whfc-cpkv__bt a::after {
  transform: translateY(0px) rotate(90deg);
}

@media print, (min-width: 768px) {
  .whfc-cpkv__bt a:hover,
  .whfc-cpkv__bt a:active {
    background-color: #fff;
    color: #156082;
  }
  .whfc-cpkv__bt a:hover::before,
  .whfc-cpkv__bt a:hover::after,
  .whfc-cpkv__bt a:active::before,
  .whfc-cpkv__bt a:active::after {
    background: #156082;
  }
  .whfc-cpkv__bt a:hover::before,
  .whfc-cpkv__bt a:active::before {
    transform: translateY(0) rotate(90deg);
  }
  .whfc-cpkv__bt a:hover::after,
  .whfc-cpkv__bt a:active::after {
    transform: translateY(calc(60 / 1440 * 100cqw)) rotate(90deg);
  }
}

.whfc-cpkv__ps {
  position: absolute;
  background: #fff;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__ps {
    left: calc(60 / 1440 * 100cqw);
    top: calc(273 / 1440 * 100cqw);
    width: calc(500 / 1440 * 100cqw);
    height: calc(146 / 1440 * 100cqw);
    border-radius: calc(30 / 1440 * 100cqw);
    box-shadow: 0 0 calc(4 / 1440 * 100cqw) rgba(0, 0, 0, .1);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__ps {
    left: calc(20 / 375 * 100cqw);
    top: calc(480 / 375 * 100cqw);
    width: calc(335 / 375 * 100cqw);
    height: calc(177 / 375 * 100cqw);
    border-radius: calc(30 / 375 * 100cqw);
    box-shadow: 0 0 calc(4 / 375 * 100cqw) rgba(0, 0, 0, .1);
  }
}

.whfc-cpkv__ps__p {
  position: absolute;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__ps__p {
    left: calc(29 / 1440 * 100cqw);
    top: calc(19 / 1440 * 100cqw);
    width: calc(165 / 1440 * 100cqw);
    aspect-ratio: 330/226;
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__ps__p {
    left: calc(130 / 375 * 100cqw);
    top: calc(24 / 375 * 100cqw);
    width: calc(198 / 375 * 100cqw);
    aspect-ratio: 396/270;
  }
}

.whfc-cpkv__ps__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whfc-cpkv__ps__tw {
  position: absolute;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__ps__tw {
    left: calc(212 / 1440 * 100cqw);
    top: calc(18 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__ps__tw {
    left: calc(20 / 375 * 100cqw);
    top: calc(16 / 375 * 100cqw);
  }
}

.whfc-cpkv__ps__lb {
  width: fit-content;
  border-radius: 99px;
  background: #e87730;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__ps__lb {
    margin-bottom: calc(7 / 1440 * 100cqw);
    padding: calc(4 / 1440 * 100cqw) calc(7 / 1440 * 100cqw);
    font-size: calc(14 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__ps__lb {
    margin-bottom: calc(7 / 375 * 100cqw);
    padding: calc(4 / 375 * 100cqw) calc(7 / 375 * 100cqw);
    font-size: calc(14 / 375 * 100cqw);
  }
}

.whfc-cpkv__ps__tt {
  position: relative;
  color: #e87730;
  font-weight: 700;
  line-height: 1.22;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__ps__tt {
    font-size: calc(22 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__ps__tt {
    font-size: calc(16 / 375 * 100cqw);
  }
}

.whfc-cpkv__ps__tt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__ps__tt::before {
    top: calc(12 / 1440 * 100cqw);
    width: calc(214 / 1440 * 100cqw);
    aspect-ratio: 428/88;
    background: url(/whole/factory/images/bg_cpkv_ps01.webp) no-repeat 0 0/contain;
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__ps__tt::before {
    top: calc(6 / 375 * 100cqw);
    width: calc(138 / 375 * 100cqw);
    aspect-ratio: 268/70;
    background: url(/whole/factory/images/bg_cpkv_ps01_sp.webp) no-repeat 0 0/contain;
  }
}

.whfc-cpkv__ps__tt span {
  display: block;
  position: relative;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__ps__tt sup {
    font-size: calc(12 / 1440 * 100cqw);
    vertical-align: 55%;
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__ps__tt sup {
    font-size: calc(9 / 375 * 100cqw);
    vertical-align: 45%;
  }
}

.whfc-cpkv__ps__t {
  font-weight: 500;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__ps__t {
    margin-top: calc(8 / 1440 * 100cqw);
    font-size: calc(13 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__ps__t {
    margin-top: calc(9 / 375 * 100cqw);
    font-size: calc(14 / 375 * 100cqw);
  }
}

.whfc-cpkv__n {
  position: absolute;
  font-weight: 500;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__n {
    left: calc(60 / 1440 * 100cqw);
    top: calc(518 / 1440 * 100cqw);
    width: calc(450 / 1440 * 100cqw);
    font-size: calc(10 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__n {
    left: calc(20 / 375 * 100cqw);
    top: calc(673 / 375 * 100cqw);
    width: calc(335 / 375 * 100cqw);
    font-size: calc(11 / 375 * 100cqw);
  }
}

.whfc-cpkv__ch1 {
  position: absolute;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__ch1 {
    left: calc(348 / 1440 * 100cqw);
    top: calc(13 / 1440 * 100cqw);
    width: calc(230.5 / 1440 * 100cqw);
    aspect-ratio: 461/340;
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__ch1 {
    left: calc(84 / 375 * 100cqw);
    top: calc(120.5 / 375 * 100cqw);
    width: calc(215 / 375 * 100cqw);
    aspect-ratio: 430/314;
  }
}

.whfc-cpkv__ch1 img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whfc-cpkv__ch2 {
  position: absolute;
  aspect-ratio: 112/150;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__ch2 {
    left: calc(32 / 1440 * 100cqw);
    top: calc(353 / 1440 * 100cqw);
    width: calc(56 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__ch2 {
    left: calc(16 / 375 * 100cqw);
    top: calc(346.5 / 375 * 100cqw);
    width: calc(48 / 375 * 100cqw);
  }
}

.whfc-cpkv__ch2 img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whfc-cpkv__ch3 {
  position: absolute;
  aspect-ratio: 205/250;
}

@media print, (min-width: 768px) {
  .whfc-cpkv__ch3 {
    left: calc(512 / 1440 * 100cqw);
    top: calc(493.5 / 1440 * 100cqw);
    width: calc(102.5 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cpkv__ch3 {
    left: calc(288.5 / 375 * 100cqw);
    top: calc(764 / 375 * 100cqw);
    width: calc(70.5 / 375 * 100cqw);
  }
}

.whfc-cpkv__ch3 img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whfc-kv {
  container-type: inline-size;
  position: relative;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .whfc-kv {
    aspect-ratio: 1440/586;
  }
}

@media screen and (max-width: 767px) {
  .whfc-kv {
    aspect-ratio: 750/1146;
  }
}

.whfc-kv__p {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .whfc-kv__p {
    right: 0;
    width: calc(820 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-kv__p {
    left: 0;
    width: 100%;
  }
}

.whfc-kv__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whfc-kv__lg {
  position: absolute;
}

@media print, (min-width: 768px) {
  .whfc-kv__lg {
    left: calc(60 / 1440 * 100cqw);
    top: calc(60 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-kv__lg {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: calc(197 / 375 * 100cqw);
    height: calc(68 / 375 * 100cqw);
    background: #fff;
  }
}

.whfc-kv__lg span {
  display: block;
  position: relative;
  aspect-ratio: 615/160;
}

@media print, (min-width: 768px) {
  .whfc-kv__lg span {
    width: calc(307.5 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-kv__lg span {
    width: calc(166 / 375 * 100cqw);
  }
}

.whfc-kv__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whfc-kv__tw {
  position: absolute;
}

@media print, (min-width: 768px) {
  .whfc-kv__tw {
    left: calc(60 / 1440 * 100cqw);
    top: calc(200 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-kv__tw {
    left: calc(20 / 375 * 100cqw);
    top: calc(315 / 375 * 100cqw);
  }
}

.whfc-kv__s {
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .whfc-kv__s {
    margin-bottom: calc(15 / 1440 * 100cqw);
    font-size: calc(24 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-kv__s {
    width: fit-content;
    margin-bottom: calc(8 / 375 * 100cqw);
    padding: calc(3 / 375 * 100cqw) calc(11 / 375 * 100cqw);
    background: #fff;
    font-size: calc(16 / 375 * 100cqw);
  }
}

.whfc-kv__tt {
  font-weight: 700;
  line-height: 1.45;
}

@media print, (min-width: 768px) {
  .whfc-kv__tt {
    font-size: calc(40 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-kv__tt {
    font-size: calc(32 / 375 * 100cqw);
  }
}

.whfc-kv__tt span {
  display: block;
}

@media screen and (max-width: 767px) {
  .whfc-kv__tt span {
    width: fit-content;
    padding: 0 calc(11 / 375 * 100cqw);
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .whfc-kv__tt span + span {
    margin-top: calc(4 / 375 * 100cqw);
  }
}

.whfc-kv__bt {
  position: absolute;
}

@media print, (min-width: 768px) {
  .whfc-kv__bt {
    left: calc(60 / 1440 * 100cqw);
    top: calc(420 / 1440 * 100cqw);
    width: calc(500 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-kv__bt {
    left: 0;
    top: calc(492 / 375 * 100cqw);
    width: 100%;
    box-sizing: border-box;
    padding: 0 calc(20 / 375 * 100cqw);
  }
}

.whfc-kv__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1), color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .whfc-kv__bt a {
    height: calc(100 / 1440 * 100cqw);
    font-size: calc(20 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-kv__bt a {
    height: calc(60 / 375 * 100cqw);
    font-size: calc(16 / 375 * 100cqw);
  }
}

.whfc-kv__bt a::before,
.whfc-kv__bt a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background: #fff;
  -webkit-mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

@media print, (min-width: 768px) {
  .whfc-kv__bt a::before,
  .whfc-kv__bt a::after {
    right: calc(20 / 1440 * 100cqw);
    width: calc(15 / 1440 * 100cqw);
    height: calc(15 / 1440 * 100cqw);
    margin-top: calc(-7.5 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .whfc-kv__bt a::before,
  .whfc-kv__bt a::after {
    right: calc(15 / 375 * 100cqw);
    width: calc(15 / 375 * 100cqw);
    height: calc(15 / 375 * 100cqw);
    margin-top: calc(-7.5 / 375 * 100cqw);
  }
}

@media print, (min-width: 768px) {
  .whfc-kv__bt a::before {
    transform: translateY(calc(-60 / 1440 * 100cqw)) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .whfc-kv__bt a::before {
    transform: translateY(calc(-60 / 375 * 100cqw)) rotate(90deg);
  }
}

.whfc-kv__bt a::after {
  transform: translateY(0px) rotate(90deg);
}

@media print, (min-width: 768px) {
  .whfc-kv__bt a:hover,
  .whfc-kv__bt a:active {
    background-color: #fff;
    color: #156082;
  }
  .whfc-kv__bt a:hover::before,
  .whfc-kv__bt a:hover::after,
  .whfc-kv__bt a:active::before,
  .whfc-kv__bt a:active::after {
    background: #156082;
  }
  .whfc-kv__bt a:hover::before,
  .whfc-kv__bt a:active::before {
    transform: translateY(0) rotate(90deg);
  }
  .whfc-kv__bt a:hover::after,
  .whfc-kv__bt a:active::after {
    transform: translateY(calc(60 / 1440 * 100cqw)) rotate(90deg);
  }
}

.whfc-intro {
  background: #fafafa;
}

@media print, (min-width: 768px) {
  .whfc-intro {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .whfc-intro {
    padding: 80px 0;
  }
}

.whfc-intro__tt {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .whfc-intro__tt {
    margin-bottom: 55px;
    font-size: 28px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-intro__tt {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: .5px;
  }
}

.whfc-intro__t p {
  font-size: 16px;
  text-align: center;
}

@media print, (min-width: 768px) {
  .whfc-intro__t p {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .whfc-intro__t p {
    line-height: 1.8;
  }
}

@media print, (min-width: 768px) {
  .whfc-intro__t p + p {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-intro__t p + p {
    margin-top: 25px;
  }
}

.whfc-intro__cw {
  display: flex;
}

@media print, (min-width: 768px) {
  .whfc-intro__cw {
    gap: 10px;
    max-width: 1240px;
    margin: 70px auto 0;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .whfc-intro__cw {
    flex-direction: column;
    gap: 35px;
    margin: 40px 20px 0;
  }
}

@media print, (min-width: 768px) {
  .whfc-intro__cw__c {
    flex: 1;
  }
}

.whfc-intro__cw__mv {
  position: relative;
  aspect-ratio: 580/400;
}

.whfc-intro__cw__mv video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whfc-intro__cw__t {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

@media print, (min-width: 768px) {
  .whfc-intro__cw__t {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .whfc-intro__cw__t {
    line-height: 1.8;
  }
}

@media print, (min-width: 768px) {
  .whfc-quality {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .whfc-quality {
    padding: 80px 0;
  }
}

.whfc-quality__tt {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .whfc-quality__tt {
    margin-bottom: 45px;
    font-size: 28px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-quality__tt {
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: .5px;
  }
}

.whfc-quality__t {
  font-size: 16px;
  text-align: center;
}

@media print, (min-width: 768px) {
  .whfc-quality__t {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .whfc-quality__t {
    line-height: 1.8;
  }
}

.whfc-quality__ls {
  display: flex;
  gap: 10px;
}

@media print, (min-width: 768px) {
  .whfc-quality__ls {
    max-width: 900px;
    margin: 45px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .whfc-quality__ls {
    flex-direction: column;
    margin: 30px 20px 0;
  }
}

.whfc-quality__ls__p {
  aspect-ratio: 200/200;
}

@media print, (min-width: 768px) {
  .whfc-quality__ls__p {
    position: relative;
    width: 100px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .whfc-quality__ls__p {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 80px;
    transform: translateY(-50%);
  }
}

.whfc-quality__ls__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whfc-quality__ls__nm {
  font-family: 'Satoshi-Variable', sans-serif;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .whfc-quality__ls__nm {
    position: absolute;
    left: 32px;
    top: 25px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-quality__ls__nm {
    font-size: 14px;
    opacity: .4;
  }
}

.whfc-quality__ls__t {
  margin-top: 5px;
}

@media print, (min-width: 768px) {
  .whfc-quality__ls__t {
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .whfc-quality__ls__t {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media print, (min-width: 768px) {
  .whfc-quality__ls__n {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .whfc-quality__ls__n {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.5;
  }
}

.whfc-quality__ls li {
  position: relative;
  background: #fff;
}

@media print, (min-width: 768px) {
  .whfc-quality__ls li {
    flex: 1;
    padding: 20px 0 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  }
}

@media screen and (max-width: 767px) {
  .whfc-quality__ls li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
    box-sizing: border-box;
    padding: 20px 20px 20px 110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  }
}

@media print, (min-width: 768px) {
  .whfc-quality__bt {
    width: 500px;
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .whfc-quality__bt {
    margin: 40px 20px 0;
  }
}

.whfc-quality__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1), color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .whfc-quality__bt a {
    height: 100px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-quality__bt a {
    height: 60px;
    font-size: 16px;
  }
}

.whfc-quality__bt a::before,
.whfc-quality__bt a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: #fff;
  -webkit-mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

@media print, (min-width: 768px) {
  .whfc-quality__bt a::before,
  .whfc-quality__bt a::after {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-quality__bt a::before,
  .whfc-quality__bt a::after {
    right: 15px;
  }
}

.whfc-quality__bt a::before {
  transform: translateY(-60px) rotate(90deg);
}

.whfc-quality__bt a::after {
  transform: translateY(0px) rotate(90deg);
}

@media print, (min-width: 768px) {
  .whfc-quality__bt a:hover,
  .whfc-quality__bt a:active {
    background-color: transparent;
    color: #156082;
  }
  .whfc-quality__bt a:hover::before,
  .whfc-quality__bt a:hover::after,
  .whfc-quality__bt a:active::before,
  .whfc-quality__bt a:active::after {
    background: #156082;
  }
  .whfc-quality__bt a:hover::before,
  .whfc-quality__bt a:active::before {
    transform: translateY(0) rotate(90deg);
  }
  .whfc-quality__bt a:hover::after,
  .whfc-quality__bt a:active::after {
    transform: translateY(60px) rotate(90deg);
  }
}

.whfc-voice {
  background: #fafafa;
}

@media print, (min-width: 768px) {
  .whfc-voice {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .whfc-voice {
    padding: 80px 0;
  }
}

.whfc-voice__tt {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .whfc-voice__tt {
    margin-bottom: 55px;
    font-size: 28px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-voice__tt {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: .5px;
  }
}

@media print, (min-width: 768px) {
  .whfc-voice__ls {
    max-width: 900px;
    margin: 0 auto;
  }
}

.whfc-voice__ls__cw {
  display: flex;
}

@media print, (min-width: 768px) {
  .whfc-voice__ls__cw {
    gap: 50px;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .whfc-voice__ls__cw {
    flex-direction: column;
    gap: 25px;
  }
}

@media print, (min-width: 768px) {
  .whfc-voice__ls__cw__c:nth-child(1) {
    flex: 14.11765;
  }
}

@media print, (min-width: 768px) {
  .whfc-voice__ls__cw__c:nth-child(2) {
    flex: 85.88235;
  }
}

@media print, (min-width: 768px) {
  .whfc-voice__ls__cw:nth-child(n+2) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-voice__ls__cw:nth-child(n+2) {
    margin-top: 40px;
  }
}

.whfc-voice__ls__p {
  position: relative;
  aspect-ratio: 240/200;
}

@media screen and (max-width: 767px) {
  .whfc-voice__ls__p {
    width: 120px;
    margin: 0 auto;
  }
}

.whfc-voice__ls__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whfc-voice__ls__pf {
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
}

.whfc-voice__ls__pf__tt {
  font-size: 16px;
}

.whfc-voice__ls__pf__t {
  margin-top: 3px;
  font-size: 12px;
}

.whfc-voice__ls__bx {
  position: relative;
  background: #fff;
}

@media print, (min-width: 768px) {
  .whfc-voice__ls__bx {
    padding: 35px 40px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-voice__ls__bx {
    margin: 0 20px;
    padding: 20px;
  }
}

.whfc-voice__ls__bx::before,
.whfc-voice__ls__bx::after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
}

@media print, (min-width: 768px) {
  .whfc-voice__ls__bx::before,
  .whfc-voice__ls__bx::after {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-voice__ls__bx::before,
  .whfc-voice__ls__bx::after {
    width: 18px;
    height: 18px;
  }
}

.whfc-voice__ls__bx::before {
  left: 0;
  top: 0;
  border-top: 1px solid #4b4b4b;
  border-left: 1px solid #4b4b4b;
}

.whfc-voice__ls__bx::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
}

.whfc-voice__ls__bx__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .whfc-voice__ls__bx__t {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .whfc-voice__ls__bx__t {
    line-height: 1.8;
  }
}

.whfc-voice__ls__bx__t span {
  color: #156082;
}

.whfc-voice__ls__bx__t span strong {
  font-weight: 700;
}

.whfc-voice__pt {
  display: flex;
}

@media print, (min-width: 768px) {
  .whfc-voice__pt {
    gap: 10px;
    max-width: 1240px;
    margin: 100px auto 0;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .whfc-voice__pt {
    flex-direction: column;
    gap: 35px;
    margin: 60px 20px 0;
  }
}

@media print, (min-width: 768px) {
  .whfc-voice__pt__c {
    flex: 1;
  }
}

.whfc-voice__pt__p {
  position: relative;
  aspect-ratio: 1170/790;
}

.whfc-voice__pt__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whfc-voice__pt__t {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

@media print, (min-width: 768px) {
  .whfc-voice__pt__t {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .whfc-voice__pt__t {
    line-height: 1.8;
  }
}

.whfc-voice__pt__n {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
}

@media print, (min-width: 768px) {
  .whfc-voice__pt__n {
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .whfc-voice__pt__n {
    line-height: 1.6;
  }
}

.whfc-location {
  position: relative;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .whfc-location {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location {
    padding: 80px 0;
  }
}

.whfc-location::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .whfc-location::before {
    min-width: 2750px;
    aspect-ratio: 5500/2224;
    background: url(/whole/factory/images/bg_location01.webp) no-repeat 50% 0/cover;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location::before {
    min-width: 800px;
    aspect-ratio: 1600/2224;
    background: url(/whole/factory/images/bg_location01_sp.webp) no-repeat 50% 0/cover;
  }
}

.whfc-location__a {
  position: absolute;
  left: 0;
}

@media print, (min-width: 768px) {
  .whfc-location__a {
    top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__a {
    top: 60px;
  }
}

.whfc-location__in {
  position: relative;
}

.whfc-location__tt {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .whfc-location__tt {
    margin-bottom: 50px;
    padding-top: 60px;
    font-size: 28px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__tt {
    margin-bottom: 30px;
    padding-top: 45px;
    font-size: 24px;
    letter-spacing: .5px;
  }
}

.whfc-location__tt::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  aspect-ratio: 86/80;
  background: url(/whole/factory/images/pic_location01.webp) no-repeat 0 0/contain;
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .whfc-location__tt::before {
    width: 43px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__tt::before {
    width: 34px;
  }
}

@media print, (min-width: 768px) {
  .whfc-location__bd {
    max-width: 900px;
    margin: 0 auto;
  }
}

.whfc-location__ar__tt {
  line-height: 1.7;
  text-align: center;
}

@media print, (min-width: 768px) {
  .whfc-location__ar__tt {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__ar__tt {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.whfc-location__ar__ls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .whfc-location__ar__ls {
    margin: 0 20px;
  }
}

@media print, (min-width: 768px) {
  .whfc-location__ar__ls > li {
    width: calc((100% - 30px)/4);
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__ar__ls > li {
    width: calc((100% - 10px)/2);
  }
}

.whfc-location__ar__ls > li a,
.whfc-location__ar__ls > li button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #156082;
  background: #156082;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1), cursor 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .whfc-location__ar__ls > li a,
  .whfc-location__ar__ls > li button {
    min-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__ar__ls > li a,
  .whfc-location__ar__ls > li button {
    min-height: 60px;
  }
}

@media print, (min-width: 768px) {
  .whfc-location__ar__ls > li a:hover,
  .whfc-location__ar__ls > li a:active,
  .whfc-location__ar__ls > li button:hover,
  .whfc-location__ar__ls > li button:active {
    background: #fff;
    color: #156082;
  }
}

.whfc-location__ar__ls > li a span {
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 8px;
  background: #fff;
  -webkit-mask: url(/common/images/icon_window01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_window01.svg) no-repeat 0 0/contain;
  transform: translateY(-50%);
  transition: backgroud-color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .whfc-location__ar__ls > li a span {
    right: 21.5px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__ar__ls > li a span {
    right: 16.5px;
  }
}

@media print, (min-width: 768px) {
  .whfc-location__ar__ls > li a:hover span,
  .whfc-location__ar__ls > li a:active span {
    background: #156082;
  }
}

.whfc-location__ar__ls > li button span {
  display: block;
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .whfc-location__ar__ls > li button span {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__ar__ls > li button span {
    right: 15px;
  }
}

.whfc-location__ar__ls > li button span::before,
.whfc-location__ar__ls > li button span::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}

.whfc-location__ar__ls > li button span::before {
  left: 0;
  top: 6px;
  width: 100%;
  height: 1px;
  transition: backgroud-color 350ms cubic-bezier(.215, .61, .355, 1);
}

.whfc-location__ar__ls > li button span::after {
  left: 6px;
  top: 0;
  width: 1px;
  height: 100%;
  transition: backgroud-color 350ms cubic-bezier(.215, .61, .355, 1), transform 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .whfc-location__ar__ls > li button:hover span::before,
  .whfc-location__ar__ls > li button:hover span::after,
  .whfc-location__ar__ls > li button:active span::before,
  .whfc-location__ar__ls > li button:active span::after {
    background: #156082;
  }
}

.whfc-location__ar__ls > li.is-expanded a,
.whfc-location__ar__ls > li.is-expanded button {
  background: #fff;
  color: #156082;
}

.whfc-location__ar__ls > li.is-expanded button span::before,
.whfc-location__ar__ls > li.is-expanded button span::after {
  background: #156082;
}

.whfc-location__ar__ls > li.is-expanded button span::after {
  transform: scaleY(0);
}

.whfc-location__pw {
  display: none;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .whfc-location__pf {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__pf {
    padding-top: 40px;
  }
}

.whfc-location__pf__tt {
  line-height: 1.7;
  text-align: center;
}

@media print, (min-width: 768px) {
  .whfc-location__pf__tt {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__pf__tt {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.whfc-location__pf__uw {
  position: relative;
}

.whfc-location__pf__u {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.whfc-location__pf__u.is-static {
  position: static;
  width: auto;
}

.whfc-location__pf__ls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media print, (min-width: 768px) {
  .whfc-location__pf__ls {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__pf__ls {
    margin: 0 20px;
  }
}

@media print, (min-width: 768px) {
  .whfc-location__pf__ls > li {
    width: calc((100% - 30px)/4);
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__pf__ls > li {
    width: calc((100% - 10px)/2);
  }
}

.whfc-location__pf__ls > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1), cursor 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .whfc-location__pf__ls > li a {
    min-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__pf__ls > li a {
    min-height: 60px;
  }
}

.whfc-location__pf__ls > li a::before,
.whfc-location__pf__ls > li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.whfc-location__pf__ls > li a::before {
  transform: translate(0, -50%);
}

@media print, (min-width: 768px) {
  .whfc-location__pf__ls > li a::before {
    right: 19px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-location__pf__ls > li a::before {
    right: 14px;
  }
}

.whfc-location__pf__ls > li a::after {
  transform: translate(-40px, -50%);
  left: 19px;
}

.whfc-location__pf__ls > li a span {
  display: block;
  margin-top: 1px;
  font-size: 12px;
}

@media print, (min-width: 768px) {
  .whfc-location__pf__ls > li a:hover,
  .whfc-location__pf__ls > li a:active {
    background: #fff;
    color: #156082;
  }
  .whfc-location__pf__ls > li a:hover::before,
  .whfc-location__pf__ls > li a:hover::after,
  .whfc-location__pf__ls > li a:active::before,
  .whfc-location__pf__ls > li a:active::after {
    background: #156082;
  }
  .whfc-location__pf__ls > li a:hover::before,
  .whfc-location__pf__ls > li a:active::before {
    transform: translate(40px, -50%);
  }
  .whfc-location__pf__ls > li a:hover::after,
  .whfc-location__pf__ls > li a:active::after {
    transform: translate(0, -50%);
  }
}

.whfc-cta {
  position: fixed;
  bottom: 0;
  z-index: 800;
  width: 100%;
  color: #333;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  transition: visibility 0ms 500ms, transform 500ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .whfc-cta {
    left: 0;
    transform: translateY(100px);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cta {
    left: 0 !important;
    transform: translateY(50px);
  }
}

.whfc-cta__in {
  position: relative;
}

@media print, (min-width: 768px) {
  .whfc-cta__in {
    min-width: 1140px;
    height: 100px;
    background: rgba(255, 255, 255, .6);
  }
}

@media screen and (max-width: 767px) {
  .whfc-cta__in {
    height: 50px;
  }
}

.whfc-cta__bt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media print, (min-width: 768px) {
  .whfc-cta__bt {
    width: 500px;
    margin: 0 auto;
  }
}

.whfc-cta__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1), color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .whfc-cta__bt a {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-cta__bt a {
    height: 50px;
  }
}

.whfc-cta__bt a::before,
.whfc-cta__bt a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: #fff;
  -webkit-mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

@media print, (min-width: 768px) {
  .whfc-cta__bt a::before,
  .whfc-cta__bt a::after {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .whfc-cta__bt a::before,
  .whfc-cta__bt a::after {
    right: 15px;
  }
}

.whfc-cta__bt a::before {
  transform: translateY(-40px) rotate(90deg);
}

.whfc-cta__bt a::after {
  transform: translateY(0px) rotate(90deg);
}

@media print, (min-width: 768px) {
  .whfc-cta__bt a:hover,
  .whfc-cta__bt a:active {
    background-color: #fff;
    color: #156082;
  }
  .whfc-cta__bt a:hover::before,
  .whfc-cta__bt a:hover::after,
  .whfc-cta__bt a:active::before,
  .whfc-cta__bt a:active::after {
    background: #156082;
  }
  .whfc-cta__bt a:hover::before,
  .whfc-cta__bt a:active::before {
    transform: translateY(0) rotate(90deg);
  }
  .whfc-cta__bt a:hover::after,
  .whfc-cta__bt a:active::after {
    transform: translateY(40px) rotate(90deg);
  }
}

.whfc-cta.is-visible {
  visibility: visible;
  transform: translateY(0px);
  transition: visibility 0ms, transform 500ms cubic-bezier(.215, .61, .355, 1);
}
