@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..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&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, .page__contact .contact--table {
  margin-bottom: 50px;
}

.section--s {
  margin-bottom: 30px;
}

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

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

body {
  font-family: "Roboto", "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: 72px;
}

body .hero,
body #main {
  transition: transform 300ms ease-out;
}

body.menu-open .hero,
body.menu-open #main {
  transform: translateX(250px);
}

a {
  transition: opacity 300ms ease-out;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

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

.header {
  z-index: 100;
}

.show-pc {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 72px;
  background: linear-gradient(90deg, #1068ac 0%, #16a5cb 100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header::-webkit-scrollbar {
  display: none;
}

.header .logo {
  font-size: 20px;
  margin: 0 0.5em;
}

.header .logo a {
  display: flex;
  align-items: center;
}

.header .logo img {
  height: 50px;
}

.header .logo .text {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  margin-left: 0.75em;
}

.header .toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  background-color: #21668d;
  margin-left: auto;
}

.header .toggler span {
  display: block;
  width: 45%;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: all 300ms ease-out;
}

.header .toggler.open span {
  margin: 0;
}

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

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

#nav--menu {
  display: flex;
  flex-direction: column;
  width: 250px;
  border-right: 2px solid #fff;
  background: linear-gradient(90deg, #1068ac 0%, #16a5cb 100vw);
  position: fixed;
  top: 72px;
  left: 0;
  bottom: 0;
  transform: translateX(-250px);
  transition: transform 300ms ease-out;
  overflow-y: scroll;
  scrollbar-width: none;
}

#nav--menu::-webkit-scrollbar {
  display: none;
}

#nav--menu.open {
  transform: translateX(0);
}

#nav--menu .menu--list {
  letter-spacing: 0.05em;
}

#nav--menu .menu--list li {
  border-top: 1px solid #6dadc7;
}

#nav--menu .menu--list li:last-child {
  border-bottom: 1px solid #6dadc7;
}

#nav--menu .menu--list a {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
  padding: 1.25em calc(2em + 8px) 1.25em 1em;
  position: relative;
}

#nav--menu .menu--list a::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #65a5ca;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}

#nav--menu .menu--list a .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
}

#nav--menu .menu--list a .ja {
  font-family: "Roboto", "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;
  margin-top: 4px;
}

#nav--menu .contacts {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}

#nav--menu .contacts__btn {
  width: 50%;
}

#nav--menu .contacts__btn:first-child {
  width: calc(50% - 1px);
  margin-right: 1px;
}

#nav--menu .contacts__btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 100%;
  height: 100px;
  color: #fff;
  background-color: #58b3dd;
}

#nav--menu .contacts__btn a img {
  margin-bottom: 1em;
}

#nav--menu .contacts__tel {
  font-size: 20px;
  width: 100%;
  padding: 1em;
}

#nav--menu .contacts__tel a {
  display: flex;
  align-items: center;
  color: #fff;
}

#nav--menu .contacts__tel a .icon {
  margin-right: 0.6em;
}

#nav--menu .contacts__tel a .text {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.05em;
}

#nav--menu .contacts__tel a .label {
  font-size: 0.6em;
  font-weight: 300;
}

.hero {
  height: 500px;
  position: relative;
}

.hero__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero__img .splide__slide {
  height: 500px;
}

.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__text {
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 2.5em;
  left: 0.75em;
}

.hero__text .intro {
  line-height: 1.375;
}

.hero__text .catch {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.75em 0;
}

.subpage--hero {
  text-align: center;
  margin: 50px 0;
}

.subpage--hero .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #0486a6;
  letter-spacing: 0.1em;
  padding-right: 0.1em;
  margin-bottom: 0.5em;
}

.subpage--hero .ja {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

.subpage--hero .ja strong {
  font-weight: 700;
  color: #18b7d4;
}

.subpage--hero .scrolled {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 10px;
  width: 100%;
  writing-mode: vertical-lr;
  padding-left: 1em;
}

.subpage--hero .scrolled::before {
  display: block;
  content: '';
  width: 1px;
  height: 8.5em;
  background-color: #e4e4e4;
  order: 1;
}

.subpage--hero .scrolled::after {
  display: block;
  align-self: flex-end;
  content: '';
  width: 7px;
  height: 10px;
  background-color: #e4e4e4;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  order: 2;
}

.subpage--hero .scrolled p {
  color: #707070;
  line-height: 1;
  letter-spacing: 0.1em;
  order: 3;
}

.footer {
  margin-top: 90px;
}

.footer--menu {
  display: flex;
}

.footer--menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  width: 50%;
  padding: 2em 1em;
}

.footer--menu__item .icon {
  width: 100%;
  height: 5.625em;
  text-align: center;
}

.footer--menu__item .icon img {
  max-width: none;
  width: auto;
  height: 100%;
}

.footer--menu__item .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.75em;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}

.footer--menu__item .ja {
  font-size: 1.5em;
  margin: 1em 0;
}

.footer--menu__item .btn--area span {
  font-size: max(0.75em, 10px);
}

.footer--menu__item.item--download {
  color: #fff;
  background-color: #006eaf;
}

.footer--menu__item.item--download .btn--area span {
  color: #0e5da8;
  background-color: #f2f5f8;
}

.footer--menu__item.item--download .btn--area span::before, .footer--menu__item.item--download .btn--area span::after {
  background-color: #0e5da8;
}

.footer--menu__item.item--contact {
  color: #525252;
  background-color: #f4f4f6;
}

.footer--menu__item.item--contact .btn--area span {
  background-color: #bfbfbf;
}

.footer--menu__item.item--contact .btn--area span::before, .footer--menu__item.item--contact .btn--area span::after {
  background-color: #f4f4f6;
}

.footer--info {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}

.footer--info .footer--logo {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #2c2c2c;
  margin-top: 2.5em;
  order: 1;
}

.footer--info .footer--logo .company--name {
  font-size: 1.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.footer--info .footer--logo .company--address {
  margin-top: 0.5em;
}

.footer--info .footer--logo a {
  display: block;
  width: 5.3125em;
  margin-right: 1em;
}

.footer--info .footer--logo a img {
  width: 100%;
}

.footer--info .footer--sns {
  display: flex;
  order: 3;
  margin-bottom: 1em;
}

.footer--info .footer--sns a {
  margin: 0 6px;
}

.footer--info .footer--sns a img {
  width: 24px;
}

.footer--info .footer--menu {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 16px 16px 4px;
  margin: 16px 0;
  order: 2;
}

.footer--info .footer--menu ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.footer--info .footer--menu ul li {
  margin-right: 1.25em;
  margin-bottom: 1em;
}

.copy {
  font-size: 12px;
  padding-left: 21px;
  margin-bottom: 2em;
}

.btn--area {
  display: flex;
}

.btn--area > * {
  display: inline-block;
  font-size: 12px;
  background-color: #f2f5f8;
  border-radius: 999px;
  line-height: 1.5;
  padding: 1.75em 5em;
  position: relative;
}

.btn--area > *::after {
  display: block;
  content: '';
  background-color: #5e5e5e;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.375em);
  right: 2em;
}

.post__archive .archive {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.post__archive .archive .news--list {
  margin-bottom: 30px;
}

.post__archive .archive .news--list__item {
  border-bottom: 1px solid #d9d9d9;
}

.post__archive .archive .news--list__item a {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.5;
  padding: 1.5em 0 1.5em 1em;
}

.post__archive .archive .news--list__item .date {
  font-weight: 700;
  margin-bottom: 4px;
}

.post__archive .archive .news--list__item .title {
  padding-right: 2em;
  position: relative;
}

.post__archive .archive .news--list__item .title::after {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  background-image: url(../img/arrow-right.png);
  background-size: 100% auto;
  position: absolute;
  top: 0.29em;
  right: 0.5em;
}

.post__single .single .single__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  border-left: 4px solid #006eaf;
  padding: 0.375em 0 0.5em 0.75em;
  margin-bottom: 1em;
}

.post__single .single .single__head .date {
  font-size: 16px;
  font-weight: 300;
  width: 5em;
  margin-right: 1em;
}

.post__single .single .single__head .title {
  font-weight: 500;
  width: 100%;
  margin-top: 0.5em;
}

.post__single .single__content {
  font-size: 14px;
  background-color: #fafafa;
  line-height: 1.75;
  padding: 20px 15px;
}

.post__single .single__content > * {
  margin-bottom: 1.5em;
}

.post__single .single__content > *:last-child {
  margin-bottom: 0;
}

.post__single .single__content a {
  color: #0067b7;
  text-decoration: underline;
}

.back {
  display: block;
  font-size: 14px;
  width: 200px;
  color: #fff;
  background: #525252;
  text-align: center;
  margin: 40px 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: #d1ebff;
}

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

.front--intro {
  text-align: center;
}

.front--intro .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #0486a6;
  letter-spacing: 0.1em;
  margin-bottom: 0.75em;
}

.front--intro .catch {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

.front--intro .catch span {
  color: #18b7d4;
}

.front--intro .desc {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 3em;
}

.front--intro .scrolled {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 10px;
  width: 100%;
  writing-mode: vertical-lr;
  padding-left: 1.75em;
}

.front--intro .scrolled::before {
  display: block;
  content: '';
  width: 1px;
  height: 9.5em;
  background-color: #e4e4e4;
  order: 1;
}

.front--intro .scrolled::after {
  display: block;
  align-self: flex-end;
  content: '';
  width: 7px;
  height: 10px;
  background-color: #e4e4e4;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  order: 2;
}

.front--intro .scrolled p {
  color: #707070;
  line-height: 1;
  letter-spacing: 0.1em;
  order: 3;
}

.front--service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 4px;
}

.front--service__item {
  max-width: 50%;
  width: 264px;
  padding: 0 2px;
  margin-bottom: 4px;
}

.front--service__item.dummy {
  visibility: hidden;
  height: 0;
}

.front--service__item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.front--service__item a:hover {
  opacity: 1;
}

.front--service__item a:hover img {
  transform: scale(1.05);
}

.front--service__item a:hover .text {
  background-color: rgba(0, 0, 0, 0.5);
}

.front--service__item a:hover .link {
  color: #262626;
  background-color: #fff;
}

.front--service__item .image img {
  transform-origin: center;
  transition: transform 300ms ease-out;
}

.front--service__item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 300ms ease-out;
}

.front--service__item .ja {
  font-size: 1em;
  line-height: 1.5;
}

.front--service__item .en {
  font-size: 10px;
  margin: 1em 0 0;
}

.front--service__item .desc {
  display: none;
  font-size: max(calc(1em / 30 * 14), 10px);
  line-height: 1.75;
  margin: 1.5em 0;
}

.front--service__item .link {
  font-size: max(calc(1em / 30 * 14), 10px);
  width: 80%;
  border: 1px solid #fff;
  padding: 1.5em;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  transition: all 300ms ease-out;
}

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

.front--news .head {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  padding-right: 0.1em;
  margin-bottom: 0.75em;
}

.front--news .news--list {
  margin-bottom: 30px;
}

.front--news .news--list__item {
  border-bottom: 1px solid #d9d9d9;
}

.front--news .news--list__item a {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.5;
  padding: 1.5em 0 1.5em 1em;
}

.front--news .news--list__item .date {
  font-weight: 700;
  margin-bottom: 4px;
}

.front--news .news--list__item .title {
  padding-right: 2em;
  position: relative;
}

.front--news .news--list__item .title::after {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  background-image: url(../img/arrow-right.png);
  background-size: 100% auto;
  position: absolute;
  top: 0.29em;
  right: 0.5em;
}

.front--news .btn--area {
  justify-content: center;
}

.page__about-us .about__message {
  font-size: 14px;
}

.page__about-us .about__message .message--image {
  text-align: center;
}

.page__about-us .about__message .head {
  font-size: 1.75em;
  font-weight: 700;
  color: #404040;
  line-height: 1.5;
  margin-bottom: 0.75em;
}

.page__about-us .about__message .head span {
  color: #37c1da;
}

.page__about-us .about__message .desc {
  line-height: 2;
}

.page__about-us .about__message .sign {
  font-size: 1.25em;
  font-weight: 500;
  margin: 1.5em 0;
}

.page__about-us .about__outline {
  background-color: #f5f5f5;
  padding: 30px 0;
}

.page__about-us .about__access {
  font-size: 14px;
}

.page__about-us .about__access .address {
  line-height: 1.75;
  margin-bottom: 2em;
}

.page__about-us .about__access .map {
  position: relative;
}

.page__about-us .about__access .map::before {
  display: block;
  content: '';
  padding-top: 56.25%;
}

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

.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: center;
  margin: 0 -8px;
}

.faq--categories .category--item {
  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 #006eaf;
  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: #006eaf;
  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;
  background-color: #006eaf;
  border-radius: 30px;
  padding: 10px 15px;
  margin-bottom: 0;
  cursor: pointer;
}

.faq--box .question::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
  background-image: url(../img/icon_faq.png.webp);
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  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;
}

.page__cleanarea .cleanarea--head {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.page__cleanarea .cleanarea--head .en {
  color: #18b7d4;
  margin-bottom: 1em;
}

.page__cleanarea .cleanarea--head .ja {
  font-size: 2em;
}

.page__cleanarea .cleanarea--head .desc {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.875;
  margin-top: 2em;
}

.page__cleanarea .cleanarea__intro {
  text-align: center;
}

.page__cleanarea .cleanarea__intro .catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

.page__cleanarea .cleanarea__intro .catch span {
  color: #18b7d4;
}

.page__cleanarea .cleanarea__intro .desc {
  font-size: 14px;
  line-height: 1.875;
  margin-bottom: 3em;
}

.page__cleanarea .cleanarea__contents .cleanarea__content--box {
  padding: 40px 0;
}

.page__cleanarea .cleanarea__contents .cleanarea__content--box:nth-child(2n-1) {
  background-color: #f5f5f5;
}

.page__cleanarea .cleanarea__contents .cleanarea__content--box:nth-child(2n-1) .cleanarea--detail {
  background-color: #fff;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 12px;
  margin: 20px 0;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .head {
  display: grid;
  align-items: center;
  grid-template-columns: 40px 1fr;
  gap: 0.5em 1em;
  font-size: 16px;
  padding-bottom: 0.75em;
  margin-bottom: 1em;
  border-bottom: 2px solid #006eaf;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .head .label {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 8px;
  color: #006eaf;
  text-align: center;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .head .label .en {
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-right: 0.1em;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .head .label .en.long--en {
  letter-spacing: 0;
  padding-right: 0;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .head .label .num {
  display: block;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 1;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .head .label .icon {
  display: block;
  margin-top: 4px;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .head .main {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 1.125em;
  font-weight: 700;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .head .sub {
  font-size: 0.875em;
  grid-row: 2/3;
  grid-column: 1/3;
  line-height: 1.5;
  padding: 0 8px;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .head.head--only {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc {
  font-size: 14px;
  color: #393939;
  line-height: 1.5;
  padding: 0 0.5em;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 3.25em;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img01_01 {
  background-image: url("../img/cleanarea/cleanarea01_01.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img01_02 {
  background-image: url("../img/cleanarea/cleanarea01_02.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img01_03 {
  background-image: url("../img/cleanarea/cleanarea01_03.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img02_01 {
  background-image: url("../img/cleanarea/cleanarea02_01.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img02_02 {
  background-image: url("../img/cleanarea/cleanarea02_02.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img02_03 {
  background-image: url("../img/cleanarea/cleanarea02_03.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img03_01 {
  background-image: url("../img/cleanarea/cleanarea03_01.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img03_02 {
  background-image: url("../img/cleanarea/cleanarea03_02.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img03_03 {
  background-image: url("../img/cleanarea/cleanarea03_03.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img04_01 {
  background-image: url("../img/cleanarea/cleanarea04_01.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img04_02 {
  background-image: url("../img/cleanarea/cleanarea04_02.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img04_03 {
  background-image: url("../img/cleanarea/cleanarea04_03.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img05_01 {
  background-image: url("../img/cleanarea/cleanarea05_01.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img05_02 {
  background-image: url("../img/cleanarea/cleanarea05_02.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img05_03 {
  background-image: url("../img/cleanarea/cleanarea05_03.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img06_01 {
  background-image: url("../img/cleanarea/cleanarea06_01.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img06_02 {
  background-image: url("../img/cleanarea/cleanarea06_02.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img06_03 {
  background-image: url("../img/cleanarea/cleanarea06_03.png");
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img.has-img01_03 {
  padding-top: 1.5em;
  margin-top: -1.5em;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc .desc--head {
  font-size: 1.25em;
  font-weight: 700;
  color: #006eaf;
  margin-bottom: 0.5em;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc .desc--list li {
  background-image: url("../img/cleanarea/icon_check.png");
  background-repeat: no-repeat;
  background-position: left top 0.125em;
  background-size: 1.125em auto;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc .desc--list.caution--list li {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23e1b500" d="M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/></svg>');
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc .desc--list.column--double, .page__cleanarea .cleanarea__contents .cleanarea--detail .desc .desc--list.column--triple {
  display: flex;
  flex-wrap: wrap;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail .desc .desc--list.column--double li, .page__cleanarea .cleanarea__contents .cleanarea--detail .desc .desc--list.column--triple li {
  margin-right: 1.75em;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box {
  background-color: #f5fdfe !important;
  position: relative;
  margin-top: 40px;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box .head {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box .head .main {
  font-size: 24px;
  color: #006eaf;
  text-align: center;
  line-height: 1.5;
  padding: 0;
  margin-top: -0.75em;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box .desc {
  margin-top: 1em;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box .desc p {
  margin: 0.5em 0;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box .desc .sub-box__item {
  font-size: 18px;
  border-left: 4px solid #006eaf;
  padding-left: 0.75em;
  margin: 0.5em 0 1em;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box .desc .sub-box__item:last-child {
  margin-bottom: 0.5em;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box .desc .sub-box__item .title {
  font-weight: 700;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box .desc .sub-box__item .detail {
  font-size: 0.7em;
  line-height: 1.5;
  margin-top: 0.25em;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail.white-box {
  background-color: #fff !important;
}

.page__cleanarea .cleanarea__contents .cleanarea--detail.white-box .desc .sub-box__item {
  margin-bottom: 1.5em;
}

.page__contact .content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page__contact input[type=email], .page__contact input[type=tel], .page__contact input[type=text] {
  width: 100%;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 0 0 4px;
}

.page__contact select {
  -moz-appearance: auto;
       appearance: auto;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 0 0 4px;
}

.page__contact .mwform-tel-field input[type=text] {
  width: auto;
}

.page__contact textarea {
  width: 100%;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 0 0 4px;
}

.page__contact .contact--table table {
  display: block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
}

.page__contact .contact--table table tr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.page__contact .contact--table table th {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: 700;
  width: 100%;
  line-height: 1.5;
  color: #343435;
  background-color: #e5f0f8;
  padding: 0.75em 1em;
}

.page__contact .contact--table table td {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 1em;
}

.page__contact .submit--btn {
  display: flex;
  justify-content: center;
}

.page__contact .submit--btn input {
  color: #fff;
  background-color: #ddd;
  width: 200px;
  text-align: center;
  padding: 1em 0;
  margin: 0 10px 15px;
}

.page__contact .submit--btn input[type=submit] {
  background-color: #006eaf;
}

.content--head {
  font-size: 14px;
}

.content--head .en {
  font-size: 2.25em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
}

.content--head .en::after {
  display: block;
  content: '';
  width: 2.5em;
  height: 2px;
  background-color: #18b7d4;
  margin-top: 0.25em;
}

.content--head .ja {
  font-size: 1em;
  letter-spacing: 0.1em;
}

.detail--table {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.75;
}

.detail--table__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  color: #fff;
  background-color: #006eaf;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

.detail--table__desc {
  width: calc(70% - 0.5em);
  background-color: #fff;
  padding: 1.25em;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .show-sp {
    display: none;
  }
  .hero__text {
    font-size: 40px;
    top: 1.5em;
  }
  .subpage--hero .scrolled {
    font-size: 12px;
  }
  .footer--menu__item {
    font-size: 12px;
  }
  .footer--menu__item .btn--area span {
    font-size: 12px;
  }
  .footer--info {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 15px;
  }
  .footer--info .footer--logo {
    padding: 0 15px;
  }
  .footer--info .footer--sns {
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: 0;
    order: 2;
  }
  .footer--info .footer--sns a {
    align-self: flex-end;
    margin-left: auto;
  }
  .footer--info .footer--menu {
    width: 100%;
    border-bottom: none;
    padding-left: 15px;
    padding-right: 15px;
    order: 3;
  }
  .copy {
    padding-left: 30px;
  }
  .post__archive .archive .news--list__item a {
    flex-direction: row;
    padding: 2.125em 0 2em 1em;
  }
  .post__archive .archive .news--list__item .date {
    width: 10em;
  }
  .post__archive .archive .news--list__item .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    width: calc(100% - 10em);
  }
  .post__single .single .single__head .date {
    font-size: 14px;
  }
  .front--intro .scrolled {
    font-size: 12px;
  }
  .front--service__list {
    padding: 0 2px;
  }
  .front--service__item {
    width: auto;
    max-width: calc(100% / 3);
  }
  .front--service__item .text {
    font-size: 2.25vw;
  }
  .front--service__item .en {
    font-size: 0.4em;
  }
  .front--service__item .desc {
    display: block;
    margin: 1.5vw 0;
  }
  .front--service__item .link {
    margin-top: 0;
  }
  .front--news .news--list__item a {
    flex-direction: row;
    padding: 2.125em 0 2em 1em;
  }
  .front--news .news--list__item .date {
    width: 10em;
  }
  .front--news .news--list__item .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    width: calc(100% - 10em);
  }
  .page__about-us .about__message {
    display: flex;
    align-items: center;
  }
  .page__about-us .about__message .message--text {
    width: calc(100% - 300px);
  }
  .page__about-us .about__message .message--image {
    width: 300px;
    padding-left: 20px;
  }
  .page__about-us .about__outline .outline__inner {
    display: flex;
  }
  .page__about-us .about__access {
    display: flex;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail {
    padding: 30px;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail .head {
    grid-template-columns: 5.5em 1fr;
    gap: 0.75em 1em;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail .head .label {
    grid-row: 1/3;
    grid-column: 1/2;
    font-size: 16px;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail .head .main {
    align-self: flex-end;
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 1.5em;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail .head .sub {
    align-self: flex-start;
    grid-row: 2/3;
    grid-column: 2/3;
    font-weight: 500;
    padding: 0;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img {
    background-position: right 1em center;
    background-size: auto;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail .desc .desc--list.column--double li, .page__cleanarea .cleanarea__contents .cleanarea--detail .desc .desc--list.column--triple li {
    width: calc(100% / 2 - 1.75em);
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box .desc {
    margin-top: 0;
  }
  .page__contact .contact--table table th {
    justify-content: center;
    width: 25%;
    padding: 1em 0.5em;
  }
  .page__contact .contact--table table td {
    width: calc(75% - 20px);
    border-bottom: 1px solid #e5e5e5;
    padding: 1em 0.5em;
    margin-left: 20px;
  }
  .page__contact .contact--table table td {
    padding: 1em 1.5em;
  }
  .head--contents {
    width: 240px;
  }
  .detail--contents {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1100px;
  }
  .section, .page__contact .contact--table {
    margin-bottom: 80px;
  }
  .section--s {
    margin-bottom: 50px;
  }
  .section--l {
    margin-bottom: 140px;
  }
  body {
    padding-top: 0;
    padding-left: 252px;
    overflow-y: auto;
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }
  body.menu-open .hero,
  body.menu-open #main {
    transform: none;
  }
  .hide-pc {
    display: none;
  }
  .show-pc {
    display: inline;
  }
  .header {
    flex-direction: column;
    align-items: normal;
    width: auto;
    height: 100%;
    background: linear-gradient(130deg, #1068ac 0%, #16a5cb 100%);
    border-right: 2px solid #fff;
    border-bottom: none;
    right: unset;
    bottom: 0;
  }
  .header .logo {
    font-size: 18px;
    height: 200px;
    padding-top: 2em;
  }
  .header .logo a {
    flex-direction: column;
  }
  .header .logo img {
    height: auto;
  }
  .header .logo .text {
    font-weight: 300;
    letter-spacing: 0.1em;
    padding-right: 0.1em;
    margin-top: 1em;
    margin-left: 0;
  }
  .header .toggler {
    display: none;
  }
  #nav--menu {
    height: calc(100% - 200px);
    border-right: none;
    background: transparent;
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    transform: none;
  }
  #nav--menu .menu--list a {
    padding: 1.5em calc(2em + 8px) 1.5em 2em;
  }
  .hero {
    height: 100vh;
  }
  .hero__img .splide__slide {
    height: 100vh;
  }
  .hero__text {
    font-size: 72px;
    top: 1.875em;
  }
  .subpage--hero {
    margin: 90px 0;
  }
  .subpage--hero .en {
    font-size: 30px;
  }
  .subpage--hero .ja {
    font-size: 48px;
  }
  .footer {
    margin-top: 150px;
  }
  .footer--menu__item {
    font-size: 16px;
  }
  .footer--info .footer--logo {
    font-size: 16px;
    padding: 0 30px;
  }
  .footer--info .footer--sns {
    margin-right: 20px;
  }
  .footer--info .footer--sns a {
    margin-right: 10px;
  }
  .footer--info .footer--sns a img {
    width: 35px;
  }
  .footer--info .footer--menu {
    padding-left: 30px;
    padding-right: 30px;
  }
  .copy {
    margin-top: 10px;
    margin-bottom: 2.5em;
    padding-left: 45px;
  }
  .container {
    padding: 0 40px;
  }
  .post__archive .archive .news--list__item a {
    font-size: 16px;
  }
  .post__single .single .single__head {
    font-size: 24px;
  }
  .post__single .single .single__head .date {
    font-size: 16px;
    margin-right: 1.5em;
  }
  .post__single .single__content {
    font-size: 16px;
    padding: 40px 30px;
  }
  .back {
    font-size: 16px;
    width: 280px;
    padding: 20px;
    margin: 60px auto 120px;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .front--intro .en {
    font-size: 30px;
  }
  .front--intro .catch {
    font-size: 48px;
  }
  .front--intro .desc {
    line-height: 2;
  }
  .front--service__list {
    justify-content: space-evenly;
    padding: 0 15px;
  }
  .front--service__item {
    padding: 0 15px;
  }
  .front--service__item .text {
    font-size: calc((100vw - 252px) * 0.018);
  }
  .front--service__item .desc {
    font-size: max(calc(1em / 30 * 14), 12px);
    margin: 2.25em 0;
  }
  .front--service__item .link {
    font-size: max(calc(1em / 30 * 14), 12px);
    padding: 2em;
  }
  .front--news .head {
    font-size: 28px;
  }
  .page__about-us .about__message {
    font-size: 16px;
  }
  .page__about-us .about__message .message--text {
    width: calc(100% - 360px);
  }
  .page__about-us .about__message .message--image {
    width: 360px;
    padding-left: 28px;
  }
  .page__about-us .about__outline {
    padding: 50px 0;
  }
  .page__about-us .about__access {
    font-size: 16px;
  }
  .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;
  }
  .page__cleanarea .cleanarea--head {
    font-size: 14px;
  }
  .page__cleanarea .cleanarea--head .ja {
    font-size: 2.5em;
  }
  .page__cleanarea .cleanarea--head .desc {
    font-size: 14px;
  }
  .page__cleanarea .cleanarea__intro {
    padding: 0 40px;
  }
  .page__cleanarea .cleanarea__intro .catch {
    font-size: 48px;
  }
  .page__cleanarea .cleanarea__contents .cleanarea__content--box {
    padding: 60px 0;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail {
    padding: 32px 40px;
    margin: 40px 0;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail .desc {
    font-size: 16px;
    padding: 0 1em;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail .desc.has-img {
    background-position: right 2em center;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail .desc .desc--list.column--triple li {
    width: calc(100% / 3 - 1.75em);
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box {
    margin-top: 60px;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box .head .main {
    font-size: 30px;
  }
  .page__cleanarea .cleanarea__contents .cleanarea--detail.sub-box .desc .sub-box__item {
    font-size: 20px;
  }
  .page__contact .contact--table table {
    font-size: 16px;
  }
  .page__contact .contact--table table th {
    text-align: center;
    line-height: 44px;
  }
  .page__contact .submit--btn input {
    width: 280px;
    padding: 1.5em 0;
  }
  .content--head {
    font-size: 16px;
  }
  .head--contents {
    width: 280px;
  }
  .detail--contents {
    width: calc(100% - 280px);
  }
  .detail--table {
    font-size: 16px;
  }
  .detail--table__head {
    width: 25%;
  }
  .detail--table__desc {
    width: calc(75% - 0.5em);
    padding: 1.25em 3em;
  }
}

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