@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------
  BASE
---------------------------------------------------------- */
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  font-size: 1.6rem;
  height: 100%;
  letter-spacing: 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-overflow-scrolling: touch;
  color: #222222;
}

img {
  width: 100%;
}

/* ----------------------------------------------------------
  Block: TOP
---------------------------------------------------------- */
.top {
  position: relative;
  background-color: #ffffff;
  margin-top: 100vh;
}

.top .main-visual__title--1 {
  line-height: 1;
  right: initial;
  left: 50%;
  top: calc(50% - 5rem);
  text-align: center;
  font-size: 2.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 769px) {
  .top .main-visual__title--1 {
    font-size: 5.2rem;
    text-align: right;
    top: 50%;
    right: 13.9rem;
    left: initial;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ----------------------------------------------------------
  Block: breadcrumb
---------------------------------------------------------- */
.breadcrumb {
  display: none;
}

@media screen and (min-width: 769px) {
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.breadcrumb__element {
  font-size: 1.2rem;
  font-weight: 400;
}

.breadcrumb__element--white {
  color: #ffffff;
}

.breadcrumb__element:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 1rem;
  padding-right: 1rem;
}

.breadcrumb__element:last-of-type:after {
  content: "";
}

.breadcrumb__home-icon:after {
  content: "\f015";
  font-family: FontAwesome;
}

.breadcrumb__item {
  display: inline-block;
}

.breadcrumb__name {
  display: inline-block;
}

/* ----------------------------------------------------------
  Block: heading
---------------------------------------------------------- */
.heading {
  position: relative;
}

.heading__bg-inner {
  background: #000000;
}

.heading__bg-inner::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.heading__bg-img {
  width: 100%;
}

.heading__bg-text {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  left: 50%;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .heading__bg-text {
    text-align: left;
    top: 27.32%;
    bottom: auto;
    left: 9.74%;
    -webkit-transform: none;
            transform: none;
  }
}

.heading__title1 {
  font-size: 2.6rem;
  line-height: 1.62;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .heading__title1 {
    font-size: 3.6rem;
    line-height: 1.33;
    margin-bottom: 0.4rem;
  }
}

.heading__title2 {
  font-size: 2.2rem;
  line-height: 1.64;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .heading__title2 {
    font-size: 3rem;
    line-height: 1.6;
  }
}

.heading__title1--white,
.heading__title2--white {
  color: #ffffff;
}

.products__heading-title2 {
  color: #0b6da9;
}

@media screen and (min-width: 769px) {
  .products__heading-title2 {
    color: #222222;
  }
}

.heading__subtitle {
  font-size: 1.1rem;
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.022rem;
}

@media screen and (min-width: 769px) {
  .heading__subtitle {
    font-size: 1.6rem;
    letter-spacing: 0.032rem;
    line-height: 1.5;
  }
}

.heading__breadcrumb {
  position: absolute;
  top: 2.1rem;
  left: 2rem;
}

@media screen and (min-width: 1024px) {
  .heading__breadcrumb {
    left: 3rem;
  }
}

/* ----------------------------------------------------------
  Block: container
---------------------------------------------------------- */
.container {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
  max-width: 114.8rem;
}

@media screen and (min-width: 769px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* ----------------------------------------------------------
  Block: Products
---------------------------------------------------------- */
.products {
  position: relative;
  background-color: #ffffff;
  margin-top: 5rem;
}

@media screen and (min-width: 398px) {
  .products {
    margin-top: 7rem;
  }
}

@media screen and (min-width: 1024px) {
  .products {
    margin-top: 9rem;
  }
}

.products .heading__bg-inner::after {
  opacity: 0.5;
}

.products__inner {
  padding-top: 3.1rem;
}

@media screen and (min-width: 769px) {
  .products__inner {
    padding-top: 7rem;
  }
}

.products__inner--new-products {
  padding-top: 3.8rem;
}

@media screen and (min-width: 769px) {
  .products__inner--new-products {
    padding-bottom: 3rem;
  }
}

.products-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (min-width: 769px) {
  .products-tab {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.products-tab__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%;
  background-color: #e0e0e0;
  color: #555555;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  margin-right: 0.3rem;
  min-height: 4.9rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.363636364;
}

.products-tab__item:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .products-tab__item {
    font-size: 1.1rem;
  }
}

.products-tab__item--fence-active0 {
  background-color: #683d8b;
  color: #ffffff;
  font-size: 1.2rem;
}

.products-tab__item--fence-active1 {
  background-color: #3e589a;
  color: #ffffff;
  font-size: 1.2rem;
}

.products-tab__item--fence-active2 {
  background-color: #0a89c3;
  color: #ffffff;
  font-size: 1.2rem;
}

.products-tab__item--fence-active3 {
  background-color: #4dae9b;
  color: #ffffff;
  font-size: 1.2rem;
}

.products-tab__item--fence-active4 {
  background-color: #2aa039;
  color: #ffffff;
  font-size: 1.2rem;
}

.products-tab__item--fence-active5 {
  background-color: #1f4222;
  color: #ffffff;
  font-size: 1.2rem;
}

.products-tab__item--fence-active6 {
  background-color: #c07c50;
  color: #ffffff;
  font-size: 1.2rem;
}

.products-tab__item--fence-active7 {
  background-color: #055173;
  color: #ffffff;
  font-size: 1.2rem;
}

.products-tab__item--fence-active8 {
  background-color: #8fb5db;
  color: #ffffff;
  font-size: 1.2rem;
}

.products-tab__item--fence-active9 {
  background-color: #58835c;
  color: #ffffff;
  font-size: 1.2rem;
}

.products-tab__item--formwork-active0 {
  background-color: #8f1d2e;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .products-tab__item--formwork-active0 {
    font-size: 1.2rem;
  }
}

.products-tab__item--formwork-active1 {
  background-color: #82c167;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .products-tab__item--formwork-active1 {
    font-size: 1.2rem;
  }
}

.products-tab__item--formwork-active2 {
  background-color: #9cca48;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .products-tab__item--formwork-active2 {
    font-size: 1.2rem;
  }
}

.products-tab__content-wrapper {
  padding-top: 2.8rem;
  padding-bottom: 0rem;
  background-color: #f0fcff;
}

@media screen and (min-width: 769px) {
  .products-tab__content-wrapper {
    padding-top: 6.1rem;
    padding-bottom: 2rem;
  }
}

.products-tab__content {
  display: none;
}

.products-tab__content--fence-show0,
.products-tab__content--fence-show1,
.products-tab__content--fence-show2,
.products-tab__content--fence-show3,
.products-tab__content--fence-show4,
.products-tab__content--fence-show5,
.products-tab__content--fence-show6,
.products-tab__content--fence-show7,
.products-tab__content--fence-show8,
.products-tab__content--fence-show9,
.products-tab__content--formwork-show0,
.products-tab__content--formwork-show1,
.products-tab__content--formwork-show2 {
  display: block;
}

/* Mix */
.products__heading--new-products {
  margin-bottom: 2.6rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .products__heading--new-products {
    font-size: 3.6rem;
    text-align: left;
    margin-bottom: 3.4rem;
  }
}

.products__heading--tab {
  margin-bottom: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .products__heading--tab {
    margin-bottom: 2.8rem;
    text-align: left;
  }
}

.products__banner-inner {
  padding-top: 5.6rem;
  padding-bottom: 6.4rem;
}

@media screen and (min-width: 769px) {
  .products__banner-inner {
    padding-top: 5.9rem;
    padding-bottom: 5.588rem;
  }
}

/* ----------------------------------------------------------
  Block: tile
---------------------------------------------------------- */
.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media screen and (min-width: 769px) {
  .tile {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}

.tile__item {
  width: 50%;
  margin-top: 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-align: left;
  position: relative;
}

.tile__item:nth-of-type(-n + 2) {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .tile__item {
    width: 25%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .tile__item:nth-of-type(-n + 4) {
    margin-top: 0;
  }
}

.tile__link {
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.tile__link:hover {
  opacity: 0.6;
}

.tile__figure {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 0%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.4rem;
}

@media screen and (min-width: 769px) {
  .tile__figure {
    margin-bottom: 0.3rem;
  }
}

.products-tab__content--fence-show0 .tile__figure {
  background-color: #683d8b;
}

.products-tab__content--fence-show1 .tile__figure {
  background-color: #3e589a;
}

.products-tab__content--fence-show2 .tile__figure {
  background-color: #0a89c3;
}

.products-tab__content--fence-show3 .tile__figure {
  background-color: #4dae9b;
}

.products-tab__content--fence-show4 .tile__figure {
  background-color: #2aa039;
}

.products-tab__content--fence-show5 .tile__figure {
  background-color: #1f4222;
}

.products-tab__content--fence-show6 .tile__figure {
  background-color: #c07c50;
}

.products-tab__content--fence-show7 .tile__figure {
  background-color: #055173;
}

.products-tab__content--fence-show8 .tile__figure {
  background-color: #8fb5db;
}

.products-tab__content--fence-show9 .tile__figure {
  background-color: #58835c;
}

.products-tab__content--formwork-show0 .tile__figure {
  background-color: #8f1d2e;
}

.products-tab__content--formwork-show1 .tile__figure {
  background-color: #82c167;
}

.products-tab__content--formwork-show2 .tile__figure {
  background-color: #9cca48;
}

.tile__thumb {
  width: 100%;
  vertical-align: bottom;
  min-height: 0%;
}

.tile__text {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 500;
  min-height: 5.7rem;
}

@media screen and (min-width: 769px) {
  .tile__text {
    font-size: 1.6rem;
    line-height: 1.81;
    min-height: 8.4rem;
  }
}

.tile__bagde {
  position: absolute;
  top: 0;
  left: 0.5rem;
  color: #ffffff;
  background: #D94040;
  font-size: 1rem;
  padding: 0.35rem 0.5rem;
}

@media screen and (min-width: 769px) {
  .tile__bagde {
    left: 0.8rem;
  }
}

/* ----------------------------------------------------------
  Block: to-pagetop-button
---------------------------------------------------------- */
.to-pagetop-button {
  width: 5.3rem;
  height: 5.3rem;
  position: fixed;
  right: 2rem;
  bottom: 1.4rem;
  background: #dbeef4;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (min-width: 1024px) {
  .to-pagetop-button {
    right: 3rem;
  }
}

.to-pagetop-button:hover {
  opacity: 0.4;
}

.to-pagetop-button__link {
  position: relative;
  display: block;
  width: 5.3rem;
  height: 5.3rem;
  text-decoration: none;
}

.to-pagetop-button__link::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  border: 0;
  border-top: solid 0.2rem #05a2dd;
  border-right: solid 0.2rem #05a2dd;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 44%;
  bottom: 0;
  right: 0;
  left: 33%;
}

/* ----------------------------------------------------------
  Block: product-detail*
---------------------------------------------------------- */
.product-detail {
  position: relative;
  background-color: #ffffff;
  margin-top: 5rem;
}

@media screen and (min-width: 398px) {
  .product-detail {
    margin-top: 7rem;
  }
}

@media screen and (min-width: 1024px) {
  .product-detail {
    margin-top: 9rem;
  }
}

.product-detail-head__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .product-detail-head__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.product-detail-head__container {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .product-detail-head__container {
    max-width: 35rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.product-detail-head__inner {
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}

@media screen and (min-width: 769px) {
  .product-detail-head__inner {
    padding-top: 5.3rem;
    padding-bottom: 2rem;
    width: 42.38%;
  }
}

.product-detail-head__visual {
  background-color: #555555;
}

@media screen and (min-width: 769px) {
  .product-detail-head__visual {
    width: calc(100% - 42.38%);
  }
}

.product-detail-head__inner--bg-mesh-fence {
  background-color: #683d8b;
}

.product-detail-head__inner--bg-net-fence {
  background-color: #3e589a;
}

.product-detail-head__inner--bg-blindfold-fence {
  background-color: #0a89c3;
}

.product-detail-head__inner--bg-vertical-grid {
  background-color: #4dae9b;
}

.product-detail-head__inner--bg-high-fence {
  background-color: #2aa039;
}

.product-detail-head__inner--bg-specific-customer {
  background-color: #1f4222;
}

.product-detail-head__inner--bg-large-gate {
  background-color: #c07c50;
}

.product-detail-head__inner--bg-folded-plate {
  background-color: #055173;
}

.product-detail-head__inner--bg-snowy-area {
  background-color: #8fb5db;
}

.product-detail-head__inner--bg-road-related {
  background-color: #58835c;
}

.product-detail-head__inner--bg-metal-form {
  background-color: #8f1d2e;
}

.product-detail-head__inner--bg-makeup-form {
  background-color: #b16974;
}

.product-detail-head__inner--bg-steel-plate {
  background-color: #82c167;
}

.product-detail-head__inner--bg-disaster-products {
  background-color: #9cca48;
}

.product-detail-head__series-text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .product-detail-head__series-text {
    font-size: 1.8rem;
  }
}

.product-detail-head__series-wrap {
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .product-detail-head__series-wrap {
    margin-bottom: 1.2rem;
  }
}

.product-detail-head__img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .product-detail-head__img.different-size {
    margin: 20vh 0;
  }
}

.product-detail-head__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

@media screen and (min-width: 769px) {
  .product-detail-head__label-wrap {
    margin-bottom: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-detail-head__label {
  color: #ffffff;
  font-size: 1rem;
  padding-top: 0.4rem;
  padding-left: 0.4rem;
  padding-bottom: 0.4rem;
  padding-right: 0.4rem;
  margin-right: 0.8rem;
}

@media screen and (min-width: 769px) {
  .product-detail-head__label {
    font-size: 1.5rem;
    padding: 0.55rem 0.8rem;
    margin-right: 0.9rem;
  }
}

.product-detail-head__label--new {
  background-color: #D94040;
}

.product-detail-head__label--patent {
  background-color: #399a2d;
}

.product-detail-head__name {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.63;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .product-detail-head__name {
    font-size: 3.6rem;
    line-height: 1.33;
  }
}

.product-detail-head__description-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .product-detail-head__description-text {
    font-size: 1.8rem;
    line-height: 1.88;
  }
}

.product-detail-head__annotation p {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 2.5rem;
  line-height: 1.6;
}

.product-detail-head__title {
  margin-bottom: 1.8rem;
}

.product-detail-body__inner {
  background-color: #dbeef4;
  padding-top: 4.7rem;
  padding-bottom: 7.4rem;
}

@media screen and (min-width: 769px) {
  .product-detail-body__inner {
    padding-top: 6.5rem;
    padding-bottom: 5.388rem;
  }
}

@media screen and (min-width: 769px) {
  .product-detail-body__container {
    max-width: 122rem;
  }
}

.product-detail-body__tab-wrapper {
  margin-bottom: 4.4rem;
}

@media screen and (min-width: 769px) {
  .product-detail-body__tab-wrapper {
    margin-bottom: 7.7rem;
  }
}

.product-detail-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.product-detail-tab__item {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  background-color: #999999;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  min-height: 4.2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-right: 0.3rem;
  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;
}

.product-detail-tab__item:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__item {
    margin-right: 1.6rem;
    font-size: 1.8rem;
    line-height: 1.88;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}

.product-detail-tab__item--mesh-fence.product-detail-tab__item--active {
  background-color: #683d8b;
}

.product-detail-tab__item--net-fence.product-detail-tab__item--active {
  background-color: #3e589a;
}

.product-detail-tab__item--blindfold-fence.product-detail-tab__item--active {
  background-color: #0a89c3;
}

.product-detail-tab__item--vertical-grid.product-detail-tab__item--active {
  background-color: #4dae9b;
}

.product-detail-tab__item--high-fence.product-detail-tab__item--active {
  background-color: #2aa039;
}

.product-detail-tab__item--specific-customer.product-detail-tab__item--active {
  background-color: #1f4222;
}

.product-detail-tab__item--large-gate.product-detail-tab__item--active {
  background-color: #c07c50;
}

.product-detail-tab__item--folded-plate.product-detail-tab__item--active {
  background-color: #055173;
}

.product-detail-tab__item--snowy-area.product-detail-tab__item--active {
  background-color: #8fb5db;
}

.product-detail-tab__item--road-related.product-detail-tab__item--active {
  background-color: #58835c;
}

.product-detail-tab__item--metal-form.product-detail-tab__item--active {
  background-color: #8f1d2e;
}

.product-detail-tab__item--makeup-form.product-detail-tab__item--active {
  background-color: #b16974;
}

.product-detail-tab__item--steel-plate.product-detail-tab__item--active {
  background-color: #82c167;
}

.product-detail-tab__item--disaster-products.product-detail-tab__item--active {
  background-color: #9cca48;
}

.product-detail-tab__content-wrapper {
  padding-top: 2.6rem;
  padding-bottom: 4.1rem;
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__content-wrapper {
    padding-top: 7.3rem;
    padding-bottom: 5.5rem;
  }
}

.product-detail-tab__content {
  display: none;
}

.product-detail-tab__content--show {
  display: block;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  max-width: 101.4rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__content--show {
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 104.2rem;
  }
}

.product-detail-tab__content-section {
  margin-bottom: 4rem;
  overflow-y: hidden;
}

.product-detail-tab__content-section:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__content-section {
    margin-bottom: 5rem;
  }
}

.product-detail-tab__content-section2 {
  margin-bottom: 3rem;
  overflow-y: hidden;
}

.product-detail-tab__content-section2:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__content-section2 {
    margin-bottom: 4.9rem;
  }
}

.product-detail-tab__content-section3 {
  margin-bottom: 1.9rem;
  overflow-y: hidden;
}

.product-detail-tab__content-section3:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__content-section3 {
    margin-bottom: 3rem;
  }
}

.product-detail-tab__content-section--caution {
  background-color: #e0e0e0;
}

.product-detail-tab__caution-inner {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.4rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__caution-inner {
    padding-top: 2.2rem;
    padding-left: 3.6rem;
    padding-bottom: 3.5rem;
    padding-right: 3.6rem;
  }
}

.product-detail-tab__caution-heading-wrap {
  text-align: center;
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__caution-heading-wrap {
    margin-bottom: 1.8rem;
  }
}

.product-detail-tab__caution-heading2-wrap {
  text-align: center;
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__caution-heading2-wrap {
    margin-bottom: 1.8rem;
  }
}

.product-detail-tab__caution-heading {
  color: #D94040;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__caution-heading {
    font-size: 1.8rem;
  }
}

.product-detail-tab__caution-heading2 {
  color: #0b6da9;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__caution-heading2 {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.product-detail-tab__caution-icon::before {
  content: "\f071";
  font-family: FontAwesome;
  margin-right: 0.763rem;
  color: #ebcc68;
}

.product-detail-tab__heading3-wrapper {
  margin-bottom: 1.7rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__heading3-wrapper {
    margin-bottom: 3rem;
  }
}

.product-detail-tab__heading3 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  border-left: 0.64rem solid;
  padding-left: 0.36rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__heading3 {
    font-size: 1.8rem;
  }
}

.product-detail-tab__heading3--color-mesh-fence {
  border-left-color: #683d8b;
}

.product-detail-tab__heading3--color-net-fence {
  border-left-color: #3e589a;
}

.product-detail-tab__heading3--color-blindfold-fence {
  border-left-color: #0a89c3;
}

.product-detail-tab__heading3--color-vertical-grid {
  border-left-color: #4dae9b;
}

.product-detail-tab__heading3--color-high-fence {
  border-left-color: #2aa039;
}

.product-detail-tab__heading3--color-specific-customer {
  border-left-color: #1f4222;
}

.product-detail-tab__heading3--color-large-gate {
  border-left-color: #c07c50;
}

.product-detail-tab__heading3--color-folded-plate {
  border-left-color: #055173;
}

.product-detail-tab__heading3--color-snowy-area {
  border-left-color: #8fb5db;
}

.product-detail-tab__heading3--color-road-related {
  border-left-color: #58835c;
}

.product-detail-tab__heading3--color-metal-form {
  border-left-color: #8f1d2e;
}

.product-detail-tab__heading3--color-makeup-form {
  border-left-color: #b16974;
}

.product-detail-tab__heading3--color-steel-plate {
  border-left-color: #82c167;
}

.product-detail-tab__heading3--color-disaster-products {
  border-left-color: #9cca48;
}

.product-detail-tab__heading3-small {
  display: inline-block;
  padding-left: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__heading3-small {
    font-size: 1.5rem;
  }
}

.product-detail-tab__heading3-small--space-none {
  padding-left: 0;
}

.product-detail-tab__heading4-wrapper {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__heading4-wrapper {
    margin-bottom: 1.7rem;
  }
}

.product-detail-tab__heading4 {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__heading4 {
    font-size: 2.2rem;
  }
}

.product-detail-tab__heading4--color-mesh-fence {
  color: #683d8b;
}

.product-detail-tab__heading4--color-net-fence {
  color: #3e589a;
}

.product-detail-tab__heading4--color-blindfold-fence {
  color: #0a89c3;
}

.product-detail-tab__heading4--color-vertical-grid {
  color: #4dae9b;
}

.product-detail-tab__heading4--color-high-fence {
  color: #2aa039;
}

.product-detail-tab__heading4--color-specific-customer {
  color: #1f4222;
}

.product-detail-tab__heading4--color-large-gate {
  color: #c07c50;
}

.product-detail-tab__heading4--color-folded-plate {
  color: #055173;
}

.product-detail-tab__heading4--color-snowy-area {
  color: #8fb5db;
}

.product-detail-tab__heading4--color-road-related {
  color: #58835c;
}

.product-detail-tab__heading4--color-metal-form {
  color: #8f1d2e;
}

.product-detail-tab__heading4--color-makeup-form {
  color: #b16974;
}

.product-detail-tab__heading4--color-steel-plate {
  color: #82c167;
}

.product-detail-tab__heading4--color-disaster-products {
  color: #9cca48;
}

.product-detail-tab__heading5 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__heading5 {
    font-size: 1.8rem;
    line-height: 1.88;
  }
}

.product-detail-tab__heading5--color-mesh-fence {
  color: #683d8b;
}

.product-detail-tab__heading5--color-net-fence {
  color: #3e589a;
}

.product-detail-tab__heading5--color-blindfold-fence {
  color: #0a89c3;
}

.product-detail-tab__heading5--color-vertical-grid {
  color: #4dae9b;
}

.product-detail-tab__heading5--color-high-fence {
  color: #2aa039;
}

.product-detail-tab__heading5--color-specific-customer {
  color: #1f4222;
}

.product-detail-tab__heading5--color-large-gate {
  color: #c07c50;
}

.product-detail-tab__heading5--color-folded-plate {
  color: #055173;
}

.product-detail-tab__heading5--color-snowy-area {
  color: #8fb5db;
}

.product-detail-tab__heading5--color-road-related {
  color: #58835c;
}

.product-detail-tab__heading5--color-metal-form {
  color: #8f1d2e;
}

.product-detail-tab__heading5--color-makeup-form {
  color: #b16974;
}

.product-detail-tab__heading5--color-steel-plate {
  color: #82c167;
}

.product-detail-tab__heading5--color-disaster-products {
  color: #9cca48;
}

.product-detail-tab__heading5-wrap {
  margin-bottom: 1rem;
}

.product-detail-tab__heading5-wrap2 {
  margin-bottom: 1.5rem;
}

.product-detail-tab__heading-square-wrap {
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__heading-square-wrap {
    margin-bottom: 2.5rem;
  }
}

.product-detail-tab__heading-square {
  display: inline-block;
  font-size: 1.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  color: #ffffff;
}

.product-detail-tab__heading-square.metal-form {
  background-color: #8f1d2e;
}

.product-detail-tab__heading-square.steel-plate {
  background-color: #82c167;
}

.product-detail-tab__heading-square.disaster-products {
  background-color: #9cca48;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__heading-square {
    font-size: 1.8rem;
  }
}

.product-detail-tab__heading-square-box {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__heading-square-box {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .product-detail-tab__notes-box {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.product-detail-tab__notes + .product-detail-tab__heading5-wrap {
  margin-top: 3rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__column-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 481px) {
  .product-detail-tab__size-image {
    max-width: 21rem;
  }
}

.product-detail-tab__size-image__half {
  width: 17rem;
}

.product-detail-tab__content-block {
  margin-bottom: 1.7rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__content-block {
    margin-bottom: 5rem;
  }
}

.product-detail-tab__content-block:last-child {
  margin-bottom: 0;
}

.product-detail-tab__caption-column-wrap {
  margin-bottom: 1.7rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__caption-column-wrap {
    margin-bottom: 2.1rem;
  }
}

.product-detail-tab__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-detail-tab__half-box {
  margin-bottom: 2.1rem;
}

.product-detail-tab__half-box:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__half-box {
    margin-bottom: 3rem;
    width: 47.657841141%;
  }
}

.product-detail-tab__wide-box {
  margin-bottom: 2.9rem;
}

.product-detail-tab__wide-box:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__wide-box {
    margin-bottom: 3rem;
  }
}

.product-detail-tab__surface-box {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__surface-box {
    width: 32.124%;
  }
}

.product-detail-tab__surface-box figcaption {
  font-size: 1.2rem;
  margin-top: .7rem;
  line-height: 1.9;
}

.product-detail-tab__text-wrap {
  margin-bottom: 1.84rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__text-wrap {
    margin-bottom: 1.4rem;
  }
}

.product-detail-tab__text {
  font-size: 1.2rem;
  line-height: 1.66;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__text {
    font-size: 1.6rem;
    line-height: 1.81;
  }
}

.product-detail-tab__text--500 {
  font-weight: 500;
}

.product-detail ul li,
.product-detail-tab__text-indent ul li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}

@media screen and (min-width: 769px) {
  .product-detail ul li,
  .product-detail-tab__text-indent ul li {
    padding-left: 1.6rem;
    text-indent: -1.6rem;
  }
}

.product-detail-tab__text-indent-l {
  padding-left: 2.3rem !important;
  text-indent: -2.3rem !important;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__text-indent-l {
    padding-left: 3rem !important;
    text-indent: -3rem !important;
  }
}

.product-detail-tab__more-btn {
  display: inline-block;
  color: #ffffff;
  background-color: #0b6da9;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  padding-left: 7rem;
  padding-right: 7rem;
  width: 30.2rem;
  max-width: 100%;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.product-detail-tab__more-btn::after {
  content: "\f1c1";
  font-family: FontAwesome;
  line-height: 1;
  font-size: 2rem;
  margin-left: 1.5rem;
}

.product-detail-tab__more-btn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__more-btn {
    width: 23rem;
    line-height: 1.81;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }
  .product-detail-tab__more-btn::after {
    margin-left: 1.1rem;
  }
}

.product-detail-tab__figure-wrap {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__figure-wrap {
    padding: 0 10rem;
  }
}

.product-detail-tab__video iframe {
  width: 100%;
  height: 20vh;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__video iframe {
    height: 70vh;
  }
}

.product-detail-tab__more-btn--color-mesh-fence {
  background-color: #683d8b;
}

.product-detail-tab__more-btn--color-net-fence {
  background-color: #3e589a;
}

.product-detail-tab__more-btn--color-blindfold-fence {
  background-color: #0a89c3;
}

.product-detail-tab__more-btn--color-vertical-grid {
  background-color: #4dae9b;
}

.product-detail-tab__more-btn--color-high-fence {
  background-color: #2aa039;
}

.product-detail-tab__more-btn--color-specific-customer {
  background-color: #1f4222;
}

.product-detail-tab__more-btn--color-large-gate {
  background-color: #c07c50;
}

.product-detail-tab__more-btn--color-folded-plate {
  background-color: #055173;
}

.product-detail-tab__more-btn--color-snowy-area {
  background-color: #8fb5db;
}

.product-detail-tab__more-btn--color-road-related {
  background-color: #58835c;
}

.product-detail-tab__more-btn--color-metal-form {
  background-color: #8f1d2e;
}

.product-detail-tab__more-btn--color-makeup-form {
  background-color: #b16974;
}

.product-detail-tab__more-btn--color-steel-plate {
  background-color: #82c167;
}

.product-detail-tab__more-btn--color-disaster-products {
  background-color: #9cca48;
}

.product-detail-tab__table {
  border-collapse: separate;
  border-spacing: 0.2rem 0.2rem;
  min-width: 100%;
  text-align: center;
  margin: -0.2rem;
}

.product-detail-tab__th {
  background-color: #dbeef4;
  text-align: center;
  font-weight: normal;
  font-size: 1.1rem;
  white-space: nowrap;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__th {
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.product-detail-tab__td {
  background-color: #b6e1f5;
  font-weight: normal;
  font-size: 1.1rem;
  white-space: nowrap;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  vertical-align: middle;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__td {
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.product-detail-tab__th--cross-section-width {
  width: 400px;
  min-width: 400px;
}

.product-detail-tab__td--file::before {
  content: "\f1c1";
  font-family: FontAwesome;
  color: #05a2dd;
  margin-right: 0.5rem;
}

.product-detail-tab__td--file2::before {
  content: "\f016";
  font-family: FontAwesome;
  color: #05a2dd;
  margin-right: 0.5rem;
}

.product-detail-tab__td--ycenter {
  display: table-cell;
  vertical-align: middle;
}

.product-detail-tab__td--image {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  background-color: #ffffff;
  border: 0.1rem solid #b6e1f5;
  min-width: 31.9rem;
}

.product-detail-tab__table-container {
  overflow-y: hidden;
}

.product-detail-tab__table-wrap {
  margin-bottom: .7rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__table-wrap {
    margin-bottom: .7rem;
  }
}

.product-detail-tab__color-wrapper {
  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;
  margin-bottom: 1.1rem;
  margin-left: -2%;
}

.product-detail-tab__color-wrapper:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__color-wrapper {
    margin-bottom: 0.7rem;
    margin-left: -1.2%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.product-detail-tab__color {
  width: 48%;
  margin-bottom: 1.1rem;
  margin-left: 2%;
}

.product-detail-tab__color:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__color {
    width: 15.466666667%;
    margin-bottom: 0;
    margin-left: 1.2%;
  }
}

.product-detail-tab__color p {
  font-size: 1.1rem;
  line-height: 1.63;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__color p {
    font-size: 1.4rem;
    line-height: 1.78;
  }
}

.product-detail-tab__color-img-wrap {
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__color-img-wrap {
    margin-bottom: 0.4rem;
  }
}

.product-detail-tab__notes {
  font-size: 1rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left 0;
          transform-origin: left 0;
  line-height: 1.9;
  margin-bottom: 3rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__notes {
    font-size: 1.2rem;
    -webkit-transform: none;
            transform: none;
  }
}

.product-detail-tab__notes:last-of-type {
  margin-bottom: 0;
}

.product-detail-tab__notes--right {
  text-align: right;
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
}

.product-detail-tab__small {
  font-size: inherit;
}

.product-detail-tab__caution-text-wrapper {
  margin-bottom: 1.3rem;
}

.product-detail-tab__caution-text-wrapper:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__caution-text-wrapper {
    margin-bottom: 3.4rem;
  }
}

.product-detail-tab__caution-text {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.77;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__caution-text {
    font-size: 1.4rem;
  }
}

.products-banner__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .products-banner__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.products-banner__box {
  margin-bottom: 1.5rem;
  width: 100%;
  position: relative;
  background-color: #222222;
  overflow: hidden;
}

.products-banner__box:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .products-banner__box {
    margin-bottom: 0;
    width: 49.23%;
  }
}

.products-banner__wide-wrap {
  position: relative;
  background-color: #222222;
  margin-bottom: 1.7rem;
  overflow: hidden;
}

.products-banner__text-position {
  position: absolute;
  z-index: 1;
  top: 1.4rem;
  left: 1.7rem;
}

@media screen and (min-width: 769px) {
  .products-banner__text-position {
    top: 1.8rem;
    left: 2.2rem;
  }
}

.products-banner__text {
  font-size: 1.7rem;
  font-weight: 500;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .products-banner__text {
    font-size: 1.9rem;
  }
}

.products-banner__link {
  display: block;
}

.products-banner__img {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  opacity: 0.6;
}

.products-banner__img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}

.product-detail__breadcrumb-wrap {
  display: none;
  padding-bottom: 6.7rem;
  padding-top: 2.1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 769px) {
  .product-detail__breadcrumb-wrap {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .product-detail__breadcrumb-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.product-detail-tab__standard-drawing-wrap {
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 769px) {
  .product-detail-tab__standard-drawing-wrap {
    margin-bottom: 2.699rem;
  }
}

.product-detail__annotation-box p {
  font-size: 1.2rem;
  line-height: 1.9;
  margin-top: 2rem;
}

/* ----------------------------------------------------------
  Block: case-detail
---------------------------------------------------------- */
.case-detail {
  position: relative;
  background-color: #ffffff;
  margin-top: 5rem;
}

@media screen and (min-width: 398px) {
  .case-detail {
    margin-top: 7rem;
  }
}

@media screen and (min-width: 1024px) {
  .case-detail {
    margin-top: 9rem;
  }
}

.case-detail__breadcrumb-wrap {
  display: none;
}

@media screen and (min-width: 769px) {
  .case-detail__breadcrumb-wrap {
    display: block;
    padding-bottom: 3.8rem;
    padding-top: 2.1rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.case-detail__content {
  padding-top: 0.9rem;
  padding-bottom: 3.4rem;
}

@media screen and (min-width: 769px) {
  .case-detail__content {
    padding-top: 0;
    padding-bottom: 4rem;
  }
}

.case-detail__cases-heading {
  padding-bottom: 3.3rem;
}

@media screen and (min-width: 769px) {
  .case-detail__cases-heading {
    padding-bottom: 5.5rem;
  }
}

.case-detail-slider__main-image-container {
  margin-bottom: 1.3rem;
  width: auto;
}

@media screen and (min-width: 769px) {
  .case-detail-slider__main-image-container {
    margin-bottom: 2.8rem;
    width: 600px;
  }
}

.case-detail-slider__thumbnail-slide::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #05a2dd;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.case-detail-slider__thumbnail-slide::after {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.case-detail-slider__thumbnail-slide--active::before {
  opacity: 1;
}

.case-detail-slider__thumbnail-slide--active::after {
  opacity: 0;
}

.case-detail-description__section {
  margin-bottom: 2rem;
}

.case-detail-description__section:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .case-detail-description__section {
    margin-bottom: 2.5rem;
  }
}

.case-detail-description__heading-wrap {
  margin-bottom: 0.6rem;
}

@media screen and (min-width: 769px) {
  .case-detail-description__heading-wrap {
    margin-bottom: 0.8rem;
  }
}

.case-detail-description__heading {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .case-detail-description__heading {
    font-size: 1.8rem;
  }
}

.case-detail-description__text {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.63;
}

@media screen and (min-width: 769px) {
  .case-detail-description__text {
    font-size: 1.6rem;
    line-height: 1.81;
  }
}

.case-detail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .case-detail-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 15.6rem;
  }
}

.case-detail-slider {
  width: 100%;
  margin-bottom: 3.5rem;
  min-height: 0%;
}

@media screen and (min-width: 769px) {
  .case-detail-slider {
    min-height: auto;
    width: 600px;
    margin-bottom: 0;
  }
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  width: 100% !important;
}

@media screen and (min-width: 769px) {
  .case-detail-slider__thumbnail-slide {
    width: 32% !important;
  }
}

.case-detail-description {
  width: 100%;
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 769px) {
  .case-detail-description {
    padding-left: 10%;
    width: calc(100% - 600px);
  }
}

.case-detail-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 21rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .case-detail-button {
    max-width: 28.2rem;
  }
}

.case-detail-button__text {
  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-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border: 0.1rem solid #0b6da9;
  font-size: 1.2rem;
  border-radius: 3rem;
  color: #0b6da9;
  font-weight: 500;
  height: 3.2rem;
  min-width: 13rem;
}

@media screen and (min-width: 769px) {
  .case-detail-button__text {
    height: 4.4rem;
    min-width: 16.9rem;
    font-size: 1.6rem;
  }
}

.case-detail-button__prev {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: 0.1rem solid #0b6da9;
  border-radius: 50%;
  height: 3.2rem;
  width: 3.2rem;
}

@media screen and (min-width: 769px) {
  .case-detail-button__prev {
    height: 4.4rem;
    width: 4.4rem;
  }
}

.case-detail-button__prev::before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 1.8rem;
  position: absolute;
  color: #0b6da9;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .case-detail-button__prev::before {
    font-size: 2rem;
  }
}

.case-detail-button__next {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border: 0.1rem solid #0b6da9;
  border-radius: 50%;
  height: 3.2rem;
  width: 3.2rem;
}

@media screen and (min-width: 769px) {
  .case-detail-button__next {
    height: 4.4rem;
    width: 4.4rem;
  }
}

.case-detail-button__next::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.8rem;
  position: absolute;
  color: #0b6da9;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .case-detail-button__next::before {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------------
  Block: cases
---------------------------------------------------------- */
.cases {
  position: relative;
  background-color: #ffffff;
  margin-top: 5rem;
}

@media screen and (min-width: 398px) {
  .cases {
    margin-top: 7rem;
  }
}

@media screen and (min-width: 1024px) {
  .cases {
    margin-top: 9rem;
  }
}

.cases__heading {
  padding-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .cases__heading {
    padding-bottom: 3.8rem;
  }
}

.cases__content-wrap {
  padding-top: 4.2rem;
  padding-bottom: 9.1rem;
}

@media screen and (min-width: 769px) {
  .cases__content-wrap {
    padding-top: 5.6rem;
    padding-bottom: 12.7rem;
  }
}

.cases__tile {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .cases__tile {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .cases__tile {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}

.cases__tile-item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .cases__tile-item {
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: left;
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .cases__tile-item {
    width: 25%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    text-align: left;
    position: relative;
  }
}

.cases__tile-thumb-wrap {
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 769px) {
  .cases__tile-thumb-wrap {
    margin-bottom: 1.5rem;
  }
}

.cases__tile-thumb-wrap img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cases__tile-tag-wrap {
  margin-bottom: 1.2rem;
}

.cases__tile-text {
  font-size: 1.1rem;
  line-height: 1.63;
  margin-bottom: 3.3rem;
}

@media screen and (min-width: 769px) {
  .cases__tile-text {
    font-size: 1.4rem;
    line-height: 1.78;
    margin-bottom: 3.7rem;
    height: 8rem;
  }
}

@media screen and (min-width: 1024px) {
  .cases__tile-text {
    margin-bottom: 4rem;
  }
}

.cases-search__section-wrap {
  padding-top: 1.7rem;
}

.cases-search__section {
  background-color: #0b6da9;
}

.cases-search__section-inner {
  padding-top: 2.7rem;
  padding-bottom: 1.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media screen and (min-width: 769px) {
  .cases-search__section-inner {
    padding-top: 3.6rem;
    padding-bottom: 2.7rem;
    padding-left: 9.2rem;
    padding-right: 9.2rem;
    position: relative;
  }
}

.cases-search__toggle {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  padding-right: 2rem;
  display: inline-block;
  cursor: pointer;
}

.cases-search__toggle::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0;
  border-bottom: solid 0.14rem #222222;
  border-right: solid 0.14rem #222222;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (min-width: 769px) {
  .cases-search__toggle {
    font-size: 1.6rem;
  }
}

.cases-search__toggle--active::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.cases-search__products-section {
  margin-bottom: 3rem;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .cases-search__products-section {
    margin-bottom: 2.2rem;
  }
}

.cases-search__products-wrap {
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 769px) {
  .cases-search__products-wrap {
    margin-bottom: 1.6rem;
  }
}

.cases-search__products {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
}

.cases-search__checkbox,
.cases-search__unselect-checkbox {
  display: none;
}

.cases-search__label-container {
  margin-bottom: -1rem;
}

@media screen and (min-width: 769px) {
  .cases-search__label-container {
    margin-bottom: -1.6rem;
  }
}

.cases-search__label-wrap {
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 0.3rem;
}

@media screen and (min-width: 769px) {
  .cases-search__label-wrap {
    margin-right: 0.7rem;
    margin-bottom: 1.6rem;
  }
}

.cases-search__label {
  display: inline-block;
  font-size: 1.1rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

@media screen and (min-width: 769px) {
  .cases-search__label {
    font-size: 1.4rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.cases-search__checkbox:checked + .cases-search__label {
  background-color: white;
  color: #0b6da9;
}

.cases-search__unselect-label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 769px) {
  .cases-search__unselect-label-wrap {
    position: absolute;
    right: 1rem;
    bottom: 2rem;
  }
}

.cases-search__unselect-label {
  color: #ffffff;
  font-size: 1.1rem;
  position: relative;
  padding-left: 1.4rem;
}

.cases-search__unselect-label::before {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .cases-search__unselect-label {
    font-size: 1.2rem;
  }
  .cases-search__unselect-label::before {
    font-size: 1.2rem;
  }
}

.cases-heading__title {
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .cases-heading__title {
    font-size: 3.6rem;
  }
}

.cases-heading__subtitle {
  font-size: 1.1rem;
  font-weight: normal;
  color: #aaaaaa;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .cases-heading__subtitle {
    font-size: 1.6rem;
  }
}

.cases-heading__title-wrap,
.cases-heading__subtitle-wrap {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cases-heading__title-wrap,
  .cases-heading__subtitle-wrap {
    text-align: left;
  }
}

.cases-heading__title-wrap {
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .cases-heading__title-wrap {
    margin-bottom: 1.6rem;
  }
}

.cases-tag {
  display: inline-block;
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  background-color: #05a2dd;
  font-size: 1.1rem;
  color: #ffffff;
  border-radius: 3rem;
}

@media screen and (min-width: 769px) {
  .cases-tag {
    font-size: 1.2rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

/* ----------------------------------------------------------
  Block: scroll-arrow
---------------------------------------------------------- */
.scroll-arrow {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 90;
}

.scroll-arrow .scroll-arrow__text {
  font-size: 1.3rem;
  margin: 0;
  font-weight: 500;
  color: #0b6da9;
  position: absolute;
  left: -38px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 769px) {
  .scroll-arrow .scroll-arrow__text {
    font-size: 1.6rem;
    left: -50px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

.scroll-arrow span.scroll-arrow__line {
  display: block;
  width: 45px;
  height: 2px;
  z-index: 90;
  background-color: #0b6da9;
  position: relative;
  -webkit-animation: scroll 3s cubic-bezier(1, 0, 0, 1) infinite;
          animation: scroll 3s cubic-bezier(1, 0, 0, 1) infinite;
  bottom: -5px;
  left: 20px;
}

@media screen and (min-width: 769px) {
  .scroll-arrow span.scroll-arrow__line {
    width: 60px;
    bottom: -7px;
  }
}

@-webkit-keyframes arrow01 {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  30% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.9;
  }
  85% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes arrow01 {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  30% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.9;
  }
  85% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

.scroll-arrow span.scroll-arrow__line::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border-right: 2px solid #0b6da9;
  -webkit-transform: rotate(-45deg) scale(1, 0);
          transform: rotate(-45deg) scale(1, 0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  position: absolute;
  bottom: 2px;
  right: 1px;
  -webkit-animation: arrow02 3s ease-in-out infinite forwards;
          animation: arrow02 3s ease-in-out infinite forwards;
  z-index: 90;
}

@-webkit-keyframes arrow02 {
  0% {
    -webkit-transform: rotate(-45deg) scale(1, 0);
            transform: rotate(-45deg) scale(1, 0);
  }
  45% {
    -webkit-transform: rotate(-45deg) scale(1, 0);
            transform: rotate(-45deg) scale(1, 0);
  }
  55% {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1);
  }
  85% {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1);
    opacity: 1;
  }
  90% {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
}

@keyframes arrow02 {
  0% {
    -webkit-transform: rotate(-45deg) scale(1, 0);
            transform: rotate(-45deg) scale(1, 0);
  }
  45% {
    -webkit-transform: rotate(-45deg) scale(1, 0);
            transform: rotate(-45deg) scale(1, 0);
  }
  55% {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1);
  }
  85% {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1);
    opacity: 1;
  }
  90% {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
}

/* ----------------------------------------------------------
  Block: detail-link
---------------------------------------------------------- */
.detail-link {
  text-align: right;
}

.detail-link__text {
  font-size: 1.3rem;
  font-weight: 500;
  color: #0066a8;
  margin-right: 1.5rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .detail-link__text {
    font-size: 1.8rem;
  }
}

.detail-link__text::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: -1.2rem;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

@media screen and (min-width: 769px) {
  .detail-link__text::after {
    font-size: 1.8rem;
    top: 18%;
  }
}

.detail-link__text:hover::after {
  right: -1.5rem;
}

/* ----------------------------------------------------------
  Block: header
---------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 5rem;
}

@media screen and (min-width: 398px) {
  .header__wrapper {
    height: 7rem;
  }
}

@media screen and (min-width: 1024px) {
  .header__wrapper {
    height: 9rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.header__logo {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
  max-width: 41rem;
}

@media screen and (min-width: 769px) {
  .header__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0rem;
            flex: 1 1 0rem;
  }
}

.header__logo-image {
  width: 100%;
}

.header__nav {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header__nav {
    display: block;
    -webkit-box-flex: 2;
        -ms-flex: 2 1 0rem;
            flex: 2 1 0rem;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  margin-left: auto;
}

.header__nav-link {
  position: relative;
}

.header__nav-link::after {
  position: absolute;
  bottom: 1.35rem;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  background-color: #05a2dd;
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  overflow: hidden;
}

.header__nav-link--border-bottom::after,
.header__nav-link--current::after {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .header__nav-item--spacing {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

.header__nav-link {
  display: inline-block;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
}

.header__nav-button {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  padding: 1.1rem 1rem;
  color: #ffffff;
  background-color: #05a2dd;
  border-radius: 0.5rem;
  white-space: nowrap;
}

.header__nav-button:hover {
  background-color: #b6e1f5;
  border-color: transparent;
}

.header__button-icon-wrapper {
  text-align: center;
  margin-top: 0.5rem;
}

.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 5rem;
}

@media screen and (min-width: 1024px) {
  .header__menu {
    display: none;
  }
}

/* ----------------------------------------------------------
  Block: main-visual
---------------------------------------------------------- */
.main-visual {
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -2;
}

.main-visual__slide-image {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.main-visual__slide-image--1 {
  background-image: url(../images/top/mv_1_sp.png);
}

@media screen and (min-width: 769px) {
  .main-visual__slide-image--1 {
    background-image: url(../images/top/mv_1_pc.png);
  }
}

.main-visual__slide-image--2 {
  background-image: url(../images/top/mv_2_sp.png);
}

@media screen and (min-width: 769px) {
  .main-visual__slide-image--2 {
    background-image: url(../images/top/mv_2_pc.png);
  }
}

.main-visual__slide-image--3 {
  background-image: url(../images/top/mv_3_sp.png);
}

@media screen and (min-width: 769px) {
  .main-visual__slide-image--3 {
    background-image: url(../images/top/mv_3_pc.png);
  }
}

.main-visual__slide-image--4 {
  background-image: url(../images/top/mv_4_sp.png);
}

@media screen and (min-width: 769px) {
  .main-visual__slide-image--4 {
    background-image: url(../images/top/mv_4_pc.png);
  }
}

.main-visual__slide-image--5 {
  background-image: url(../images/top/mv_5_sp.png);
}

@media screen and (min-width: 769px) {
  .main-visual__slide-image--5 {
    background-image: url(../images/top/mv_5_pc.png);
  }
}

.main-visual__slide-image--6 {
  background-image: url(../images/top/mv_6_sp.png);
}

@media screen and (min-width: 769px) {
  .main-visual__slide-image--6 {
    background-image: url(../images/top/mv_6_pc.png);
  }
}

.main-visual__title {
  position: absolute;
  top: 25%;
  left: 2rem;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  font-size: 3.2rem;
  color: #ffffff;
  text-shadow: 0px 3px 6px #00000080;
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .main-visual__title {
    left: 3rem;
    font-size: 5.6rem;
    line-height: 1.2;
  }
}

.main-visual__title--1 {
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .main-visual__title--1 {
    top: 50%;
  }
}

.main-visual__title--2 {
  font-size: 3rem;
  top: 74%;
  left: 2rem;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .main-visual__title--2 {
    font-size: 5.6rem;
    top: 82%;
    left: 5.5rem;
  }
}

.main-visual__title--3 {
  font-size: 3rem;
  left: unset;
  right: 2rem;
  top: 17%;
  text-align: left;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .main-visual__title--3 {
    font-size: 5.6rem;
    right: 6rem;
    top: 24%;
    text-align: right;
  }
}

.main-visual__title--4 {
  font-size: 3rem;
  top: 74%;
  left: unset;
  right: 2rem;
  text-align: left;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .main-visual__title--4 {
    font-size: 5.6rem;
    top: 77%;
    right: 9rem;
    text-align: right;
  }
}

.main-visual__title--5 {
  font-size: 3rem;
  left: 2rem;
  top: 17%;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .main-visual__title--5 {
    font-size: 5.6rem;
    top: 22%;
    left: 5.5rem;
  }
}

.main-visual__title--6 {
  font-size: 3rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .main-visual__title--6 {
    font-size: 5.6rem;
  }
}

.main-visual__title-series {
  font-size: 2rem;
}

@media screen and (min-width: 769px) {
  .main-visual__title-series {
    font-size: 3.2rem;
  }
}

.main-visual__title-sub {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .main-visual__title-sub {
    font-size: 2.2rem;
  }
}

.swiper-pagination.main-visual__swiper-pagination {
  top: -8rem;
  right: 1.15rem;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .swiper-pagination.main-visual__swiper-pagination {
    top: -3rem;
  }
}

.main-visual__swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  margin-left: 0.85rem;
  margin-right: 0.85rem;
  outline: none;
}

.main-visual__swiper-pagination .swiper-pagination-bullet-active {
  background: #0b6da9;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

/* ----------------------------------------------------------
  Block: hamberger-button
---------------------------------------------------------- */
.hamberger-button {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.hamberger-button__border1,
.hamberger-button__border2,
.hamberger-button__border3 {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 47%;
  right: 2rem;
  width: 2.3rem;
  height: 0.2rem;
  background-color: #0b6da9;
}

.hamberger-button__border1 {
  top: 32%;
}

.hamberger-button__border3 {
  top: 63%;
}

.hamberger-button--active .hamberger-button__border1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 47%;
}

.hamberger-button--active .hamberger-button__border2 {
  opacity: 0;
}

.hamberger-button--active .hamberger-button__border3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 47%;
}

.hamberger-content__submenu-button {
  display: inline-block;
  width: 26rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 1rem;
  background-image: none;
  background-color: #0b6da9;
  color: #ffffff;
  border: none;
  border-radius: 3rem;
  cursor: pointer;
  position: relative;
  height: auto;
  line-height: 2rem;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.hamberger-content__submenu-button:hover {
  background-color: #b6e1f5;
  border-color: transparent;
}

.hamberger-content__submenu-button::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 2.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.hamberger-content__submenu-button:hover::after {
  right: 2.7rem;
}

.content--noscroll {
  overflow: hidden;
}

/* ----------------------------------------------------------
  Block: hamberger-content
---------------------------------------------------------- */
.hamberger-content {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  position: fixed;
  left: 0;
  top: 5rem;
  right: 0;
  bottom: 0;
  overflow: scroll;
  z-index: 10;
  background-color: #555555;
  color: #ffffff;
  width: 100%;
  line-height: 2.8rem;
  pointer-events: none;
}

.hamberger-content--open {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}

.hamberger-content--close {
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  pointer-events: none;
}

.hamberger-content__wrapper {
  padding: 3.1rem 2rem 3.4rem 2rem;
}

.hamberger-content__submenu {
  display: none;
  padding-left: 1.6rem;
  margin-bottom: 3.1rem;
}

.hamberger-content__acordion {
  margin-bottom: 3.5rem;
}

.hamberger-content__acordion-link {
  display: block;
  position: relative;
  font-size: 1.8rem;
  padding-top: 1.7rem;
  padding-right: 1.2rem;
  padding-bottom: 1.1rem;
  font-weight: 500;
}

.hamberger-content__acordion-link::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 1.2rem;
  height: 0.1rem;
  background-color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamberger-content__acordion-link::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 1.2rem;
  height: 0.1rem;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamberger-content__acordion-link--open::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.hamberger-content__acordion-link--open::after {
  background-color: transparent;
}

.hamberger-content__subtext {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.hamberger-content__subtext::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamberger-content__subtext-link {
  display: block;
}

.submenu-contact {
  padding-left: 0;
}

.hamberger-content__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: 1.5rem 2.5% 2.5rem;
}

.hunmberger-content__contact-button {
  display: inline-block;
  width: 10rem;
  height: auto;
  font-size: 1.6rem;
  padding: 0.7rem 0;
  background-image: none;
  background-color: #ffffff;
  color: #0b6da9;
  border: none;
  border-radius: 0.8rem;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-weight: 500;
}

.fa--wrap-icon {
  margin-top: 0.3rem;
}

.fa--wrap-icon::before {
  font-size: 2rem;
}

.hamberger-content__contact-wrapper {
  margin-bottom: 3.3rem;
  text-align: center;
}

.hamberger-content__contact-button {
  display: inline-block;
  width: 90%;
  max-width: 40rem;
  height: auto;
  font-size: 1.6rem;
  padding: 1.4rem 0.5rem;
  background-image: none;
  background-color: #05a2dd;
  color: #ffffff;
  border: none;
  border-radius: 3rem;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-weight: 500;
}

.hamberger-content__contact-button:hover {
  background-color: #b6e1f5;
  border-color: transparent;
}

.fa--contact-button-icon1::before,
.fa--contact-button-icon2::before {
  font-size: 1.8rem;
}

.fa--contact-button-icon1::before {
  margin-left: -1rem;
}

.hamberger-content__about-page {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
}

.hamberger-button__item {
  margin-bottom: 0.6rem;
}

/* ----------------------------------------------------------
  Block: new-products
---------------------------------------------------------- */
.new-products {
  background-color: #dbeef4;
  margin-bottom: 2.2rem;
}

.new-products__inner {
  padding-top: 5.5rem;
  padding-bottom: 10rem;
}

@media screen and (min-width: 769px) {
  .new-products__inner {
    padding-top: 6rem;
  }
}

.new-products__container {
  max-width: 114.8rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 5.3rem;
}

@media screen and (min-width: 769px) {
  .new-products__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.new-products__link {
  display: block;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.new-products__link:hover {
  opacity: 0.6;
}

.new-products__title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.62;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .new-products__title {
    font-size: 3.6rem;
  }
}

.new-products__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .new-products__text {
    font-size: 1.8rem;
  }
}

.new-products__carousel {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .new-products__carousel {
    max-width: 114.8rem;
    margin: 0 auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.new-products__carousel-image {
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
}

.new-products__carousel-text {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .new-products__carousel-text {
    font-size: 1.6rem;
  }
}

.new-products__swiper-pagination {
  bottom: -22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.new-products__swiper-button-prev,
.new-products__swiper-button-next {
  background: none;
  width: 1.27rem;
  height: 1.27rem;
  margin-top: 0;
  top: 35%;
  outline: none;
}

.new-products__swiper-button-prev {
  left: 1.8rem;
  border: 0;
  border-bottom: solid 0.4rem #0b6da9;
  border-left: solid 0.4rem #0b6da9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .new-products__swiper-button-prev {
    top: 43%;
    left: 1rem;
    border-bottom: solid 0.2rem #0b6da9;
    border-left: solid 0.2rem #0b6da9;
  }
}

.new-products__swiper-button-next {
  right: 1.8rem;
  border: 0;
  border-top: solid 0.4rem #0b6da9;
  border-right: solid 0.4rem #0b6da9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .new-products__swiper-button-next {
    top: 43%;
    right: 1rem;
    border-top: solid 0.2rem #0b6da9;
    border-right: solid 0.2rem #0b6da9;
  }
}

.new-products__swiper-pagination .swiper-pagination-bullet {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  outline: none;
}

/* ----------------------------------------------------------
  Block: product-information
---------------------------------------------------------- */
.product-information {
  background-color: #dbeef4;
}

.product-information__inner {
  padding-top: 5.5rem;
  padding-bottom: 2.2rem;
}

@media screen and (min-width: 769px) {
  .product-information__inner {
    padding-top: 6rem;
  }
}

.product-information__container {
  max-width: 114.8rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 769px) {
  .product-information__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.product-information__title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.62;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .product-information__title {
    font-size: 3.6rem;
  }
}

.product-information__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5.3rem;
}

@media screen and (min-width: 769px) {
  .product-information__text {
    font-size: 1.8rem;
  }
}

.product-information__tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 78rem;
  margin: 0 auto;
}

.product-information__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0rem;
          flex: 1 1 0rem;
  height: 9.5rem;
  text-align: center;
  color: #999999;
  position: relative;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

@media screen and (min-width: 398px) {
  .product-information__tab {
    height: 7.5rem;
  }
}

@media screen and (min-width: 769px) {
  .product-information__tab {
    height: 12rem;
  }
}

.product-information__tab-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

@media screen and (min-width: 769px) {
  .product-information__tab-name {
    font-size: 2.4rem;
  }
}

.product-information__tab-name--en {
  font-size: 1rem;
  font-weight: 500;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  white-space: nowrap;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

@media screen and (min-width: 769px) {
  .product-information__tab-name--en {
    -webkit-transform: none;
            transform: none;
  }
}

.product-information__tab::after {
  content: "\025cf";
  font-size: 1rem;
  opacity: 0;
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

@media screen and (min-width: 769px) {
  .product-information__tab::after {
    bottom: 40%;
  }
}

.product-information__tab--active::after {
  opacity: 1;
}

.product-information__tab--active {
  font-size: 1.8rem;
  color: #0b6da9;
}

.product-information__tab--active > .product-information__tab-name {
  font-size: 1.8rem;
  margin-top: -0.5rem;
  margin-bottom: 0.7rem;
}

@media screen and (min-width: 769px) {
  .product-information__tab--active > .product-information__tab-name {
    font-size: 3rem;
  }
}

.product-information__tab--active > .product-information__tab-name--en {
  -webkit-transform: none;
          transform: none;
}

@media screen and (min-width: 769px) {
  .product-information__tab--active > .product-information__tab-name--en {
    font-size: 1.4rem;
  }
}

.product-information__tile-container {
  background-color: #ffffff;
  width: 100%;
  padding: 5.9rem 3.6rem 2.1rem 3.6rem;
}

@media screen and (min-width: 769px) {
  .product-information__tile-container {
    padding-top: 7.9rem;
    padding-bottom: 0.2rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.product-information__tab-content {
  display: none;
}

.product-information__tab-content--show {
  display: block;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .product-information__tab-content--show {
    max-width: 114.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.9rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.product-information__tile-wrapper {
  margin-bottom: 1rem;
}

/* ----------------------------------------------------------
  Block: achievement-photo
---------------------------------------------------------- */
.achievement-photo {
  width: 100%;
  padding-top: 3.3rem;
}

@media screen and (min-width: 769px) {
  .achievement-photo {
    padding-top: 12.5rem;
  }
}

.achievement-photo__alternate-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .achievement-photo__alternate-layout {
    display: block;
    position: relative;
  }
}

.achievement-photo__image-container {
  width: 80%;
  margin-left: auto;
  margin-top: -3rem;
  background-color: #222222;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .achievement-photo__image-container {
    width: 55%;
    max-height: 31.6rem;
    position: absolute;
    top: -14%;
    right: 0;
  }
}

.achievement-photo__image {
  width: 100%;
  opacity: 0.6;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.achievement-photo__image:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}

.achievement-photo__detail {
  min-height: 16.9rem;
  width: 90%;
  margin-right: auto;
  padding: 2.8rem 2rem 4rem 3.6rem;
  background-color: #0b6da9;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .achievement-photo__detail {
    height: 20vw;
    min-height: 22rem;
    max-height: 31.5rem;
    width: 60%;
    padding: 4.4rem 10rem 3rem 13.9rem;
  }
}

.achievement-photo__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.62;
  margin-bottom: auto;
}

@media screen and (min-width: 769px) {
  .achievement-photo__title {
    font-size: 3.6rem;
    margin-bottom: auto;
  }
}

@media screen and (min-width: 769px) {
  .achievement-photo__detail-link-container {
    text-align: left;
  }
}

.achievement-photo__detail-link {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 2.23;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .achievement-photo__detail-link {
    font-size: 1.8rem;
  }
}

.achievement-photo__detail-link::after {
  top: -0.7rem;
}

@media screen and (min-width: 769px) {
  .achievement-photo__detail-link::after {
    top: -0.5rem;
  }
}

/* ----------------------------------------------------------
  Block: data-download
---------------------------------------------------------- */
.data-download {
  width: 100%;
  padding-top: 3.3rem;
  margin-bottom: 3.4rem;
}

@media screen and (min-width: 769px) {
  .data-download {
    padding-top: 12.5rem;
    margin-bottom: 5.4rem;
  }
}

.data-download__alternate-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .data-download__alternate-layout {
    display: block;
    position: relative;
  }
}

.data-download__image-container {
  width: 80%;
  margin-right: auto;
  margin-top: -3rem;
  background-color: #222222;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .data-download__image-container {
    width: 55%;
    max-height: 31.6rem;
    position: absolute;
    top: -14%;
    left: 0;
  }
}

.data-download__image {
  width: 100%;
  opacity: 0.6;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.data-download__image:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}

.data-download__detail {
  min-height: 16.9rem;
  width: 90%;
  padding: 2.8rem 2rem 4rem 3.6rem;
  background-color: #0b6da9;
  color: #fff;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .data-download__detail {
    height: 20vw;
    min-height: 22rem;
    max-height: 31.5rem;
    width: 60%;
    padding: 4.4rem 13.9rem 3rem 15vw;
    text-align: right;
  }
}

.data-download__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.62;
  margin-bottom: auto;
}

@media screen and (min-width: 769px) {
  .data-download__title {
    font-size: 3.6rem;
    margin-bottom: auto;
  }
}

.data-download__detail-link {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 2.23;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .data-download__detail-link {
    font-size: 1.8rem;
  }
}

.data-download__detail-link::after {
  top: -0.7rem;
}

@media screen and (min-width: 769px) {
  .data-download__detail-link::after {
    top: -0.5rem;
  }
}

/* ----------------------------------------------------------
  Block: employment-information
---------------------------------------------------------- */
.employment-information {
  position: relative;
  background-color: #222222;
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 769px) {
  .employment-information {
    margin-bottom: 5.4rem;
  }
}

.employment-information__wide-container {
  width: 100%;
  overflow: hidden;
}

.employment-information__wide-image {
  width: 100%;
  opacity: 0.6;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.employment-information__wide-image:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}

.employment-information__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.6rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.62;
}

@media screen and (min-width: 769px) {
  .employment-information__title {
    font-size: 3.6rem;
  }
}

/* ----------------------------------------------------------
  Block: corporate-information
---------------------------------------------------------- */
.corporate-information {
  position: relative;
  background-color: #222222;
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 769px) {
  .corporate-information {
    margin-bottom: 9rem;
  }
}

.corporate-information__wide-container {
  width: 100%;
  overflow: hidden;
}

.corporate-information__wide-image {
  width: 100%;
  opacity: 0.6;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.corporate-information__wide-image:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}

.corporate-information__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.6rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.62;
}

@media screen and (min-width: 769px) {
  .corporate-information__title {
    font-size: 3.6rem;
  }
}

/* ----------------------------------------------------------
  Block: notice
---------------------------------------------------------- */
.notice__inner {
  padding-bottom: 3.4rem;
}

@media screen and (min-width: 769px) {
  .notice__inner {
    font-size: 3.6rem;
  }
}

.notice__container {
  max-width: 114.8rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 769px) {
  .notice__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.notice__title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.62;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .notice__title {
    font-size: 3.6rem;
  }
}

.notice__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 4.5rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .notice__text {
    font-size: 1.8rem;
  }
}

.notice__tab-content {
  display: block;
  margin-bottom: 1.5rem;
}

.notice__card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.notice__card {
  width: 50%;
  margin-bottom: 1rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .notice__card {
    width: 25%;
    margin-right: 0;
  }
}

.notice__card:nth-child(n + 5) {
  display: none;
}

@media screen and (min-width: 769px) {
  .notice__card:nth-child(n + 5) {
    display: block;
  }
}

.notice__card-img-link {
  display: block;
}

.notice__card-thumb {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 769px) {
  .notice__card-thumb {
    margin-bottom: 1rem;
  }
}

.notice__card-title {
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .notice__card-title {
    font-size: 1.4rem;
  }
}

.notice__card-title-link {
  display: block;
}

.notice__date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .notice__date-wrapper {
    margin-bottom: 1.2rem;
  }
}

.notice__date {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  margin-right: 1.4rem;
}

@media screen and (min-width: 769px) {
  .notice__date {
    font-size: 1.4rem;
  }
}

.notice__date::before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 0.4rem;
}

.notice__label {
  display: inline-block;
  padding: 0.4rem 0.4rem 0.6rem 0.4rem;
  background-color: #f59e84;
  border-radius: 2rem;
  color: #ffffff;
  font-size: 1rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  width: 12rem;
  text-align: center;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .notice__label {
    font-size: 1.2rem;
    -webkit-transform: none;
            transform: none;
  }
}

.notice__label--product {
  background-color: #5c9cbf;
}

.notice__label--news {
  background-color: #ebcc68;
}

/* ----------------------------------------------------------
  Block: contact
---------------------------------------------------------- */
.contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .contact__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact__mail {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background-color: #4da4d4;
  padding: 3rem 2rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .contact__mail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0rem;
            flex: 1 1 0rem;
    padding-top: 5.4rem;
    padding-bottom: 6rem;
  }
}

.contact__telephone {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background-color: #88c2e4;
  padding: 3rem 2rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .contact__telephone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0rem;
            flex: 1 1 0rem;
    padding-top: 5.4rem;
    padding-bottom: 6rem;
  }
}

.contact__mail-title {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.75;
  margin-bottom: 2rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .contact__mail-title {
    margin-bottom: 3.4rem;
  }
}

.contact__mail-title::before {
  content: "\f003";
  font-family: FontAwesome;
  font-size: 2.1rem;
  margin-right: 1.4rem;
}

.contact__telephone-title {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.75;
  margin-bottom: 2rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .contact__telephone-title {
    margin-bottom: 3.4rem;
  }
}

.contact__telephone-title::before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 2.1rem;
  margin-right: 1.4rem;
}

.contact__mail-button {
  position: relative;
  display: inline-block;
  width: 90.2%;
  max-width: 40rem;
  color: #ffffff;
  padding: 1.4rem 4rem;
  background-color: transparent;
  border-radius: 3rem;
  border: 0.1rem solid #ffffff;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.contact__mail-button:hover {
  background-color: #b6e1f5;
  border-color: transparent;
}

.contact__mail-button::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.contact__mail-button:hover::after {
  right: 12%;
}

.contact__telephone-button {
  position: relative;
  display: inline-block;
  width: 90.2%;
  max-width: 40rem;
  color: #ffffff;
  padding: 1.4rem 4rem;
  background-color: transparent;
  border-radius: 3rem;
  border: 0.1rem solid #ffffff;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.contact__telephone-button:hover {
  background-color: #b6e1f5;
  border-color: transparent;
}

.contact__telephone-button::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.contact__telephone-button:hover::after {
  right: 12%;
}

/* ----------------------------------------------------------
  Block: footer
---------------------------------------------------------- */
.footer__inner {
  background-color: #555555;
  color: #ffffff;
  padding-top: 3.3rem;
  padding-bottom: 2rem;
}

.footer__container {
  max-width: 76rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.1rem;
  line-height: 1.64;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .footer__list {
    font-size: 1.4rem;
  }
}

.footer__item {
  width: 50%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

@media screen and (min-width: 769px) {
  .footer__item {
    width: 25%;
    text-align: center;
  }
}

.footer__item:nth-child(odd) {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .footer__item:nth-child(odd) {
    text-align: center;
  }
}

.footer__copyright {
  text-align: center;
  font-size: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 1.2rem;
    -webkit-transform: none;
            transform: none;
  }
}

/* ----------------------------------------------------------
  Block: cookie-policy
---------------------------------------------------------- */
.cookie-policy__background {
  background: #07507c;
  mix-blend-mode: multiply;
  width: 100vw;
  height: 30rem;
  position: fixed;
  bottom: 0;
  z-index: 110;
}

@media screen and (min-width: 481px) {
  .cookie-policy__background {
    height: 25rem;
  }
}

@media screen and (min-width: 769px) {
  .cookie-policy__background {
    width: 30.6rem;
    right: 0;
    height: 34.6rem;
  }
}

.cookie-policy__content {
  position: fixed;
  bottom: 4rem;
  z-index: 120;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}

@media screen and (min-width: 481px) {
  .cookie-policy__content {
    bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .cookie-policy__content {
    width: 30.6rem;
    bottom: 4rem;
    right: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.cookie-policy__text {
  color: #ffffff;
  margin-bottom: 9vw;
  font-size: 1.4rem;
  line-height: 1.78;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .cookie-policy__text {
    margin-bottom: 2rem;
  }
}

.cookie-policy__button-container {
  text-align: center;
}

.cookie-policy__button {
  width: 16.5rem;
  font-size: 1.4rem;
  background-color: #0b6da9;
  opacity: 1;
  padding: 1rem 2.8rem;
  color: #ffffff;
  display: inline-block;
  border-radius: 3rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .cookie-policy__button {
    font-size: 1.6rem;
  }
}

.cookie-policy__link {
  text-decoration: underline;
}

.cookie-policy__link::after {
  content: "\f08e";
  font-family: FontAwesome;
}

.cookie-policy__button:hover {
  background-color: #b6e1f5;
  border-color: transparent;
}

.cookie-policy__button::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13%;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.cookie-policy__button:hover::after {
  right: 12%;
}

/* ----------------------------------------------------------
  Block: scroll-fade (for ScrollMagic)
---------------------------------------------------------- */
.scroll-fade {
  opacity: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.scroll-fade--is-visible {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

/* ----------------------------------------------------------
  Block: mega-menu
---------------------------------------------------------- */
.mega-menu {
  background: #555555;
  color: #ffffff;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 9rem;
  left: 0;
  z-index: 999;
  display: none;
}

.mega-menu__inner {
  padding-top: 2.4rem;
  padding-bottom: 3.3rem;
  height: 100%;
}

.mega-menu__container {
  padding-left: 13.9rem;
  padding-right: 13.9rem;
}

.mega-menu__container--heading {
  padding-bottom: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid #ffffff;
}

.mega-menu__heading {
  margin-bottom: 3.45rem;
  position: relative;
}

.mega-menu__more-link {
  font-size: 1.8rem;
  position: relative;
  padding-right: 2rem;
}

.mega-menu__more-link::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 2rem;
  position: absolute;
  right: -0.3rem;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

.mega-menu__more-link:hover::after {
  right: -0.5rem;
}

.mega-menu__close-button {
  position: absolute;
  top: 12%;
  right: 3rem;
  width: 2.7rem;
  height: 2.7rem;
  cursor: pointer;
  border: solid 0.1rem #ffffff;
  border-radius: 50%;
  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;
  font-size: 1.5rem;
  font-weight: 200;
}

.mega-menu__title {
  font-size: 2.2rem;
  line-height: 1.63;
  font-weight: 700;
}

.mega-menu__body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mega-menu__card {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 1.2rem;
  display: block;
}

.mega-menu__card--last {
  margin-right: 0;
  border-left: 0.1rem solid #999999;
  padding-left: 1.75rem;
  margin-left: 0.75rem;
}

.mega-menu__card-thumb {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 1.2rem;
}

.mega-menu__card-title {
  font-size: 1.6rem;
}

.mega-menu__button-container {
  text-align: right;
  transform: translateX(100px);
}

.mega-menu__thumb,
.mega-menu__nav,
.mega-menu__button-container,
.mega-menu__dummy-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 36.5rem;
          flex: 1 1 36.5rem;
}

.mega-menu__thumb-figure {
  height: 100%;
}

.mega-menu__thumb-image {
  height: 100%;
}

.mega-menu__button {
  width: 100%;
  min-height: 4.4rem;
  text-align: center;
  font-size: 1.6rem;
  background-color: #0b6da9;
  opacity: 1;
  padding: 1.1rem 6rem;
  color: #ffffff;
  display: inline-block;
  border-radius: 3rem;
  position: relative;
}

.mega-menu__button:hover {
  background-color: #b6e1f5;
  border-color: transparent;
}

.mega-menu__button::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13%;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.mega-menu__button:hover::after {
  right: 12%;
}

.mega-menu__nav {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 4rem;
}

.mega-menu__item {
  margin-bottom: 4.7rem;
}

.mega-menu__item:nth-last-child(1) {
  margin-bottom: 0;
}

.mega-menu__link::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 89%;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.mega-menu__link {
  position: relative;
}

.mega-menu__link:hover::after {
  left: 90%;
}

.mega-menu__link {
  display: block;
}

/* ----------------------------------------------------------
  Block: select-series
---------------------------------------------------------- */
.select-series {
  position: relative;
}

.select-series__clickbox {
  padding-left: 2rem;
  padding-right: 2rem;
}

.select-series__clickbox-wrap {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 1rem;
  padding-right: 1.8rem;
  background-color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.select-series__clickbox-text {
  color: #ffffff;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .select-series__clickbox-text {
    font-size: 1.1rem;
  }
}

.select-series__clickbox-angle {
  width: 1.3rem;
  height: 1.3rem;
  border: 0;
  border-bottom: solid 0.4rem #ffffff;
  border-left: solid 0.4rem #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.select-series_list {
  display: none;
  position: absolute;
  top: 3.9rem;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #555555;
  cursor: pointer;
}

.select-series_item {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 300;
  border-radius: 0.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1.8rem;
  font-weight: 500;
}

.select-series_item:hover {
  background-color: rgba(224, 224, 224, 0.5);
}

.select-series_item--selected {
  background-color: rgba(224, 224, 224, 0.5);
}

.select-series__clickbox-wrap--0 {
  background-color: #683d8b;
}

.select-series__clickbox-wrap--1 {
  background-color: #3e589a;
}

.select-series__clickbox-wrap--2 {
  background-color: #0a89c3;
}

.select-series__clickbox-wrap--3 {
  background-color: #4dae9b;
}

.select-series__clickbox-wrap--4 {
  background-color: #2aa039;
}

.select-series__clickbox-wrap--5 {
  background-color: #1f4222;
}

.select-series__clickbox-wrap--6 {
  background-color: #c07c50;
}

.select-series__clickbox-wrap--7 {
  background-color: #055173;
}

.select-series__clickbox-wrap--8 {
  background-color: #8fb5db;
}

.select-series__clickbox-wrap--9 {
  background-color: #58835c;
}

/* ----------------------------------------------------------
  Block: display
---------------------------------------------------------- */
.display__block {
  display: block;
}

.display__block--sm {
  display: none;
}

@media screen and (min-width: 481px) {
  .display__block--sm {
    display: block;
  }
}

.display__block--md {
  display: none;
}

@media screen and (min-width: 769px) {
  .display__block--md {
    display: block;
  }
}

.display__block--lg {
  display: none;
}

@media screen and (min-width: 1024px) {
  .display__block--lg {
    display: block;
  }
}

.display__none {
  display: none;
}

.display__none--sm {
  display: block;
}

@media screen and (min-width: 481px) {
  .display__none--sm {
    display: none;
  }
}

.display__none--md {
  display: block;
}

@media screen and (min-width: 769px) {
  .display__none--md {
    display: none;
  }
}

.display__none--lg {
  display: block;
}

@media screen and (min-width: 1024px) {
  .display__none--lg {
    display: none;
  }
}

.display__flex--md {
  display: none;
}

@media screen and (min-width: 769px) {
  .display__flex--md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.display__flex--lg {
  display: none;
}

@media screen and (min-width: 1024px) {
  .display__flex--lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-pt {
  padding-top: 5rem;
}

@media screen and (min-width: 398px) {
  .main-pt {
    padding-top: 7rem;
  }
}

@media screen and (min-width: 1024px) {
  .main-pt {
    padding-top: 9rem;
  }
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.2rem;
  display: block;
  overflow-x: auto;
}

.table .table__thead-th {
  background-color: #dbeef4;
  text-align: center;
  padding: 0.9rem 0;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
}

.table .table__tbody-td {
  background: #b6e1f5;
  padding: 0.9rem;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: middle;
}

table a {
  text-decoration: underline;
}

table a:hover {
  text-decoration: none;
}

.list-indent li {
  padding-left: 1.3rem;
  text-indent: -1.3rem;
  line-height: 1.9;
  margin-bottom: 5px;
}

.contact__link-button {
  display: inline-block;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 268px;
  height: 44px;
  background-color: #0b6da9;
  border-radius: 50rem;
  position: relative;
  line-height: 44px;
  cursor: pointer;
}

.contact__link-button::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.contact__link-button:hover {
  background-color: #b6e1f5;
  border-color: transparent;
}

.contact__link-button:hover:after {
  right: 12%;
}

.lower-detail-link {
  color: #0066a8;
  font-size: 1.8rem;
  position: relative;
}

.lower-detail-link::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 2rem;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  position: relative;
  left: 0.5rem;
}

.lower-detail-link:hover:after {
  left: 1rem;
}

.accordion-content {
  margin-bottom: 2rem;
}

.accordion-content:last-of-type {
  margin-bottom: 0;
}

.accordion-content .accordion__title {
  background: #ffffff;
  width: 100%;
  min-height: 7.8rem;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .accordion-content .accordion__title {
    padding: 0 3rem;
  }
}

.accordion-content .accordion__title .accordion__title-text {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .accordion-content .accordion__title .accordion__title-text {
    font-size: 2.2rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .accordion-content .accordion__title .accordion__title-text {
    display: table-cell;
    min-height: 7.8rem;
    vertical-align: middle;
  }
}

.accordion-content .accordion__title::after {
  content: "\f067";
  font-family: FontAwesome;
  margin-left: 0.7rem;
  color: #0b6da9;
  font-size: 2.2rem;
  cursor: pointer;
}

.accordion-content .active-title::after {
  content: "\f068";
}

.accordion-content .accordion__description {
  background: #ffffff;
  width: 100%;
  padding: 3rem;
  display: none;
  line-height: 1.9;
  font-size: 1.8rem;
}

.accordion-content .accordion__description .description-title {
  margin-bottom: 1.8rem;
}

.accordion-content .accordion__description .description-title:nth-of-type(n+2) {
  margin-top: 3rem;
}

.accordion-content .accordion-title {
  font-size: 2.2rem;
}

.lower-title {
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin-bottom: 5.1rem;
  color: #222222;
}

.lower-title::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 2.7rem;
  background: #0b6da9;
  margin-right: 0.9rem;
}

.mt-10 {
  margin-top: 10px;
}

.text-left {
  text-align: left;
}

.fs--xs {
  font-size: 1rem;
}

.fs--sm {
  font-size: 1.2rem;
}

.fs--md {
  font-size: 1.6rem;
}

.fs--lg {
  font-size: 2rem;
}

.fs--xl {
  font-size: 2.4rem;
}

.fw--bold {
  font-weight: 600;
}

.fw--md {
  font-weight: 500;
}

/* margin spacer */
.mt--xs {
  margin-top: 4px;
}

.mt--sm {
  margin-top: 8px;
}

.mt--md {
  margin-top: 16px;
}

.mt--lg {
  margin-top: 32px;
}

.mt--xl {
  margin-top: 64px;
}

.mb--xs {
  margin-bottom: 4px;
}

.mb--sm {
  margin-bottom: 8px;
}

.mb--md {
  margin-bottom: 16px;
}

.mb--lg {
  margin-bottom: 32px;
}

.mb--xl {
  margin-bottom: 64px;
}

.mr--xs {
  margin-right: 4px;
}

.mr--sm {
  margin-right: 8px;
}

.mr--md {
  margin-right: 16px;
}

.mr--lg {
  margin-right: 32px;
}

.mr--xl {
  margin-right: 64px;
}

.ml--xs {
  margin-left: 4px;
}

.ml--sm {
  margin-left: 8px;
}

.ml--md {
  margin-left: 16px;
}

.ml--lg {
  margin-left: 32px;
}

.ml--xl {
  margin-left: 64px;
}

.my--xs {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my--sm {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my--md {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my--lg {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my--xl {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mx--xs {
  margin-left: 4px;
  margin-right: 4px;
}

.mx--sm {
  margin-left: 8px;
  margin-right: 8px;
}

.mx--md {
  margin-left: 16px;
  margin-right: 16px;
}

.mx--lg {
  margin-left: 32px;
  margin-right: 32px;
}

.mx--xl {
  margin-left: 64px;
  margin-right: 64px;
}

.m--xs {
  margin: 4px;
}

.m--sm {
  margin: 8px;
}

.m--md {
  margin: 16px;
}

.m--lg {
  margin: 32px;
}

.m--xl {
  margin: 64px;
}

.m-container--xs {
  margin: -4px;
}

.m-container--sm {
  margin: -8px;
}

.m-container--md {
  margin: -16px;
}

/* padding spacer */
.pt--xs {
  padding-top: 4px;
}

.pt--sm {
  padding-top: 8px;
}

.pt--md {
  padding-top: 16px;
}

.pt--lg {
  padding-top: 32px;
}

.pt--xl {
  padding-top: 64px;
}

.pb--xs {
  padding-bottom: 4px;
}

.pb--sm {
  padding-bottom: 8px;
}

.pb--md {
  padding-bottom: 16px;
}

.pb--lg {
  padding-bottom: 32px;
}

.pb--xl {
  padding-bottom: 64px;
}

.pr--xs {
  padding-right: 4px;
}

.pr--sm {
  padding-right: 8px;
}

.pr--md {
  padding-right: 16px;
}

.pr--lg {
  padding-right: 32px;
}

.pr--xl {
  padding-right: 64px;
}

.pl--xs {
  padding-left: 4px;
}

.pl--sm {
  padding-left: 8px;
}

.pl--md {
  padding-left: 16px;
}

.pl--lg {
  padding-left: 32px;
}

.pl--xl {
  padding-left: 64px;
}

.py--xs {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py--sm {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py--md {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py--lg {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py--xl {
  padding-top: 64px;
  padding-bottom: 64px;
}

.px--xs {
  padding-left: 4px;
  padding-right: 4px;
}

.px--sm {
  padding-left: 8px;
  padding-right: 8px;
}

.px--md {
  padding-left: 16px;
  padding-right: 16px;
}

.px--lg {
  padding-left: 32px;
  padding-right: 32px;
}

.px--xl {
  padding-left: 64px;
  padding-right: 64px;
}

.p--xs {
  padding: 4px;
}

.p--sm {
  padding: 8px;
}

.p--md {
  padding: 16px;
}

.p--lg {
  padding: 32px;
}

.p--xl {
  padding: 64px;
}

.content-annotation {
  font-size: 1.2rem;
  margin-top: .7rem;
  line-height: 1.9;
}

.text-underline {
  text-decoration: underline;
}

/* ----------------------------------------------------------
  Block: data-download-detail
---------------------------------------------------------- */
.data-download-detail .data-download__content-wrap {
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .data-download-detail .data-download__content-wrap {
    padding: 12rem 0 14.3rem 0;
  }
}

.data-download-detail .data-download__content-wrap .data-download__title-wrap {
  margin-bottom: 8.1rem;
}

.data-download-detail .data-download__content-wrap .data-download__title-wrap .heading__title2 {
  margin-bottom: 2.2rem;
}

.data-download-detail .data-download__content-wrap .data-download__title-wrap .data-download__text {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.9;
}

.data-download-detail .data-download__content-wrap .data-download__title-wrap:last-of-type {
  margin-bottom: 4.8rem;
}

.data-download-detail .data-download__content-wrap .data-download__title-wrap:nth-of-type(3) {
  margin-bottom: 4.8rem;
}

.contact__document-button-wrap .contact__link-button {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .contact__document-button-wrap .contact__link-button {
    max-width: 268px;
    margin: 0;
    width: auto;
  }
}

/* ----------------------------------------------------------
  Block: catalog-detail
---------------------------------------------------------- */
.catalog .catalog__content-wrap {
  background: #dbeef4;
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .catalog .catalog__content-wrap {
    padding: 10.9rem 0 14.2rem 0;
  }
}

.catalog .catalog__content-wrap .catalog__list-block + .catalog__list-block {
  margin-top: 2.6rem;
}

.catalog .catalog__content-wrap .catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .catalog .catalog__content-wrap .catalog__list {
    padding-left: 1.6rem;
  }
}

.catalog .catalog__content-wrap .catalog__list::before, .catalog .catalog__content-wrap .catalog__list::after {
  display: block;
  content: "";
  width: 100%;
  max-width: 225px;
}

.catalog .catalog__content-wrap .catalog__list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.catalog .catalog__content-wrap .catalog__list li {
  margin-bottom: 5.4rem;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .catalog .catalog__content-wrap .catalog__list li {
    max-width: 225px;
  }
}

.catalog .catalog__content-wrap .catalog__list li:last-of-type {
  margin-bottom: 0;
}

.catalog .catalog__content-wrap .catalog__list .catalog__img {
  width: 100%;
}

.catalog .catalog__content-wrap .catalog__list .catalog__img-dummy {
  display: block;
  width: 225px;
  height: 320px;
  background: #bebebe;
}

.catalog .catalog__content-wrap .catalog__list .catalog__title {
  line-height: 1.81;
  font-size: 1.6rem;
  margin: 1.4rem 0 1.3rem 0;
  font-weight: 500;
  color: #222222;
}

.catalog .catalog__content-wrap .catalog__list .no-wrap {
  white-space: nowrap;
}

.catalog .catalog__content-wrap .catalog__list .catalog__download,
.catalog .catalog__content-wrap .catalog__list .catalog__maintenance,
.catalog .catalog__content-wrap .catalog__list .catalog__electronic {
  display: block;
  width: 100%;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

.catalog .catalog__content-wrap .catalog__list .catalog__download:hover,
.catalog .catalog__content-wrap .catalog__list .catalog__electronic:hover {
  background-color: #b6e1f5;
  border-color: transparent;
}

.catalog .catalog__content-wrap .catalog__list .catalog__download {
  background-color: #0b6da9;
  color: #ffffff;
  border-radius: .5rem;
  margin-bottom: 1.3rem;
}

.catalog .catalog__content-wrap .catalog__list .catalog__maintenance {
  background-color: #B6E1F5;
  color: red;
  border-radius: .5rem;
  margin-bottom: 1.3rem;
  padding: 10px 10px;
  line-height: 1.6em;
}

.catalog .catalog__content-wrap .catalog__list .catalog__download::after {
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 2rem;
  margin-left: .7rem;
}

.catalog .catalog__content-wrap .catalog__list .catalog__electronic {
  color: #0b6da9;
  background-color: #ffffff;
  border: solid 1px #0892BF;
  border-radius: 50rem;
}

.catalog .catalog__content-wrap .catalog__list .catalog__electronic::after {
  content: "\f08e";
  font-family: FontAwesome;
  font-size: 2rem;
  margin-left: .7rem;
  vertical-align: -2px;
}

.catalog .catalog__content-wrap .catalog__list .catalog__electronic:hover {
  color: #ffffff;
}

/* ----------------------------------------------------------
  Block: drawing-detail
---------------------------------------------------------- */
.drawing .drawing__content-wrap {
  background: #dbeef4;
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .drawing .drawing__content-wrap {
    padding: 10.9rem 0 14.2rem 0;
  }
}

.drawing .drawing__content-wrap .lower-title {
  margin-bottom: 2.4rem;
  font-weight: bold;
}

.drawing .drawing__content-wrap .drawing__list-block {
  margin-bottom: 6rem;
}

.drawing .drawing__content-wrap .drawing__list-block .accordion-content {
  margin-bottom: 2rem;
}

.drawing .drawing__content-wrap .drawing__list-block .accordion-content .accordion__description .table-col-lg {
  min-width: 368px;
}

.drawing .drawing__content-wrap .drawing__list-block .accordion-content .accordion__description .table-col-md {
  min-width: 190px;
}

.drawing .drawing__content-wrap .drawing__list-block .accordion-content .accordion__description .table-col-sm {
  min-width: 90px;
}

.drawing .drawing__content-wrap .drawing__list-block .accordion-content .accordion__description .table-col-sm .data-text {
  color: #0b6da9;
}

.drawing .drawing__content-wrap .drawing__list-block .accordion-content .accordion__description .table-col-sm .data-text::before {
  content: "\f019";
  font-family: FontAwesome;
  margin-left: .7rem;
  right: 3rem;
  color: #0b6da9;
  margin-right: .5rem;
}

.drawing .drawing__content-wrap .drawing__list-block .accordion-content .accordion__description .table-col-sm:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  animation-name: flash;
}

.drawing .drawing__content-wrap .drawing__list-block .accordion-content .accordion__description .table-col-sm:hover .data-text {
  border-bottom: solid 1px #0b6da9;
}

@-webkit-keyframes flash {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

.drawing .drawing__content-wrap .drawing__caution-block {
  background: #ffffff;
  padding: 5.1rem 3rem;
  margin-top: 15.4rem;
}

@media screen and (min-width: 769px) {
  .drawing .drawing__content-wrap .drawing__caution-block {
    padding: 5.1rem 6rem;
  }
}

.drawing .drawing__content-wrap .drawing__caution-block .caution-title,
.drawing .drawing__content-wrap .drawing__caution-block .caution-sub-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.drawing .drawing__content-wrap .drawing__caution-block .caution-title {
  margin-bottom: 2.4rem;
}

.drawing .drawing__content-wrap .drawing__caution-block .caution-sub-title {
  color: #0b6da9;
  margin-bottom: 1.4rem;
}

.drawing .drawing__content-wrap .drawing__caution-block .caution-text01 {
  line-height: 1.9;
  margin-bottom: 2.4rem;
}

.drawing .drawing__content-wrap .drawing__caution-block .caution-text02 {
  line-height: 1.9;
  margin-bottom: 3.7rem;
}

.drawing .drawing__content-wrap .drawing__caution-block .caution-text03 {
  line-height: 1.9;
}

.table-data .table__tbody tr:nth-of-type(1) {
  display: none;
}

/* ----------------------------------------------------------
  Block: working-imstruction-detail
---------------------------------------------------------- */
.working-imstruction .working-imstruction__content-wrap {
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .working-imstruction .working-imstruction__content-wrap {
    padding: 10.9rem 0 14.2rem 0;
  }
}

.working-imstruction .working-imstruction__content-wrap .working-imstruction_description {
  margin-bottom: 5.9rem;
  line-height: 1.9;
}

.working-imstruction .working-imstruction__content-wrap .working-imstruction__block {
  margin-bottom: 6.4rem;
}

.working-imstruction .working-imstruction__content-wrap .working-imstruction__block:last-of-type {
  margin-bottom: 0rem;
}

.working-imstruction .working-imstruction__content-wrap .working-imstruction__block .lower-title {
  margin-bottom: 3rem;
}

.working-imstruction .working-imstruction__content-wrap .working-imstruction__block .table-col-lg {
  min-width: 536px;
}

.working-imstruction .working-imstruction__content-wrap .working-imstruction__block .table-col-md {
  min-width: 305px;
}

.working-imstruction .working-imstruction__content-wrap .working-imstruction__block .table-col-sm {
  min-width: 242px;
}

.working-imstruction .working-imstruction__content-wrap .working-imstruction__block .table-col-sm .data-text {
  color: #0b6da9;
}

.working-imstruction .working-imstruction__content-wrap .working-imstruction__block .table-col-sm .data-text::before {
  content: "\f019";
  font-family: FontAwesome;
  margin-left: .7rem;
  right: 3rem;
  color: #0b6da9;
  margin-right: .5rem;
}

.working-imstruction .working-imstruction__content-wrap .working-imstruction__block .table-col-sm:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  animation-name: flash;
}

.working-imstruction .working-imstruction__content-wrap .working-imstruction__block .table-col-sm:hover .data-text {
  border-bottom: solid 1px #0b6da9;
}

@-webkit-keyframes flash {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------------------
  Block: support-detail
---------------------------------------------------------- */
.support .support__content-wrap {
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .support .support__content-wrap {
    padding: 12rem 0 30.6rem 0;
  }
}

.support .support__content-wrap .support_block {
  margin-bottom: 7.7rem;
}

.support .support__content-wrap .support_block:last-of-type {
  margin-bottom: 0;
}

.support .support__content-wrap .support_block .support-description {
  margin-bottom: 5.4rem;
  line-height: 1.9;
}

.support .support__content-wrap .support_block .heading__title2 {
  margin-bottom: 2.2rem;
}

.support .support__content-wrap .support_block .lower-title {
  margin-bottom: 3rem;
}

.support .support__content-wrap .support_block .support__inner-block {
  margin-bottom: 6.4rem;
}

.support .support__content-wrap .support_block .support__inner-block .support__inner-block-text {
  margin-bottom: 2.6rem;
  line-height: 1.9;
}

.support .support__content-wrap .support_block .contact__link-button {
  margin: 0 1.6rem 1.6rem 0;
  max-width: 100%;
}

@media screen and (min-width: 481px) {
  .support .support__content-wrap .support_block .contact__link-button {
    max-width: 268px;
  }
}

.support .support__content-wrap .support_block .support-sub-description {
  line-height: 1.9;
  margin-bottom: 3rem;
}

/* ----------------------------------------------------------
  Block: faq-detail
---------------------------------------------------------- */
.faq .faq__content-wrap {
  background: #dbeef4;
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .faq .faq__content-wrap {
    padding: 10.9rem 0 14.2rem 0;
  }
}

.faq .faq__content-wrap .faq-block {
  margin-bottom: 7.6rem;
}

.faq .faq__content-wrap .faq-block:last-of-type {
  margin-bottom: 0;
}

.faq .faq__content-wrap .faq-block .lower-title {
  margin-bottom: 5.1rem;
  font-weight: bold;
}

.faq .faq__content-wrap .faq-block .lower-detail-link {
  font-weight: bold;
}

.faq .faq__content-wrap .faq-block .lower-detail-link:hover:after {
  margin-left: .6rem;
}

.faq .faq__content-wrap .faq-block .text-sort {
  margin-bottom: 6rem;
}

.faq .faq__content-wrap .faq-block .text-sort a {
  display: inline-block;
  margin: 0 4.3rem 3rem 0;
}

.faq .faq__content-wrap .faq-block .accordion-content {
  margin-bottom: 3rem;
}

.faq .faq__content-wrap .faq-block .accordion-content:last-of-type {
  margin-bottom: 0;
}

.faq .faq__content-wrap .faq-block .accordion-content .accordion__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq .faq__content-wrap .faq-block .accordion-content .accordion__title-text::before {
  content: "Q";
  display: inline-block;
  margin-right: 12px;
  font-weight: 600;
}

@media all and (-ms-high-contrast: none) {
  .faq .faq__content-wrap .faq-block .accordion-content .accordion__title-text {
    display: table-cell;
    min-height: 7.8rem;
    vertical-align: middle;
  }
}

.faq .faq__content-wrap .faq-block .accordion-content .accordion__description .faq-img {
  margin-top: 3rem;
}

.faq .faq__content-wrap .faq-block .accordion-content .accordion__description-ico {
  font-weight: bold;
  margin-right: 1rem;
  font-weight: 600;
}

.faq .faq__content-wrap .faq-block .table {
  display: table;
  margin-top: 3rem;
}

.faq .faq__content-wrap .faq-block .table thead {
  display: none;
}

@media screen and (min-width: 769px) {
  .faq .faq__content-wrap .faq-block .table thead {
    display: table-header-group;
  }
}

.faq .faq__content-wrap .faq-block .table tbody .table__thead-th,
.faq .faq__content-wrap .faq-block .table tbody .table__tbody-td {
  display: block;
}

@media screen and (min-width: 769px) {
  .faq .faq__content-wrap .faq-block .table tbody .table__thead-th,
  .faq .faq__content-wrap .faq-block .table tbody .table__tbody-td {
    display: table-cell;
  }
}

.faq .faq__content-wrap .faq-block .table tbody .table__tbody-td {
  padding: 1rem;
}

@media screen and (min-width: 769px) {
  .faq .faq__content-wrap .faq-block .table tbody .table__tbody-td {
    padding: .9rem 0;
  }
}

.faq .faq__content-wrap .faq-block .table tbody .table__tbody-td::before {
  content: attr(label);
  float: left;
  clear: both;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .faq .faq__content-wrap .faq-block .table tbody .table__tbody-td::before {
    display: none;
  }
}

.faq .faq__content-wrap .word-info .accordion-content .accordion__title-text::before {
  display: none;
}

.faq .faq__content-wrap .word-info .word-info-block {
  margin-bottom: 6rem;
}

.faq .faq__content-wrap .word-info .word-info-block:last-of-type {
  margin-bottom: 0;
}

.faq .faq__content-wrap .word-info .word-info-block .word-info_title {
  color: #0b6da9;
  margin-bottom: 3rem;
  padding-top: 15rem;
  margin-top: -15rem;
  font-size: 20px;
  font-weight: 600;
}

.faq .faq__content-wrap .word-info .word-info-block .word-info-img {
  display: block;
  margin: 3rem auto 0 auto;
}

@media screen and (min-width: 769px) {
  .faq .faq__content-wrap .word-info .word-info-block .img-lg {
    width: 80%;
  }
}

.faq .faq__content-wrap .word-info .word-info-block .img-md {
  width: 50%;
}

.faq .faq__content-wrap .word-info .word-info-block .img-sm {
  width: 30%;
}

.faq .faq__content-wrap .word-info .word-info-block figcaption {
  margin-top: 2rem;
}

/* ----------------------------------------------------------
  Block: outline-detail
---------------------------------------------------------- */
.outline .outline__content-wrap {
  background: #dbeef4;
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .outline .outline__content-wrap {
    padding: 10.9rem 0 14.2rem 0;
  }
}

.outline .outline__content-wrap .outline-block .lower-title {
  margin-bottom: 5.1rem;
}

.outline .outline__content-wrap .outline-block .lower-detail-link:hover:after {
  margin-left: .6rem;
}

.outline .outline__content-wrap .outline-block .outline_inner-block {
  margin-bottom: 4.8rem;
}

.outline .outline__content-wrap .outline-block .outline_inner-block li {
  font-size: 1.6rem;
  padding-left: 2.3rem;
  text-indent: -2.3rem;
}

.outline .outline__content-wrap .outline-block .outline_inner-block .outline_inner-title {
  color: #0b6da9;
  margin-bottom: 1.7rem;
  font-weight: 500;
}

.outline .outline__content-wrap .outline-block .outline_inner-block .outline_inner-list-text li {
  font-size: 1.6rem;
  padding-left: 2rem;
  text-indent: -2rem;
  margin-bottom: .5rem;
}

.outline .outline__content-wrap .outline-block .outline_inner-block .outline_inner-list-text li::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #05a2dd;
  border-radius: 50rem;
  margin-right: .5rem;
  vertical-align: middle;
}

.outline .outline__content-wrap .outline-block .outline_inner-block .inner_inner-block {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.outline .outline__content-wrap .outline-block .outline_inner-block .inner_inner-block h3 {
  margin-bottom: 1rem;
  font-weight: 500;
}

.outline .outline__content-wrap .outline-block .color-variation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}

.outline .outline__content-wrap .outline-block .color-variation-list::before, .outline .outline__content-wrap .outline-block .color-variation-list::after {
  content: "";
  width: calc((100% - 48px) / 4);
  min-width: 180px;
}

.outline .outline__content-wrap .outline-block .color-variation-list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block {
  width: 100%;
  min-width: 100%;
  margin-bottom: 3rem;
  padding-left: 0;
  text-indent: 0;
}

@media screen and (min-width: 481px) {
  .outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block {
    width: calc((100% - 48px) / 4);
    min-width: 180px;
  }
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .color-variation {
  width: 100%;
  height: 10rem;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .bright-green {
  background-color: #12978B;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .dark-brown {
  background-color: #311E1D;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .white {
  background-color: #F5F8FC;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .pearl-gray {
  background-color: #A6AAAB;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .black {
  background-color: #101F22;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .super-green {
  background-color: #036A45;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .ivory {
  background-color: #fffa98;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .charcoal-gray {
  background-color: #35353C;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .sky-blue {
  background-color: #549EC6;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .scenery-dark-brown {
  background-color: #302416;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .gray-beige {
  background-color: #B2A69C;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .color-name {
  font-size: 1.6rem;
}

.outline .outline__content-wrap .outline-block .color-variation-list .color-variation__block .color-description {
  font-size: 1.4rem;
  margin-left: -1rem;
}

.outline .outline__content-wrap .outline-block .please-info {
  background-color: #eee;
  padding: 2rem;
}

.outline .outline__content-wrap .outline-block .please-info .please-info-title {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.outline .outline__content-wrap .outline-block .please-info .please-info-text {
  font-size: 1.4rem;
}

.outline .outline__content-wrap .outline-block .knuckle-img {
  width: 100%;
  margin-top: 3rem;
}

.outline .outline__content-wrap .outline-block .plating-td {
  min-width: 250px;
}

.outline .outline__content-wrap .outline-block .outline-img {
  max-width: 400px;
  margin-top: 3rem;
}

.outline .outline__content-wrap .outline-block .table {
  margin-top: 3rem;
}

.outline .outline__content-wrap .outline-block .table-col-lg,
.outline .outline__content-wrap .outline-block .table-col-md {
  width: 100%;
}

.outline .outline__content-wrap .outline-block .table-col-lg {
  min-width: 368px;
}

.outline .outline__content-wrap .outline-block .table-col-md {
  min-width: 190px;
}

.outline .outline__content-wrap .outline-block .table-col-sm {
  min-width: 89px;
}

.outline .outline__content-wrap .outline-block .ball-size-table .table-col-lg {
  min-width: 18rem;
  width: 18rem;
  text-align: left;
  padding-left: 4rem;
}

.outline .outline__content-wrap .outline-block .ball-size-table .table-col-md {
  width: 41.5rem;
  min-width: 15.5rem;
}

.outline .outline__content-wrap .outline-block .product-list-table .table-col-sm {
  min-width: 13rem;
}

.outline .outline__content-wrap .outline-block .annotation-indent {
  padding-left: .8rem;
  text-indent: -.8rem;
}

.outline .outline__content-wrap .outline-block .annotation {
  margin-top: 1.4rem;
  font-size: 1.4rem;
}

.outline .outline__content-wrap .outline-block .annotation .list-indent li {
  font-size: 1.4rem;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}

.outline .outline__content-wrap .outline-block .figure-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ----------------------------------------------------------
  Block: branch-list
---------------------------------------------------------- */
.branch-list .branch-list__content-wrap {
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .branch-list .branch-list__content-wrap {
    padding: 10.9rem 0 14.2rem 0;
  }
}

.branch-list .branch-list__content-wrap .branch-list-block {
  margin-bottom: 7.6rem;
}

.branch-list .branch-list__content-wrap .branch-list-block:last-of-type {
  margin-bottom: 0rem;
}

.branch-list .branch-list__content-wrap .branch-list-block .lower-title {
  margin-bottom: 2.1rem;
}

.branch-list .branch-list__content-wrap .branch-list-block .branch-list__text {
  margin-bottom: 1.6rem;
  line-height: 1.9;
}

@media screen and (min-width: 769px) {
  .branch-list .branch-list__content-wrap .branch-list-block .branch-list__text {
    margin-bottom: 7.1rem;
  }
}

.branch-list .branch-list__content-wrap .branch-list-block .map-container {
  padding: 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .branch-list .branch-list__content-wrap .branch-list-block .map-container {
    padding: 0 10rem;
  }
}

.branch-list .branch-list__content-wrap .branch-list-block .map-container .map-title {
  font-size: 1.8rem;
  font-weight: 500;
  display: none;
}

@media screen and (min-width: 769px) {
  .branch-list .branch-list__content-wrap .branch-list-block .map-container .map-title {
    display: block;
  }
}

.branch-list .branch-list__content-wrap .branch-list-block .map-container .lower-detail-link {
  position: initial;
  display: block;
  text-align: right;
  margin-top: 3rem;
}

@media screen and (min-width: 769px) {
  .branch-list .branch-list__content-wrap .branch-list-block .map-container .lower-detail-link {
    position: absolute;
    right: 0;
    bottom: -100px;
  }
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap {
  /* position: relative;
  height: auto;
  max-width: 69rem;
  margin: 3rem auto 0 auto; */
  display: block;
}

@media screen and (min-width: 769px) {
  .branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap {
    height: 75rem;
    display: none;
  }
}

.branch-list .branch-list__content-wrap .branch-list-block .areamap {
  display: none;
}

@media screen and (min-width: 769px) {
  .branch-list .branch-list__content-wrap .branch-list-block .areamap {
    display: block;
  }
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .prefecture {
  position: initial;
  display: block;
  margin-bottom: .9rem;
}

@media screen and (min-width: 769px) {
  .branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .prefecture {
    position: absolute;
    display: inline-block;
  }
}

/* .branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .separator-object {
  position: absolute;
  top: -6rem;
  right: -7rem;
  display: none;
}

@media screen and (min-width: 769px) {
  .branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .separator-object {
    display: block;
  }
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .sapporo {
  right: 0;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .tohoku {
  right: 16rem;
  top: 18rem;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .honsha {
  right: 23rem;
  top: 30rem;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .nagoya {
  right: 33.3rem;
  top: 40.3rem;
  z-index: 1;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .osaka {
  right: 34.4rem;
  top: 33rem;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .chugoku {
  right: 48.7rem;
  top: 39rem;
  z-index: 1;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .kyushu {
  right: 50.7rem;
  top: 20.4rem;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .prefecture-img {
  display: none;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .prefecture-img:hover {
  opacity: .7;
}

@media screen and (min-width: 769px) {
  .branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .prefecture-img {
    width: auto;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
  }
} */

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .prefecture-button {
  color: #fff;
  height: 4.5rem;
  font-size: 1.4rem;
  padding: 0 2rem;
  position: initial;
  width: 100%;
  text-align: center;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .prefecture-button:hover + .prefecture-img {
  opacity: .7;
}

@media screen and (min-width: 769px) {
  .branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .prefecture-button {
    font-size: 1.8rem;
    width: auto;
    height: 3.8rem;
    position: absolute;
    text-align: unset;
  }
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .sapporo-button {
  background-color: #A662A4;
  right: -5rem;
  top: 15rem;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .tohoku-button {
  background-color: #63488A;
  right: 12rem;
  top: 5rem;
  min-width: 12rem;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .honsha-button {
  background-color: #05A3E0;
  right: -8rem;
  top: 18rem;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .nagoya-button {
  background-color: #70A882;
  right: -6rem;
  top: 11rem;
  white-space: nowrap;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .osaka-button {
  background-color: #E19600;
  right: 8rem;
  top: 0;
  white-space: nowrap;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .chugoku-button {
  background-color: #E9C322;
  right: 12rem;
  top: -2rem;
  white-space: nowrap;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .shikoku-button {
  background-color: #E1672A;
  white-space: nowrap;
}

.branch-list .branch-list__content-wrap .branch-list-block .prefecture-img-wrap .kyushu-button {
  background-color: #D34E1B;
  right: 0rem;
  top: 36rem;
  white-space: nowrap;
}

.branch-list .branch-list__content-wrap .branch-list-block .area-title {
  font-size: 2.2rem;
  margin-bottom: 1.9rem;
  font-weight: 500;
  padding-top: 22rem;
  margin-top: -15rem;
  line-height: 1.5;
}

.branch-list .branch-list__content-wrap .branch-list-block .area-title-honsha {
  margin-bottom: 3rem;
}

.branch-list .branch-list__content-wrap .branch-list-block .about-text {
  margin: 2.8rem 0 1rem 0;
}

.branch-list .branch-list__content-wrap .branch-list-block .table-col-lg,
.branch-list .branch-list__content-wrap .branch-list-block .table-col-md {
  width: 100%;
}

.branch-list .branch-list__content-wrap .branch-list-block .table-col-lg {
  min-width: 368px;
}

.branch-list .branch-list__content-wrap .branch-list-block .table-col-md {
  min-width: 270px;
  width: 270px;
}

.branch-list .branch-list__content-wrap .branch-list-block .table-branch-title {
  font-size: 1.8rem;
}

.branch-list .branch-list__content-wrap .branch-list-block .table-col-sm {
  min-width: 89px;
}

.branch-list .branch-list__content-wrap .branch-list-block .table-col-lg {
  padding-left: 5rem;
  text-align: left;
  min-width: 180px;
}

.branch-list .branch-list__content-wrap .branch-list-block .small-text {
  display: block;
  margin-top: .6rem;
  font-size: 1.4rem;
}

.branch-list .branch-list__content-wrap .branch-list-block .branch-annotation {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

/* ----------------------------------------------------------
  Block: corporate
---------------------------------------------------------- */
.corporate .corporate__content-wrap {
  padding: 6.4rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .corporate .corporate__content-wrap {
    padding-bottom: 9.8rem;
  }
}

.corporate .corporate__content-wrap .corporate_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.corporate .corporate__content-wrap .corporate_block .corporate__detail-link {
  position: relative;
}

.corporate .corporate__content-wrap .corporate_block .corporate__detail-link::after {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.corporate .corporate__content-wrap .corporate_block .corporate__detail-link figure {
  display: inline-block;
}

.corporate .corporate__content-wrap .corporate_block .corporate__detail-link .link-top-title {
  position: absolute;
  top: 2.4rem;
  left: 3.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .corporate .corporate__content-wrap .corporate_block .corporate__detail-link .link-top-title {
    top: 50%;
    left: 5rem;
    font-size: 3rem;
  }
}

.corporate .corporate__content-wrap .corporate_block .corporate__detail-link .link-sub-title {
  position: absolute;
  top: 2.4rem;
  left: 3.4rem;
  z-index: 1;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
}

.corporate .corporate__content-wrap .corporate_block .corporate__detail-link .corporate-link-text {
  position: absolute;
  bottom: 1.7rem;
  right: 3.1rem;
  z-index: 1;
  font-size: 1.8rem;
  color: #fff;
}

.corporate .corporate__content-wrap .corporate_block .corporate__detail-link-top {
  width: 100%;
  margin-bottom: 3rem;
}

.corporate .corporate__content-wrap .corporate_block .corporate__detail-link-left {
  width: 100%;
  margin-bottom: 3rem;
}

@media screen and (min-width: 769px) {
  .corporate .corporate__content-wrap .corporate_block .corporate__detail-link-left {
    width: calc(50% - 1.5rem);
  }
}

.corporate .corporate__content-wrap .corporate_block .corporate__detail-link-right {
  margin-bottom: 3rem;
  width: 100%;
}

.corporate .corporate__content-wrap .corporate_block .corporate__detail-link-right:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .corporate .corporate__content-wrap .corporate_block .corporate__detail-link-right:last-of-type {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .corporate .corporate__content-wrap .corporate_block .corporate__detail-link-right {
    width: calc(50% - 1.5rem);
  }
}

/* ----------------------------------------------------------
  Block: top-message
---------------------------------------------------------- */
.top-message .top-message__content-wrap {
  padding: 4.2rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .top-message .top-message__content-wrap {
    padding-bottom: 7.4rem;
  }
}

.top-message .top-message__content-wrap .top-message_block {
  margin-bottom: 8.4rem;
}

.top-message .top-message__content-wrap .top-message_block:last-of-type {
  margin-bottom: 0;
}

.top-message .top-message__content-wrap .top-message_block .top-message__header {
  position: relative;
}

.top-message .top-message__content-wrap .top-message_block .top-message__header .top-message__header-title {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0b6da9;
  font-weight: bold;
  line-height: 1.9;
}

@media screen and (min-width: 769px) {
  .top-message .top-message__content-wrap .top-message_block .top-message__header .top-message__header-title {
    line-height: initial;
    left: 7.1rem;
    font-size: 3.6rem;
  }
}

.top-message .top-message__content-wrap .top-message_block .top-message__header .top-message__header-title .br-pc {
  display: block;
}

@media screen and (min-width: 769px) {
  .top-message .top-message__content-wrap .top-message_block .top-message__header .top-message__header-title .br-pc {
    display: none;
  }
}

.top-message .top-message__content-wrap .top-message_block .top-message__text {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4.8rem;
  line-height: 1.9;
}

.top-message .top-message__content-wrap .top-message_block .top-message__text .president-name {
  font-size: 2.2rem;
}

.top-message .top-message__content-wrap .top-message_block .name-area {
  text-align: right;
  margin-bottom: 0;
}

/* ----------------------------------------------------------
  Block: overview
---------------------------------------------------------- */
.overview .overview__content-wrap {
  padding: 4.2rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .overview .overview__content-wrap {
    padding-bottom: 7.4rem;
  }
}

.overview .overview__content-wrap .overview__anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6.1rem;
}

.overview .overview__content-wrap .overview__anchor-list .overview-__anchor-button {
  border: solid 1px #0b6da9;
  color: #0b6da9;
  width: calc((100% - 2rem) / 2);
  text-align: center;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 481px) {
  .overview .overview__content-wrap .overview__anchor-list .overview-__anchor-button {
    width: calc((100% - 4rem) / 3);
  }
}

@media screen and (min-width: 769px) {
  .overview .overview__content-wrap .overview__anchor-list .overview-__anchor-button {
    width: calc((100% - 8rem) / 6);
  }
}

.overview .overview__content-wrap .overview__anchor-list .overview-__anchor-button .anchor-link {
  display: block;
  padding: .7rem 0;
}

.overview .overview__content-wrap .overview__anchor-list .overview-__anchor-button .anchor-link::after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 2rem;
  display: block;
}

.overview .overview__content-wrap .overview_block {
  margin-bottom: 11.8rem;
}

.overview .overview__content-wrap .overview_block:last-of-type {
  margin-bottom: 0;
}

.overview .overview__content-wrap .overview_block .overview_block-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5.1rem;
  padding-top: 15rem;
  margin-top: -15rem;
}

.overview .overview__content-wrap .overview_block .overview__info-list {
  border-bottom: solid 1px #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.overview .overview__content-wrap .overview_block .overview__info-list dt,
.overview .overview__content-wrap .overview_block .overview__info-list dd {
  padding: 2.6rem 0;
  border-top: solid 1px #999999;
  width: 100%;
  line-height: 1.9;
}

.overview .overview__content-wrap .overview_block .overview__info-list dt {
  width: 100%;
  padding-bottom: .3rem;
}

@media screen and (min-width: 769px) {
  .overview .overview__content-wrap .overview_block .overview__info-list dt {
    padding-bottom: 2.6rem;
    width: 15.5rem;
  }
}

.overview .overview__content-wrap .overview_block .overview__info-list dd {
  width: 100%;
  border-top: none;
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .overview .overview__content-wrap .overview_block .overview__info-list dd {
    padding-top: 2.6rem;
    border-top: solid 1px #999999;
    width: calc(100% - 15.5rem);
  }
}

.overview .overview__content-wrap .overview_block .overview__item-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.overview .overview__content-wrap .overview_block .overview__item-list-flex .overview__item-list {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .overview .overview__content-wrap .overview_block .overview__item-list-flex .overview__item-list {
    width: 50%;
  }
}

.overview .overview__content-wrap .overview_block .overview__item-list-flex .overview__item-list dt,
.overview .overview__content-wrap .overview_block .overview__item-list-flex .overview__item-list dd {
  line-height: 1.9;
}

.overview .overview__content-wrap .overview_block .overview__item-list-flex .overview__item-list dt {
  margin-bottom: 1.3rem;
}

.overview .overview__content-wrap .overview_block .overview__item-list-flex .overview__item-list dd {
  margin-bottom: 3.2rem;
}

.overview .overview__content-wrap .overview_block .overview__company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.overview .overview__content-wrap .overview_block .overview__company-list dt,
.overview .overview__content-wrap .overview_block .overview__company-list dd {
  line-height: 2.8;
}

.overview .overview__content-wrap .overview_block .overview__company-list dt {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .overview .overview__content-wrap .overview_block .overview__company-list dt {
    width: 27.4rem;
  }
}

.overview .overview__content-wrap .overview_block .overview__company-list dd {
  text-decoration: underline;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .overview .overview__content-wrap .overview_block .overview__company-list dd {
    width: calc(100% - 27.4rem);
  }
}

/* ----------------------------------------------------------
  Block: philosophy
---------------------------------------------------------- */
.philosophy .heading__bg-inner::after {
  background: #808080;
  opacity: 0.2;
}

.philosophy .philosophy__content-wrap {
  padding: 6rem  0;
}

@media screen and (min-width: 769px) {
  .philosophy .philosophy__content-wrap {
    padding-bottom: 8.4rem;
  }
}

.philosophy .philosophy__content-wrap .philosophy_main-img {
  margin-bottom: 9.1rem;
  position: relative;
}

.philosophy .philosophy__content-wrap .philosophy_main-img::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.philosophy .philosophy__content-wrap .philosophy_main-img .philosophy__main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  font-size: 1.2rem;
  line-height: 1.33;
  margin-bottom: 0.4rem;
  color: #fff;
  line-height: 1.9;
  font-weight: bold;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .philosophy .philosophy__content-wrap .philosophy_main-img .philosophy__main-title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .philosophy .philosophy__content-wrap .philosophy_main-img .philosophy__main-title {
    top: 8.3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 3rem;
  }
}

.philosophy .philosophy__content-wrap .philosophy_main-img .philosophy__main-title p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 481px) {
  .philosophy .philosophy__content-wrap .philosophy_main-img .philosophy__main-title p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .philosophy .philosophy__content-wrap .philosophy_main-img .philosophy__main-title p {
    font-size: 2.2rem;
    margin-bottom: 3.5rem;
  }
}

.philosophy .philosophy__content-wrap .philosophy__sub-text {
  margin-bottom: 5.1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
}

.philosophy .philosophy__content-wrap .philosophy_block .lower-title {
  margin-bottom: 3rem;
}

.philosophy .philosophy__content-wrap .philosophy_block .philosophy-list {
  line-height: 1.9;
}

.philosophy .philosophy__content-wrap .philosophy_block .philosophy-list li {
  font-size: 1.8rem;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  margin-bottom: 1.6rem;
  font-weight: 500;
}

.philosophy .philosophy__content-wrap .philosophy_block .philosophy-list li:last-of-type {
  margin-bottom: 0;
}

.philosophy .philosophy__content-wrap .philosophy_block .philosophy-list li span {
  display: inline-block;
}

/* ----------------------------------------------------------
  Block: office
---------------------------------------------------------- */
.office .office__content-wrap {
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .office .office__content-wrap {
    padding: 7.1rem 0 14.1rem 0;
  }
}

.office .office__content-wrap .office_block {
  margin-bottom: 7.3rem;
}

.office .office__content-wrap .office_block:last-of-type {
  margin-bottom: 0;
}

.office .office__content-wrap .office_block .office_block-title {
  font-size: 3rem;
  padding-bottom: 2.1rem;
  border-bottom: solid 1px #999999;
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: 1.5;
}

.office .office__content-wrap .office_block .office_block-sub-title {
  font-size: 2.2rem;
}

.office .office__content-wrap .office_block .office_block-flex {
  display: block;
}

@media screen and (min-width: 769px) {
  .office .office__content-wrap .office_block .office_block-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.office .office__content-wrap .office_block dt {
  margin-bottom: 1.5rem;
}

.office .office__content-wrap .office_block dd {
  margin-bottom: 2.5rem;
  line-height: 1.9;
}

.office .office__content-wrap .office_block .map-area-top {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .office .office__content-wrap .office_block .map-area-top {
    width: 696px;
  }
}

.office .office__content-wrap .office_block .map-area-sub {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .office .office__content-wrap .office_block .map-area-sub {
    width: 352px;
  }
}

/* ----------------------------------------------------------
  Block: topics
---------------------------------------------------------- */
.topics .topics__content-wrap {
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .topics .topics__content-wrap {
    padding: 9rem 0 9.1rem 0;
  }
}

.topics .topics__content-wrap .topics__sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6.3rem;
}

.topics .topics__content-wrap .topics__sort-list li {
  color: #999999;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 3rem 2.5rem 0;
}

@media screen and (min-width: 769px) {
  .topics .topics__content-wrap .topics__sort-list li {
    margin-right: 3.8rem;
  }
}

.topics .topics__content-wrap .topics__sort-list .sort-list-active {
  color: #222222;
}

.topics-tab__content {
  font-size: 1.4rem;
}

.topics-tab__content .tile__item {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .topics-tab__content .tile__item {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .topics-tab__content .tile__item {
    width: 25%;
  }
}

.topics-tab__content .tile__figure {
  margin-bottom: 1rem;
}

.topics-tab__content .tile__thumb-y {
  width: initial;
  -ms-flex-item-align: center;
      align-self: center;
}

.topics-tab__content .tile__text,
.topics-tab__content .topics-title {
  font-size: 1.4rem;
}

.topics-tab__content .topics-tag {
  display: inline-block;
  width: 116px;
  border-radius: 50rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin-left: 1.4rem;
  line-height: 1.9;
}

.topics-tab__content .notice {
  background-color: #f59e84;
}

.topics-tab__content .info {
  background-color: #5c9cbf;
}

.topics-tab__content .news {
  background-color: #ebcc68;
}

.topics__date {
  margin-bottom: 1.2rem;
}

.topics__date::before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: .6rem;
}

.topics-detail-body {
  margin-bottom: 10rem;
}

@media screen and (min-width: 769px) {
  .topics-detail-body {
    padding: 0 10rem;
  }
}

.topics-detail-body h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 3rem 0;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .topics-detail-body h2 {
    font-size: 3rem;
  }
}

.topics-detail-body p {
  font-size: 1.4rem;
  line-height: 1.9;
  font-weight: 500;
  margin-bottom: 3rem;
}

@media screen and (min-width: 769px) {
  .topics-detail-body p {
    font-size: 1.8rem;
  }
}

.topics-detail-body img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: auto;
  max-width: 100%;
}

.topics-detail-body img + img {
  margin-top: 3rem;
}

.topics-detail-body a {
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .topics-detail-body a {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}

.topics-detail-body a::after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-right: .6rem;
}

.topics-detail-body a:hover {
  text-decoration: none;
}

.topics-detail-body a.map-link {
  color: #222222;
  font-size: 1.4rem;
  font-weight: 400;
}

.topics-detail-body a.map-link::after {
  content: "\f041";
  font-family: FontAwesome;
}

.topics-detail-body a[href$='.pdf'] {
  color: #0066A8;
}

.topics-detail-body a[href$='.pdf']::after {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-right: .6rem;
}

.topics-detail-body table {
  border-collapse: separate;
  border-spacing: 0.2rem 0.2rem;
  min-width: 100%;
  margin: -0.2rem;
}

.topics-detail-body th {
  background-color: #dbeef4;
  text-align: center;
  font-weight: normal;
  font-size: 1.1rem;
  white-space: nowrap;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .topics-detail-body th {
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.topics-detail-body td {
  background-color: #b6e1f5;
  font-weight: normal;
  font-size: 1.1rem;
  white-space: nowrap;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  vertical-align: middle;
  line-height: 1.4;
  text-align: left !important;
}

@media screen and (min-width: 769px) {
  .topics-detail-body td {
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.topics-detail-body .detail-link {
  text-align: right;
}

.topics-detail-body .detail-link a[href$='.pdf'] {
  color: #0066A8;
}

.topics-detail-body .detail-link a[href$='.pdf']::after {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-right: 0;
  right: auto;
}

.topics-detail-body .detail-link__text {
  font-size: 1.3rem;
  font-weight: 500;
  color: #0066a8;
  margin-right: 1.5rem;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .topics-detail-body .detail-link__text {
    font-size: 1.8rem;
  }
}

.topics-detail-body .detail-link__text::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: -1.2rem;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .topics-detail-body .detail-link__text::after {
    font-size: 1.8rem;
    top: 18%;
  }
}

.topics-detail-body .detail-link__text:hover::after {
  right: -1.5rem;
}

/* ----------------------------------------------------------
  Block: site-map
---------------------------------------------------------- */
.site-map .heading {
  height: 14rem;
}

@media screen and (min-width: 769px) {
  .site-map .heading {
    height: 30rem;
  }
}

.site-map .heading .heading__bg-inner::after {
  background-color: #ffffff;
}

.site-map .heading .heading__bg-inner .heading__bg-text {
  text-align: center;
  top: initial;
  bottom: 6.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.site-map .site-map__content-wrap {
  padding-bottom: 6rem;
}

@media screen and (min-width: 769px) {
  .site-map .site-map__content-wrap {
    padding-bottom: 6.6rem;
  }
}

.site-map .site-map__content-wrap .site-map__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-map .site-map__content-wrap .site-map__block .site-map__blockーtitle {
  font-size: 2.2rem;
  color: #0b6da9;
  font-weight: 500;
  margin-bottom: 2.6rem;
}

.site-map .site-map__content-wrap .site-map__block .site-map__block-inner {
  width: 100%;
  margin-bottom: 4rem;
}

.site-map .site-map__content-wrap .site-map__block .site-map__block-inner:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .site-map .site-map__content-wrap .site-map__block .site-map__block-inner {
    width: calc(100% / 2);
  }
}

@media screen and (min-width: 1024px) {
  .site-map .site-map__content-wrap .site-map__block .site-map__block-inner {
    width: calc(100% / 3);
  }
}

.site-map .site-map__content-wrap .site-map__block li {
  list-style: none;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.site-map .site-map__content-wrap .site-map__block li .lower-detail-link {
  color: #222222;
  font-size: 1.6rem;
  width: 100%;
  display: block;
}

.site-map .site-map__content-wrap .site-map__block li .lower-detail-link::after {
  position: absolute;
  right: 0;
  left: auto;
}

@media screen and (min-width: 481px) {
  .site-map .site-map__content-wrap .site-map__block li .lower-detail-link {
    width: calc(100% - 10rem);
  }
}

/* ----------------------------------------------------------
  Block: privacy-policy
---------------------------------------------------------- */
.privacy-policy .heading {
  height: 14rem;
}

@media screen and (min-width: 769px) {
  .privacy-policy .heading {
    height: 30rem;
  }
}

.privacy-policy .heading .heading__bg-inner::after {
  background-color: #ffffff;
}

.privacy-policy .heading .heading__bg-inner .heading__bg-text {
  text-align: center;
  top: initial;
  bottom: 6.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.privacy-policy .privacy-policy__content-wrap {
  padding-bottom: 6rem;
}

@media screen and (min-width: 769px) {
  .privacy-policy .privacy-policy__content-wrap {
    padding-bottom: 11.2rem;
  }
}

.privacy-policy .privacy-policy__content-wrap .privacy-policy__text {
  font-size: 1.8rem;
  margin-bottom: 5.1rem;
  line-height: 1.9;
}

.privacy-policy .privacy-policy__content-wrap .privacy-policy__block {
  margin-bottom: 4.6rem;
}

.privacy-policy .privacy-policy__content-wrap .privacy-policy__block:last-of-type {
  margin-bottom: 0;
}

.privacy-policy .privacy-policy__content-wrap .privacy-policy__block .privacy-policy__block-title {
  color: #0b6da9;
  font-size: 2.2rem;
  margin-bottom: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.privacy-policy .privacy-policy__content-wrap .privacy-policy__block .privacy-policylist li {
  padding-left: 1.9rem;
  text-indent: -1.9rem;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  font-weight: normal;
  line-height: 1.9;
}

.privacy-policy .privacy-policy__content-wrap .privacy-policy__block .privacy-policy__inner-text {
  line-height: 1.9;
  font-size: 1.8rem;
  margin-bottom: 2.1rem;
}

.privacy-policy .privacy-policy__content-wrap .privacy-policy__block .above-text {
  text-align: right;
  font-size: 1.8rem;
}

.privacy-policy .privacy-policy__content-wrap .privacy-policy__block .contact__link-button {
  max-width: 100%;
}

@media screen and (min-width: 481px) {
  .privacy-policy .privacy-policy__content-wrap .privacy-policy__block .contact__link-button {
    max-width: 268px;
  }
}

/* ----------------------------------------------------------
  Block: terms
---------------------------------------------------------- */
.terms .heading {
  height: 14rem;
}

@media screen and (min-width: 769px) {
  .terms .heading {
    height: 30rem;
  }
}

.terms .heading .heading__bg-inner::after {
  background-color: #ffffff;
}

.terms .heading .heading__bg-inner .heading__bg-text {
  text-align: center;
  top: initial;
  bottom: 6.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.terms .terms__content-wrap {
  padding-bottom: 6rem;
}

@media screen and (min-width: 769px) {
  .terms .terms__content-wrap {
    padding-bottom: 11.2rem;
  }
}

.terms .terms__content-wrap .terms__text-top {
  margin-bottom: 4.6rem;
}

.terms .terms__content-wrap .terms__text,
.terms .terms__content-wrap .terms__text-top {
  font-size: 1.8rem;
  line-height: 1.9;
}

.terms .terms__content-wrap .terms__block {
  margin-bottom: 4.6rem;
}

.terms .terms__content-wrap .terms__block:last-of-type {
  margin: 0;
}

.terms .terms__content-wrap .terms__block .terms__block-title {
  color: #0b6da9;
  font-size: 2.2rem;
  margin-bottom: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.terms .terms__content-wrap .terms__block .privacy-policylist {
  line-height: 1.5;
}

.terms .terms__content-wrap .terms__block .privacy-policylist li {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  font-weight: normal;
}

.terms .terms__content-wrap .terms__block .terms__inner-text {
  line-height: 1.5;
  font-size: 1.8rem;
  margin-bottom: 2.1rem;
}

.terms .terms__content-wrap .terms__block .above-text {
  text-align: right;
  font-size: 1.8rem;
}

.terms .terms__content-wrap .terms__block .contact__link-button {
  max-width: 100%;
}

@media screen and (min-width: 481px) {
  .terms .terms__content-wrap .terms__block .contact__link-button {
    max-width: 268px;
  }
}

.terms .terms__content-wrap .terms__block .use-title {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
  font-weight: 500;
}

.terms .terms__content-wrap .terms__block .use-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.terms .terms__content-wrap .terms__block .use-flex .use-list {
  width: 100%;
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .terms .terms__content-wrap .terms__block .use-flex .use-list {
    width: 50%;
  }
}

.terms .terms__content-wrap .terms__block .use-flex .use-list .os-name {
  font-weight: 500;
}

.terms .terms__content-wrap .terms__block .contact__link-button {
  margin-top: 2.1rem;
}

.terms .terms__content-wrap .terms__block .lower-detail-link {
  display: inline-block;
  margin-top: 1rem;
}

/* ----------------------------------------------------------
  Block: cookie-policy
---------------------------------------------------------- */
.cookie-policy-all .heading {
  height: 14rem;
}

@media screen and (min-width: 769px) {
  .cookie-policy-all .heading {
    height: 30rem;
  }
}

.cookie-policy-all .heading .heading__bg-inner::after {
  background-color: #ffffff;
}

.cookie-policy-all .heading .heading__bg-inner .heading__bg-text {
  text-align: center;
  top: initial;
  bottom: 6.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cookie-policy-all .cookie-policy__content-wrap {
  padding-bottom: 6rem;
}

@media screen and (min-width: 769px) {
  .cookie-policy-all .cookie-policy__content-wrap {
    padding-bottom: 11.2rem;
  }
}

.cookie-policy-all .cookie-policy__content-wrap .cookie-policy__page-text {
  font-size: 1.8rem;
  line-height: 1.9;
}

.cookie-policy-all .cookie-policy__content-wrap .cookie-policy__block {
  margin-bottom: 4.6rem;
}

.cookie-policy-all .cookie-policy__content-wrap .cookie-policy__block:last-of-type {
  margin-bottom: 0;
}

.cookie-policy-all .cookie-policy__content-wrap .cookie-policy__block .privacy-policy__block-title {
  color: #0b6da9;
  font-size: 2.2rem;
  margin-bottom: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.cookie-policy-all .cookie-policy__content-wrap .cookie-policy__block a {
  display: block;
  margin: 1.5rem 0 3.2rem 0;
  text-decoration: underline;
  word-break: break-word;
  line-height: 1.9;
}

.cookie-policy-all .cookie-policy__content-wrap .cookie-policy__block .margin-text {
  margin-bottom: 6.4rem;
}

/* ----------------------------------------------------------
  Block: recruit
---------------------------------------------------------- */
.recruit .recruit__content-wrap {
  padding: 4.5rem 0 3rem 0;
}

@media screen and (min-width: 769px) {
  .recruit .recruit__content-wrap {
    padding-top: 11rem;
  }
}

.recruit .recruit__content-wrap .recruit__main-contents {
  background-color: #dbeef4;
  text-align: center;
  padding: 5.4rem 0 6rem 0;
  margin-bottom: 6rem;
}

.recruit .recruit__content-wrap .recruit__main-contents h2 {
  font-size: 2.2rem;
  color: #ffffff;
  background-color: #0b6da9;
  width: 16rem;
  margin: 0 auto;
  padding: .9rem 0;
  margin-bottom: 2.6rem;
  font-weight: 500;
}

.recruit .recruit__content-wrap .recruit__main-contents .recruit__main-text {
  font-size: 2rem;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit .recruit__content-wrap .recruit__main-contents .recruit__main-text {
    font-size: 3rem;
    margin-bottom: .5rem;
  }
}

.recruit .recruit__content-wrap .recruit__main-contents .recruit__main-sub-text {
  font-size: 2rem;
  color: #0b6da9;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  .recruit .recruit__content-wrap .recruit__main-contents .recruit__main-sub-text {
    font-size: 2.2rem;
  }
}

.recruit .recruit__content-wrap .recruit__main-contents .recruit__main-sub-text .br-sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .recruit .recruit__content-wrap .recruit__main-contents .recruit__main-sub-text .br-sp {
    display: none;
  }
}

.recruit .recruit__content-wrap .recruit__message-block {
  max-width: 65rem;
  margin: 0 auto;
  font-weight: 500;
}

.recruit .recruit__content-wrap .recruit__message-block h2 {
  font-size: 2.2rem;
  margin-bottom: 2.8rem;
  color: #0b6da9;
}

.recruit .recruit__content-wrap .recruit__message-block p {
  font-size: 1.8rem;
  margin-bottom: 4.5rem;
  line-height: 1.9;
}

.recruit .recruit__content-wrap .recruit__activities-block {
  margin-bottom: 6.8rem;
}

.recruit .recruit__content-wrap .recruit__activities-block .lower-title {
  margin-bottom: 3rem;
}

.recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex:first-of-type {
  margin-bottom: 8rem;
}

.recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex .recruit__img-wrap {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex .recruit__img-wrap {
    width: calc(50% - .8rem);
    margin-bottom: 0;
  }
}

.recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex .recruit__detail-link {
  position: relative;
  overflow: hidden;
}

.recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex .recruit__detail-link::after {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex .recruit__detail-link img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex .recruit__detail-link:hover::after {
  display: none;
}

.recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex .recruit__detail-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex .recruit__detail-link figure {
  display: inline-block;
}

.recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex .recruit__detail-link .link-sub-title {
  position: absolute;
  top: 2.4rem;
  left: 3.4rem;
  z-index: 1;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 500;
}

.recruit .recruit__content-wrap .recruit__activities-block .recruit__img-flex figcaption {
  margin-top: 1.2rem;
}

.recruit .recruit__content-wrap .recruit__contact-block {
  border: solid 1px #0b6da9;
  text-align: center;
  padding: 4.5rem 0;
}

.recruit .recruit__content-wrap .recruit__contact-block h2 {
  font-size: 1.9rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .recruit .recruit__content-wrap .recruit__contact-block h2 {
    font-size: 3rem;
  }
}

.recruit .recruit__content-wrap .recruit_block {
  margin-bottom: 7.7rem;
}

.recruit .recruit__content-wrap .recruit_block .support-description {
  margin-bottom: 5.4rem;
  line-height: 1.9;
}

.recruit .recruit__content-wrap .recruit_block .heading__title2 {
  margin-bottom: 2.2rem;
}

.recruit .recruit__content-wrap .recruit_block .lower-title {
  margin-bottom: 3rem;
}

.recruit .recruit__content-wrap .recruit_block .support__inner-block {
  margin-bottom: 6.4rem;
}

.recruit .recruit__content-wrap .recruit_block .support__inner-block .support__inner-block-text {
  margin-bottom: 2.6rem;
  line-height: 1.9;
}

.recruit .recruit__content-wrap .recruit_block .link-button-wrap .contact__link-button {
  margin: 0 1.6rem 1.6rem 0;
  max-width: 100%;
}

@media screen and (min-width: 481px) {
  .recruit .recruit__content-wrap .recruit_block .link-button-wrap .contact__link-button {
    max-width: 268px;
  }
}

.recruit .recruit__content-wrap .recruit_block .support-sub-description {
  line-height: 1.9;
  margin-bottom: 3rem;
}

/* ----------------------------------------------------------
  Block: recruit
---------------------------------------------------------- */
.requirements .requirements__content-wrap {
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .requirements .requirements__content-wrap {
    padding: 11.2rem 0 16rem 0;
  }
}

.requirements .requirements__content-wrap .requirements__block .table-col-lg,
.requirements .requirements__content-wrap .requirements__block .table-col-md {
  width: 100%;
  text-align: left;
}

.requirements .requirements__content-wrap .requirements__block .table-col-lg {
  padding: 2rem;
  line-height: 1.9;
  min-width: 368px;
  display: table-cell;
  padding: 2rem 3rem  2rem 3rem;
}

.requirements .requirements__content-wrap .requirements__block .table-inner-link {
  color: #0b6da9;
}

.requirements .requirements__content-wrap .requirements__block .table-annotation {
  font-size: 1.2rem;
  display: inline-block;
}

.requirements .requirements__content-wrap .requirements__block .flex-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.requirements .requirements__content-wrap .requirements__block .flex-td .table-list {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .requirements .requirements__content-wrap .requirements__block .flex-td .table-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.requirements .requirements__content-wrap .requirements__block .flex-td .table-list li {
  margin: 0 1.6rem 1rem 0;
}

.requirements .requirements__content-wrap .requirements__block .mr {
  margin-right: 3rem;
}

.requirements .requirements__content-wrap .requirements__block .table-col-sm {
  display: table-cell;
  min-width: 22.2rem;
}

.requirements .requirements__content-wrap .requirements__block .table-col-xs {
  display: table-cell;
}

.requirements .requirements__content-wrap .requirements__block .col-none {
  display: table-cell;
}

/* ----------------------------------------------------------
  Block: people
---------------------------------------------------------- */
.people .people__content-wrap {
  background-color: #dbeef4;
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .people .people__content-wrap {
    padding: 11rem 0 18.1rem 0;
  }
}

.people .people__content-wrap .people-text {
  font-size: 1.8rem;
  margin-bottom: 3.8rem;
  line-height: 1.9;
}

.people .people__content-wrap .people__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.people .people__content-wrap .people__block .people__block-inner {
  background: #ffffff;
  height: 23.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.6rem;
}

.people .people__content-wrap .people__block .people__block-inner:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .people .people__content-wrap .people__block .people__block-inner {
    width: calc(50% - .8rem);
  }
}

@media screen and (min-width: 1024px) {
  .people .people__content-wrap .people__block .people__block-inner {
    width: calc((100% / 3) - (3.2rem / 3 ));
  }
}

.people .people__content-wrap .people__block .people__block-inner .people__img {
  background-color: #b7e1f5;
  width: 13.6rem;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .people .people__content-wrap .people__block .people__block-inner .people__img {
    width: 15.6rem;
  }
}

.people .people__content-wrap .people__block .people__block-inner .people__img img {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.people .people__content-wrap .people__block .people__block-inner .people__name-area {
  width: calc(100% - 13.6rem);
  padding: 3rem 0 2.6rem 2.6rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .people .people__content-wrap .people__block .people__block-inner .people__name-area {
    width: calc(100% - 15.6rem);
  }
}

.people .people__content-wrap .people__block .people__block-inner .people__name-area .group-name {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  line-height: 1.5;
}

.people .people__content-wrap .people__block .people__block-inner .people__name-area .year-text {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}

.people .people__content-wrap .people__block .people__block-inner .people__name-area .name-text {
  color: #0b6da9;
  font-size: 2.2rem;
  font-weight: bold;
}

.people .people__content-wrap .people__block .people__block-inner .people__name-area .lower-detail-link {
  position: absolute;
  right: 2rem;
  bottom: 2.6rem;
}

/* ----------------------------------------------------------
  Block: anchor-link
---------------------------------------------------------- */
[id^="anchor-"] {
  padding-top: 5rem;
  margin-top: -5rem;
}

@media screen and (min-width: 769px) {
  [id^="anchor-"] {
    padding-top: 9rem;
    margin-top: -9rem;
  }
}

/* ----------------------------------------------------------
  Block: profile
---------------------------------------------------------- */
.profile .heading {
  height: 13.5rem;
}

@media screen and (min-width: 769px) {
  .profile .heading {
    height: 20.5rem;
  }
}

.profile .heading .heading__bg-inner::after {
  background-color: #ffffff;
}

.profile .heading .heading__bg-inner .heading__bg-text {
  top: 22%;
}

@media screen and (min-width: 769px) {
  .profile .heading .heading__bg-inner .heading__bg-text {
    top: 35%;
  }
}

.profile .profile__content-wrap {
  padding-bottom: 6rem;
}

@media screen and (min-width: 769px) {
  .profile .profile__content-wrap {
    padding-bottom: 18.1rem;
  }
}

.profile .profile__content-wrap .container {
  max-width: 102.8rem;
}

.profile .profile__content-wrap .profile__visual-area {
  background-color: #dbeef4;
  width: 100%;
  height: 250px;
  margin-bottom: 6rem;
}

@media screen and (min-width: 769px) {
  .profile .profile__content-wrap .profile__visual-area {
    height: 274px;
  }
}

.profile .profile__content-wrap .profile__visual-area .profile__visual-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 96.8rem;
  height: 100%;
  margin: 0 auto;
}

.profile .profile__content-wrap .profile__visual-area .profile__img-area {
  background-color: #b7e1f5;
  width: 31.2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.profile .profile__content-wrap .profile__visual-area .profile__img-area img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 87%;
}

@media screen and (min-width: 769px) {
  .profile .profile__content-wrap .profile__visual-area .profile__img-area img {
    height: auto;
    width: 100%;
  }
}

.profile .profile__content-wrap .profile__visual-area .profile__name-area {
  position: relative;
  padding: 2rem 0 3.2rem 2rem;
  width: 38rem;
}

@media screen and (min-width: 769px) {
  .profile .profile__content-wrap .profile__visual-area .profile__name-area {
    padding: 3rem 0 3.2rem 4rem;
  }
}

.profile .profile__content-wrap .profile__visual-area .profile__name-area .group-name {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .profile .profile__content-wrap .profile__visual-area .profile__name-area .group-name {
    font-size: 2.4rem;
  }
}

.profile .profile__content-wrap .profile__visual-area .profile__name-area .name-text {
  color: #0b6da9;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2.7rem;
}

@media screen and (min-width: 769px) {
  .profile .profile__content-wrap .profile__visual-area .profile__name-area .name-text {
    font-size: 3.6rem;
  }
}

.profile .profile__content-wrap .profile__visual-area .profile__name-area .year-title,
.profile .profile__content-wrap .profile__visual-area .profile__name-area .prefecture-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.profile .profile__content-wrap .profile__visual-area .profile__name-area .year-text,
.profile .profile__content-wrap .profile__visual-area .profile__name-area .prefecture-text {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}

.profile .profile__content-wrap .profile__comment {
  font-size: 2.2rem;
  color: #0b6da9;
  margin-bottom: 2.4rem;
  font-weight: 500;
  line-height: 1.9;
}

.profile .profile__content-wrap .business-title {
  color: #ffffff;
  background: #0b6da9;
  padding: .6rem .8rem;
  text-align: center;
  width: 8.8rem;
  margin-bottom: 2rem;
}

.profile .profile__content-wrap .business-text {
  line-height: 1.9;
  margin-bottom: 3.8rem;
}

.profile .profile__content-wrap .profile__last-comment {
  border: solid 1px #999999;
  padding: 3rem 2rem;
  margin-bottom: 8rem;
}

@media screen and (min-width: 769px) {
  .profile .profile__content-wrap .profile__last-comment {
    padding: 3rem 4rem;
  }
}

.profile .profile__content-wrap .profile__last-comment h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.profile .profile__content-wrap .profile__last-comment p {
  line-height: 1.9;
}

.profile .profile__content-wrap .profile__button-area {
  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;
}

.profile .profile__content-wrap .profile__button-area .profile__prev-button,
.profile .profile__content-wrap .profile__button-area .profile__next-button {
  display: block;
  border: solid 1px #0b6da9;
  border-radius: 50rem;
  width: 4.4rem;
  height: 4.4rem;
  position: relative;
  color: #0b6da9;
}

.profile .profile__content-wrap .profile__button-area .profile__prev-button::after {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.1rem;
}

.profile .profile__content-wrap .profile__button-area .profile__next-button::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.1rem;
}

.profile .profile__content-wrap .profile__button-area .profile__back-button {
  display: block;
  border: solid 1px #0b6da9;
  border-radius: 50rem;
  max-width: 16.9rem;
  width: 100%;
  text-align: center;
  line-height: 4.4rem;
  position: relative;
  color: #0b6da9;
  margin: 0 1.5rem;
}

/* ----------------------------------------------------------
  Block: form
---------------------------------------------------------- */
.form .form__content-wrap {
  padding: 4.5rem 0 6rem 0;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap {
    padding: 11.2rem 0 16rem 0;
  }
}

.form .form__content-wrap .lower-detail-link {
  display: block;
  width: 100%;
  margin: 0 0 6.4rem auto;
  border: solid 1px #0b6da9;
  border-radius: 50rem;
  text-align: center;
  line-height: 4.4rem;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .lower-detail-link {
    width: 33.2rem;
  }
}

.form .form__content-wrap .form-tabs-wrap {
  display: block;
  margin-bottom: 6.4rem;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form-tabs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.form .form__content-wrap .form-tabs-wrap .form-tabs {
  display: inline-block;
  width: 100%;
  background-color: #eaeaea;
  color: #999999;
  text-align: center;
  cursor: pointer;
  line-height: 7.1rem;
  position: relative;
  margin-bottom: 2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form-tabs-wrap .form-tabs {
    margin-bottom: 0;
    width: calc(50% - .8rem);
  }
}

.form .form__content-wrap .form-tabs-wrap .form-tabs-active {
  background-color: #0b6da9;
  color: #ffffff;
  cursor: initial;
}

.form .form__content-wrap .form-tabs-wrap .form-tabs-active::after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 13px 0 13px;
  border-color: #0b6da9 transparent transparent transparent;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form-tabs-wrap .form-tabs-active::after {
    display: block;
  }
}

.form .form__content-wrap .form__tab-contents {
  display: none;
}

.form .form__content-wrap .tab-contents-active {
  display: block;
}

.form .form__content-wrap .lower-title {
  margin-bottom: 3.2rem;
}

.form .form__content-wrap .form__text {
  font-size: 1.8rem;
  margin-bottom: 6.3rem;
  line-height: 1.9;
  font-weight: 500;
}

.form .form__content-wrap .form__form .form__form-contents {
  display: block;
  margin-bottom: 1.5rem;
}

.form .form__content-wrap .form__form .form__form-contents .check-flex {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 481px) {
  .form .form__content-wrap .form__form .form__form-contents .check-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.form .form__content-wrap .form__form .form__form-contents .check-flex label {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .form .form__content-wrap .form__form .form__form-contents .check-flex label {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form__form .form__form-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.form .form__content-wrap .form__form .form__form-contents input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 500;
}

.form .form__content-wrap .form__form .form__form-contents input::-moz-placeholder {
  color: #999999;
  font-weight: 500;
}

.form .form__content-wrap .form__form .form__form-contents input:-ms-input-placeholder {
  color: #999999;
  font-weight: 500;
}

.form .form__content-wrap .form__form .form__form-contents input::-ms-input-placeholder {
  color: #999999;
  font-weight: 500;
}

.form .form__content-wrap .form__form .form__form-contents input::placeholder {
  color: #999999;
  font-weight: 500;
}

.form .form__content-wrap .form__form .form__form-contents .form-title {
  max-width: 100%;
  width: 100%;
  height: 6rem;
  min-height: 6rem;
  padding-left: 3rem;
  background-color: #dbeef4;
  position: relative;
  margin-bottom: 1.5rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form__form .form__form-contents .form-title {
    max-width: 29.9rem;
    margin-bottom: 0;
    height: auto;
  }
}

.form .form__content-wrap .form__form .form__form-contents .required {
  display: block;
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #D94040;
  color: #ffffff;
  padding: .4rem .8rem;
}

.form .form__content-wrap .form__form .form__form-contents .dd-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form .form__content-wrap .form__form .form__form-contents .dd-flex input {
  width: calc(50% - .75rem);
  padding: 0 1.5rem;
}

.form .form__content-wrap .form__form .form__form-contents .dd-flex .postal-code-input {
  width: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form__form .form__form-contents .dd-flex .postal-code-input {
    width: calc(30% - 1.5rem);
  }
}

.form .form__content-wrap .form__form .form__form-contents .dd-flex .prefecture-input {
  width: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form__form .form__form-contents .dd-flex .prefecture-input {
    width: calc(20% - 1.5rem);
  }
}

.form .form__content-wrap .form__form .form__form-contents .dd-flex .city-input {
  width: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form__form .form__form-contents .dd-flex .city-input {
    width: 50%;
  }
}

.form .form__content-wrap .form__form .form__form-contents .dd-flex .city-address-input {
  width: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form__form .form__form-contents .dd-flex .city-address-input {
    width: calc(50% - .75rem);
    margin-bottom: 0;
  }
}

.form .form__content-wrap .form__form .form__form-contents .dd-flex .building-input {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form__form .form__form-contents .dd-flex .building-input {
    width: calc(50% - .75rem);
  }
}

.form .form__content-wrap .form__form .form__form-contents dd {
  width: 100%;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form__form .form__form-contents dd {
    width: calc(100% - 31.4rem);
  }
}

.form .form__content-wrap .form__form .form__form-contents dd .check-text {
  text-align: left;
  margin-bottom: 1.9rem;
}

.form .form__content-wrap .form__form .form__form-contents dd .check-text:last-of-type {
  margin-bottom: 0;
}

.form .form__content-wrap .form__form .form__form-contents dd input {
  padding: 0 1.5rem;
  background-color: #eaeaea;
  height: 100%;
  width: 100%;
  height: 6rem;
}

.form .form__content-wrap .form__form .form__form-contents dd textarea {
  background-color: #eaeaea;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  resize: vertical;
}

.form .form__content-wrap .form__form .form__form-contents dd input[type=radio] {
  display: none;
}

.form .form__content-wrap .form__form .form__form-contents dd .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1rem 1rem 0;
}

.form .form__content-wrap .form__form .form__form-contents dd .form__label::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border: solid 1px #999999;
  border-radius: 50rem;
  display: block;
  margin-right: .3rem;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form__form .form__form-contents dd .form__label {
    margin: 0 2.2rem 0 0;
  }
}

.form .form__content-wrap .form__form .form__form-contents dd input[type="radio"]:checked + .form__label::before {
  background-color: #999999;
}

.form .form__content-wrap .form__form .form__form-contents .dd-label {
  min-height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form__form .form__form-contents .dd-label {
    margin-bottom: 0;
  }
}

.form .form__content-wrap .form__form .form__form-contents .birthday-input {
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form__form .form__form-contents .birthday-input {
    max-width: 31.4rem;
  }
}

.form .form__content-wrap .form__form .form__form-contents .example-text {
  margin-top: 1rem;
  display: block;
}

@media screen and (min-width: 769px) {
  .form .form__content-wrap .form__form .form__form-contents .example-text {
    margin-top: 0;
    display: inline;
  }
}

.form .form__content-wrap .form__form .policy-text {
  text-align: center;
  line-height: 1.9;
  font-size: 1.4rem;
  margin: 8.6rem 0 4.1rem 0;
}

.form .form__content-wrap .form__form .policy-text a {
  color: #0b6da9;
  text-decoration: underline;
}

.form .form__content-wrap .form__form .policy-text a::after {
  content: "\f08e";
  font-family: FontAwesome;
}

.form .form__content-wrap .form__form input[type="checkbox"] {
  display: none;
}

.form .form__content-wrap .form__form .check-text {
  display: block;
  text-align: center;
  margin-bottom: 4.3rem;
  position: relative;
}

.form .form__content-wrap .form__form .check-text::before {
  content: "\f096";
  font-family: FontAwesome;
  margin-right: .5rem;
  color: #999999;
}

.form .form__content-wrap .form__form input[type="checkbox"]:checked + .check-text::before {
  content: "\f14a";
  color: #0b6da9;
  font-size: 1.5rem;
}

.form .form__content-wrap .form__form .submit-button {
  color: #ffffff;
  display: block;
  margin: 0 auto;
  background-color: #0b6da9;
  max-width: 30.2rem;
  width: 100%;
  line-height: 4.8rem;
  border-radius: .5rem;
  text-align: center;
}

.form .form__content-wrap .form__form .submit-button:hover {
  background-color: #b6e1f5;
}

.form .form__content-wrap .form__form .dd-select {
  position: relative;
}

.form .form__content-wrap .form__form .dd-select::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
  font-weight: bold;
  pointer-events: none;
}

.form .form__content-wrap .form__form .dd-select select {
  background-color: #eaeaea;
  padding: 0 1.5rem;
  padding-right: 3.5rem;
  height: 6rem;
  width: 100%;
  cursor: pointer;
}

.form .form__content-wrap .form__form .dd-select select option:first-of-type {
  color: #f00;
}

.form .form__content-wrap .form__form .dd-select .select-annotation {
  font-size: 1.2rem;
  position: absolute;
  bottom: -2.8rem;
}

.form .form__content-wrap .form__form .dd-select .place {
  color: #999999;
  font-weight: 500;
}

.form .form__content-wrap .form-sub-title {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  text-indent: -.5rem;
}

.form-title__note {
  font-size: 1.3rem;
  font-weight: 600;
  color: #D94040;
  margin-top: 1rem;
}