@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.font-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.font-gothic {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

.font-verdana {
  font-family: Verdana, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.font-arial {
  font-family: Arial, sans-serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.image-common {
  width: 100%;
  display: block;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
    position: static !important;
    top: auto !important;
  }

  .container {
    min-width: 1340px;
  }

  .wrapper {
    width: 1138px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  .phone-number {
    display: inline-block;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 0.28rem;
  }

  .container {
    min-width: 320px;
    padding-top: 1.19rem;
  }

  .wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.header-site {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 100;
}
.header-site .wrapper {
  position: relative;
  display: flex;
}
.header-site a {
  color: #fff;
}

.header-content {
  position: relative;
}

.navigation-menu {
  font-weight: bold;
}
.navigation-menu .menu-item {
  display: block;
  color: #fff;
}
.navigation-menu .menu-item:before {
  content: "";
  background: no-repeat center center/100% auto;
  position: relative;
}

@media print, (min-width: 768px) {
  .header-site {
    min-width: 1340px;
  }
  .header-site.is-sub .header-content {
    padding-top: 10px;
    height: 58px;
    background: rgba(0, 0, 0, 0.8);
  }
  .header-site .header-content .wrapper {
    width: 1320px;
    align-items: flex-start;
  }
  .header-site .navigation-menu {
    margin-left: 96px;
  }
  .header-site .button-contact {
    top: 12px;
  }

  .logo-common {
    width: 190px;
    margin: 9px 0 0 8px;
  }

  .navigation {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
  }

  .navigation-menu {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
  }
  .navigation-menu > li {
    margin-right: 30px;
  }
  .navigation-menu > li:first-child {
    margin-right: 18px;
  }
  .navigation-menu .menu-item {
    padding: 12px 8px 0 2px;
    height: 48px;
    min-width: 86px;
    text-align: center;
    position: relative;
  }
  .navigation-menu .menu-item:before {
    width: 12px;
    height: 7px;
    display: inline-block;
    position: relative;
    background-image: url(../img/common/icon_arrow_01.png);
    margin-right: 3px;
    top: -1px;
  }
  .navigation-menu .menu-item:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background: #0f8ba9;
    transition: 0.26s ease;
    transform: scale(0, 1);
  }
  .navigation-menu .menu-item:hover:after, .navigation-menu .menu-item.is-current:after {
    transform: scale(1, 1);
  }

  .button-contact {
    position: absolute;
    right: 0;
    background: #0f8ba9;
    color: #fff;
    border-radius: 20px;
    padding: 4px 5px 3px;
    width: 110px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }
  .is-firefox .button-contact {
    padding-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .header-site {
    height: 1.2rem;
    background: #000;
    min-width: 320px;
  }
  .header-site img {
    display: block;
    width: 100%;
  }
  .header-site .header-logo {
    width: 2.18rem;
  }
  .header-site .button-menu {
    width: 1rem;
    height: 0.7rem;
    background: url(../img/common/sp/btn_menu.png) no-repeat center center/0.5rem auto;
    position: absolute;
    right: 0.05rem;
    top: -0.04rem;
  }

  .header-content .wrapper {
    padding: 0 0.25rem 0.05rem;
  }

  .logo-common {
    width: 2.7rem;
    margin: 0.05rem 0 0 1.17rem;
  }

  .navigation {
    padding: 0.45rem 0.45rem 0.26rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    width: 4.5rem;
    height: 100%;
    overflow-y: auto;
    background: #000;
    transition: transform 0.2s ease;
    transform: translateX(-100%);
  }
  .navigation a {
    display: block;
  }
  .navigation.is-navigation-open {
    transform: translateX(0);
  }

  .navigation-logo {
    width: 94%;
  }

  .navigation-menu {
    font-size: 0.28rem;
    margin: 0.53rem 0 1.04rem 0.12rem;
  }
  .navigation-menu > li:not(:last-child) {
    margin-bottom: 0.16rem;
  }
  .navigation-menu .menu-item {
    padding: 0 0 0 0.4rem;
    position: relative;
  }
  .navigation-menu .menu-item:before {
    width: 0.16rem;
    height: 0.27rem;
    background-image: url(../img/common/sp/icon_arrow_01.png);
    position: absolute;
    top: 0.08rem;
    left: 0;
  }
  .navigation-menu .menu-item.is-current {
    color: #0f8ba9;
  }

  .overlay-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 120;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .overlay-menu.is-overlay-show {
    visibility: visible;
    opacity: 1;
  }
}
.header-label {
  background: #000;
  display: block;
  color: #b3b3b3;
  letter-spacing: 0.1em;
  text-align: center;
}
.header-label .wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .header-label {
    padding: 3px 0;
    font-size: 14px;
  }
  .header-label .wrapper {
    padding: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-label {
    padding: 0 0;
    font-size: 0.18rem;
  }
  .header-label .wrapper {
    padding-top: 0.14rem;
    padding-bottom: 0.06rem;
    top: -1px;
  }
}

.pswp {
  display: block !important;
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.pswp.pswp--open {
  pointer-events: auto;
}

.pswp, .pswp--animate_opacity, .pswp__bg, .pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  transition: opacity 0.3s ease !important;
}

.is-photoswipe-open .button-menu {
  pointer-events: none;
}

.footer-contact {
  color: #4d4d4d;
}
.footer-contact .wrapper {
  position: relative;
}
.footer-contact .wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/common/icon_dots.png) repeat 0 0/4px auto;
}
.footer-contact a {
  color: #4d4d4d;
}
.footer-contact .contact-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.footer-contact .contact-title:before, .footer-contact .contact-title:after {
  content: "";
  position: absolute;
  left: 0;
}
.footer-contact .contact-title:after {
  bottom: 0;
  width: 100%;
  background: url(../img/common/icon_dots.png) repeat 0 0/4px auto;
}
.footer-contact .contact-title:before {
  background: url(../img/common/icon_dots_01.png) no-repeat 0 0/100% auto;
}
.footer-contact .contact-text {
  line-height: 1.2;
  letter-spacing: 0.075em;
  color: #214666;
}
.footer-contact .contact-info {
  position: relative;
}
.footer-contact .contact-address {
  font-weight: 500;
}
.footer-contact .contact-group {
  font-weight: bold;
  line-height: 1.2;
}
.footer-contact .contact-tel {
  line-height: 1;
}
.footer-contact .contact-zenox {
  font-weight: 500;
  color: #214666;
  text-align: center;
}
.footer-contact .contact-button {
  background: #0f8ba9;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  position: absolute;
  bottom: 0;
}

@media print, (min-width: 768px) {
  .footer-contact {
    padding: 50px 0 72px;
  }
  .footer-contact .wrapper {
    padding-bottom: 25px;
  }
  .footer-contact .wrapper:after {
    height: 8px;
  }
  .footer-contact .contact-title {
    font-size: 18px;
    padding: 0 0 9px 36px;
  }
  .footer-contact .contact-title:after {
    height: 8px;
  }
  .footer-contact .contact-title:before {
    width: 30px;
    height: 8px;
    top: 13px;
  }
  .footer-contact .contact-text {
    font-size: 16px;
  }
  .footer-contact .contact-inner {
    display: flex;
    align-items: center;
    padding: 31px 0 0 85px;
  }
  .footer-contact .contact-logo {
    width: 405px;
    padding-bottom: 14px;
  }
  .footer-contact .contact-info {
    width: calc(100% - 405px);
    padding: 0 0 12px 58px;
  }
  .footer-contact .contact-address {
    font-size: 17px;
  }
  .footer-contact .contact-group {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer-contact .contact-tel {
    font-size: 39px;
    margin-right: 23px;
    display: inline-block;
    pointer-events: none;
  }
  .footer-contact .contact-fax {
    font-size: 28px;
    margin-left: 5px;
  }
  .footer-contact .contact-zenox {
    font-size: 15px;
    margin-top: -20px;
    padding-left: 45px;
  }
  .footer-contact .contact-email {
    margin-left: 10px;
  }
  .footer-contact .contact-button {
    font-size: 15px;
    padding: 4px 17px;
    border-radius: 15px;
    right: 5px;
  }
  .is-mac.is-safari .footer-contact .contact-button {
    padding-top: 5px;
  }
  .is-ipad .footer-contact .contact-button {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contact {
    padding: 0.3rem 0.3rem 0.44rem;
  }
  .footer-contact .wrapper {
    padding: 0 0 0.27rem;
  }
  .footer-contact .wrapper:after {
    height: 0.08rem;
    background-size: 0.04rem auto;
  }
  .footer-contact .contact-title {
    font-size: 0.246rem;
    padding: 0 0 0.13rem 0.5rem;
    margin-bottom: 0.29rem;
  }
  .footer-contact .contact-title:after {
    height: 0.08rem;
    background-size: 0.04rem auto;
  }
  .footer-contact .contact-title:before {
    width: 0.44rem;
    height: 0.12rem;
    top: 0.18rem;
    margin-left: -0.02rem;
  }
  .footer-contact .contact-text {
    font-size: 0.2rem;
    padding-top: 0.1rem;
  }
  .footer-contact .contact-inner {
    padding: 0 0.6rem;
  }
  .footer-contact .contact-logo {
    width: 5.5rem;
    display: block;
    margin-bottom: 0.16rem;
  }
  .footer-contact img {
    display: block;
    width: 100%;
  }
  .footer-contact .contact-info {
    padding-bottom: 0.25rem;
  }
  .footer-contact .contact-address {
    font-size: 0.18rem;
  }
  .footer-contact .contact-group {
    font-size: 0.18rem;
    margin: 0 -0.5rem 0.08rem 0;
  }
  .footer-contact .contact-tel {
    font-size: 0.42rem;
    margin: 0 0.14rem 0 0.22rem;
  }
  .footer-contact .group-text {
    position: relative;
    top: -0.02rem;
  }
  .footer-contact .email-text {
    position: relative;
    top: -0.09rem;
    left: 0.03rem;
  }
  .footer-contact .contact-fax {
    font-size: 0.3rem;
    margin-left: 0.05rem;
  }
  .footer-contact .contact-zenox {
    font-size: 0.205rem;
    margin-top: -0.33rem;
    padding-left: 0.78rem;
  }
  .footer-contact .contact-email {
    width: 2.8rem;
    display: inline-block;
    margin-left: 0.17rem;
  }
  .footer-contact .contact-button {
    font-size: 0.17rem;
    padding: 0.05rem 0.18rem 0.03rem;
    border-radius: 0.15rem;
    right: -0.65rem;
  }
}
.footer-bottom {
  background: #000;
  color: #fff;
  position: relative;
}
.footer-bottom:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  content: "";
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 22px solid #000;
}
.footer-bottom a {
  color: #fff;
}

.footer-general .footer-text {
  font-weight: bold;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer-menu a {
  display: block;
  font-weight: bold;
  transition: 0.26s ease;
}
.footer-menu .is-current {
  color: #0f8ba9;
}

.footer-row {
  line-height: 1.2;
}

.footer-address {
  font-weight: 500;
}
.footer-address address {
  display: inline;
}

.copyright {
  display: block;
}

@media print, (min-width: 768px) {
  .footer-bottom {
    font-size: 15px;
    text-align: center;
    padding: 56px 0 21px;
  }

  .footer-general {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-right: 18px;
  }
  .footer-general .footer-text {
    padding-bottom: 16px;
  }
  .footer-general .footer-logo {
    width: 328px;
    margin: 0 40px 0 35px;
  }
  .footer-general .footer-head {
    font-size: 12px;
    padding-right: 10px;
  }
  .footer-general .footer-column {
    padding-bottom: 12px;
  }
  .footer-general .footer-row {
    text-align: left;
  }
  .footer-general .footer-row a {
    text-decoration: underline;
  }
  .footer-general .footer-row a:hover {
    text-decoration: none;
  }

  .footer-menu {
    justify-content: center;
    max-width: 800px;
    margin: 0 auto 12px;
  }
  .footer-menu > li {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .footer-menu > li:first-child {
    margin-left: 40px;
  }
  .footer-menu a {
    background: url(../img/common/icon_arrow_01.png) no-repeat 0 center/12px auto;
    padding-left: 16px;
    transition: 0.26s ease;
  }
  .footer-menu a:hover {
    color: #0f8ba9;
  }

  .footer-address {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
  .footer-address address {
    padding-right: 5px;
  }
  .footer-address .tel {
    pointer-events: none;
  }

  .copyright {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    font-size: 0.18rem;
    padding: 0.43rem 0 0.16rem;
  }
  .footer-bottom:before {
    top: -0.2rem;
    border-left-width: 0.22rem;
    border-right-width: 0.22rem;
    border-bottom-width: 0.22rem;
  }
  .footer-bottom img {
    width: 100%;
    display: block;
  }
  .footer-bottom .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-bottom .wrapper > * {
    width: 100%;
  }

  .footer-general {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    order: 2;
  }
  .footer-general .footer-text {
    padding-bottom: 0.02rem;
    width: 100%;
    text-align: center;
  }
  .footer-general .footer-logo {
    width: 3.68rem;
    margin-right: 0.25rem;
  }
  .footer-general .footer-head {
    font-size: 0.14rem;
    padding-right: 0.1rem;
  }
  .footer-general .footer-column {
    padding-top: 0.16rem;
    width: calc(100% - 3.93rem);
  }
  .footer-general .footer-row {
    margin-right: -0.2rem;
    font-weight: normal;
  }

  .footer-menu {
    order: 1;
    font-size: 0.22rem;
    margin-bottom: 0.35rem;
    padding-left: 1.05rem;
  }
  .footer-menu > li {
    width: 46.5%;
    margin-bottom: 0.05rem;
  }
  .footer-menu > li:nth-child(1) {
    order: 1;
  }
  .footer-menu > li:nth-child(2) {
    order: 3;
  }
  .footer-menu > li:nth-child(3) {
    order: 5;
  }
  .footer-menu > li:nth-child(4) {
    order: 8;
  }
  .footer-menu > li:nth-child(5) {
    order: 2;
  }
  .footer-menu > li:nth-child(6) {
    order: 4;
  }
  .footer-menu > li:nth-child(7) {
    order: 6;
  }
  .footer-menu > li:nth-child(8) {
    order: 8;
  }
  .footer-menu a {
    background: url(../img/common/sp/icon_arrow_02.png) no-repeat 0 center/0.2rem auto;
    padding-left: 0.3rem;
    margin-right: -0.2rem;
  }

  .footer-address {
    font-size: 0.17rem;
    margin-bottom: 0.2rem;
    order: 3;
  }

  .footer-address,
  .copyright {
    text-align: center;
  }

  .copyright {
    order: 4;
  }
}
/* MODULES
 * ----------------------------------------------- */
/* COMMON TITLE
 * ----------------------------------------------- */
.title-primary {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.title-primary.is-text-blue {
  color: #0f8ba9;
}
.title-primary.is-text-green {
  color: #73ae53;
}
.title-primary.is-text-orange {
  color: #ca841e;
}
.title-primary.is-text-red {
  color: #941e2c;
}

.title-default {
  text-align: center;
}
.title-default > span {
  display: block;
  line-height: 1.1;
}
.title-default .text-english {
  color: #b3b3b3;
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", Verdana, sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.title-default .is-letter {
  line-height: 1.1;
  display: inline-block;
}
.title-default .text-japan {
  font-weight: 600;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.title-default .text-japan:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
}
.title-default.is-text-blue .text-japan {
  background: linear-gradient(0deg, #224666 0%, #224666 50%, #42617d 50%, #42617d 100%);
}
.title-default.is-text-blue .text-japan:after {
  border-top-color: #214666;
}
.title-default.is-text-blue .is-letter::first-letter {
  color: #214666;
}
.title-default.is-text-light-blue .text-japan {
  background: linear-gradient(0deg, #0f8ba9 0%, #0f8ba9 50%, #3fa2ba 50%, #3fa2ba 100%);
}
.title-default.is-text-light-blue .text-japan:after {
  border-top-color: #0f8ba9;
}
.title-default.is-text-light-blue .is-letter::first-letter {
  color: #0f8ba9;
}
.title-default.is-text-orange .text-japan {
  background: linear-gradient(0deg, #ca841e 0%, #ca841e 50%, #d59d4b 50%, #d59d4b 100%);
}
.title-default.is-text-orange .text-japan:after {
  border-top-color: #ca841e;
}
.title-default.is-text-orange .is-letter::first-letter {
  color: #ca841e;
}

.title-basic {
  color: #0f8ba9;
  line-height: 1.5;
  font-weight: 500;
  background: url(../img/common/icon_dots_06.svg) no-repeat 2px 14px/28px auto;
}

.title-base {
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #941e2c;
  position: relative;
  line-height: 1.5;
  background: url(../img/common/icon_dots_07.svg) no-repeat 2px 10px/28px auto;
}
.title-base:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/common/icon_dots.png) repeat 0 0/4px auto;
}

.caption-common {
  color: #214666;
  text-align: center;
}

@media print, (min-width: 768px) {
  .title-primary {
    font-size: 32px;
    line-height: 1.51;
  }

  .title-default {
    margin-bottom: 22px;
  }
  .title-default .text-english {
    font-size: 26px;
  }
  .title-default .is-letter {
    padding: 0 5px;
  }
  .title-default .text-japan {
    font-size: 27px;
    padding: 11px 15px 14px;
  }
  .title-default .text-japan:after {
    bottom: -19px;
  }

  .title-basic {
    font-size: 21px;
    padding-left: 44px;
  }

  .title-base {
    font-size: 16px;
    padding-bottom: 15px;
    padding-left: 42px;
  }
  .title-base:after {
    height: 8px;
  }

  .caption-common {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.8125;
  }
}
@media only screen and (max-width: 767px) {
  .title-primary {
    font-size: 0.25rem;
    line-height: 1.48;
  }

  .title-default {
    margin-bottom: 0.28rem;
  }
  .title-default .is-letter {
    padding: 0 0.05rem;
  }
  .title-default .text-english {
    font-size: 0.26rem;
  }
  .title-default .text-japan {
    font-size: 0.27rem;
    padding: 0.11rem 0.15rem 0.13rem;
  }
  .title-default .text-japan:after {
    bottom: -0.19rem;
    border-left-width: 0.2rem;
    border-right-width: 0.2rem;
    border-top-width: 0.2rem;
  }
  .title-default .text-japan small {
    font-size: 0.23rem;
  }

  .title-basic {
    font-size: 0.31rem;
    padding-left: 0.4rem;
    background-size: 0.28rem auto;
    background-position: 0 0.21rem;
  }

  .title-base {
    font-size: 0.246rem;
    padding-bottom: 0.15rem;
    padding-left: 0.5rem;
    background-position: 0 0.16rem;
    background-size: 0.4rem auto;
  }
  .title-base:after {
    height: 0.08rem;
    background-size: auto 0.04rem;
  }

  .caption-common {
    font-size: 0.25rem;
    letter-spacing: 0.04em;
    line-height: 1.52;
  }
}
.zoom-effect {
  overflow: hidden;
}
.zoom-effect img {
  transition: 0.8s cubic-bezier(0.16, 0.61, 0.43, 0.93);
  transform: scale(1);
}
.zoom-effect:hover img {
  transform: scale(1.2);
}

.is-effect .is-effect-image {
  overflow: hidden;
}
.is-effect .is-effect-image img {
  transition: 0.8s cubic-bezier(0.16, 0.61, 0.43, 0.93);
  transform: scale(1);
}
.is-effect:hover .is-effect-image img {
  transform: scale(1.2);
}

.extendable-dotted-line, .has-dotted-line::after {
  content: "";
  width: 100%;
  background: url(../img/common/icon_dots.png) repeat 0 0/4px auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .extendable-dotted-line, .has-dotted-line::after {
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .extendable-dotted-line, .has-dotted-line::after {
    height: 0.08rem;
    background-size: 0.04rem auto;
  }
}
.has-dotted-line {
  position: relative;
}

/* COMMON BREADCRUMB
 * ----------------------------------------------- */
.breadcrumb-list {
  color: #214666;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-left: -10px;
}
.breadcrumb-list .text-underline {
  text-decoration: underline;
}
.breadcrumb-list > li {
  display: inline-block;
  position: relative;
}
.breadcrumb-list > li:not(:last-child) {
  padding-right: 1em;
}
.breadcrumb-list > li:not(:last-child):before {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
}
.breadcrumb-list a {
  color: #214666;
}

/* slider
 * ----------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.button-more {
  background: url(../img/common/btn_more.svg) no-repeat center center/auto 22px;
  display: block;
}
.button-more.is-button-blue {
  background-color: #0f8ba9;
}

@media print, (min-width: 768px) {
  .button-more {
    width: 110px;
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .button-more {
    background-size: auto 0.27rem;
    width: 1.36rem;
    height: 0.26rem;
  }
}
.section-common-keyvisual {
  background: no-repeat center center/cover;
  position: relative;
}
.section-common-keyvisual .keyvisual-title {
  background: rgba(0, 0, 0, 0.8);
  color: #8da9bb;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-common-keyvisual .keyvisual-title span {
  display: block;
  line-height: 1.2;
}
.section-common-keyvisual .title-english img {
  width: auto;
  max-width: none;
  margin: 0 auto;
  display: block;
}
.section-common-keyvisual .title-small {
  font-weight: 500;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}
.section-common-keyvisual .is-space {
  padding-left: 0.5em;
}
.section-common-keyvisual .title-japanese {
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual {
    height: 390px;
    margin-bottom: 38px;
  }
  .section-common-keyvisual:before, .section-common-keyvisual:after {
    content: "";
    position: absolute;
  }
  .section-common-keyvisual:before {
    width: 282px;
    height: 90px;
    background: url(../img/common/logo_10.png) no-repeat center center/100% auto;
    left: 50%;
    margin-left: -636px;
    top: 180px;
  }
  .section-common-keyvisual:after {
    width: 185px;
    height: 48px;
    background: url(../img/common/logo_08.svg) no-repeat center center/100% auto;
    right: 50%;
    margin-right: -680px;
    top: 117px;
  }
  .section-common-keyvisual .keyvisual-title {
    width: 533px;
    height: 180px;
    bottom: -36px;
    padding: 17px 10px 10px;
  }
  .section-common-keyvisual .title-english {
    margin-bottom: 9px;
  }
  .section-common-keyvisual .title-english img {
    height: 30px;
  }
  .section-common-keyvisual .title-small {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .section-common-keyvisual .title-japanese {
    font-size: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .section-common-keyvisual {
    height: 2.09rem;
    margin-bottom: 0.54rem;
  }
  .section-common-keyvisual .keyvisual-title {
    width: 3.86rem;
    height: 1.33rem;
    bottom: -0.33rem;
    padding: 0.2rem 0.1rem 0.1rem;
  }
  .section-common-keyvisual .title-english {
    margin-bottom: 0.05rem;
  }
  .section-common-keyvisual .title-english img {
    height: 0.23rem;
  }
  .section-common-keyvisual .title-small {
    font-size: 0.12rem;
  }
  .section-common-keyvisual .title-japanese {
    font-size: 0.4342rem;
  }
}
.list-category-common {
  position: relative;
}
.list-category-common:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../img/common/icon_dots.png) repeat 0 0/4px auto;
}

.item-category {
  position: relative;
  display: block;
}
.item-category .category-image {
  display: block;
  overflow: hidden;
}
.item-category .category-title {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.item-category .category-title span {
  display: block;
}
.item-category .text-english img {
  display: block;
  width: auto;
  max-width: none;
}
.item-category .text-japan {
  line-height: 1.2;
  letter-spacing: 0.075em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
.item-category.is-product .text-japan {
  color: #0f8ba9;
}
.item-category.is-technical .text-japan {
  color: #73ae53;
}
.item-category.is-case .text-japan {
  color: #ca841e;
}
.item-category.is-company .text-japan {
  color: #941e2c;
}

@media print, (min-width: 768px) {
  .section-block-common {
    padding: 67px 0 12px;
  }

  .list-category-common {
    padding-top: 42px;
    display: flex;
    flex-wrap: wrap;
  }
  .list-category-common:before {
    height: 8px;
  }
  .list-category-common > li {
    width: 555px;
    margin: 23px 0 20px 26px;
  }
  .list-category-common > li:nth-child(2n+1) {
    margin-left: 0;
  }

  .item-category {
    padding-left: 40px;
  }
  .item-category .category-title {
    width: 254px;
    height: 94px;
    padding: 23px 20px 15px;
  }
  .item-category .text-english {
    margin-bottom: 5px;
  }
  .item-category .text-english img {
    height: 12px;
  }
  .item-category .text-japan {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-block-common {
    padding: 0.35rem 0 0.28rem;
  }

  .list-category-common {
    padding: 0.4rem 0.66rem 0;
  }
  .list-category-common:before {
    height: 0.08rem;
    background-size: auto 0.04rem;
  }
  .list-category-common > li:not(:last-child) {
    margin-bottom: 0.17rem;
  }

  .item-category {
    padding-left: 0.44rem;
  }
  .item-category .category-title {
    width: 2.54rem;
    height: 0.94rem;
    padding: 0.23rem 0.1rem 0.1rem 0.22rem;
  }
  .item-category .text-english {
    margin-bottom: 0.07rem;
  }
  .item-category .text-english img {
    height: 0.12rem;
  }
  .item-category .text-japan {
    font-size: 0.28rem;
  }
}
.related-products {
  position: relative;
}
.related-products:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../img/common/icon_dots.png) repeat 0 0/4px auto;
}

.related-products-caption {
  text-align: center;
  color: #941e2c;
}

.related-product-item .product-logo {
  position: relative;
}
.related-product-item .product-logo:before {
  content: "";
  position: absolute;
  top: 50%;
  background: #941e2c url(../img/common/txt_text.svg) no-repeat center center/auto 20px;
}
.related-product-item .product-info {
  color: #fff;
  font-feature-settings: "palt";
}
.related-product-item .product-title {
  font-weight: 600;
  letter-spacing: 0;
}

@media print, (min-width: 768px) {
  .related-products {
    padding: 53px 0 83px;
  }
  .related-products:before {
    height: 8px;
  }

  .related-products-caption {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .related-product-item {
    width: 1036px;
    margin: 0 auto;
    background: #000;
    display: flex;
  }
  .related-product-item .product-logo {
    width: 270px;
    margin: 0 0 19px 112px;
  }
  .related-product-item .product-logo:before {
    left: -112px;
    margin-top: -20px;
    width: 86px;
    height: 26px;
  }
  .related-product-item .product-photo {
    margin-bottom: -57px;
    width: 518px;
  }
  .related-product-item .product-info {
    flex: 1;
    padding: 32px 36px 20px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.05em;
    min-height: 246px;
  }
  .related-product-item .product-title {
    font-size: 21px;
    margin: 0 0 6px -0.5em;
  }
  .is-ipad .related-product-item .product-title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .related-products {
    padding: 0.28rem 0 0.18rem;
  }
  .related-products:before {
    height: 0.08rem;
    background-size: auto 0.04rem;
  }

  .related-products-caption {
    font-size: 0.25rem;
    line-height: 1.52;
    margin-bottom: 0.28rem;
  }

  .related-product-item {
    width: 5.18rem;
    margin: 0 auto;
    display: block;
  }
  .related-product-item img {
    width: 100%;
    display: block;
  }
  .related-product-item .product-logo {
    padding-left: 1.28rem;
    padding-right: 0.15rem;
    margin-bottom: 0.1rem;
  }
  .related-product-item .product-logo:before {
    left: 0;
    margin-top: -0.26rem;
    width: 1.01rem;
    height: 0.31rem;
    background-size: auto 0.23rem;
  }
  .related-product-item .product-info {
    padding: 0.28rem 0.15rem 0.18rem 0.38rem;
    font-size: 0.16rem;
    line-height: 1.4375;
    letter-spacing: -0.025em;
    background: #000;
  }
  .related-product-item .product-title {
    font-size: 0.23rem;
    text-align: center;
    margin-bottom: 0.06rem;
    padding-right: 0.23rem;
  }
}
.pswp {
  display: block !important;
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.pswp.pswp--open {
  pointer-events: auto;
}

.pswp, .pswp--animate_opacity, .pswp__bg, .pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  transition: opacity 0.3s ease !important;
}

.is-photoswipe-open .button-menu {
  pointer-events: none;
}

/* PAGE
 * ----------------------------------------------- */
.section-common-keyvisual .keyvisual-title {
  color: #0f8ba9;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual {
    background-image: url(../img/product/bnr_banner.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .section-common-keyvisual {
    background-image: url(../img/product/sp/bnr_banner.jpg);
  }
}

.type-title {
  background: #214666;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}

.type-large .type-item {
  outline: none;
}
.type-large .type-item a {
  display: block;
}
.type-large .type-item img {
  object-fit: cover;
}
.type-large:not(.slick-initialized) .type-item:not(:first-child) {
  display: none;
}
.type-large .type-text {
  line-height: 1.5;
  color: #0f8ba9;
  background: url(../img/common/icon_dots_03.svg) no-repeat 2px 6px/30px auto;
}

.type-thumbnail {
  display: flex;
  flex-wrap: wrap;
}
.type-thumbnail .item-thumbnail img {
  object-fit: cover;
}

html:not(.is-ipad) .type-thumbnail .item-thumbnail {
  cursor: pointer;
}

.is-ipad .type-thumbnail .item-thumbnail {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.table-head {
  display: flex;
  color: #fff;
  background: #214666;
}
.table-head .column-first {
  text-align: center;
}

.table-data {
  width: 100%;
  line-height: 1.2;
  color: #4d4d4d;
}
.table-data tr {
  background: #c5cfd7;
}
.table-data tr:nth-child(odd) {
  background: #e7ebee;
}

@media print, (min-width: 768px) {
  .section-products {
    padding: 30px 0;
  }
  .section-products .logo-type {
    width: 400px;
    margin: 0 auto 30px;
  }
  .section-products .title-primary {
    margin-bottom: 28px;
  }

  .type-row {
    display: flex;
    flex-wrap: wrap;
  }
  .type-row .type-column {
    width: 558px;
    margin-left: 22px;
  }
  .type-row .type-column:nth-child(2n+1) {
    margin-left: 0;
  }

  .type-title {
    font-size: 20px;
    padding: 4px 10px 5px;
    margin-bottom: 8px;
  }

  .type-large {
    margin-bottom: 6px;
  }
  .type-large .type-item img {
    height: 314px;
  }
  .type-large .type-text {
    font-size: 13px;
    padding-left: 45px;
    margin-top: 6px;
  }

  .type-thumbnail {
    margin-bottom: 17px;
  }
  .type-thumbnail > li {
    width: 178px;
    margin: 0 0 10px 12px;
  }
  .type-thumbnail > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .type-thumbnail img {
    height: 100px;
  }

  .type-row .column-first {
    width: 103px;
  }
  .type-row .column-second {
    width: 95px;
  }
  .type-row .column-third {
    width: 127px;
  }
  .type-row .column-fourth {
    width: 82px;
  }
  .type-row .column-fifth {
    width: 75px;
  }
  .type-row .column-sixth {
    width: 84px;
  }

  .table-head {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .table-head > li {
    padding: 5px 0 5px 10px;
  }
  .table-head .column-first {
    padding-left: 0;
  }
  .table-head .column-sixth {
    padding-left: 5px;
  }

  .table-data {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
  .table-data td {
    padding-top: 3px;
    padding-bottom: 4px;
  }
  .table-data .column-first {
    padding-left: 18px;
  }
  .table-data .column-second,
  .table-data .column-third {
    padding-left: 33px;
  }
  .table-data .column-fourth {
    padding-left: 28px;
  }
  .table-data .column-fifth {
    padding-right: 17px;
    text-align: right;
  }
  .table-data .column-sixth {
    padding-left: 8px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-products {
    padding-bottom: 0.32rem;
  }
  .section-products .logo-type {
    width: 4.78rem;
    margin: 0 auto 0.21rem;
  }
  .section-products .title-primary {
    margin-bottom: 0.13rem;
  }

  .type-row .type-column:not(:last-child) {
    margin-bottom: 0.6rem;
  }

  .type-title {
    font-size: 0.25rem;
    padding: 0.07rem 0.1rem 0.09rem;
    margin: 0 -0.3rem 0.17rem;
  }

  .type-large {
    margin-bottom: 0.06rem;
  }
  .type-large .type-item img {
    height: 3.88rem;
  }
  .type-large .type-text {
    font-size: 0.2rem;
    padding-left: 0.53rem;
    background-size: 0.38rem auto;
    background-position: 0.02rem 0.12rem;
    margin-top: 0.01rem;
  }

  .type-thumbnail {
    margin: 0 -0.08rem 0.19rem;
  }
  .type-thumbnail > li {
    width: 33.333%;
    padding: 0 0.08rem;
    margin-bottom: 0.14rem;
  }
  .type-thumbnail img {
    height: 1.23rem;
  }

  .table-head {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
    letter-spacing: -0.025em;
    text-align: center;
  }
  .table-head small {
    font-size: 0.18rem;
  }
  .table-head > li {
    padding: 0.02rem 0 0.04rem;
  }
  .table-head .column-first,
  .table-head .column-second {
    width: 15.94%;
  }
  .table-head .column-second {
    padding-left: 0.12rem;
  }
  .table-head .column-third {
    width: 22.89%;
  }
  .table-head .column-fourth {
    width: 14.49%;
  }
  .table-head .column-fifth {
    width: 12.75%;
  }
  .table-head .column-sixth {
    width: 17.99%;
  }

  .table-data {
    font-size: 0.2rem;
    letter-spacing: 0.05em;
  }
  .table-data td {
    padding-left: 0.12rem;
    padding-top: 0.04rem;
    padding-bottom: 0.05rem;
  }
  .table-data .column-first {
    padding-left: 0.15rem;
    width: 20%;
  }
  .table-data .column-second {
    width: 16.95%;
  }
  .table-data .column-third {
    width: 21.7%;
  }
  .table-data .column-fourth {
    width: 10.86%;
  }
  .table-data .column-fifth {
    width: 16.23%;
    padding-right: 0.32rem;
    text-align: right;
  }
  .table-data .column-sixth {
    padding-left: 0;
    text-align: center;
    width: 14.26%;
  }
}
.shipping-item .shipping-title {
  font-weight: 600;
  text-align: center;
  position: relative;
}
.shipping-item .shipping-title:before {
  content: "";
  left: 50%;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
  background: no-repeat center 0/100% auto;
}
.shipping-item .shipping-title.is-text-orange {
  color: #ca841e;
}
.shipping-item .shipping-title.is-text-orange:before {
  background-image: url(../img/product/icon_dots_01.svg);
}
.shipping-item .shipping-title.is-text-green {
  color: #73ae53;
}
.shipping-item .shipping-title.is-text-green:before {
  background-image: url(../img/product/icon_dots_02.svg);
}
.shipping-item .shipping-description {
  color: #214666;
}

.shipping-data {
  color: #fff;
  display: flex;
}
.shipping-data .data-head {
  font-weight: bold;
}
.shipping-data .data-head > li {
  display: flex;
  justify-content: space-between;
}
.shipping-data .data-info {
  flex: 1;
}
.shipping-data.is-order {
  background: #daa961;
}
.shipping-data.is-order .data-head {
  background: #ca841e;
}
.shipping-data.is-shipment {
  background: #9dc687;
}
.shipping-data.is-shipment .data-head {
  background: #73ae53;
}

.shipping-box {
  position: relative;
  background: url(../img/common/icon_dots_04.png) repeat-x 0 0/8px auto, url(../img/common/icon_dots_05.png) repeat-x 0 bottom/8px auto;
}
.shipping-box:before, .shipping-box:after {
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
  background: url(../img/common/icon_dots_04.png) repeat-y 0 0/8px auto;
}
.shipping-box:before {
  left: 0;
}
.shipping-box:after {
  right: 0;
  background-position: right 0;
}
.shipping-box .box-title {
  color: #7e93a6;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.shipping-box .box-title:before {
  content: "";
  left: 50%;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
  background: url(../img/product/icon_dots_03.svg) no-repeat center 0/100% auto;
}
.shipping-box .box-info {
  flex: 1;
}

.option-item {
  display: flex;
  line-height: 1.53;
  letter-spacing: 0.075em;
  color: #214666;
}
.option-item .option-title {
  font-weight: 500;
  color: #7e93a6;
}
.option-item .option-info {
  flex: 1;
}
.option-item a {
  display: block;
}
.option-item .option-photo img {
  object-fit: cover;
}
.option-item .option-thumbnail {
  display: flex;
}
.option-item .option-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media print, (min-width: 768px) {
  .section-shipping {
    padding: 36px 0 13px;
  }

  .shipping-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3px;
    margin-right: -2px;
  }
  .shipping-row .shipping-item {
    width: 550px;
    margin: 0 0 35px 35px;
  }
  .shipping-row .shipping-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .shipping-item {
    border: 9px solid #d3dae0;
    padding: 25px 46px 24px;
  }
  .shipping-item .shipping-title {
    font-size: 27px;
    line-height: 1.5;
    padding-top: 6px;
    margin-bottom: 6px;
  }
  .shipping-item .shipping-title:before {
    width: 28px;
    height: 7px;
  }
  .shipping-item .shipping-description {
    font-size: 15px;
    line-height: 1.534;
    margin: 0 -20px 13px 0;
  }
  .shipping-item .shipping-photo {
    margin-bottom: 15px;
  }

  .shipping-data {
    font-size: 14px;
    line-height: 1.65;
  }
  .shipping-data .data-head {
    width: 90px;
  }
  .shipping-data .data-info,
  .shipping-data .data-head {
    padding: 11px 14px;
  }

  .shipping-box {
    padding: 32px 34px 32px 40px;
    margin: 0 2px 16px 0;
    display: flex;
    align-items: center;
  }
  .shipping-box:before {
    width: 8px;
  }
  .shipping-box:after {
    width: 9px;
  }
  .shipping-box .box-title {
    font-size: 23px;
    padding-top: 5px;
    width: 210px;
    margin-top: 10px;
  }
  .shipping-box .box-title:before {
    width: 28px;
    height: 7px;
  }
  .shipping-box .box-info {
    padding-left: 50px;
  }

  .option-list {
    display: flex;
    flex-wrap: wrap;
  }
  .option-list > li {
    width: 388px;
    margin: 20px 20px 0 0;
  }
  .option-list > li:nth-child(1), .option-list > li:nth-child(2) {
    margin-top: 0;
  }
  .option-list > li:nth-child(2n) {
    margin-right: -12px;
    width: 400px;
  }

  .option-item {
    font-size: 15px;
  }
  .option-item .option-title {
    font-size: 21px;
    margin: -5px 0 5px;
  }
  .option-item .option-info {
    padding-left: 16px;
  }
  .option-item .option-photo {
    width: 179px;
  }
  .option-item .option-photo img {
    height: 135px;
  }
  .option-item .option-thumbnail {
    width: 370px;
    margin-top: -10px;
  }
  .option-item .option-thumbnail > li {
    margin: 10px 0 0 12px;
  }
  .option-item .option-thumbnail > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .option-item .option-buttons {
    margin-top: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section-shipping {
    padding-bottom: 0.25rem;
  }
  .section-shipping .title-default {
    margin-bottom: 0.53rem;
  }

  .shipping-item {
    margin: 0 -0.3rem;
    padding: 0 0.3rem;
  }
  .shipping-item:not(:last-child) {
    border-bottom: 0.09rem solid #d3dae0;
    margin-bottom: 0.33rem;
    padding-bottom: 0.25rem;
  }
  .shipping-item .shipping-title {
    font-size: 0.44rem;
    line-height: 1.3;
    padding-top: 0.12rem;
    margin-bottom: 0.08rem;
  }
  .shipping-item .shipping-title:before {
    width: 0.47rem;
    height: 0.11rem;
  }
  .shipping-item .shipping-description {
    font-size: 0.25rem;
    line-height: 1.52;
    margin-bottom: 0.18rem;
  }
  .shipping-item .shipping-photo {
    margin: 0 0.25rem 0.2rem;
  }

  .shipping-data {
    font-size: 0.25rem;
    line-height: 1.4424;
  }
  .shipping-data .data-head {
    width: 1.56rem;
    padding: 0.17rem 0.2rem;
  }
  .shipping-data .data-info {
    padding: 0.17rem 0.05rem 0.17rem 0.15rem;
    letter-spacing: -0.025em;
  }

  .shipping-box {
    padding: 0.4rem 0.3rem;
    margin: 0.35rem 0 0.1rem;
    background-size: 0.08rem auto;
  }
  .shipping-box:before, .shipping-box:after {
    background-size: 0.08rem auto;
  }
  .shipping-box:before {
    width: 0.08rem;
  }
  .shipping-box:after {
    width: 0.09rem;
  }
  .shipping-box .box-title {
    font-size: 0.3rem;
    padding-top: 0.15rem;
    margin-bottom: 0.25rem;
  }
  .shipping-box .box-title:before {
    width: 0.47rem;
    height: 0.11rem;
  }

  .option-list > li:not(:last-child) {
    margin-bottom: 0.25rem;
  }

  .option-item .option-title {
    font-size: 0.28rem;
    margin-bottom: 0.05rem;
  }
  .option-item .option-info {
    padding-left: 0.2rem;
  }
  .option-item .option-photo {
    width: 2rem;
  }
  .option-item .option-photo img {
    height: 150px;
  }
  .option-item .option-buttons {
    margin-top: 0.2rem;
  }

  .shipping-metal .option-thumbnail {
    margin: 0 -0.1rem 0.15rem;
  }
  .shipping-metal .option-thumbnail > li {
    padding: 0 0.1rem;
    margin-bottom: 0.15rem;
    width: 50%;
  }
  .shipping-metal .option-thumbnail img {
    height: 2.3rem;
  }
  .shipping-metal .option-item {
    display: block;
  }
  .shipping-metal .option-info {
    padding-left: 0;
  }
}
.advantage-inner {
  background: #f2f2f2;
}

.advantage-caption {
  color: #214666;
  text-align: center;
  font-weight: 500;
}

.list-advantage {
  counter-reset: counter;
}
.list-advantage > li {
  counter-increment: counter;
}

.advantage-item {
  background: #fff;
  position: relative;
  color: #4d4d4d;
}
.advantage-item:before {
  content: "";
  position: absolute;
  display: block;
  border-top: 60px solid #0f8ba9;
  border-right: 60px solid transparent;
  width: 0;
  height: 0;
  z-index: 1;
  left: 2px;
  top: 2px;
}
.advantage-item:after,
.advantage-item .advantage-title {
  font-weight: 500;
}
.advantage-item:after {
  content: counter(counter);
  line-height: 1;
  font-style: italic;
  color: #fff;
  position: absolute;
  z-index: 2;
}
.advantage-item .advantage-title {
  color: #0f8ba9;
}

@media print, (min-width: 768px) {
  .section-advantage {
    padding-top: 30px;
  }

  .advantage-inner {
    padding: 17px 0 45px;
  }

  .advantage-caption {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .list-advantage {
    display: flex;
    flex-wrap: wrap;
  }
  .list-advantage > li {
    width: 269px;
    margin: 0 0 20px 20px;
  }
  .list-advantage > li:nth-child(4n + 1) {
    margin-left: 0;
  }
  .list-advantage .advantage-item {
    height: 100%;
  }

  .advantage-item {
    padding: 31px 24px 32px;
  }
  .advantage-item:after {
    font-size: 27px;
    top: 5px;
    left: 10px;
  }
  .advantage-item .advantage-photo {
    width: 140px;
    margin: 0 auto;
  }
  .advantage-item .advantage-title {
    font-size: 23px;
    text-align: center;
    margin-bottom: 2px;
  }
  .advantage-item .advantage-description {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .advantage-inner {
    padding: 0.12rem 0 0.5rem;
  }

  .advantage-caption {
    font-size: 0.25rem;
    line-height: 1.52;
    margin-bottom: 0.2rem;
  }

  .list-advantage > li:not(:last-child) {
    margin-bottom: 0.12rem;
  }

  .advantage-item {
    padding: 0.28rem 0.2rem 0.2rem 0.8rem;
    display: flex;
  }
  .advantage-item:before {
    border-top-width: 0.8rem;
    border-right-width: 0.8rem;
  }
  .advantage-item:after {
    font-size: 0.34rem;
    top: 0.12rem;
    left: 0.14rem;
  }
  .advantage-item .advantage-photo {
    width: 2.2rem;
    order: 2;
    margin-top: -0.1rem;
  }
  .advantage-item .advantage-info {
    order: 1;
    flex: 1;
    padding-right: 0.5rem;
  }
  .advantage-item .advantage-title {
    font-size: 0.33rem;
    line-height: 1.5;
    margin-bottom: 2px;
  }
  .advantage-item .advantage-description {
    font-size: 0.25rem;
    line-height: 1.52;
    letter-spacing: 0.025em;
  }
}
.keyvisual-diamond {
  background-image: url(../img/product/add2025/bnr_diamond.jpg);
}
.keyvisual-diamond .keyvisual-title {
  color: #73ae53;
}

.keyvisual-square {
  background-image: url(../img/product/add2025/bnr_square.jpg);
}

.title-under-caption {
  color: #214666;
  text-align: center;
}

.type-column-text {
  color: #214666;
}

.type-column-text-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.type-column-genre {
  display: flex;
  flex-wrap: wrap;
}
.type-column-genre .icon-genre {
  display: inline-block;
  border-radius: 9999px;
  color: #fff;
}
.type-column-genre .icon-genre-blue {
  background-color: #0f8ba9;
}
.type-column-genre .icon-genre-green {
  background-color: #73ae53;
}
.type-column-genre .icon-genre-02 {
  background-color: #8da9bb;
}
.type-column-genre .icon-genre-03 {
  background-color: #808080;
}
.type-column-genre .icon-genre-04 {
  background-color: #cd6c1d;
}
.type-column-genre .icon-genre-05 {
  background-color: #6185b3;
}
.type-column-genre .icon-genre-05-2 {
  background-color: #214666;
}
.type-column-genre .icon-genre-06 {
  background-color: #7a497a;
}
.type-column-genre .icon-genre-07 {
  background-color: #dc1716;
}
.type-column-genre .icon-genre-08 {
  background-color: #941e2c;
}

.product-cases {
  position: relative;
}
.product-cases:after, .product-cases:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../img/common/icon_dots.png) repeat 0 0/4px auto;
}
.product-cases:after {
  bottom: 0;
}
.product-cases:before {
  top: 0;
}
.product-cases-image {
  display: flex;
  flex-wrap: wrap;
}
.product-cases-image-caption {
  display: block;
  text-align: center;
}
.product-cases-image-caption.is_blue {
  color: #0f8ba9;
}
.product-cases-image-caption.is_green {
  color: #73ae53;
}
.product-cases-bottom {
  color: #214666;
}

.technical-type-item .type-title {
  font-weight: 700;
  background-color: unset;
}
.technical-type-item .type-description {
  color: #214666;
}
.technical-type-item .type-slide-large:not(.slick-initialized) .item-slide:not(:first-child) {
  display: none;
}
.technical-type-item .type-slide img {
  object-fit: cover;
}
.technical-type-item .type-slide-large a {
  display: block;
}
.technical-type-item .type-slide-large .type-text {
  line-height: 1.5;
  background: url(../img/common/icon_dots_03.svg) no-repeat 0 6px/30px auto;
}

.process-thumbnails {
  display: flex;
  text-align: center;
}
.process-thumbnails li {
  position: relative;
  color: #73ae53;
}
.process-thumbnails li:first-of-type {
  margin-left: 0;
  color: #214666;
}
.process-thumbnails li:first-of-type:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #888888;
  border-right: 0;
}
.process-title {
  color: #73ae53;
  letter-spacing: 0;
  font-weight: 700;
}
.process-title-dot {
  color: #73ae53;
  letter-spacing: 0;
  font-weight: 700;
  text-align: left;
  background: url(../img/common/icon_dots_01.svg) no-repeat 2px 15px/28px auto;
}
.process-text {
  text-align: center;
}
.process-bottom {
  color: #214666;
}

html:not(.is-ipad) .type-slide-thumbnail .item-thumbnail,
html:not(.is-ipad) .type-slide-large .item-thumbnail {
  cursor: pointer;
}

.is-ipad .type-slide-thumbnail,
.is-ipad .type-slide-large {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.type-slide-thumbnail {
  display: flex;
  flex-wrap: wrap;
}

.diamond-type .type-text,
.diamond-type .type-title {
  color: #73ae53;
}

.square-type .type-text,
.square-type .type-title {
  color: #0f8ba9;
}

.section-compare-table thead th {
  color: #fff;
  text-align: center;
}
.section-compare-table thead th span {
  display: inline-block;
  width: 100%;
}
.section-compare-table thead th .zenox {
  background-color: #0f8ba9;
}
.section-compare-table thead th .other {
  background-color: #666;
}
.section-compare-table tbody th {
  text-align: center;
  border: 1px solid #cccccc;
}
.section-compare-table tbody td {
  position: relative;
  border: 1px solid #cccccc;
}
.section-compare-table tbody td:nth-of-type(1) {
  background-color: #fffde5;
}
.section-compare-table tbody td.compare-icon:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
.section-compare-table tbody td.circle:before {
  background-image: url(../img/product/add2025/icon_circle_red.png);
}
.section-compare-table tbody td.triangle:before {
  background-image: url(../img/product/add2025/icon_triangle_gray.png);
}
.section-compare-table tbody td.cross:before {
  background-image: url(../img/product/add2025/icon_x_gray.png);
}
.section-compare-table tbody td.bar:before {
  background-image: url(../img/product/add2025/icon_bar_gray.png);
}
.section-compare-bottom {
  position: relative;
  color: #214666;
}
.section-compare-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/common/icon_dots.png) repeat 0 0/4px auto;
}
.section-compare .img-purpose {
  display: flex;
  flex-wrap: wrap;
}
.section-compare .img-purpose li img {
  width: 100%;
  height: auto;
}

.title-default.is-text-green .text-japan {
  background: linear-gradient(0deg, #73ae53 0%, #73ae53 50%, rgba(115, 174, 83, 0.8) 50%, rgba(115, 174, 83, 0.8) 100%);
}
.title-default.is-text-green .text-japan:after {
  border-top-color: #73ae53;
}
.title-default.is-text-green .is-letter::first-letter {
  color: #73ae53;
}

@media print, (min-width: 768px) {
  .title-primary-product {
    margin-bottom: 25px;
  }

  .title-under-caption {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .type-column-genre {
    gap: 10px 5px;
  }

  .icon-genre {
    font-size: 15px;
    padding: 0 15px;
  }

  .type-column-text {
    margin: 20px 0;
    font-size: 15px;
  }

  .type-row.type-row-product .column-first {
    width: 120px;
    padding-left: 0;
    text-align: center;
  }
  .type-row.type-row-product .column-second {
    width: 112px;
    padding-left: 0;
    text-align: center;
  }
  .type-row.type-row-product .column-third {
    width: 144px;
    padding-left: 0;
    text-align: center;
  }
  .type-row.type-row-product .column-fourth {
    width: 99px;
    padding-left: 0;
    text-align: center;
  }
  .type-row.type-row-product .column-fifth {
    width: 91px;
    padding-left: 0;
    text-align: center;
  }
  .type-row.type-row-product .table-data .column-fifth {
    padding-right: 0;
  }

  .type-row.type-row-product-diamond .column-first {
    width: 103px;
    padding-left: 0;
    text-align: center;
  }
  .type-row.type-row-product-diamond .column-second {
    width: 95px;
    padding-left: 0;
    text-align: center;
  }
  .type-row.type-row-product-diamond .column-third {
    width: 82px;
    padding-left: 0;
    text-align: center;
  }
  .type-row.type-row-product-diamond .column-fourth {
    width: 127px;
    padding-left: 0;
    text-align: center;
  }
  .type-row.type-row-product-diamond .column-fifth {
    width: 75px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .type-row.type-row-product-diamond .column-sixth {
    width: 84px;
    padding-left: 0;
    text-align: center;
  }

  .product-cases {
    margin-top: 24px;
    padding: 32px 0;
  }
  .product-cases:after, .product-cases:before {
    height: 8px;
  }
  .product-cases-image {
    gap: 16px;
    justify-content: space-between;
  }
  .product-cases-image a {
    width: calc((100% - 32px) / 3);
  }
  .product-cases-image-caption {
    font-size: 18px;
  }
  .product-cases-bottom {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
  }

  .section-compare-table {
    font-size: 16px;
  }
  .section-compare-table thead th {
    font-size: 22px;
    padding: 0 2px 7px;
  }
  .section-compare-table thead th span {
    padding: 15px 0;
  }
  .section-compare-table tbody th {
    width: 180px;
  }
  .section-compare-table tbody td {
    width: calc( 50% - 180px);
  }
  .section-compare-table tbody td.compare-icon {
    padding: 15px 50px 15px 100px;
  }
  .section-compare-table tbody td.circle:before {
    left: 28.5px;
    width: 43px;
    height: 43px;
  }
  .section-compare-table tbody td.triangle:before {
    left: 30px;
    width: 40px;
    height: 36px;
  }
  .section-compare-table tbody td.cross:before {
    left: 32px;
    width: 36px;
    height: 35px;
  }
  .section-compare-table tbody td.bar:before {
    left: 32px;
    width: 36px;
    height: 5px;
  }
  .section-compare-bottom {
    margin-top: 10px;
    font-size: 16px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .section-compare-bottom:after {
    height: 8px;
  }
  .section-compare .img-purpose {
    margin-bottom: 20px;
  }
  .section-compare .img-purpose li {
    width: 25%;
  }

  .section-technical {
    padding-top: 30px;
  }

  .technical-inner {
    padding: 17px 0 45px;
  }

  .technical-type-item:not(:last-child) {
    background: url(../img/common/icon_dots_04.png) repeat-x 0 bottom/8px auto;
    padding-bottom: 31px;
    margin-bottom: 15px;
  }
  .technical-type-item .type-head {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
  }
  .technical-type-item .type-title {
    font-size: 27px;
    width: 286px;
    padding: 0;
    text-align: left;
  }
  .technical-type-item .type-title small {
    font-size: 22px;
  }
  .technical-type-item .type-description {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1.534;
    flex: 1;
  }
  .technical-type-item .type-slide-large {
    width: 621px;
  }
  .technical-type-item .type-slide {
    display: flex;
    align-items: flex-start;
  }
  .technical-type-item .type-slide-large .type-text {
    font-size: 13px;
    padding-left: 40px;
    margin-top: 6px;
  }
  .technical-type-item .type-slide-large img {
    height: 350px;
  }
  .technical-type-item .type-slide-thumbnail {
    width: 402px;
    margin: -8px 0 0 13px;
  }
  .technical-type-item .type-slide-thumbnail > li {
    width: 198px;
    margin: 8px 0 0 6px;
  }
  .technical-type-item .type-slide-thumbnail > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .technical-type-item .type-slide-thumbnail img {
    height: 111px;
  }

  .process-inner {
    width: 1036px;
  }
  .process-info {
    display: flex;
  }
  .process-info-img {
    width: 275px;
    margin-left: 112px;
  }
  .process-type {
    display: flex;
    justify-content: space-between;
  }
  .process-thumbnails li {
    margin-left: 6px;
  }
  .process-thumbnails li:first-of-type:after {
    top: calc(50% - 10px);
    right: -18px;
  }
  .process-thumbnails li:nth-of-type(2) {
    margin-left: 27px;
  }
  .process-thumbnails img {
    width: 180px;
    height: 180px;
  }
  .process-text {
    font-size: 13px;
  }
  .process-title {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .process-title-dot {
    padding-left: 40px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.4;
  }
  .process-bottom {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .title-under-caption {
    margin-top: 0.13rem;
    margin-bottom: 20px;
    font-size: 0.19rem;
  }

  .type-column-genre {
    gap: 5px 2px;
  }

  .icon-genre {
    font-size: 0.15rem;
    padding: 0 10px;
  }

  .type-column-text {
    margin: 20px 0;
    font-size: 0.19rem;
  }

  .type-row.type-row-product .table-head .column-first {
    width: 20%;
  }
  .type-row.type-row-product .table-head .column-second {
    width: 18%;
  }
  .type-row.type-row-product .table-head .column-third {
    width: 25%;
  }
  .type-row.type-row-product .table-head .column-fourth {
    width: 17%;
  }
  .type-row.type-row-product .table-head .column-fifth {
    width: 20%;
  }
  .type-row.type-row-product .table-data td {
    text-align: center;
  }
  .type-row.type-row-product .table-data .column-first {
    padding-left: 0.15rem;
    width: 20%;
  }
  .type-row.type-row-product .table-data .column-second {
    width: 18%;
  }
  .type-row.type-row-product .table-data .column-third {
    width: 25%;
  }
  .type-row.type-row-product .table-data .column-fourth {
    width: 17%;
  }
  .type-row.type-row-product .table-data .column-fifth {
    width: 20%;
    padding-right: 0;
    padding-left: 0;
  }

  .type-row.type-row-product-diamond .column-first {
    width: 20%;
  }
  .type-row.type-row-product-diamond .column-second {
    width: 12.88%;
  }
  .type-row.type-row-product-diamond .column-third {
    width: 12.49%;
  }
  .type-row.type-row-product-diamond .column-fourth {
    width: 22.89%;
  }
  .type-row.type-row-product-diamond .column-fifth {
    width: 19.99%;
  }
  .type-row.type-row-product-diamond .column-sixth {
    width: 11.75%;
  }
  .type-row.type-row-product-diamond .table-data td {
    text-align: center;
    padding-left: 0;
  }
  .type-row.type-row-product-diamond .table-data .column-first {
    width: 20%;
  }
  .type-row.type-row-product-diamond .table-data .column-second {
    width: 12.88%;
  }
  .type-row.type-row-product-diamond .table-data .column-third {
    width: 12.49%;
  }
  .type-row.type-row-product-diamond .table-data .column-fourth {
    width: 22.89%;
  }
  .type-row.type-row-product-diamond .table-data .column-fifth {
    width: 19.99%;
    padding-right: 0;
  }
  .type-row.type-row-product-diamond .table-data .column-sixth {
    width: 11.75%;
  }

  .product-cases {
    padding: 20px 0;
  }
  .product-cases:after, .product-cases:before {
    height: 0.08rem;
    background-size: 0.04rem auto;
  }
  .product-cases-image {
    justify-content: center;
  }
  .product-cases-image-caption {
    font-size: 0.19rem;
  }
  .product-cases-bottom {
    margin-top: 25px;
    font-size: 0.19rem;
  }

  .section-compare-table {
    font-size: 0.15rem;
  }
  .section-compare-table thead th {
    font-size: 0.18rem;
    padding: 0 2px 4px;
  }
  .section-compare-table thead th span {
    padding: 5px 0;
  }
  .section-compare-table tbody th {
    width: 20%;
    padding: 0 5px;
  }
  .section-compare-table tbody td.compare-icon {
    width: 40%;
    padding: 5px 2px 5px 20px;
  }
  .section-compare-table tbody td.circle:before {
    left: 3.5px;
    width: 12.9px;
    height: 12.9px;
  }
  .section-compare-table tbody td.triangle:before {
    left: 4px;
    width: 12px;
    height: 10.8px;
  }
  .section-compare-table tbody td.cross:before {
    left: 4.6px;
    width: 10.8px;
    height: 10.5px;
  }
  .section-compare-table tbody td.bar:before {
    left: 4.6px;
    width: 10.8px;
    height: 1.5px;
  }
  .section-compare-bottom {
    margin-top: 5px;
    font-size: 0.19rem;
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
  .section-compare-bottom:after {
    height: 0.08rem;
    background-size: 0.04rem auto;
  }
  .section-compare .img-purpose {
    margin-bottom: 50px;
  }
  .section-compare .img-purpose li {
    width: 50%;
  }

  .technical-inner {
    padding: 0.12rem 0 0.5rem;
  }

  .technical-type-item:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .technical-type-item .type-head {
    margin-bottom: 7px;
  }
  .technical-type-item .type-title {
    font-size: 0.44rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0.1rem;
  }
  .technical-type-item .type-title small {
    font-size: 0.32rem;
  }
  .technical-type-item .type-description {
    font-size: 0.19rem;
    letter-spacing: 0.05em;
    line-height: 1.52;
    margin-bottom: 0.29rem;
  }
  .technical-type-item .type-slide-large .type-text {
    font-size: 0.19rem;
    padding-left: 0.5rem;
    margin-top: 0.02rem;
    background-size: 0.35rem auto;
    background-position: 0.04rem 0.12rem;
  }
  .technical-type-item .type-slide-large img {
    height: 3.9rem;
  }
  .technical-type-item .type-slide-thumbnail {
    margin: 0.03rem -0.08rem 0;
  }
  .technical-type-item .type-slide-thumbnail > li {
    width: 33.333%;
    margin-bottom: 0.13rem;
    padding: 0 0.08rem;
    order: 8;
  }
  .technical-type-item .type-slide-thumbnail > li:nth-child(1) {
    order: 1;
  }
  .technical-type-item .type-slide-thumbnail > li:nth-child(2) {
    order: 4;
  }
  .technical-type-item .type-slide-thumbnail > li:nth-child(3) {
    order: 2;
  }
  .technical-type-item .type-slide-thumbnail > li:nth-child(4) {
    order: 5;
  }
  .technical-type-item .type-slide-thumbnail > li:nth-child(5) {
    order: 3;
  }
  .technical-type-item .type-slide-thumbnail > li:nth-child(6) {
    order: 6;
  }
  .technical-type-item .type-slide-thumbnail img {
    height: 1.23rem;
  }

  .process-info-text {
    font-size: 0.19rem;
    letter-spacing: 0.05em;
    line-height: 1.52;
    margin-bottom: 0.29rem;
  }
  .process-info-img {
    width: 250px;
    margin: 0 auto;
  }
  .process-thumbnails li {
    margin-left: 6px;
  }
  .process-thumbnails li:first-of-type:after {
    top: calc(50% - 5px);
    right: -10px;
    border-top-width: 2.5px;
    border-bottom-width: 2.5px;
    border-left-width: 5px;
  }
  .process-thumbnails li:nth-of-type(2) {
    margin-left: 16px;
  }
  .process-thumbnails img {
    width: 108px;
    height: 108px;
  }
  .process-title {
    text-align: center;
    font-size: 0.33rem;
    margin-bottom: 0.12rem;
  }
  .process-title-dot {
    font-size: 0.21rem;
    padding-left: 0.3rem;
    background-size: 0.21rem auto;
    background-position: 0.05rem 0.16rem;
  }
  .process-text {
    font-size: 0.18rem;
  }
  .process-text-blue {
    color: #214666;
  }
  .process-bottom {
    margin-top: 10px;
    font-size: 0.19rem;
  }
}

/*# sourceMappingURL=product-new.css.map */
