@charset "UTF-8";
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;700&display=swap");
*,
::before,
::after {
  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 {
  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 */
  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 {
  -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"] {
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="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;
  -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;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.container .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  margin-bottom: 50px;
}

.section--l {
  margin-bottom: 90px;
}

.hide-sp {
  display: none;
}

.hide-tab {
  display: none;
}

html {
  scroll-padding-top: 80px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  padding-top: 60px;
}

img {
  max-width: 100%;
}

.header,
.hero,
#main,
.footer {
  position: relative;
  z-index: 50;
}

.header {
  z-index: 100;
}

.type--label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.type--label .label--item {
  font-size: 12px;
  width: 5em;
  text-align: center;
  border-radius: 9999px;
  margin-right: 0.75em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
}

.type--label .label--wash {
  color: #fff;
  background-color: #5e9dba;
}

.type--label .label--antiStain {
  color: #fff;
  background-color: #5fb34c;
}

.type--label .label--solvent {
  color: #fff;
  background-color: #f9962b;
}

.type--label .label--heat {
  color: #fff;
  background-color: #eb6c6c;
}

.header {
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 500ms ease-out;
}

.header.scrolled {
  opacity: 0;
  position: fixed;
  top: -60px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.header.scrolled.show {
  opacity: 1;
  top: 0;
}

.header.open {
  background-color: #fff;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #eee;
  transition: none;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header__inner .logo {
  padding-left: 15px;
}

.header__inner .logo img {
  width: 200px;
}

.header__inner .menu {
  pointer-events: none;
  opacity: 0;
  color: #fff;
  background-color: rgba(115, 181, 213, 0.9);
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms ease-out;
}

.header__inner .menu.show {
  pointer-events: auto;
  opacity: 1;
}

.header__inner .menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.header__inner .menu li {
  font-weight: 700;
  padding: 0.75em 0;
}

.header__inner .menu.open {
  opacity: 1;
  pointer-events: auto;
}

.header__inner .toggler {
  width: 29px;
  margin-right: 15px;
}

.header__inner .toggler span {
  display: block;
  background-color: #00175c;
  width: 100%;
  height: 2px;
  margin: 6px 0;
  transition: all 300ms ease-out;
  transform-origin: center;
}

.header__inner .toggler.open span {
  background-color: #fff;
  margin: 0;
}

.header__inner .toggler.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}

.header__inner .toggler.open span:nth-child(1) {
  margin-top: 2px;
  transform: rotate(45deg);
}

.header__inner .toggler.open span:nth-child(3) {
  margin-top: -4px;
  transform: rotate(-45deg);
}

.child-menu {
  width: 270px;
  background: #fafafa;
  padding: 24px 10px 10px;
  position: fixed;
  right: -300px;
  top: 12px;
  transition: all 300ms ease-out;
  z-index: 2000;
  pointer-events: none;
  opacity: 0;
}

.child-menu.open {
  transform: translateX(-300px);
  pointer-events: auto;
  opacity: 1;
}

.child-menu ul {
  align-items: flex-start;
  justify-content: flex-start;
}

.child-menu ul li {
  width: 100%;
  margin-bottom: 5px;
}

.child-menu ul li a {
  display: block;
  font-size: 14px;
  background-image: url(../img/icon_list.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
}

.child-menu .close {
  font-size: 14px;
  margin-bottom: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}

.child-menu .close i {
  margin-left: 6px;
}

.hero {
  width: 100%;
  margin-top: -60px;
  padding: 60px 0 0;
}

.hero__cover {
  width: 100%;
  overflow: hidden;
}

.hero__cover img {
  width: 100%;
  height: auto;
}

.hero__inner {
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero__content .hero-lead {
  color: #fff;
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 10;
}

.hero__content .hero-lead .hero-title {
  font-size: 38px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.hero__content .hero-lead .hero-title .sp-show {
  display: block;
}

.hero__content .hero-lead .hero-text {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.75;
}

.hero__content h1 {
  position: absolute;
  top: 5%;
  right: 8%;
  z-index: 10;
}

.hero__content h1 img {
  height: 300px;
}

.hero-companyName {
  position: absolute;
  color: #fff;
  bottom: 5%;
  left: 5%;
  font-size: 36px;
  font-weight: bold;
  z-index: 10;
}

.subpage--hero {
  height: 36vw;
  background-image: url(/img/subpage-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -50px center;
}

.subpage--hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.subpage--hero .front--head {
  margin-bottom: 0;
}

.footer {
  color: #fff;
  background-color: #2c2c2c;
  padding: 30px 0 20px;
}

.footer .footer__inner {
  text-align: center;
}

.footer .footer--info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.footer .footer--info .logo {
  width: 180px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.footer .footer--info .info {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  margin-left: 10px;
}

.footer .footer--navi {
  margin-bottom: 30px;
}

.footer .footer--navi li {
  font-size: 14px;
  width: 100%;
  margin-bottom: 1em;
}

.footer .copy {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.section--head {
  line-height: 1;
  border-left: 6px solid #47a8d0;
  padding-left: 16px;
  margin-bottom: 30px;
}

.section--head .en {
  font-size: 12px;
  font-weight: 700;
  color: #47a8d0;
  padding: 0.25em 0 0.5em;
}

.section--head .ja {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.arrow-btn a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.arrow-btn a .arrow {
  width: 56px;
}

.arrow-btn a .text {
  margin-left: 1em;
  padding: 0.25em 0 0.5em;
  border-bottom: 1px solid #262626;
}

.arrow-btn.small a {
  font-size: 14px;
}

.arrow-btn.small a .arrow {
  width: 32px;
}

.arrow-btn.small a .text {
  padding: 0 0 0.25em;
  margin-left: 0.5em;
}

.page__news {
  margin-bottom: 80px;
}

.page__news .news__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page__news .news__inner .contents--head {
  margin-bottom: 30px;
}

.page__news .news__inner .contents {
  border-bottom: 1px solid #ccc;
  padding: 20px;
}

.page__news .news__inner .title .date {
  font-size: 12px;
  font-weight: bold;
  color: #0a5e82;
  margin-bottom: 0.5em;
}

.page__news .news__inner .title h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1em;
}

.page__news .news__inner .content p {
  font-size: 14px;
  line-height: 1.875;
}

.page__news.page__archive .contents {
  margin-bottom: 20px;
}

.page__news.page__archive .contents h3 {
  margin-bottom: 0.5em;
}

.page__news.page__archive .contents .content {
  display: flex;
  align-items: center;
}

.page__news.page__archive .contents .content .excerpt {
  width: calc(100% - 6em);
}

.page__news.page__archive .contents .content .excerpt p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page__news.page__archive .contents .content .more {
  font-size: 12px;
  color: #fff;
  background-color: #0a5e82;
  border-radius: 9999px;
  padding: 0.25em 1.5em 0.375em;
  margin-left: auto;
}

.back {
  display: block;
  font-size: 14px;
  width: 200px;
  color: #fff;
  background: #0a5e82;
  text-align: center;
  margin: 60px auto 90px;
  padding: 16px;
}

.pagination__wrapper {
  width: 100%;
  margin-top: 20px;
}

.pagination {
  width: 100%;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 2px 5px;
}

.pagination .page-numbers.current {
  background-color: #ffd564;
}

.pagination .next,
.pagination .prev {
  width: auto;
  background-color: transparent;
  margin: 0 6px 5px;
}

.front--head {
  margin-bottom: 10px;
  color: #ffffff;
}

.front--head .ja {
  font-size: 12px;
  color: #ffffff;
}

.front--head .en {
  font-size: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.front--title h2 {
  font-size: 14px;
}

.front--title .en {
  color: #0a5e82;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 10px;
}

.front--about {
  position: relative;
}

.front--about__inner .front--title {
  position: absolute;
}

.front--about__inner .about-block {
  position: relative;
  top: 60px;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 120px;
}

.front--about__inner .about-block .about-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40%;
}

.front--about__inner .about-block .about-text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.front--about__inner .about-block .about-text .desc {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.75;
}

.front--about__inner .about-block .about-img {
  position: relative;
  width: 100%;
}

.front--about__inner .about-block .about-img img:first-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.front--about__inner .about-block .about-img img:nth-child(2) {
  position: absolute;
  top: 60%;
  width: 50%;
}

.front--products__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.front--products__head {
  margin-bottom: 10px;
}

.front--products__head .item-name {
  height: 60px;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  font-weight: 700;
  background-color: #0a5e82;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.front--products__head .item-name img {
  width: 22px;
  margin-right: 0.5em;
}

.front--products__head .item-desc {
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.2;
  background-color: #f5f5f5;
}

.front--products__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.front--products__item {
  margin: 15px 0;
  width: calc(100% / 2);
  padding: 0 5px;
}

.front--products__item img {
  margin-bottom: 5px;
}

.front--products__item .category {
  width: 100%;
  background: #e7f5fb;
  color: #2785ae;
  padding: 10px 0;
  text-align: center;
}

.front--products__item .category p {
  font-size: 14px;
  font-weight: bold;
}

.front--products__item .title {
  background: #2785ae;
  font-weight: bold;
  color: #e7f5fb;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}

.front--products__item .title .name_en {
  font-size: 20px;
  margin-bottom: 5px;
}

.front--products__item .title .name_jp {
  font-size: 12px;
}

.front--products__item .more {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #2785ae;
  padding: 8px 0;
  text-align: center;
  border-radius: 100px;
}

.front--business__item {
  margin-bottom: 20px;
}

.front--business__item img {
  margin-bottom: 20px;
}

.front--business__item .title {
  position: relative;
  font-size: 20px;
  color: #0a5e82;
  font-weight: bold;
  margin-bottom: 10px;
}

.front--business__item .title::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background-image: url(../img/arrow-circle.png.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.front--business__item p {
  line-height: 1.5;
  font-size: 14px;
}

.front--record {
  background-image: url(../img/top/delivaryrecoed_bg.jpg.webp);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.front--record.section {
  margin-bottom: 0;
}

.front--record__inner {
  padding: 40px 30px;
}

.front--record .record--head {
  color: #fff;
  text-align: center;
}

.front--record .record--head .en {
  font-size: 24px;
  margin: 10px 0;
}

.front--record__item {
  margin-bottom: 20px;
}

.front--record .item--box {
  row-gap: 12px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  background-color: #fff;
  padding: 15px 30px;
}

.front--record .item--box .head {
  font-size: 16px;
  font-weight: 700;
  color: #0a5e82;
  margin-bottom: 1.5em;
}

.front--record .item--box .record-btn a {
  padding-left: 1em;
  margin-bottom: 0.75em;
  position: relative;
  display: block;
  border-bottom: 1px solid #000;
  font-size: 14px;
  padding-bottom: 10px;
}

.front--record .item--box .record-btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #0a5e82;
  transform-origin: calc(100% - 2px) 50%;
  transform: rotate(45deg);
}

.front--record .item--box .record-btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #0a5e82;
  transform-origin: calc(100% - 2px) 50%;
  transform: rotate(45deg);
  transform: rotate(-45deg);
}

.front--news .news-container {
  padding-left: 15px;
  padding-right: 15px;
}

.front--news__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.front--news .head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.front--news .head h2 {
  font-size: 22px;
  font-weight: 700;
  color: #0a5e82;
  margin-right: 20px;
}

.front--news .head p {
  font-size: 12px;
}

.front--news .news--list {
  width: 100%;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}

.front--news .news--list .news--item {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  font-size: 14px;
}

.front--news .news--list .news--item .date {
  margin-right: 20px;
}

.more-btn {
  position: relative;
}

.more-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background-image: url(../img/arrow-circle.png.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.more-btn.all-news {
  text-align: right;
  padding-right: 40px;
}

.company__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.company--table .company--row {
  display: flex;
}

.company--table .company--row > * {
  font-size: 14px;
  line-height: 1.75;
  padding: 1.25em 0;
}

.company--table .company--head {
  font-weight: 500;
  width: 25%;
  padding-right: 1em;
  margin-right: 5px;
  border-bottom: 1px solid #0a5e82;
}

.company--table .company--desc {
  width: 75%;
  border-bottom: 1px solid #ccc;
}

.company--map {
  position: relative;
}

.company--map::before {
  display: block;
  content: '';
  padding-top: 45%;
}

.company--map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.company--images {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.company--images .image {
  max-width: 47.5%;
}

.company-message {
  display: flex;
  flex-direction: column-reverse;
}

.company-message .company-message_name {
  margin-bottom: 20px;
}

.company-message .company-message_name img {
  width: 200px;
}

.company-message .company-message_text {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 10px;
}

.page__reiwa-product .product--head {
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}

.page__reiwa-product .product--head .product--case-study {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em;
  background-color: #fcfcfc;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #dddddd calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #dddddd calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

.page__reiwa-product .product--head .product--case-study .case-study-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page__reiwa-product .product--head .product--case-study .case-study-inner .case-item {
  padding: 4px;
  width: 200px;
}

.page__reiwa-product .product--head .product--case-study .case-study-inner .case-item .name {
  text-align: center;
  padding: 8px 0;
  border-radius: 8px;
  background: linear-gradient(70deg, #88c5df, #2785ae);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.page__reiwa-product .product--head .product--name {
  background-color: #0a5e82;
  text-align: center;
  padding: 15px 28px;
}

.page__reiwa-product .product--head .product--name .en {
  font-size: 26px;
  padding-bottom: 0.5em;
}

.page__reiwa-product .product--head .product--name .ja {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}

.page__reiwa-product .product--head .product--name .ja-long {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 0.5em;
}

.page__reiwa-product .product--head .product--name .desc {
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.page__reiwa-product .product--head .product--type {
  font-size: 20px;
  text-align: right;
  padding-bottom: 0.75em;
  position: relative;
  z-index: 5;
}

.page__reiwa-product .product--head .product--type .ja {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.8em;
  font-weight: 300;
  position: relative;
  z-index: 3;
}

.page__reiwa-product .product--head .product--type .en {
  font-weight: 700;
  color: #5abce4;
  text-wrap: nowrap;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.page__reiwa-product .type--label {
  font-size: 14px;
  margin-top: 1em;
}

.page__reiwa-product .type--label .label--item {
  font-size: inherit;
}

.page__reiwa-product .product--box__item {
  width: 100%;
}

.page__reiwa-product .product--box .follow--list {
  font-size: 16px;
}

.page__reiwa-product .product--box .follow--list li {
  margin-bottom: 1em;
  line-height: 1.5;
}

.page__reiwa-product .product--box .follow--list li span {
  color: #0a5e82;
  font-size: 18px;
  margin-right: 5px;
}

.page__reiwa-product .product--box .follow--list .memo {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
  margin-left: 3em;
}

.page__reiwa-product .product--box .type-name {
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  background-color: #0a5e82;
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.page__reiwa-product .product--box .head {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  background-color: #e7f5fb;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
}

.page__reiwa-product .product--box .head::before {
  position: absolute;
  content: "";
  left: 10px;
  width: 4px;
  height: 50%;
  background: #0a5e82;
}

.page__reiwa-product .vertical--table {
  font-size: 12px;
  border-left: 1px solid #262626;
  border-bottom: 1px solid #262626;
}

.page__reiwa-product .vertical--table .v--row {
  display: flex;
  border-top: 1px solid #262626;
}

.page__reiwa-product .vertical--table .v--row p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 3.5em;
  line-height: 1.25;
  border-right: 1px solid #262626;
  padding: 0.5em;
}

.page__reiwa-product .vertical--table .v--row .t-head {
  background-color: #f4f4f4;
}

.page__reiwa-product .vertical--table .v--row .t-detail {
  color: #da0000;
}

.page__reiwa-product .product--list {
  font-size: 14px;
}

.page__reiwa-product .product--list li {
  padding-left: 1em;
  margin-bottom: 0.75em;
  position: relative;
}

.page__reiwa-product .product--list li::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #0a5e82;
  transform-origin: calc(100% - 2px) 50%;
  transform: rotate(45deg);
}

.page__reiwa-product .product--list li::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #0a5e82;
  transform-origin: calc(100% - 2px) 50%;
  transform: rotate(45deg);
  transform: rotate(-45deg);
}

.page__reiwa-product .spec--table {
  width: 100%;
  overflow-x: scroll;
  padding: 1px 0;
}

.page__reiwa-product .spec--table p {
  font-size: 12px;
  margin: 1em 0;
}

.page__reiwa-product .spec--table table {
  font-size: 12px;
  min-width: 640px;
  width: 100%;
  line-height: 1.5;
}

.page__reiwa-product .spec--table table thead {
  font-size: 18px;
  line-height: 1;
}

.page__reiwa-product .spec--table table thead th, .page__reiwa-product .spec--table table thead td {
  font-weight: 700;
  text-align: center;
  padding: 0.75em;
}

.page__reiwa-product .spec--table table thead th {
  color: #0a5e82;
}

.page__reiwa-product .spec--table table thead th .br-text {
  font-size: 12px;
  color: #555555;
}

.page__reiwa-product .spec--table table thead td {
  font-size: 14px;
}

.page__reiwa-product .spec--table table thead .compliant {
  display: block;
  font-size: 10px;
  margin-top: 4px;
  color: #5e5e5e;
}

.page__reiwa-product .spec--table table thead .tbl-head span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page__reiwa-product .spec--table table thead .tbl-head span::before {
  display: block;
  content: '/';
  margin: 0 1em;
  order: 2;
}

.page__reiwa-product .spec--table table thead .tbl-head small {
  font-size: 1em;
  order: 3;
}

.page__reiwa-product .spec--table table tbody .tbl-head span {
  display: flex;
  align-items: center;
}

.page__reiwa-product .spec--table table tbody .tbl-head small {
  display: flex;
  width: 6em;
  margin-left: auto;
}

.page__reiwa-product .spec--table table tbody .tbl-head small::before {
  display: block;
  content: '/';
  font-weight: 900;
  margin-right: 0.5em;
}

.page__reiwa-product .spec--table table tbody .tbl-head small.text {
  width: auto;
}

.page__reiwa-product .spec--table table tbody .tbl-head small.text::before {
  content: none;
}

.page__reiwa-product .spec--table table th, .page__reiwa-product .spec--table table td {
  vertical-align: middle;
  border: 1px solid #262626;
  padding: 0.5em 0.5em;
}

.page__reiwa-product .spec--table table th {
  font-size: 12.5px;
  font-weight: 500;
  white-space: nowrap;
}

.page__reiwa-product .spec--table table td {
  text-align: center;
  line-height: 20px;
}

.products-intro {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.products-intro h2 {
  text-align: center;
  color: #0a5e82;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.products-intro p {
  text-align: left;
  line-height: 1.75;
  font-size: 14px;
}

.commit {
  margin-bottom: 30px;
}

.commit h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1em;
  text-align: center;
}

.commit h2 .t-blue {
  color: #0a5e82;
}

.commit .commit-text {
  text-align: left;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 10px;
}

.commit .commit-point {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.commit .commit-point .point-img {
  display: flex;
}

.commit .commit-point .point-img img {
  width: 110px;
  height: 110px;
  margin: 6px;
}

.page__contact .page__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page__contact .contact--table {
  margin-bottom: 30px;
}

.page__contact .contact--table .table--row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.page__contact .contact--table .table--head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 4px solid #2785ae;
}

.page__contact .contact--table .table--head p {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.page__contact .contact--table .table--head p span {
  display: block;
  font-size: 10px;
  color: #fff;
  background-color: #0a5e82;
  border-radius: 9999px;
  margin-left: 1em;
  padding: 0.375em 1em 0.5em;
}

.page__contact .contact--table input,
.page__contact .contact--table textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  letter-spacing: 0.05em;
  border: 1px solid #888;
  padding: 0 0.75em;
}

.page__contact .contact--table input {
  height: 2.75em;
}

.page__contact .contact--table textarea {
  line-height: 1.75;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.page__contact .contact--table .mwform-tel-field input {
  width: 6em;
}

.page__contact .contact--table .mwform-tel-field input:nth-child(2) {
  width: 4em;
}

.page__contact .contact--table .submit--btn {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.page__contact .contact--table .submit--btn input {
  font-weight: 500;
  width: 240px;
  height: auto;
  color: #fff;
  background-color: #59c9e9;
  border: none;
  border-radius: 9999px;
  margin: 0.5em 1em;
  padding: 1.5em 3em;
}

.page__contact .contact--table .submit--btn input[name=submitBack] {
  background-color: #bbb;
}

.contact-head {
  text-align: center;
  margin-bottom: 30px;
}

.contact-head h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.case--intro {
  text-align: center;
  line-height: 1.75;
}

.case--intro .head {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
}

.case--intro .desc {
  display: inline-block;
  position: relative;
}

.case--intro .desc::before {
  display: block;
  content: '';
  width: 100%;
  height: 0.6em;
  background-color: #e7f5fb;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.case--list__item .case-title {
  margin-bottom: 20px;
}

.case--list__item .case-title .num {
  position: relative;
  font-size: 26px;
  color: #0a5e82;
  margin-bottom: 10px;
}

.case--list__item .case-title .num::after {
  display: block;
  content: '';
  width: 1.5em;
  height: 1px;
  background-color: #0a5e82;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%) rotate(-40deg);
}

.case--list__item .case-title .title {
  font-size: 22px;
}

.case--list__item .case-detail img {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

.case--list__item .case-detail .desc {
  font-size: 14px;
  line-height: 1.8;
}

.faq--categories {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq--categories .category--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -8px;
}

.faq--categories .category--item {
  width: calc(100% / 2);
  padding: 0 8px;
  margin-bottom: 12px;
}

.faq--categories .category--item a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}

.faq--categories .category--item a::before {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 0.25em solid #0a5e82;
  border-radius: 50%;
  margin-right: 0.5em;
}

.faq--intro {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 60px;
}

.faq--intro img {
  width: 60px;
  margin-bottom: 10px;
}

.faq--intro h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.faq--intro p {
  font-size: 12px;
}

.faq--lists {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq--item {
  margin-bottom: 30px;
}

.faq--item__head {
  margin-bottom: 20px;
}

.faq--item__head h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.faq--item__head h3::before {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #0a5e82;
  margin-right: 12px;
}

.faq--item__head h3 span {
  width: calc(100% - 42px);
}

.faq--box {
  margin-bottom: 20px;
}

.faq--box .question {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  background-color: #0a5e82;
  padding: 10px 15px;
  margin-bottom: 0;
  cursor: pointer;
}

.faq--box .question::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  content: 'Q';
  font-family: 'Inter', sans-serif;
  color: #30716a;
  background-color: #fff;
  width: 35px;
  height: 35px;
  box-shadow: 2px 0 0 #0a5e82;
  border-radius: 50%;
  margin-right: 10px;
  padding-top: 1px;
}

.faq--box .question span {
  width: calc(100% - 45px);
}

.faq--box .answer {
  display: none;
  line-height: 1.5;
  margin-top: 15px;
  margin-left: 15px;
  padding-bottom: 30px;
}

.footer {
  color: #fff;
  background-color: #2c2c2c;
  padding: 30px 0 20px;
}

.footer .footer__inner {
  text-align: center;
}

.footer .footer--info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.footer .footer--info .logo {
  width: 180px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.footer .footer--info .info {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  margin-left: 10px;
}

.footer .footer--navi {
  margin-bottom: 30px;
}

.footer .footer--navi li {
  font-size: 14px;
  width: 100%;
  margin-bottom: 1em;
}

.footer .copy {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.header {
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 500ms ease-out;
}

.header.scrolled {
  opacity: 0;
  position: fixed;
  top: -60px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.header.scrolled.show {
  opacity: 1;
  top: 0;
}

.header.open {
  background-color: #fff;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #eee;
  transition: none;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header__inner .logo {
  padding-left: 15px;
}

.header__inner .logo img {
  width: 200px;
}

.header__inner .menu {
  pointer-events: none;
  opacity: 0;
  color: #fff;
  background-color: rgba(115, 181, 213, 0.9);
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms ease-out;
}

.header__inner .menu.show {
  pointer-events: auto;
  opacity: 1;
}

.header__inner .menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.header__inner .menu li {
  font-weight: 700;
  padding: 0.75em 0;
}

.header__inner .menu.open {
  opacity: 1;
  pointer-events: auto;
}

.header__inner .toggler {
  width: 29px;
  margin-right: 15px;
}

.header__inner .toggler span {
  display: block;
  background-color: #00175c;
  width: 100%;
  height: 2px;
  margin: 6px 0;
  transition: all 300ms ease-out;
  transform-origin: center;
}

.header__inner .toggler.open span {
  background-color: #fff;
  margin: 0;
}

.header__inner .toggler.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}

.header__inner .toggler.open span:nth-child(1) {
  margin-top: 2px;
  transform: rotate(45deg);
}

.header__inner .toggler.open span:nth-child(3) {
  margin-top: -4px;
  transform: rotate(-45deg);
}

.child-menu {
  width: 270px;
  background: #fafafa;
  padding: 24px 10px 10px;
  position: fixed;
  right: -300px;
  top: 12px;
  transition: all 300ms ease-out;
  z-index: 2000;
  pointer-events: none;
  opacity: 0;
}

.child-menu.open {
  transform: translateX(-300px);
  pointer-events: auto;
  opacity: 1;
}

.child-menu ul {
  align-items: flex-start;
  justify-content: flex-start;
}

.child-menu ul li {
  width: 100%;
  margin-bottom: 5px;
}

.child-menu ul li a {
  display: block;
  font-size: 14px;
  background-image: url(../img/icon_list.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
}

.child-menu .close {
  font-size: 14px;
  margin-bottom: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}

.child-menu .close i {
  margin-left: 6px;
}

.hero {
  width: 100%;
  margin-top: -60px;
  padding: 60px 0 0;
}

.hero__cover {
  width: 100%;
  overflow: hidden;
}

.hero__cover img {
  width: 100%;
  height: auto;
}

.hero__inner {
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero__content .hero-lead {
  color: #fff;
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 10;
}

.hero__content .hero-lead .hero-title {
  font-size: 38px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.hero__content .hero-lead .hero-title .sp-show {
  display: block;
}

.hero__content .hero-lead .hero-text {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.75;
}

.hero__content h1 {
  position: absolute;
  top: 5%;
  right: 8%;
  z-index: 10;
}

.hero__content h1 img {
  height: 300px;
}

.hero-companyName {
  position: absolute;
  color: #fff;
  bottom: 5%;
  left: 5%;
  font-size: 36px;
  font-weight: bold;
  z-index: 10;
}

.subpage--hero {
  height: 36vw;
  background-image: url(/img/subpage-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -50px center;
}

.subpage--hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.subpage--hero .front--head {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .section {
    margin-bottom: 80px;
  }
  .hide-sp {
    display: inline;
  }
  .show-sp {
    display: none;
  }
  .show-tab {
    display: inline;
  }
  .header__inner .logo {
    padding-left: 50px;
  }
  .header__inner .toggler {
    margin-right: 50px;
  }
  .child-menu {
    background-color: #fff;
    padding: 40px 10px 20px;
    position: absolute;
    top: 100%;
    left: 63%;
  }
  .child-menu::before {
    display: block;
    content: '';
    width: 100%;
    border-top: 1px solid #00175c;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0%;
  }
  .child-menu.open {
    transform: none;
  }
  .child-menu ul {
    width: 600px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .child-menu ul li {
    width: calc(100% / 3);
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .child-menu .close {
    display: none;
  }
  .hero__content .hero-lead {
    top: 20%;
    left: 8%;
  }
  .hero__content .hero-lead {
    top: 25%;
  }
  .hero__content .hero-lead .hero-title .sp-show {
    display: none;
  }
  .hero__content .hero-lead .hero-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .hero__content .hero-lead .hero-text {
    font-size: 20px;
  }
  .hero-companyName {
    font-size: 80px;
  }
  .subpage--hero__inner {
    padding: 0 50px;
  }
  .footer .footer--navi {
    display: flex;
    justify-content: center;
  }
  .footer .footer--navi li {
    width: auto;
    margin-right: 2em;
  }
  .arrow-btn.small a {
    font-size: 12px;
  }
  .page__news .news__inner .contents {
    padding: 2em 3em;
  }
  .page__news .news__inner .title .date {
    font-size: 16px;
  }
  .page__news .news__inner .title h3 {
    font-size: 24px;
  }
  .page__news .news__inner .content p {
    font-size: 16px;
  }
  .page__news.page__archive .contents {
    margin-bottom: 30px;
  }
  .page__news.page__archive .contents .content .excerpt {
    width: calc(100% - 7em);
  }
  .page__news.page__archive .contents .content .more {
    font-size: 14px;
  }
  .front--head .ja {
    font-size: 14px;
  }
  .front--head .en {
    font-size: 46px;
  }
  .front--title h2 {
    font-size: 16px;
  }
  .front--title .en {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .front--about__inner .about-block {
    top: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .front--about__inner .about-block .about-text {
    margin-top: 85px;
    width: 40%;
  }
  .front--about__inner .about-block .about-img {
    width: 55%;
  }
  .front--about__inner .about-block .about-img img:first-child {
    width: 85%;
  }
  .front--products__head {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .front--products__head .item-name {
    height: 90px;
    width: 40%;
  }
  .front--products__head .item-desc {
    height: 90px;
    width: 60%;
    font-size: 15px;
  }
  .front--products__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .front--products__item {
    width: calc(100% / 3);
    margin: 30px 0;
    padding: 0 15px;
  }
  .front--products__item .category {
    padding: 20px 0;
  }
  .front--products__item .title {
    padding: 20px 0;
  }
  .front--products__item .title .name_en {
    font-size: 22px;
  }
  .front--products__item .title .name_jp {
    font-size: 14px;
  }
  .front--business__top {
    display: flex;
    justify-content: space-between;
  }
  .front--business__item {
    width: 48%;
  }
  .front--business__item .title {
    font-size: 24px;
  }
  .front--business__item p {
    font-size: 16px;
    line-height: 1.8;
  }
  .front--record__inner {
    padding: 60px 30px;
  }
  .front--record .record--head .en {
    font-size: 36px;
  }
  .front--record__list {
    display: flex;
    margin: 0 -10px;
  }
  .front--record__item {
    width: calc(100% / 3);
    padding: 0 10px;
  }
  .front--record .item--box {
    display: block;
    padding: 20px 10px 20px;
  }
  .front--record .item--box .head {
    font-size: 14px;
    margin-bottom: 2.5em;
  }
  .front--record .item--box .record-btn a {
    font-size: 12px;
  }
  .front--news .news-container {
    margin: auto;
    max-width: 680px;
  }
  .front--news__inner {
    flex-direction: row;
  }
  .front--news .head {
    writing-mode: vertical-rl;
  }
  .front--news .head h2 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .front--news .news--list {
    width: 85%;
    margin-bottom: 30px;
  }
  .front--news .news--list .news--item {
    font-size: 16px;
  }
  .page__reiwa-product .product--head {
    display: flex;
    margin-bottom: 40px;
  }
  .page__reiwa-product .product--head .product--case-study {
    width: 50%;
    background-size: 18px 18px;
  }
  .page__reiwa-product .product--head .product--name {
    width: 50%;
    margin-bottom: 0;
  }
  .page__reiwa-product .product--head .product--name .en {
    font-size: 30px;
  }
  .page__reiwa-product .product--head .product--name .ja-long {
    font-size: 22px;
  }
  .page__reiwa-product .product--head .product--type {
    margin-left: auto;
    margin-top: auto;
  }
  .page__reiwa-product .product--box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page__reiwa-product .product--box__item {
    padding: 0 15px;
  }
  .page__reiwa-product .product--box__item.w50 {
    width: 50%;
  }
  .page__reiwa-product .product--box .follow--list li span {
    font-size: 22px;
  }
  .page__reiwa-product .vertical--table {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
  }
  .page__reiwa-product .vertical--table .v--row {
    display: block;
    width: calc(100% / 5);
  }
  .page__reiwa-product .vertical--table .v--row p {
    width: 100%;
    border-bottom: 1px solid #262626;
  }
  .page__reiwa-product .spec--table {
    overflow: auto;
  }
  .products-intro {
    margin-bottom: 60px;
  }
  .products-intro h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .products-intro p {
    text-align: center;
    margin-bottom: 8px;
  }
  .commit {
    margin-bottom: 60px;
  }
  .commit h2 {
    font-size: 24px;
  }
  .commit .commit-text {
    text-align: center;
    margin-bottom: 15px;
  }
  .page__contact .contact--table {
    margin-bottom: 60px;
  }
  .page__contact .contact--table .table--row {
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 16px;
    padding: 2em 3em;
    margin-bottom: 30px;
  }
  .page__contact .contact--table .table--head {
    width: 30%;
    height: 2.75em;
    margin-bottom: 0;
  }
  .page__contact .contact--table .table--detail {
    display: flex;
    align-items: center;
    width: 70%;
    min-height: 2.75em;
  }
  .contact-head {
    margin-bottom: 60px;
  }
  .contact-head h2 {
    font-size: 32px;
  }
  .case--list__item .case-title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .case--list__item .case-title .num {
    margin-bottom: 0;
    margin-right: 48px;
  }
  .case--list__item .case-title .title {
    font-size: 24px;
  }
  .case--list__item .case-detail .desc {
    font-size: 16px;
  }
  .faq--categories .category--item {
    width: calc(100% / 3);
  }
  .footer .footer--navi {
    display: flex;
    justify-content: center;
  }
  .footer .footer--navi li {
    width: auto;
    margin-right: 2em;
  }
  .header__inner .logo {
    padding-left: 50px;
  }
  .header__inner .toggler {
    margin-right: 50px;
  }
  .child-menu {
    background-color: #fff;
    padding: 40px 10px 20px;
    position: absolute;
    top: 100%;
    left: 63%;
  }
  .child-menu::before {
    display: block;
    content: '';
    width: 100%;
    border-top: 1px solid #00175c;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0%;
  }
  .child-menu.open {
    transform: none;
  }
  .child-menu ul {
    width: 600px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .child-menu ul li {
    width: calc(100% / 3);
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .child-menu .close {
    display: none;
  }
  .hero__content .hero-lead {
    top: 20%;
    left: 8%;
  }
  .hero__content .hero-lead {
    top: 25%;
  }
  .hero__content .hero-lead .hero-title .sp-show {
    display: none;
  }
  .hero__content .hero-lead .hero-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .hero__content .hero-lead .hero-text {
    font-size: 20px;
  }
  .hero-companyName {
    font-size: 80px;
  }
  .subpage--hero__inner {
    padding: 0 50px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  .section {
    margin-bottom: 120px;
  }
  .section--l {
    margin-bottom: 140px;
  }
  .hide-tab {
    display: inline;
  }
  .hide-pc {
    display: none;
  }
  .show-pc {
    display: inline;
  }
  html {
    scroll-padding-top: 120px;
  }
  body {
    padding-top: 100px;
    overflow-y: auto !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
  }
  .type--label .label--item {
    font-size: 16px;
  }
  .header {
    height: 100px;
  }
  .header.scrolled {
    top: -100px;
  }
  .header__inner .menu {
    color: #262626;
    background-color: transparent;
    opacity: 1;
    pointer-events: auto;
    padding-right: 50px;
    position: static;
  }
  .header__inner .menu ul {
    flex-direction: row;
    width: auto;
    height: auto;
  }
  .header__inner .menu li {
    font-weight: 500;
    padding: 0 15px;
  }
  .header__inner .toggler {
    display: none;
  }
  .child-menu ul {
    width: 720px;
  }
  .hero {
    margin-top: -100px;
    padding-top: 100px;
  }
  .hero__content .hero-lead .hero-title {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .hero__content .hero-lead .hero-text {
    font-size: 24px;
  }
  .hero__content h1 img {
    height: 500px;
  }
  .hero-companyName {
    left: 8%;
    font-size: 130px;
  }
  .subpage--hero {
    height: 400px;
    background-position: center;
  }
  .footer {
    padding: 50px 0 20px;
  }
  .footer .footer--info {
    margin-bottom: 0;
  }
  .footer .footer--info .logo {
    padding-right: 20px;
  }
  .footer .footer--info .info {
    font-size: 14px;
    margin-left: 20px;
  }
  .footer .footer--navi {
    margin-bottom: 45px;
  }
  .footer .footer--navi li {
    font-size: 16px;
    width: auto;
  }
  .section--head {
    margin-bottom: 50px;
  }
  .section--head .en {
    font-size: 14px;
  }
  .section--head .ja {
    font-size: 40px;
  }
  .arrow-btn a {
    font-size: 16px;
  }
  .arrow-btn a .arrow {
    width: 65px;
  }
  .arrow-btn.small a {
    font-size: 16px;
  }
  .arrow-btn.small a .arrow {
    width: 36px;
  }
  .page__news {
    margin-bottom: 160px;
  }
  .page__news .news__inner .contents--head {
    margin-bottom: 50px;
  }
  .back {
    font-size: 16px;
    width: 280px;
    padding: 20px;
    margin: 90px auto 120px;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .front--head .ja {
    font-size: 16px;
  }
  .front--head .en {
    font-size: 60px;
  }
  .front--title .en {
    font-size: 60px;
    margin-bottom: 40px;
  }
  .front--about__inner .about-block .about-text {
    margin-top: 100px;
    width: 35%;
  }
  .front--about__inner .about-block .about-text h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .front--about__inner .about-block .about-text .desc {
    font-size: 16px;
  }
  .front--about__inner .about-block .about-img {
    width: 60%;
  }
  .front--about__inner .about-block .about-img img:first-child {
    width: auto;
  }
  .front--about__inner .about-block .about-img img:nth-child(2) {
    width: 45%;
  }
  .front--products__inner {
    max-width: 1450px;
    margin-bottom: 60px;
  }
  .front--products__head .item-name {
    font-size: 18px;
  }
  .front--products__head .item-name img {
    width: 28px;
    margin-right: 1em;
  }
  .front--products__item {
    width: calc(100% / 5);
    padding: 0 30px;
  }
  .front--products__item .title .name_en {
    font-size: 24px;
  }
  .front--business__item .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .front--record .record--head .en {
    font-size: 60px;
    margin: 30px;
  }
  .front--record__list {
    margin: 0 -30px;
  }
  .front--record__item {
    padding: 0 40px;
  }
  .front--record .item--box {
    padding: 40px 30px 40px;
  }
  .front--record .item--box .head {
    font-size: 20px;
  }
  .front--record .item--box .record-btn a {
    font-size: 16px;
  }
  .front--news .news-container {
    max-width: 1030px;
  }
  .front--news .head h2 {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .more-btn.company {
    font-size: 24px;
  }
  .company--table .company--row > * {
    font-size: 16px;
  }
  .company-message {
    flex-direction: row;
    justify-content: space-between;
  }
  .company-message .company-message_name {
    width: 31%;
  }
  .company-message .company-message_text {
    width: 69%;
    font-size: 16px;
    margin-bottom: 60px;
  }
  .page__reiwa-product .product--head {
    margin-bottom: 60px;
  }
  .page__reiwa-product .product--head .product--case-study .case-study-inner .case-item {
    padding: 6px;
    width: 220px;
  }
  .page__reiwa-product .product--head .product--case-study .case-study-inner .case-item .name {
    font-size: 16px;
    padding: 16px 0;
  }
  .page__reiwa-product .product--head .product--name {
    padding: 50px 30px;
  }
  .page__reiwa-product .product--head .product--name .en {
    font-size: 52px;
  }
  .page__reiwa-product .product--head .product--name .ja {
    margin-bottom: 30px;
  }
  .page__reiwa-product .product--head .product--name .ja-long {
    font-size: 38px;
  }
  .page__reiwa-product .product--head .product--name .desc {
    font-size: 14px;
  }
  .page__reiwa-product .product--head .product--name .desc {
    text-align: center;
    font-size: 14px;
  }
  .page__reiwa-product .product--head .product--type {
    font-size: 60px;
    width: calc(100% - 400px);
  }
  .page__reiwa-product .product--head .product--type .ja {
    font-size: 0.6em;
  }
  .page__reiwa-product .type--label {
    font-size: 20px;
  }
  .page__reiwa-product .product--box .follow--list {
    font-size: 18px;
  }
  .page__reiwa-product .product--box .head {
    font-size: 20px;
  }
  .page__reiwa-product .vertical--table {
    font-size: 16px;
  }
  .page__reiwa-product .vertical--table .v--row {
    width: calc(100% / 6);
  }
  .page__reiwa-product .product--list {
    font-size: 16px;
  }
  .page__reiwa-product .spec--table p {
    font-size: 14px;
  }
  .page__reiwa-product .spec--table table {
    font-size: 16px;
  }
  .page__reiwa-product .spec--table table thead {
    font-size: 24px;
  }
  .page__reiwa-product .spec--table table thead td {
    font-size: 16px;
  }
  .page__reiwa-product .spec--table table th {
    font-size: 16px;
  }
  .page__reiwa-product .spec--table table td {
    line-height: 36px;
  }
  .products-intro h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .products-intro p {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .commit .commit-point .point-img img {
    width: 135px;
    height: 135px;
    margin: 15px;
  }
  .page__contact .contact--table .table--row {
    font-size: 16px;
  }
  .page__contact .contact--table .table--head p span {
    font-size: 12px;
  }
  .page__contact .contact--table .submit--btn {
    font-size: 16px;
    margin-top: 70px;
  }
  .case--intro .head {
    font-size: 36px;
  }
  .case--intro .desc {
    font-size: 20px;
  }
  .case--list {
    padding: 0 60px;
  }
  .case--list__item {
    padding-bottom: 30px;
  }
  .case--list__item .case-title .num::after {
    left: 135px;
  }
  .case--list__item .case-title .num {
    font-size: 32px;
    letter-spacing: 0.05em;
    margin-right: 60px;
  }
  .case--list__item .case-title .title {
    font-size: 28px;
  }
  .case--list__item .case-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .case--list__item .case-detail img {
    margin-right: 60px;
    margin-bottom: 0;
  }
  .faq--categories .category--list {
    margin: 0 -15px;
  }
  .faq--categories .category--item {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .faq--categories .category--item a {
    font-size: 16px;
  }
  .faq--item {
    margin-bottom: 50px;
  }
  .footer {
    padding: 50px 0 20px;
  }
  .footer .footer--info {
    margin-bottom: 0;
  }
  .footer .footer--info .logo {
    padding-right: 20px;
  }
  .footer .footer--info .info {
    font-size: 14px;
    margin-left: 20px;
  }
  .footer .footer--navi {
    margin-bottom: 45px;
  }
  .footer .footer--navi li {
    font-size: 16px;
    width: auto;
  }
  .header {
    height: 100px;
  }
  .header.scrolled {
    top: -100px;
  }
  .header__inner .menu {
    color: #262626;
    background-color: transparent;
    opacity: 1;
    pointer-events: auto;
    padding-right: 50px;
    position: static;
  }
  .header__inner .menu ul {
    flex-direction: row;
    width: auto;
    height: auto;
  }
  .header__inner .menu li {
    font-weight: 500;
    padding: 0 15px;
  }
  .header__inner .toggler {
    display: none;
  }
  .child-menu ul {
    width: 720px;
  }
  .hero {
    margin-top: -100px;
    padding-top: 100px;
  }
  .hero__content .hero-lead .hero-title {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .hero__content .hero-lead .hero-text {
    font-size: 24px;
  }
  .hero__content h1 img {
    height: 500px;
  }
  .hero-companyName {
    left: 8%;
    font-size: 130px;
  }
  .subpage--hero {
    height: 400px;
    background-position: center;
  }
}

/*# sourceMappingURL=theme.css.map */
