@charset "UTF-8";
/*
Theme Name:   kiyotacyuki
Description:  
Author:       SHIN Inc.
Author URI:   https://www.shin-inc.jp/
Version:      1.0
Template:     archetype4
*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?455ckt");
  src: url("fonts/icomoon.eot?455ckt#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?455ckt") format("truetype"), url("fonts/icomoon.woff?455ckt") format("woff"), url("fonts/icomoon.svg?455ckt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
Theme Name:   kiyotacyuki
Description:  
Author:       SHIN Inc.
Author URI:   https://www.shin-inc.jp/
Version:      1.0
Template:     archetype4
*/
/*
Theme Name:   kiyotacyuki
Description:  
Author:       SHIN Inc.
Author URI:   https://www.shin-inc.jp/
Version:      1.0
Template:     archetype4
*/
/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:first-child {
  margin-top: 0;
}
*:last-child {
  margin-bottom: 0;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-break: strict;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.1627906977vw;
  }
}
@media print, screen and (min-width: 1376px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: clip;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}
@media print, screen and (min-width: 1376px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

abbr {
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}
header p, footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}
dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button,
[type=submit],
[type=button],
[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  text-shadow: none;
}

[type=text],
[type=tel],
[type=email],
[type=url],
[type=search],
[type=number],
[type=date],
[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=url]:focus,
[type=search]:focus,
[type=number]:focus,
[type=date]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

[type=radio],
[type=checkbox] {
  vertical-align: baseline;
}

button,
[type=submit],
[type=button],
[type=reset],
[type=radio],
[type=checkbox] {
  cursor: pointer;
}

[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/
.post:first-child, .widget:first-child, .paragraph:first-child {
  margin-top: 0;
}

.post:last-child, .widget:last-child, .paragraph:last-child {
  margin-bottom: 0;
}

.site-content, .site-footer-content {
  max-width: 1376px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}
@media print, screen and (min-width: 1376px) {
  .site-content, .site-footer-content {
    padding-right: 43px;
    padding-left: 43px;
  }
}

.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.wpcf7-submit, .btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  line-height: 1.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  padding: 1em;
  border: 0;
  border-radius: 0;
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: 700;
}

/* Site Width
--------------------------------*/
.site {
  margin: auto;
}

/* Common
--------------------------------*/
.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.link {
  margin-top: 1.5rem;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}
.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.screen-reader-text:before, .screen-reader-text:after {
  content: none;
}

.break:before {
  white-space: pre;
  content: "\a";
}

@media screen and (max-width: 767px) {
  .break-sp:before {
    white-space: pre;
    content: "\a";
  }
}
.marquee {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.marquee__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1em;
}

.front-products-marquee--left, .front-products-marquee--right {
  font-family: "Cal Sans", sans-serif;
  font-size: 79px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .front-products-marquee--left, .front-products-marquee--right {
    font-size: 158px;
  }
}
.front-products-marquee--left { /* 上 */
  top: 0;
  margin-top: 160px;
  color: #EFF0F5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F7F7FA;
}
@media print, screen and (min-width: 768px) {
  .front-products-marquee--left {
    margin-top: 19.6220930233vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .front-products-marquee--left {
    margin-top: 270px;
  }
}
.front-products-marquee--right { /* 下 */
  bottom: 0;
  margin-bottom: 160px;
  color: #F7F7FA;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #EFF0F5;
}
@media print, screen and (min-width: 768px) {
  .front-products-marquee--right {
    margin-bottom: 19.6220930233vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .front-products-marquee--right {
    margin-bottom: 270px;
  }
}

.fadein {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.fadein.left {
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
}
.fadein.right {
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
}
.fadein.up {
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
}
.fadein.down {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
}
.fadein.scroll {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* Header
--------------------------------*/
.site-header {
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
}
.site-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1376px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 3.125vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 1376px) {
  .site-header-content {
    max-width: 100%;
    padding-left: 43px;
  }
}

.header-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 7px 0;
}
.header-logo a {
  display: block;
  width: 70px;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  .header-logo a {
    width: 97px;
    height: 60px;
  }
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-logo img {
  width: 100%;
  height: auto;
}

.site-title {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media print, screen and (min-width: 768px) {
  .global-nav {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.global-nav-content {
  display: none;
}
.no-js .global-nav-content {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .global-nav-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    height: 100%;
  }
}
.global-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 54px 3.125vw 0;
}
@media print, screen and (min-width: 768px) {
  .global-nav__inner {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
    margin-right: 40px;
  }
}
.global-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  font-size: 1.125em;
}
@media print, screen and (min-width: 768px) {
  .global-nav__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: auto;
    font-size: 1em;
  }
}
.global-nav__link {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .global-nav__link {
    padding: 0;
  }
}
.global-nav__link:hover {
  opacity: 0.6;
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .header-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin: 20px 0;
  padding: 20px 0 25px;
  background-color: #EF8200;
  color: #fff;
  font-size: 0.938em;
  line-height: 1em;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .header-tel {
    width: 190px;
    margin: 0;
    padding: 0;
  }
}
.header-tel .text {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .header-tel .text {
    margin-bottom: 6px;
  }
}
.header-tel .tel {
  font-family: "Cal Sans", sans-serif;
  font-size: 2em;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .header-tel .tel {
    font-size: 1em;
    letter-spacing: 1;
  }
}
.header-tel:hover {
  opacity: 0.6;
}

.header-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  background-color: #303030;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.125em;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .header-mail {
    width: 75px;
    padding: 0;
    font-size: 20px;
  }
}
.header-mail::after {
  content: "\e902";
  margin-right: 0.25em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header-mail::after {
    margin: 0;
  }
}
.header-mail:hover {
  opacity: 0.6;
}
.header-mail__text {
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 768px) {
  .header-mail__text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .header-mail__text:focus {
    clip: auto !important;
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
}

.menu-button {
  position: relative;
  background: transparent;
  color: inherit;
  font-size: 0.563em;
  margin-right: 3.125vw;
}
.menu-button span {
  display: block;
  margin-top: -6px;
  color: #111;
}
.menu-button[aria-expanded=true] {
  z-index: 100001;
}
.menu-button[aria-expanded=true] span {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .menu-button {
    display: none;
  }
}

.menu-icon {
  display: block;
}
.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  fill: #0068B6;
}
.menu-icon__bar--1 {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.menu-icon__bar--2 {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  opacity: 1;
}
.menu-icon__bar--3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
[aria-expanded=true] .menu-icon__bar {
  fill: #fff;
}
[aria-expanded=true] .menu-icon__bar--1 {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
[aria-expanded=true] .menu-icon__bar--2 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  opacity: 0;
}
[aria-expanded=true] .menu-icon__bar--3 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.drawer {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: auto;
  background: rgba(0, 104, 182, 0.75);
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}
@media print, screen and (min-width: 783px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

.hero {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 768px) {
  .hero {
    margin-top: 74px;
    height: calc(100% - 74px);
  }
}
.hero-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 74px);
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 1;
}
.hero-textarea__catch {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(24px, -60px + 10.9375vw, 52px);
  font-weight: 400;
  line-height: 1.5em;
}
.hero-textarea__catch .block {
  display: block;
}
.hero-textarea__logo {
  bottom: 0;
  left: 0;
  margin-left: 3.125vw;
  margin-bottom: 20px;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .hero-textarea__logo {
    margin-left: 0;
    margin-bottom: 3.2703488372vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .hero-textarea__logo {
    margin-bottom: 45;
  }
}
.hero-textarea__logo span {
  display: block;
  width: 115px;
  height: 70px;
}
@media print, screen and (min-width: 768px) {
  .hero-textarea__logo span {
    width: 16.7151162791vw;
    height: 10.1744186047vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .hero-textarea__logo span {
    width: 230px;
    height: 140px;
  }
}
.hero-textarea__logo span img {
  width: 100%;
  height: auto;
}
.hero-slide {
  position: relative;
  z-index: 0;
}
.hero-slide__img {
  height: calc(100svh - 74px);
  width: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}
@media print, screen and (min-width: 768px) {
  .hero-slide__img {
    background-position: center center;
  }
}
@media print, screen and (min-width: 1376px) {
  .hero-slide__img {
    background-position: center center;
  }
}
@media screen and (orientation: portrait) {
  .hero-slide__img {
    background-position: center top;
  }
}
.hero-slide__img.img01 {
  background-image: url(images/hero01.webp);
}
.hero-slide__img.img02 {
  background-image: url(images/hero02.webp);
}

.hero-news {
  width: 100%;
  margin-bottom: 0;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  border-radius: 0;
  position: relative;
  background-color: #000;
  color: #fff;
  font-size: 0.875em;
}
@media print, screen and (min-width: 768px) {
  .hero-news {
    max-width: 496px;
    margin-bottom: 54px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50px 0 0 50px;
  }
}
.hero-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 80px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-news__item.swiper-slide-active {
  opacity: 1;
}
.hero-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.hero-news__date {
  width: 8em;
}
.hero-news__link {
  width: calc(100% - 8em);
  text-decoration: none;
}
.hero-news__link:hover {
  text-decoration: underline;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.swiper-slide {
  overflow: hidden;
}

.swiper-slide-active .hero-slide__img,
.swiper-slide-duplicate-active .hero-slide__img,
.swiper-slide-prev .hero-slide__img {
  -webkit-animation: zoomUp 12s linear 0s 1 normal both;
          animation: zoomUp 12s linear 0s 1 normal both;
}

.hero-textarea__catch .block span {
  display: inline-block;
  opacity: 0;
  -webkit-animation: textUp 0.6s ease forwards;
          animation: textUp 0.6s ease forwards;
  -webkit-animation-delay: calc(var(--i) * 0.1s);
          animation-delay: calc(var(--i) * 0.1s);
}

@-webkit-keyframes textUp {
  0% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes textUp {
  0% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* Footer
--------------------------------*/
.site-footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #0068B6;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .site-footer {
    padding-top: 270px;
    padding-bottom: 60px;
  }
}
.site-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .site-footer-content {
    padding-right: 335px;
  }
}
.site-footer-content::after {
  content: "";
  display: none;
  height: 190px;
  width: 335px;
  right: 0;
  bottom: 0;
  background-image: url(images/logo_w.svgz);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .site-footer-content::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 190px;
    width: 335px;
    position: absolute;
  }
}

.org {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .org {
    margin: 0 80px 0 0;
  }
}
.org-name {
  margin-bottom: 30px;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1em;
}
.org-address {
  font-size: 0.875em;
}
.org-tel {
  font-size: 0.875em;
}
.org-fax {
  font-size: 0.875em;
}
.org-other {
  margin: 20px 0 20px 0;
}
@media print, screen and (min-width: 768px) {
  .org-other {
    margin: 40px 0 10px 0;
  }
}

.bn-jfs {
  max-width: 194px;
}
.bn-jfs a:hover {
  opacity: 0.6;
}
.bn-jfs img {
  width: 100%;
  height: auto;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
  }
}
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-nav__item {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__item {
    margin-bottom: 10px;
  }
}
.footer-nav__link {
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
  text-decoration: none;
}
.footer-nav__link:hover {
  opacity: 0.6;
}

.footer-subnav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer-subnav__list {
  margin: 3px 0 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.875em;
  list-style-type: none;
}
@media print, screen and (min-width: 768px) {
  .footer-subnav__list {
    margin-top: 5px;
  }
}
.footer-subnav__item {
  margin-bottom: 5px;
  padding-left: 1.5em;
  position: relative;
}
.footer-subnav__item::before {
  content: "ー";
  opacity: 0.6;
  left: 0;
  position: absolute;
}
.footer-subnav__link {
  text-decoration: none;
}
.footer-subnav__link:hover {
  opacity: 0.6;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  font-size: 0.875em;
  text-align: left;
}

/* Site Content
--------------------------------*/
.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
}
.search-form__field[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
}
.search-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/
/* Breadcrumbs
--------------------------------*/
.breadcrumbs {
  overflow: auto;
  margin: 0.5rem 0 0;
  padding: 0.5em 0;
  font-size: 0.875em;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 35px 0 0;
  }
}
.breadcrumbs > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}
.breadcrumbs li:first-child {
  text-transform: uppercase;
}
.breadcrumbs li + li:before {
  margin: 0 0.3em;
  content: "／";
}
.breadcrumbs li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.news-header .breadcrumbs {
  color: #000;
}
.news-header .breadcrumbs a {
  color: #000;
}

/* Home
--------------------------------*/
.front-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1em;
}
.front-title .jp {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.125em;
  font-size: 400;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.front-title .en {
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(40px, -86px + 16.40625vw, 82px);
  font-weight: 400;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: clamp(34px, -110px + 18.75vw, 82px);
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #0068B6), color-stop(60%, #009844));
  background: linear-gradient(180deg, #0068B6 60%, #009844 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.front-title--news {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .front-title--news {
    margin-bottom: 60px;
  }
}
.front-title--news .jp {
  color: #fff;
}
.front-title--news .en {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff));
  background: linear-gradient(#fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.front-title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .front-title-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.front-title__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 0.625em;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .front-title__link {
    font-size: 0.875em;
  }
}
.front-title__link::after {
  font-family: "icomoon";
  content: "\e901";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 16px auto auto;
  width: 29px;
  height: 29px;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 1px rgba(48, 48, 48, 0.6);
  border-radius: 50%;
  background-color: #fff;
  font-size: 10px;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .front-title__link::after {
    width: 58px;
    height: 58px;
  }
}
.front-title__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.front-title__link span::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  margin-left: 13px;
  margin-right: 8px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.front-title__link.news {
  color: #fff;
}
.front-title__link.news::after {
  color: #0068B6;
}
.front-title__link.news span::after {
  background-color: #fff;
}
.front-title__link:hover::after {
  padding-left: 10px;
}

.front-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .front-news__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}

.front-about {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-bottom: 0;
  background-color: #0068B6;
  background-image: url(images/bg_home-about.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .front-about {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.front-about__catch {
  color: #fff;
  font-size: clamp(20px, -40px + 7.8125vw, 40px);
  line-height: 1.9em;
  text-align: center;
}
.front-about__catch span {
  display: block;
}
.front-about__text {
  color: #fff;
  font-size: 1em;
  line-height: 2.375em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .front-about__text {
    text-align: center;
  }
}
.front-about__text span {
  display: inline;
}
@media print, screen and (min-width: 768px) {
  .front-about__text span {
    display: block;
  }
}
.front-about__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .front-about__links {
    margin-top: 50px;
    gap: 60px;
  }
}
.front-about__btn {
  display: block;
  padding: 10px 60px 10px 25px;
  border-radius: 50px;
  background-color: #fff;
  font-weight: bold;
  line-height: 2.375em;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .front-about__btn {
    padding: 15px 72px 15px 46px;
  }
}
.front-about__btn::after {
  font-family: "icomoon";
  content: "\e900";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 16px auto auto;
  width: 31px;
  height: 31px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #009844;
  color: #fff;
  font-size: 6px;
  font-weight: normal;
  position: absolute;
}
.front-about__btn:hover {
  opacity: 0.6;
}

.front-products {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #F7F7FA;
  background-image: url(images/bg_front_products_top.png), url(images/bg_front_products_bottom.png);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: 349px auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .front-products {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: 50.0726744186vw auto;
  }
}
@media print, screen and (min-width: 1376px) {
  .front-products {
    background-size: 689px auto;
  }
}
.front-products-area {
  position: relative;
  z-index: 2;
}
.front-products-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  counter-reset: number 0;
}
@media print, screen and (min-width: 768px) {
  .front-products-content {
    gap: 45px;
    margin-top: 7.2674418605vw;
    margin-bottom: 10.9011627907vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .front-products-content {
    gap: 45px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.front-products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 20px) / 2);
  aspect-ratio: 1/1;
  border-radius: 7px;
  position: relative;
  background-color: #ccc;
  text-decoration: none;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .front-products__item {
    width: calc((100% - 90px) / 3);
    aspect-ratio: 1/1;
    border-radius: 14px;
  }
}
.front-products__item::before {
  content: "";
  position: absolute;
}
.front-products__item::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 0;
}
.front-products__item.item01::before {
  background-image: url(images/front_products01.webp);
}
.front-products__item.item02::before {
  background-image: url(images/front_products02.webp);
}
.front-products__item.item03::before {
  background-image: url(images/front_products03.webp);
}
.front-products__item.item04::before {
  background-image: url(images/front_products04.webp);
}
.front-products__item.item05::before {
  background-image: url(images/front_products05.webp);
}
.front-products__item.item06::before {
  background-image: url(images/front_products06.webp);
}
.front-products__item::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin: 10px auto auto 10px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-size: clamp(10px, -14px + 3.125vw, 18px);
  color: #fff;
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .front-products__item::after {
    width: 4.6511627907vw;
    height: 4.6511627907vw;
    margin: 1.4534883721vw auto auto 1.4534883721vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .front-products__item::after {
    width: 64px;
    height: 64px;
    margin: 20px auto auto 20px;
  }
}
.front-products__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.front-products__text.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.front-products__text .tag {
  margin-bottom: 0;
  padding: 0 20px;
  border: solid 1px #fff;
  border-radius: 50px;
  font-size: 0.75em;
}
@media print, screen and (min-width: 768px) {
  .front-products__text .tag {
    margin-bottom: 10px;
    font-size: 1em;
  }
}
.front-products__text .title {
  font-size: 1em;
}
@media print, screen and (min-width: 768px) {
  .front-products__text .title {
    font-size: 1.75em;
  }
}
.front-products__text .title span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .front-products__text .title span {
    display: inline;
  }
}
.front-products__text .text {
  margin: 0 10px;
  font-size: 0.75em;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .front-products__text .text {
    margin: 0;
    font-size: 1em;
    opacity: 0;
  }
}

.front-products__item:hover::before {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.front-products__item:hover .front-products__text .text {
  opacity: 1;
}

.front-products__collab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px 0 10px;
  aspect-ratio: auto;
  border-radius: 7px;
  position: relative;
  background-color: #ccc;
  text-decoration: none;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .front-products__collab {
    padding: 0;
    margin-bottom: 105px;
    aspect-ratio: 1/0.155;
    border-radius: 14px;
  }
}
.front-products__collab::before {
  content: "";
  position: absolute;
}
.front-products__collab::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 0;
  background-image: url(images/front_products_collab01.webp);
}
.front-products__collab .front-products__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .front-products__collab .front-products__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.front-products__collab .front-products__text .tag {
  margin: 0 0 10px 0;
}
@media print, screen and (min-width: 768px) {
  .front-products__collab .front-products__text .tag {
    margin: 0 20px 0 0;
  }
}
.front-products__collab:hover::before {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.front-news {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0068B6;
}
@media print, screen and (min-width: 768px) {
  .front-news {
    padding-top: 116px;
    padding-bottom: 116px;
  }
}
.front-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .front-news__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.8139534884vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .front-news__inner {
    gap: 120px;
  }
}
.front-news__head {
  width: 100%;
  margin: 0 0 20px 0;
}
@media print, screen and (min-width: 768px) {
  .front-news__head {
    width: 25%;
    margin: 0;
  }
}
.front-news__content {
  width: 100%;
  padding: 0 3.125vw;
  background-color: #fff;
  border-radius: 24px;
}
@media print, screen and (min-width: 768px) {
  .front-news__content {
    width: 75%;
    padding: 0 32px;
  }
}

.front-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 0;
  border-bottom: solid 1px #a0a0a0;
  font-size: 0.875em;
}
@media print, screen and (min-width: 768px) {
  .front-news-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 24px 0;
    gap: 40px;
  }
}
.front-news-list__item:last-child {
  border-bottom: none;
}
.front-news-list__date {
  width: 100%;
  color: #a0a0a0;
}
@media print, screen and (min-width: 768px) {
  .front-news-list__date {
    width: 100px;
  }
}
.front-news-list__link {
  width: 100%;
  text-align: left;
  text-decoration: none;
}
.front-news-list__link:hover {
  text-decoration: underline;
}

.front-aboutlinks {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  padding-left: 0;
  gap: 1px;
  margin-top: 1px;
  color: #fff;
}
.front-aboutlinks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  aspect-ratio: 1/0.5;
  max-height: 360px;
  text-decoration: none;
  font-size: clamp(16px, -44px + 7.8125vw, 36px);
  position: relative;
  overflow: hidden;
}
.front-aboutlinks__item::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  position: absolute;
}
.front-aboutlinks__item.about::before {
  background-image: url(images/front_aboutlinks01.webp);
}
.front-aboutlinks__item.recruit::before {
  background-image: url(images/front_aboutlinks02.webp);
}
.front-aboutlinks__item::after {
  font-family: "icomoon";
  content: "\e901";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 3.125vw auto auto;
  width: 29px;
  height: 29px;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 1px rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 10px;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .front-aboutlinks__item::after {
    width: 58px;
    height: 58px;
    margin-right: 5.4505813953vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .front-aboutlinks__item::after {
    margin-right: 75px;
  }
}
.front-aboutlinks__item:hover::before {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.front-aboutlinks__item span {
  position: relative;
  z-index: 1;
}

.front-access {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #EFF0F5;
}
@media print, screen and (min-width: 768px) {
  .front-access {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.front-access-map {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-right: 0;
  padding-left: 0;
}
.front-access-map iframe {
  width: 100%;
  height: 400px;
}
.front-access .front-title-content {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .front-access .front-title-content {
    margin-bottom: 30px;
  }
}

.foot-contact {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 20px;
  margin-top: 0;
  height: 420px;
  background-color: #EFF0F5;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .foot-contact {
    height: 250px;
    padding-top: 20px;
  }
}
.foot-contact--bg {
  background-color: #fff;
}
.foot-contact-content {
  width: 100%;
  padding: 50px 3.125vw 30px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .foot-contact-content {
    max-width: 1290px;
    padding: 100px 5.0872093023vw 5.0872093023vw 5.0872093023vw;
    border-radius: 2.1802325581vw;
    position: absolute;
  }
}
@media print, screen and (min-width: 1376px) {
  .foot-contact-content {
    padding: 100px 70px 70px 70px;
    border-radius: 30px;
  }
}
.foot-contact__title {
  text-align: center;
  position: relative;
}
.foot-contact__title .jp {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.125em;
  font-size: 400;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 1;
}
.foot-contact__title .jp span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .foot-contact__title .jp span {
    display: inline;
  }
}
.foot-contact__title .en {
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(40px, -86px + 16.40625vw, 82px);
  font-weight: 400;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  top: 0;
  right: 0;
  left: 0;
  margin: -0.5em auto auto auto;
  color: #EFF0F5;
  font-size: clamp(34px, -110px + 18.75vw, 82px);
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  z-index: 0;
}
.foot-contact__text {
  text-align: center;
}

.contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .contact-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.3604651163vw;
    margin-top: 2.1802325581vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .contact-links {
    gap: 60px;
    margin-top: 30px;
  }
}

.foot-tel {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .foot-tel {
    width: auto;
  }
}
.foot-tel__link {
  color: #EF8200;
  text-decoration: none;
  font-family: "Cal Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1em;
}
@media print, screen and (min-width: 768px) {
  .foot-tel__link {
    font-size: 2.375em;
  }
}
.foot-tel__link span {
  margin-left: 6px;
  font-size: 1.421em;
}
.foot-tel__link:hover {
  text-decoration: underline;
}
.foot-tel__note {
  display: block;
  font-size: 0.75em;
}

.foot-mail {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .foot-mail {
    width: auto;
  }
}
.foot-mail__link {
  display: block;
  padding: 15px 30px;
  background-color: #EF8200;
  color: #fff;
  text-decoration: none;
  font-size: clamp(16px, -8px + 3.125vw, 24px);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .foot-mail__link {
    padding: 15px 30px;
  }
}
.foot-mail__link span::before {
  font-family: "icomoon";
  content: "\e902";
  margin-right: 0.5em;
  font-weight: normal;
}
.foot-mail__link:hover {
  opacity: 0.6;
}

/* Page
--------------------------------*/
.page-header {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 54px;
  height: 300px;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page-header {
    margin-top: 74px;
    height: 36.3372093023vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-header {
    height: 500px;
  }
}
.page-header--company {
  background-image: url(images/h_company.webp);
}
.page-header--products {
  background-image: url(images/h_product.webp);
}
.page-header--upckm {
  background-image: url(images/h_product-upckm.webp);
}
.page-header--cc {
  background-image: url(images/h_product-cc.webp);
}
.page-header--dr {
  background-image: url(images/h_product-dr.webp);
}
.page-header--sf {
  background-image: url(images/h_product-sf.webp);
}
.page-header--fr {
  background-image: url(images/h_product-fr.webp);
}
.page-header--other, .page-header--process {
  background-image: url(images/h_product-other.webp);
}
.page-header--recruit {
  background-image: url(images/h_recruit.webp);
}

.page-title {
  margin: 70px auto auto auto;
  color: #fff;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page-title {
    margin-top: 10.9011627907vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-title {
    margin-top: 150px;
  }
}
.page-title .jp {
  font-size: 1.25em;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .page-title .jp {
    font-size: 1.7441860465vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-title .jp {
    font-size: 24px;
  }
}
.page-title .en {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-family: "Cal Sans", sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F7F7FA;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .page-title .en {
    margin-top: -3.6337209302vw;
    font-size: 9.5930232558vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-title .en {
    margin-top: -50px;
    font-size: 132px;
  }
}

.page-head {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  position: relative;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .page-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -3.6337209302vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-head {
    margin-top: -50px;
  }
}
.page-head-content {
  max-width: none;
  margin: 0;
  background-color: #0068B6;
  color: #fff;
  border-radius: 0;
}
@media print, screen and (min-width: 768px) {
  .page-head-content {
    max-width: 90%;
    margin: 0;
    margin-top: -3.6337209302vw;
    border-radius: 0 1.0174418605vw 1.0174418605vw 0;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-head-content {
    margin-top: -50px;
    border-radius: 0 14px 14px 0;
  }
}
.page-head__textarea {
  padding: 30px 3.125vw 60px;
}
@media print, screen and (min-width: 768px) {
  .page-head__textarea {
    padding: 80px 29.0697674419vw 80px calc(50vw - 50%);
  }
}
@media print, screen and (min-width: 1376px) {
  .page-head__textarea {
    padding-right: 400px;
  }
}
.page-head__textarea.en-two {
  padding-top: 180px;
}
@media print, screen and (min-width: 768px) {
  .page-head__textarea.en-two {
    padding-top: 150px;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-head__textarea.en-two {
    padding-top: 150px;
  }
}
.page-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  margin-top: -60px;
  font-weight: 400;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .page-head__title {
    margin-top: -5.8139534884vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-head__title {
    margin-top: -80px;
  }
}
.page-head__title .en {
  font-family: "Cal Sans", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 768px) {
  .page-head__title .en {
    font-size: 5.9593023256vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-head__title .en {
    font-size: 82px;
  }
}
.page-head__title .jp {
  font-size: 1em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media print, screen and (min-width: 768px) {
  .page-head__title .jp {
    font-size: 1.3081395349vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-head__title .jp {
    font-size: 18px;
  }
}
.page-head__title span {
  display: block;
}
.page-head__catch {
  margin-top: 0;
  font-size: clamp(20px, 8px + 1.5625vw, 24px);
  font-weight: 700;
  line-height: 1.917em;
}
.page-head__catch span {
  display: block;
}
.page-head__text {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 2.375em;
}
@media print, screen and (min-width: 1376px) {
  .page-head__text {
    font-size: 18px;
  }
}
.page-head__text p {
  margin-bottom: 1.75em;
}
.page-head__img {
  position: absolute;
}

.img-company-pc {
  display: none;
  width: 80%;
  top: 0;
  right: 0;
  margin: 20px auto auto;
  border-radius: 7px 0 0 7px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .img-company-pc {
    display: block;
    width: 34.8837209302vw;
    margin-top: 50px;
    border-radius: 1.0174418605vw 0 0 1.0174418605vw;
    position: absolute;
  }
}
@media print, screen and (min-width: 1376px) {
  .img-company-pc {
    width: 480px;
    border-radius: 14px 0 0 14px;
  }
}
.img-company-pc img {
  width: 100%;
  height: auto;
}

.img-company-sp {
  display: block;
  width: 80%;
  margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
  .img-company-sp {
    display: none;
  }
}

.page-head.recruit {
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .page-head.recruit {
    padding-bottom: 20.3488372093vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-head.recruit {
    padding-bottom: 16.7151162791vw;
  }
}
.page-head__text.recruit {
  font-size: 1.125em;
}
@media print, screen and (min-width: 1376px) {
  .page-head__text.recruit {
    font-size: 18px;
  }
}

.img-recruit {
  width: 100%;
  bottom: 0;
  margin-bottom: 30px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .img-recruit {
    margin-bottom: 4.3604651163vw;
    position: absolute;
  }
}
.img-recruit .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.page-head.upckm {
  padding-bottom: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page-head.upckm {
    padding-bottom: 32.7034883721vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-head.upckm {
    padding-bottom: 36.3372093023vw;
  }
}
.page-head.cc {
  padding-bottom: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page-head.cc {
    padding-bottom: 32.7034883721vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .page-head.cc {
    padding-bottom: 36.3372093023vw;
  }
}
.upckm .page-head-content {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .upckm .page-head-content {
    padding-top: 3.6337209302vw;
    padding-bottom: 7.2674418605vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .upckm .page-head-content {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.cc .page-head-content {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .cc .page-head-content {
    padding-top: 3.6337209302vw;
    padding-bottom: 7.2674418605vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .cc .page-head-content {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.upckm .page-head__textarea {
  padding-top: 140px;
  padding-right: 3.125vw;
}
@media print, screen and (min-width: 768px) {
  .upckm .page-head__textarea {
    padding-top: 100px;
    padding-right: 39.9709302326vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .upckm .page-head__textarea {
    padding-right: 550px;
  }
}
.cc .page-head__textarea {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-right: 3.125vw;
}
@media print, screen and (min-width: 768px) {
  .cc .page-head__textarea {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 39.9709302326vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .cc .page-head__textarea {
    padding-right: 550px;
  }
}

.img-upckm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: -50px 0 0 0;
  padding: 0 3.125vw 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .img-upckm {
    display: block;
    right: 0;
    left: 0;
    margin: 11.1191860465vw 5.4505813953vw 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
}
@media print, screen and (min-width: 1376px) {
  .img-upckm {
    margin: 153px 75px 0;
  }
}
.img-upckm img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
@media print, screen and (min-width: 768px) {
  .img-upckm img {
    border-radius: 14px;
  }
}
.img-upckm .upckm_head01 {
  top: 0;
  right: 0;
  margin: 0 auto auto auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .img-upckm .upckm_head01 {
    max-width: 35.3197674419vw;
    position: absolute;
  }
}
@media print, screen and (min-width: 1376px) {
  .img-upckm .upckm_head01 {
    max-width: 486px;
  }
}
.img-upckm .upckm_head02 {
  top: 0;
  right: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .img-upckm .upckm_head02 {
    max-width: 53.851744186vw;
    margin-top: 45.7848837209vw;
    margin-right: 39.9709302326vw;
    position: absolute;
  }
}
@media print, screen and (min-width: 1376px) {
  .img-upckm .upckm_head02 {
    max-width: 741px;
    margin-top: 450px;
    margin-right: 550px;
  }
}
.img-upckm .upckm_head03 {
  top: 0;
  right: 0;
  margin: auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .img-upckm .upckm_head03 {
    max-width: 35.3924418605vw;
    margin: 50.8720930233vw auto auto auto;
    position: absolute;
  }
}
@media print, screen and (min-width: 1376px) {
  .img-upckm .upckm_head03 {
    max-width: 487px;
    margin-top: 700px;
  }
}
.img-upckm .upckm_head_ic {
  max-width: 44px;
  right: 0;
  top: 0;
  margin-top: -22px;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .img-upckm .upckm_head_ic {
    max-width: 88px;
    max-width: 12.863372093vw;
    margin-top: -6.3953488372vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .img-upckm .upckm_head_ic {
    max-width: 177px;
    margin-top: -88px;
  }
}

.img-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: -50px 0 0 0;
  padding: 0 3.125vw 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .img-cc {
    display: block;
    right: 0;
    left: 0;
    margin: 11.1191860465vw 5.4505813953vw 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
}
@media print, screen and (min-width: 1376px) {
  .img-cc {
    margin: 153px 75px 0;
  }
}
.img-cc img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
@media print, screen and (min-width: 768px) {
  .img-cc img {
    border-radius: 14px;
  }
}
.img-cc .cc_head01 {
  top: 0;
  right: 0;
  margin: 0 auto auto auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .img-cc .cc_head01 {
    max-width: 35.3924418605vw;
    position: absolute;
  }
}
@media print, screen and (min-width: 1376px) {
  .img-cc .cc_head01 {
    max-width: 487px;
  }
}
.img-cc .cc_head02 {
  top: 0;
  right: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .img-cc .cc_head02 {
    max-width: 53.851744186vw;
    margin-top: 26.1627906977vw;
    margin-right: 39.9709302326vw;
    position: absolute;
  }
}
@media print, screen and (min-width: 1376px) {
  .img-cc .cc_head02 {
    max-width: 741px;
    margin-top: 300px;
    margin-right: 550px;
  }
}
.img-cc .cc_head03 {
  top: 0;
  right: 0;
  margin: auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .img-cc .cc_head03 {
    max-width: 35.3924418605vw;
    margin: 30.523255814vw auto auto auto;
    position: absolute;
  }
}
@media print, screen and (min-width: 1376px) {
  .img-cc .cc_head03 {
    max-width: 487px;
    margin-top: 420px;
  }
}

.message-name span {
  font-size: 1.313em;
}

.product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  margin-top: -60px;
  font-weight: 400;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .product-title {
    margin-top: -calc(8.7209302326vw);
  }
}
@media print, screen and (min-width: 1376px) {
  .product-title {
    margin-top: -120px;
  }
}
.product-title .en {
  font-family: "Cal Sans", sans-serif;
  font-size: 2em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 768px) {
  .product-title .en {
    font-size: 5.9593023256vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .product-title .en {
    font-size: 82px;
  }
}
.upckm .product-title .en {
  line-height: 1.25em;
}
@media print, screen and (min-width: 768px) {
  .upckm .product-title .en {
    line-height: 1em;
  }
}
.product-title .jp {
  font-size: 1em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media print, screen and (min-width: 768px) {
  .product-title .jp {
    font-size: 1.3081395349vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .product-title .jp {
    font-size: 18px;
  }
}
.product-title span {
  display: block;
}

.common-content {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .common-content {
    padding-top: 4.3604651163vw;
    padding-bottom: 11.6279069767vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .common-content {
    padding-top: 60px;
    padding-bottom: 160px;
  }
}
.common-content--bg {
  padding-top: 60px;
  background-color: #EFF0F5;
}
@media print, screen and (min-width: 768px) {
  .common-content.last {
    padding-bottom: 5.8139534884vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .common-content.last {
    padding-bottom: 80px;
  }
}

.common-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2em;
  font-size: 1em;
}
@media print, screen and (min-width: 768px) {
  .common-title {
    margin-bottom: 2em;
  }
}
.common-title.center {
  text-align: center;
}
.common-title .jp {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.125em;
  font-size: 400;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.news-page .common-title .jp {
  color: #0068B6;
}
.common-title .en {
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(40px, -86px + 16.40625vw, 82px);
  font-weight: 400;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: clamp(34px, -110px + 18.75vw, 82px);
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #0068B6), color-stop(60%, #009844));
  background: linear-gradient(180deg, #0068B6 60%, #009844 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.common-catch {
  font-size: clamp(16px, -8px + 3.125vw, 24px);
  line-height: 2em;
}
.common-catch.bold {
  font-weight: 700;
}

.company-outline__table {
  max-width: 840px;
  margin: 0 auto;
}
.company-outline__table table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #D9D9D9;
}
.company-outline__table table tr:first-child {
  border-top: solid 1px #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .company-outline__table table tr {
    display: table-row;
    gap: 0;
    padding: 0;
    border-bottom: none;
    border-spacing: 0;
  }
  .company-outline__table table tr:first-child {
    border-top: none;
  }
}
.company-outline__table table th, .company-outline__table table td {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .company-outline__table table th, .company-outline__table table td {
    display: table-cell;
    width: auto;
    padding: 20px;
    border-top: solid 1px #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
  }
}
.company-outline__table table th {
  width: 150px;
}
.company-outline__table table td {
  font-size: 0.875em;
  line-height: 2.357em;
}
.company-outline__table table td b {
  font-size: 1.143em;
}

.company-access {
  max-width: 1000px;
  margin: 20px auto 0;
}
@media print, screen and (min-width: 768px) {
  .company-access {
    margin-top: 3.6337209302vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .company-access {
    margin-top: 50px;
  }
}
.company-access__map iframe {
  width: 100%;
  height: 400px;
}
.company-access__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .company-access__data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
    margin-top: 25px;
  }
}
.company-access__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 2.063em;
}
.company-access__item.full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.company-access__item h3 {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 2.063em;
}

.news-header {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 54px;
  height: 200px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .news-header {
    margin-top: 74px;
    height: 17.4418604651vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .news-header {
    height: 240px;
  }
}

.news-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .news-page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 3.6337209302vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .news-page {
    margin-bottom: 50px;
  }
}
.news-page__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.news-page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media print, screen and (min-width: 768px) {
  .news-page__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 58.1395348837vw;
            flex: 1 0 58.1395348837vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .news-page__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 800px;
            flex: 1 0 800px;
  }
}
.news-page__pagination {
  width: 100%;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 2em 3.125vw;
  background-color: #EFF0F5;
  border-radius: 7px;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .news-list__item {
    padding: 2.1802325581vw 2.9069767442vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .news-list__item {
    padding: 30px 40px;
  }
}
.news-list__item .date {
  width: 10em;
  color: #A8A8A8;
  font-weight: 400;
}
.news-list__item .title {
  width: calc(100% - 10em);
  font-weight: 700;
}

.news-list__item:hover .title {
  text-decoration: underline;
}

.news-area {
  max-width: 1000px;
  margin: 0 auto;
}
.news-area__header {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .news-area__header {
    margin-bottom: 5.0872093023vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .news-area__header {
    margin-bottom: 70px;
  }
}
.news-area__date {
  color: #0068B6;
  font-size: 1em;
}
.news-area__title {
  font-size: 1.625em;
  color: #303030;
}
.news-area__content {
  color: #303030;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 2.111em;
}

.contact-list {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .contact-list {
    margin-top: 90px;
  }
}
.contact-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 36px;
    margin-bottom: 33px;
  }
}
.contact-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .contact-list__title {
    width: 300px;
  }
}
.contact-list__title label {
  font-size: 1em;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .contact-list__title label {
    font-size: 1.125em;
  }
}
.contact-list__form {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .contact-list__form {
    width: calc(100% - 336px);
  }
}
.contact-list__form input[type=text], .contact-list__form input[type=tel], .contact-list__form input[type=email] {
  max-width: 303px;
}
.contact-list__form textarea {
  max-width: 520px;
}
.contact-list__acceptance {
  text-align: center;
}
.contact-list__acceptance .acceptance-text {
  padding: 1em 3.125vw;
  text-align: left;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .contact-list__acceptance .acceptance-text {
    padding: 38px;
  }
}
.contact-list__acceptance .acceptance-text p {
  max-width: 620px;
  margin: 0 auto;
  font-size: 0.938em;
  font-weight: 400;
}
.contact-list__acceptance .acceptance-link {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .contact-list__acceptance .acceptance-link {
    margin-top: 40px;
    margin-bottom: 67px;
  }
}
.contact-list__acceptance .acceptance-link a {
  margin-left: 0.5em;
}
.contact-list__btn input[type=submit] {
  width: 100%;
  max-width: 400px;
  padding: 1em 3.125vw;
  background-color: #0068B6;
  color: #fff;
  border-radius: 12px;
}
@media print, screen and (min-width: 768px) {
  .contact-list__btn input[type=submit] {
    padding: 30px;
  }
}

.common-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.common-features::before {
  content: "";
  display: block;
  height: 100vh;
  width: 100%;
  position: fixed;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.common-features.features-upckm::before {
  background-image: url(images/bg_upckm_features.webp);
}
.common-features.features-cc::before {
  background-image: url(images/bg_cc_features.webp);
}
.common-features__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .common-features__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.common-features__title .common-title {
  color: #a0a0a0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .common-features__title .common-title {
    margin-bottom: 2em;
  }
}
.common-features__title .common-title .en {
  -webkit-text-fill-color: #a0a0a0;
}
.common-features__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #fff;
  font-size: clamp(16px, -50px + 8.59375vw, 38px);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .common-features__catch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 0 1em;
  }
}
.common-features__catch::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 1em;
  height: 1px;
  background-color: #fff;
}
.common-features__content {
  width: 100%;
  counter-reset: number 0;
}
@media print, screen and (min-width: 768px) {
  .common-features__content {
    padding-left: 30.523255814vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .common-features__content {
    padding-left: 420px;
  }
}

.features-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
  background-color: #0068B6;
  color: #fff;
  -webkit-box-shadow: 0px 12px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 12px 4px rgba(0, 0, 0, 0.25);
}
@media print, screen and (min-width: 768px) {
  .features-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 50px;
  }
}
.features-item--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features-item__imgarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: auto;
}
@media print, screen and (min-width: 768px) {
  .features-item__imgarea {
    max-width: 300px;
  }
}
.features-item__imgarea img {
  width: 100%;
  height: auto;
}
.features-item__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 25px 3.125vw;
}
@media print, screen and (min-width: 768px) {
  .features-item__textarea {
    padding: 20px;
  }
}
.features-item__title {
  font-size: clamp(18px, 0px + 2.34375vw, 24px);
}
.features-item__title::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Urbanist", sans-serif;
  font-size: 1.417em;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 2.4px;
  -webkit-text-stroke: 0.5px rgba(239, 240, 245, 0.6);
  color: transparent;
}
.features-item__text {
  font-size: clamp(16px, 10px + 0.78125vw, 18px);
}

/* Post
--------------------------------*/
.post {
  margin: 4rem 0;
}

.entry-title {
  margin: 0;
}
.entry-title > a {
  text-decoration: none;
}
.entry-title > a:hover, .entry-title > a:focus {
  text-decoration: underline;
}

.entry-meta {
  margin-top: 3px;
  color: #666;
  font-size: 0.9375em;
}

.entry-content {
  margin-top: 40px;
}
.attachment .entry-content {
  text-align: center;
}
.entry-content strong {
  color: inherit;
}
.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

.read-more {
  text-align: right;
}

.post-share {
  margin-top: 2.5rem;
}
.post-share__heading {
  display: block;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.post-share__heading:focus {
  clip: auto !important;
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.post-share__heading {
  margin: 0;
  padding: 0;
  border: 0;
}

/*** Wordpress Native Classes ***/
.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
}

.aligncenter {
  clear: both;
}

.alignnone {
  clear: both;
  vertical-align: baseline;
}

.gallery {
  display: -ms-grid;
  display: grid;
  clear: both;
  gap: 0.5em;
  margin: 1.5em auto;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

div.wpcf7 {
  width: 100%;
  margin: 0 auto;
}

.field {
  margin-bottom: 1.5rem;
}
.field__label {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .field__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12em;
            flex: 0 0 12em;
    padding: 3px 8px;
    text-align: right;
  }
  .field__control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  width: 65px;
  padding: 0 0.5em;
  border-radius: 4px;
  background: #FF838D;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
}

.optional {
  background: #A8A8A8;
}

.acceptance {
  margin: 2.5em 0;
  text-align: center;
}
.acceptance__label {
  display: inline-block;
  padding: 0.5em;
  cursor: pointer;
}

.submit {
  display: -ms-grid;
  display: grid;
      grid-template-areas: ". btn spinner";
  -ms-grid-columns: 24px 1rem 1fr 1rem 24px;
  grid-template-columns: 24px 1fr 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media print, screen and (min-width: 768px) {
  .submit {
    -ms-grid-columns: 24px 1.5rem auto 1.5rem 24px;
    grid-template-columns: 24px auto 24px;
    gap: 1.5rem;
  }
}

label[for], .wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: btn;
  width: 100%;
  min-width: 0;
}
@media print, screen and (min-width: 768px) {
  .wpcf7-submit {
    width: auto;
    min-width: 20em;
  }
}

.wpcf7-spinner {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: spinner;
  margin: 0;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

@media screen and (max-width: 767px) {
  .wpcf7-text {
    width: 100%;
  }
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1em;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 2rem auto;
}

/* Page Navigation
--------------------------------*/
.navigation {
  margin: 4rem auto 0;
  text-align: center;
}

.post-navigation .nav-links {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "next prev";
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}

.nav-single-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .nav-single-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 8.3575581395vw;
    margin-bottom: 8.3575581395vw;
  }
}
@media print, screen and (min-width: 1376px) {
  .nav-single-links {
    margin-top: 115px;
    margin-bottom: 115px;
  }
}
.nav-single-links .nav-next, .nav-single-links .nav-list, .nav-single-links .nav-previous {
  width: 80%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .nav-single-links .nav-next, .nav-single-links .nav-list, .nav-single-links .nav-previous {
    width: auto;
  }
}
.nav-single-links .nav-next a, .nav-single-links .nav-list a, .nav-single-links .nav-previous a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #0068B6;
  border-radius: 50px;
  background-color: #fff;
  color: #0068B6;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1em;
  font-weight: 700;
}
.nav-single-links .nav-next a:hover, .nav-single-links .nav-list a:hover, .nav-single-links .nav-previous a:hover {
  opacity: 0.6;
}
.nav-single-links .nav-next {
  margin: 0;
}
.nav-single-links .nav-list {
  margin: 0;
}
.nav-single-links .nav-list a {
  padding: 15px 37px;
  background-color: #0068B6;
  color: #fff;
}
.nav-single-links .nav-previous {
  margin: 0;
}

.post-navigation a {
  display: block;
  text-decoration: none;
}

.nav-next {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-right: auto;
  font-weight: 700;
}
.nav-next > a:before {
  display: inline;
  margin-right: 0.5em;
  font-family: "icomoon";
  content: "←";
}

.nav-previous {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: auto;
  font-weight: 700;
}
.nav-previous > a:after {
  display: inline;
  margin-left: 0.5em;
  font-family: "icomoon";
  content: "→";
}

.page-numbers {
  display: inline-block;
  min-width: 1em;
  line-height: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 4px;
  padding: 10px;
  border: 1px solid #0068B6;
  border-radius: 50%;
  color: #0068B6;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.page-numbers:before {
  height: 10px;
  width: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: top;
  color: #0068B6;
  font-family: "icomoon";
  font-size: 0.625em;
  position: absolute;
}
.page-numbers.current {
  background-color: #0068B6;
  color: #fff;
}
.page-numbers.prev:before {
  content: "\e900";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page-numbers.next:before {
  content: "\e900";
}

/* Social
--------------------------------*/
.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
.share-buttons__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 4px;
}
.share-buttons__link {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-decoration: none;
}
.share-buttons__link:before {
  display: block;
  font: 20px/2.4 FontAwesome, sans-serif;
  content: "\e911";
  speak: none;
}
.share-buttons__link.facebook {
  background-color: #3b5998;
}
.share-buttons__link.twitter {
  background-color: #1da1f3;
}
.share-buttons__link.googleplus {
  background-color: #dd4b39;
}
.share-buttons__link.tumblr {
  background-color: #36465d;
}
.share-buttons__link.pocket {
  background-color: #ef4056;
}
.share-buttons__link.hatena {
  background-color: #00a5de;
}
.share-buttons__link.line {
  background-color: #00c300;
}
.share-buttons__title {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.share-buttons__title:focus {
  clip: auto !important;
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.share-buttons__link.facebook:before {
  content: "\f09a";
}

.share-buttons__link.twitter:before {
  content: "\f099";
}

.share-buttons__link.googleplus:before {
  content: "\f0d5";
}

.share-buttons__link.tumblr:before {
  content: "\f173";
}

.share-buttons__link.pocket:before {
  content: "\f265";
}

.share-buttons__link.hatena:before {
  content: "B!";
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.share-buttons__link.line:before {
  content: "\f3c0";
}

/* Extra
--------------------------------*/
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}
.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  -webkit-transition: none;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.skip-link a:focus {
  height: auto;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1376px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}