@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=Kosugi&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&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, .main-case {
  margin-bottom: 50px;
}

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

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

:root {
  --wp--preset--font-size--small: 12px;
  --wp--preset--font-size--medium: 16px;
  --wp--preset--font-size--large: 28px;
  --wp--preset--font-size--x-large: 32px;
}

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

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;
  color: #262626;
}

img {
  max-width: 100%;
}

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

.header {
  z-index: 50;
}

.hide-sp {
  display: none;
}

.show-sp {
  display: inline;
}

.show-pc {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 300ms ease-out;
}

.header.has-bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.header.subpage--header {
  background-color: rgba(0, 0, 0, 0.5);
}

.header__inner {
  display: flex;
  align-items: center;
}

.header .logo {
  padding: 15px 0 15px 15px;
  position: relative;
  z-index: 15;
}

.header .logo a {
  display: block;
}

.header .logo img {
  width: 280px;
}

.header .toggler {
  margin-left: auto;
  margin-right: 15px;
  position: relative;
  z-index: 15;
}

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

.header .toggler span:nth-child(2) {
  margin: 6px 0;
}

.header .toggler.open {
  padding-top: 1px;
}

.header .toggler.open span:nth-child(1) {
  transform: rotate(45deg);
}

.header .toggler.open span:nth-child(2) {
  height: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(4px);
}

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

.header .menu {
  padding-top: 64px;
  padding-left: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
}

.header .menu.open {
  background-color: #73674c;
  opacity: 1;
  pointer-events: auto;
}

.header .menu li {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 1.5em 0;
}

.header .menu li > a.show {
  text-decoration: underline;
}

.hero {
  position: relative;
}

.hero__img {
  position: relative;
  z-index: 10;
}

.hero__img img {
  width: 100vw;
  height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__cover {
  font-size: 12px;
  color: #fff;
  padding: 0 15px 45px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
}

.hero__cover p {
  letter-spacing: 0.2em;
}

.hero__cover .en {
  font-size: 1em;
  writing-mode: vertical-rl;
  margin-bottom: 1em;
}

.hero__cover .head {
  font-family: "Shippori Mincho", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2.5em;
  line-height: 1.5;
}

.hero__cover .sub {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 1.25em;
}

.subpage--hero {
  font-size: 14px;
  margin-top: calc(54px + 20px);
}

.subpage--hero .subpage--hero__text {
  margin-bottom: 20px;
}

.subpage--hero .subhero--title {
  border-bottom: 1px solid #000;
  padding: 0 15px 5px;
  margin: 0 10px 15px;
}

.subpage--hero .subhero--title .en {
  font-family: "Shippori Mincho", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2.75em;
}

.subpage--hero .subhero--title .ja {
  font-size: 1em;
}

.subpage--hero .subhero--desc {
  padding: 0 15px;
  margin: 0 10px;
}

.subpage--hero .subhero--desc .desc {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.75;
}

.recruit--box {
  display: flex;
  align-items: center;
  font-size: 2.8vw;
  background-color: #d6d6d6;
  background-image: url(../img/recruit_bg.png);
  background-repeat: no-repeat;
  background-size: auto 70vw;
  background-position: left 40vw top;
  letter-spacing: 0.05em;
  height: 60vw;
}

.recruit--box a {
  display: block;
}

.recruit--box .head {
  color: #484848;
  margin-left: 5.25vw;
}

.recruit--box .ja {
  font-size: 2.4em;
  font-weight: 500;
}

.recruit--box .en {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 1.5em;
}

.recruit--box .desc {
  font-size: 1.5em;
  font-weight: 900;
  color: #3c608a;
  line-height: 1.75;
}

.footer__faq {
  background-color: #eee;
  padding: 50px 0 1px;
}

.footer__faq .faq--list__item a {
  background-color: #fff;
}

.footer {
  padding-bottom: 50px;
}

.footer--img {
  position: relative;
}

.footer--img::before {
  display: block;
  content: '';
  padding-top: 52.5%;
}

.footer--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.footer--menu {
  margin: -3em 0 1.5em;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 10;
}

.footer--menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1.25em 0 0;
}

.footer--menu ul li {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0.75em 0.75em;
}

.footer--info {
  padding: 0 15px;
}

.footer--profile .profile--info {
  margin-top: 1em;
  line-height: 1.75;
}

.footer--contact {
  font-size: 14px;
  margin: 1.5em 0;
}

.footer--contact__head {
  font-family: "Shippori Mincho", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 0.5em;
}

.footer--contact__box .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1em 0;
}

.footer--contact__box .num {
  font-size: 2.5em;
}

.footer--contact__box .time {
  font-size: 1em;
}

.footer--contact__box .to--contact__btn a {
  display: block;
  color: #5fa06a;
  background-color: #fff;
  border: 1px solid #848484;
  text-align: center;
  padding: 1em 3em;
}

.footer .copy {
  font-size: 0.9em;
  text-align: right;
  margin-left: auto;
}

.btn a {
  display: block;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  width: 26em;
  padding: 2.25em 6em 2.25em 3.5em;
  position: relative;
}

.btn a::before {
  display: block;
  content: '';
  width: 1px;
  background-color: #666;
  position: absolute;
  top: 0;
  right: 6em;
  bottom: 0;
}

.btn a::after {
  display: block;
  content: '';
  width: 6em;
  background-image: url(../img/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.85715em auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.more a, .more p {
  display: flex;
  align-items: center;
}

.more a::before, .more p::before {
  display: block;
  content: '';
  width: 4.5em;
  height: 4.5em;
  background-image: radial-gradient(circle at center, transparent 10%, #262626 10.1%);
  border-radius: 50%;
}

.more a span, .more p span {
  border-bottom: 1px solid #262626;
  letter-spacing: 0.1em;
  margin-left: 1em;
  padding: 0.375em 0.75em;
}

.animated {
  opacity: 0;
  transform: translateY(30px);
}

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

.section--head .en {
  display: flex;
  align-items: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
  position: relative;
}

.section--head .en::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 0.5em;
}

.section--head .en::after {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
}

.section--head .ja {
  font-size: 2em;
  font-weight: 700;
  color: #2f2e2e;
}

.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;
}

.back {
  display: block;
  width: 280px;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 1.25em 1em;
  margin: 50px auto 0;
}

.post--container {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  max-width: 670px;
  padding: 0 15px;
  margin: 0 auto 50px;
}

.single--main {
  font-size: 14px;
}

.single--main .single__head {
  margin-left: -5px;
  margin-right: -5px;
}

.single--main .single__head .title {
  font-size: 1.5em;
  padding: 0.375em 0 calc(0.375em + 3px);
  position: relative;
}

.single--main .single__head .title::after {
  display: block;
  content: '';
  background-color: #1a7199;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.single--main .single__head .title .ttl_inner {
  display: flex;
  align-items: center;
}

.single--main .single__head .title .ttl_inner::before {
  display: block;
  content: '';
  background-color: #1a7199;
  border-radius: 50%;
  width: 0.4em;
  height: 0.4em;
  margin: 0 0.5em;
}

.single--main .single__head .title .ttl_text {
  display: block;
  width: calc(100% - 1.8em);
  margin-right: auto;
}

.single--main .single__content {
  padding: 1em 0.5em;
}

.single--main .single__content .wp-block-heading {
  font-weight: 500;
  margin: 2em 0 0;
}

.single--main .single__content h2.wp-block-heading {
  font-size: 1.25em;
  color: #fff;
  background-color: #1a7199;
  padding: 1em 1.25em;
}

.single--main .single__content h3.wp-block-heading {
  display: flex;
  align-items: center;
  font-size: 1.125em;
  font-weight: 700;
  border-bottom: 2px solid #1a7199;
  padding: 0.5em 0.375em;
}

.single--main .single__content h3.wp-block-heading::before {
  display: block;
  content: '';
  width: 0.5em;
  height: 0.9em;
  background-color: #1a7199;
  margin-right: 0.5em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.single--main .single__content p {
  line-height: 1.875;
  margin-top: 1em;
  margin-bottom: 1em;
}

.single--main .single__content a {
  text-decoration: underline;
}

.single--main .single__content ul, .single--main .single__content ol {
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding-left: 2em;
}

.single--main .single__content ul li, .single--main .single__content ol li {
  margin: 0.75em 0;
}

.single--main .single__content ul li {
  list-style: disc;
}

.single--main .single__content ol li {
  list-style: decimal;
}

.single--main .single__content .wp-block-table {
  margin: 2em 0;
}

.single--main .single__content .wp-block-table th,
.single--main .single__content .wp-block-table td {
  padding: 0.75em 1em;
}

.single--main .single__content .wp-block-table thead {
  border-bottom-width: 2px;
  border-bottom-color: #1a7199;
}

.single--main .single__content .wp-block-table thead th {
  color: #fff;
  background-color: #1a7199;
  text-align: center;
  border-right: 1px solid #fff;
}

.single--main .single__content .wp-block-table thead th:first-child {
  border-left-color: #1a7199;
}

.single--main .single__content .wp-block-table thead th:last-child {
  border-right-color: #1a7199;
}

.single--main .single__content .wp-block-table tbody th, .single--main .single__content .wp-block-table tbody td {
  border-color: #1a7199;
}

.single--main .single__content .wp-block-group.has-background {
  padding: 1em 2em 1.5em;
}

.single_business--main .single__content {
  font-size: 14px;
}

.single_business--main .single__content h1 {
  margin: 0 0 0.75em;
}

.single_business--main .single__content h2 {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 1.5em;
}

.single_business--main .single__content p {
  font-weight: 300;
  line-height: 2;
}

.guide--contents {
  background-color: #f5f5f5;
  padding: 40px 0 10px;
}

.guide--contents .guide--box .head {
  width: auto;
  height: auto;
  margin-bottom: 0.25em;
  padding: 0;
  background: none;
  color: #000;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}

.guide--contents .guide--box .subhead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 3em;
}

.guide--contents .search--guide {
  padding-top: 0;
}

.guide--contents .search--before .search--before__item a {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  color: #fafc4a;
  background-color: #000;
  border: 1px solid #ddd;
  width: 100%;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
}

.guide--contents .search--before .search--before__item a .icon {
  width: 60px;
}

.guide--contents .search--before .search--before__item a .text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 60px);
  padding-left: 16px;
}

.guide--contents .search--before .search--before__item a .desc {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

.guide--contents .guide--faq .faq--list__item a {
  background-color: #fff;
}

.guide--contents .to--guide {
  font-size: 12px;
  text-align: center;
}

.guide--contents .to--guide p {
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 1em;
}

.guide--contents .to--guide a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
  font-weight: 500;
  width: 20em;
  background-color: #fff;
  border-radius: 999px;
  padding: 1em;
  margin: 0 auto;
}

.guide--contents .to--guide a img {
  width: 1.3em;
  margin-right: 0.75em;
}

.column--main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  max-width: 670px;
  padding: 0 15px;
  margin: 0 auto 50px;
}

.column--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.column--inner .column--content {
  width: 100%;
}

.column--inner .column--sidebar {
  width: 100%;
}

.side--content {
  margin-bottom: 50px;
}

.side--content .head {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 4px solid #d1d1d1;
  position: relative;
  margin-bottom: 1em;
}

.side--content .head::before {
  display: block;
  content: '';
  width: 3em;
  height: 4px;
  background-color: #5fa06a;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 10;
}

.side--content ul {
  list-style: none;
  padding-left: 0;
}

.side--content ul li {
  list-style: none;
}

.side--content ul li a {
  display: block;
  color: #262626;
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
  padding: 0.25em 1em;
  margin-bottom: 1em;
}

.side--content ul li a:hover {
  opacity: 0.8;
}

.column--archive .archive--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -8px;
}

.column--archive .archive--item {
  width: calc(100% / 2);
  padding: 0 8px;
  margin-bottom: 32px;
}

.column--archive .archive--item a {
  display: block;
  color: #262626;
}

.column--archive .archive--item a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.column--archive .archive--item .thumb img {
  width: 100%;
  height: auto;
}

.column--archive .archive--item .title {
  font-size: 14px;
  font-weight: 700;
  margin: 1em 0 0.25em;
}

.column--archive .archive--item .meta {
  font-size: 10px;
  font-weight: 300;
}

.post__column .column--title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.75;
  border-left: 0.25em solid #5fa06a;
  padding-left: 0.5em;
  margin-bottom: 1em;
}

.post__column .column--article {
  font-size: 14px;
  margin-top: 24px;
}

.post__column .column--article * {
  line-height: 2;
}

.post__column .column--article > *:first-child {
  margin-top: 0;
}

.post__column .column--article .wp-block-image,
.post__column .column--article p {
  margin: 1.25em 0 2em;
}

.post__column .column--article h2,
.post__column .column--article h3,
.post__column .column--article h4,
.post__column .column--article h5,
.post__column .column--article h6 {
  margin: 20px 0;
}

.post__column .column--article h2 {
  font-size: 24px;
  font-weight: 900;
  background-color: #f4f4f4;
  border-left: calc(1em / 3) solid #5fa06a;
  padding: 0.25em 0.75em;
  margin-top: 44px;
}

.post__column .column--article h3 {
  font-size: 18px;
  padding-left: 1.375em;
  border-bottom-width: 0.2em;
  border-bottom-style: solid;
  border-image-source: linear-gradient(to right, #5fa06a 0%, #5fa06a 20%, #d1d1d1 20%, #d1d1d1 100%);
  border-image-slice: 1;
  margin-bottom: 0.75em;
  position: relative;
}

.post__column .column--article h3::before, .post__column .column--article h3::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.5625em;
  left: 0;
}

.post__column .column--article h3::before {
  width: 1em;
  height: 1em;
  background-color: #9dd4a6;
}

.post__column .column--article h3::after {
  border: 0.5em solid transparent;
  border-right-color: #5fa06a;
  border-bottom-color: #5fa06a;
}

.post__column .column--article ul:not(.list01) {
  list-style: none;
  padding: 0;
}

.post__column .column--article ul:not(.list01) li {
  margin-bottom: 1em;
}

.post__column .column--article ul:not(.list01) li strong {
  display: block;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 0 1.125em;
  position: relative;
}

.post__column .column--article ul:not(.list01) li strong::before {
  display: block;
  content: '';
  border: 0.5em solid transparent;
  border-left-color: #9dd4a6;
  position: absolute;
  top: 0.5625em;
  left: 0;
}

.post__column .column--article ul:not(.list01) li > ul {
  margin-top: 0.75em;
}

.post__column .column--article ul:not(.list01) li > ul li {
  padding-left: 1em;
  margin: 0.25em 0;
}

.post__column .column--article ul:not(.list01) li > ul li strong {
  display: inline;
  border-bottom: none;
  padding: 0;
  position: static;
}

.post__column .column--article ul:not(.list01) li > ul li strong::before {
  content: none;
}

.post__column .column--article .list01 {
  list-style: none;
  background-color: #f4f4f4;
  padding: 2em 1.5em;
}

.post__column .column--article .list01 li a {
  display: inline-block;
  color: #262626;
  border-bottom: 1px solid #262626;
  padding: 0.25em 0;
}

.post__column .column--article .list01 li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.post__column .column--article .list01 ul {
  list-style: disc;
  padding-left: 2em;
  margin: 0.5em 0 0.75em;
}

.post__column .column--article .list01 ul li a {
  border-bottom: none;
}

.post__column .column--article table th, .post__column .column--article table td {
  padding: 0.5em 1em;
}

.post__column .column--article table th,
.post__column .column--article table td:nth-child(1) {
  width: calc(100% / 3);
  background-color: #9dd4a6;
}

.case__inner .swiper-button-next, .case__inner .swiper-button-prev {
  color: #000;
  top: 25%;
}

.case__inner .swiper-button-next {
  right: 10px;
}

.case__inner .swiper-button-prev {
  left: 10px;
}

.case__inner .case--main .btn_all-posts a {
  margin-left: auto;
  margin-right: auto;
}

.case--menu {
  margin-top: 48px;
  margin-bottom: 48px;
}

.case--menu .case-list_btn {
  margin-bottom: 24px;
}

.case--menu .case-list_btn a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #3c3c3c;
  background-color: #fff;
  border-radius: 28px;
  border: 1px solid #767676;
  padding: 12px 16px;
}

.case--menu .case-list {
  text-align: center;
}

.case--menu .case-list a {
  display: block;
  color: #3c3c3c;
  line-height: 1.75;
}

.case--menu .case-list ul {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  padding: 0 6px;
}

.case--menu .case-list li {
  font-size: 14px;
  text-align: left;
  padding-left: 26px;
  margin-bottom: 8px;
  position: relative;
}

.case--menu .case-list li::before {
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #5a872a;
  position: absolute;
  top: 11px;
  left: 0;
}

.case--main {
  margin-bottom: 48px;
}

.case--main .single__content h1, .case--main .single__content h2, .case--main .single__content h3, .case--main .single__content h4, .case--main .single__content h5, .case--main .single__content h6 {
  font-family: "Shippori Mincho", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.case--main .single__content h1 a, .case--main .single__content h2 a, .case--main .single__content h3 a, .case--main .single__content h4 a, .case--main .single__content h5 a, .case--main .single__content h6 a {
  color: inherit;
}

.case--main .single__content p {
  font-size: 14px;
  max-width: 600px;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}

.case--main .single__content .wp-block-column {
  margin-bottom: 16px;
}

.case--main .single__content .wp-block-column > * {
  line-height: 1.5;
  margin-bottom: 0;
}

.case--main .single__content .wp-block-image {
  margin-bottom: 8px;
}

.case--main .single__content .wp-block-image img {
  width: 100%;
  height: auto;
}

.case--main .single__content .wp-block-button {
  display: block;
}

.case--main .single__content .wp-block-button__link {
  display: block;
  font-size: 14px;
  color: #3c3c3c;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #767676;
  padding: 24px;
}

.case--main .single__content .wp-block-button__link:hover {
  color: #3c3c3c;
  opacity: 0.8;
}

.case--main .single__content h1.wp-block-heading {
  font-size: 20px;
}

.case--main .single__content h2.wp-block-heading {
  font-size: 18px;
}

.case--main .single__content h3.wp-block-heading {
  font-size: 20px;
  color: #fff;
  background-color: #009944;
  text-align: center;
  border-radius: 40px;
  padding: 12px;
  margin-bottom: 24px;
}

.case--main .single__content h4.wp-block-heading {
  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;
  font-size: 14px;
  font-weight: bold;
  color: #2c7607;
  text-align: center;
  margin-bottom: 4px;
}

.case--main .single__content .wp-block-group > .wp-block-group__inner-container {
  background-color: #fdfaf8;
  padding: 24px;
}

.case--main .single__content .wp-block-group .wp-block-image {
  margin-bottom: 0;
}

.case--main .single__content .wp-block-group .wp-block-columns {
  margin-bottom: 0;
}

.case--main .single__content .wp-block-group .wp-block-column {
  margin-bottom: 0;
}

.case--main .single__content .wp-block-group .wp-block-column .wp-block-image img {
  width: 100%;
}

.case--main .single__content form {
  height: 100%;
  padding: 20px 10px 0;
}

.case--main .single__content .skuform {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.case--main .single__content .skuform .item {
  width: 100%;
}

.case--main .single__content .skuform .item p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Shippori Mincho", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.case--main .single__content .skuform .item .price {
  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;
  font-size: 24px;
  color: #cb0000;
  margin-left: auto;
}

.case--main .single__content .skuform .cart-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 16px;
}

.case--main .single__content .skuform .cart-btn .skuquantity {
  font-size: 14px;
  line-height: 1;
  width: 5em;
  text-align: right;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 8px;
  margin-left: 8px;
}

.case--main .single__content .skuform .cart-btn .skubutton {
  color: #2d2101;
  background-color: #ffc936;
  min-width: 200px;
  border: none;
  border-bottom: 4px solid #f1b001;
  border-radius: 4px;
  padding: 10px 12px;
  margin-top: 20px;
  margin-left: calc(100% - 200px);
}

.main-case .case-gallery {
  display: flex;
  flex-wrap: wrap;
  max-width: 1700px;
  margin: 0 auto;
}

.main-case .case-item {
  width: 50%;
  background-color: #fff;
}

.main-case .case-item:nth-child(4n-2) .case-item, .main-case .case-item:nth-child(4n-1) .case-item {
  background-color: #fafafa;
}

.main-case .case-item {
  position: relative;
  margin-bottom: 24px;
}

.main-case .case-item::before {
  display: block;
  content: '';
}

.main-case .case-item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #262626;
  text-align: center;
  overflow: hidden;
  transition: opacity 200ms ease-out;
}

.main-case .case-item a:hover {
  text-decoration: none;
  opacity: 0.4;
}

.main-case .case-item a:hover .thumb img {
  z-index: 5;
  transform: scale(1.2);
}

.main-case .case-item .thumb {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main-case .case-item .thumb::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.main-case .case-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms ease-out;
}

.main-case .case-item .text {
  width: 100%;
  text-align: left;
  padding: 0 8px;
  position: relative;
  z-index: 10;
}

.main-case .case-item .text p {
  padding: 0 15px;
}

.main-case .case-item .text .head {
  font-family: "Shippori Mincho", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  font-weight: bold;
  color: #29963b;
  border-bottom: 1px solid #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 12px;
  padding-bottom: 6px;
  margin-bottom: 8px;
}

.main-case .case-item .text .excerpt {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  padding-bottom: 16px;
}

.main-case .case-item .more {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  color: #5fa06a;
  height: 20px;
  width: 80px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 12px;
  margin-bottom: 10px;
}

.main-case .case-item .more::before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  border-top: 1px solid #5fa06a;
  border-right: 1px solid #5fa06a;
  transform: rotate(45deg);
  transform-origin: center;
  margin-left: -38px;
  order: 2;
}

.main-case .case-item .more p {
  font-size: 10px;
  color: #5fa06a;
  width: 100%;
  margin-right: 16px;
  margin-bottom: 0;
  order: 1;
}

.information {
  font-size: 12px;
  color: #fff;
  background-color: #73674c;
  width: 90%;
  padding: 1.5em 0;
  position: absolute;
  top: 1em;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.information a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.15em;
  padding-left: 3em;
  padding-right: 2em;
  position: relative;
}

.information a .time {
  width: 11em;
}

.information a .title {
  width: calc(100% - 1em);
}

.information a::after {
  display: block;
  content: '';
  width: 1em;
  height: 1.75em;
  background-color: #fff;
  clip-path: polygon(0 1px, 1px 0, 100% 50%, 1px 100%, 0 calc(100% - 1px), calc(100% - 2.5px) 50%);
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

.intro {
  padding: 80px 15px 10vw;
  position: relative;
}

.intro .bg--object {
  width: 70vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

.intro .head .en {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.intro .head .ja {
  font-family: "Kosugi", sans-serif;
  font-size: 18px;
  color: #1a7199;
  letter-spacing: 0.15em;
  margin: 1.25em 0 1.5em;
}

.intro .head .images {
  padding-bottom: 6vw;
  position: relative;
}

.intro .head .images .image01 {
  width: 60%;
}

.intro .head .images .image01 img {
  width: 100%;
}

.intro .head .images .image02 {
  width: 30%;
  position: absolute;
  left: 55%;
  bottom: 0;
}

.intro .head .images .image02 img {
  width: 100%;
}

.intro .text .catch {
  font-family: "Kosugi", sans-serif;
  font-size: 18px;
  color: #1a7199;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.intro .text .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 3em;
}

.intro .text .btn a {
  margin-left: auto;
}

.service--list .service--item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.service--list .service--item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.service--list .service--item .texts,
.service--list .service--item .image {
  width: 100%;
}

.service--list .service--item .texts img,
.service--list .service--item .image img {
  display: inline-block;
}

.service--list .service--item .texts {
  display: flex;
  align-self: center;
  justify-content: center;
}

.service--list .service--item .texts__inner {
  display: block;
  color: #fff;
  width: 100%;
  padding: 10vw 15px;
}

.service--list .service--item .texts .en {
  font-size: 36px;
}

.service--list .service--item .texts .ja {
  font-size: 18px;
  margin: 0.75em 0 1em;
}

.service--list .service--item .texts .desc {
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  line-height: 2.25;
  letter-spacing: 0.05em;
  margin-bottom: 3em;
}

.service--list .service--item .texts .more a, .service--list .service--item .texts .more p {
  font-size: 13px;
  justify-content: flex-end;
  color: #fff;
}

.service--list .service--item .texts .more a::before, .service--list .service--item .texts .more p::before {
  background-image: radial-gradient(circle at center, transparent 10%, #fff 10.1%);
}

.service--list .service--item .texts .more a span, .service--list .service--item .texts .more p span {
  border-bottom: 1px solid #fff;
}

.service--list .service--item .image img {
  width: 100%;
}

.service--list .service--item.service01 {
  background-color: #212121;
  z-index: 150;
}

.service--list .service--item.service01 .texts .en {
  color: #89806d;
}

.service--list .service--item.service02 {
  background-color: #73674d;
  z-index: 125;
}

.service--list .service--item.service02 .texts .en {
  color: #9a9383;
}

.service--list .service--item.service02 .image {
  order: 1;
}

.service--list .service--item.service02 .more a, .service--list .service--item.service02 .more p {
  color: #342400;
}

.service--list .service--item.service02 .more a::before, .service--list .service--item.service02 .more p::before {
  background-image: radial-gradient(circle at center, transparent 10%, #342400 10.1%);
}

.service--list .service--item.service02 .more a span, .service--list .service--item.service02 .more p span {
  border-bottom: 1px solid #342400;
}

.service--list .service--item.service03 {
  background-color: #5f5f5f;
  z-index: 100;
}

.service--list .service--item.service03 .texts .en {
  color: #a4a4a4;
}

.service--list .service--item.service03 .more a, .service--list .service--item.service03 .more p {
  color: #000;
}

.service--list .service--item.service03 .more a::before, .service--list .service--item.service03 .more p::before {
  background-image: radial-gradient(circle at center, transparent 10%, #000 10.1%);
}

.service--list .service--item.service03 .more a span, .service--list .service--item.service03 .more p span {
  border-bottom: 1px solid #000;
}

.aoki--technology {
  background-color: #f8f8f8;
  padding: 10vw 4vw;
}

.aoki--technology .head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 14px;
  margin-bottom: 2em;
}

.aoki--technology .head .en {
  font-weight: 500;
  padding-left: 0.1em;
  margin-bottom: 0.25em;
}

.aoki--technology .head .ja {
  font-size: 2.5em;
  font-weight: 700;
  color: #89806d;
}

.aoki--technology .head .more {
  margin-left: auto;
}

.aoki--technology .head .more a {
  font-size: 13px;
}

.aoki--technology .technology--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2vw;
}

.aoki--technology .technology--list__item {
  opacity: 0;
  transform: translateY(-30px);
  max-width: 50%;
  padding: 0 2vw;
  margin-bottom: 6vw;
}

.aoki--technology .technology--list__item a {
  display: block;
  background-color: #fff;
  height: 100%;
  padding: 5vw 4vw;
}

.aoki--technology .technology--list__item .image img {
  width: 100%;
  height: auto;
}

.aoki--technology .technology--list__item .en {
  font-size: 11px;
  font-weight: 300;
  margin: 0.5em 0 0.25em;
}

.aoki--technology .technology--list__item .ja {
  font-size: 14px;
  font-weight: 500;
}

.case {
  overflow-x: hidden;
}

.case .case__swiper .swiper-slide {
  width: auto;
}

.case .case__swiper .swiper-slide a {
  display: block;
}

.case .case__swiper .image {
  width: 100vw;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

.case .case__swiper .image::before {
  display: block;
  content: '';
  padding-top: 56.25%;
}

.case .case__swiper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.case .case__swiper .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 15;
}

.case .case__swiper .num {
  font-family: 游明朝, "Yu Mincho", YuMincho, 'Shippori Mincho', Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  margin-top: -0.4em;
}

.case .case__swiper .title {
  font-size: 16px;
  padding-left: 0.5em;
}

.case .case__swiper .title .area {
  font-size: 12px;
  font-weight: 500;
}

.case .case__swiper .title .name {
  font-weight: 900;
  margin-top: 0.25em;
}

.case .case__swiper .title .name small {
  margin-left: 1em;
}

.case .case__swiper .more {
  font-size: 12px;
  border-bottom: 1px solid #262626;
  margin-top: 1em;
  margin-left: auto;
  margin-right: 8px;
  padding-right: 1.5em;
  padding-left: 2px;
  padding-bottom: 4px;
  position: relative;
}

.case .case__swiper .more::before {
  display: block;
  content: '';
  width: 0.75em;
  height: 1px;
  background-color: #262626;
  position: absolute;
  left: 100%;
  bottom: 0;
  transform-origin: left bottom;
  transform: rotate(-135deg);
}

.case .swiper-button-next::after,
.case .swiper-button-prev::after {
  font-size: calc(var(--swiper-navigation-size) * 1.15);
  color: #fff;
  text-shadow: 0 1px #555, 1px 1px #555, 1px 0 #555, 0 -1px #555, -1px -1px #555, -1px 0 #555;
}

.case .btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.case .btn a {
  margin-left: auto;
  margin-right: auto;
}

.page__guide {
  font-size: 16px;
  line-height: 1.5;
}

.page__guide p {
  margin-bottom: 1em;
}

.page__guide p.not-found {
  font-size: 0.9em;
  color: #9b2424;
  text-align: center;
}

.page__guide a {
  color: #333;
}

.page__guide a:hover {
  color: #333;
  opacity: 0.8;
}

.page__guide .guide--box .head {
  width: auto;
  height: auto;
  margin-bottom: 0.25em;
  padding: 0;
  background: none;
  color: #000;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
}

.page__guide .guide--box .subhead {
  font-size: 16px;
  text-align: center;
}

.page__guide .list--box a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page__guide .search--before .search--before__item a {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  color: #fafc4a;
  background-color: #000;
  border: 1px solid #ddd;
  width: 100%;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
}

.page__guide .search--before .search--before__item a .icon {
  width: 50px;
}

.page__guide .search--before .search--before__item a .text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 50px);
  padding-left: 16px;
}

.page__guide .search--before .search--before__item a .desc {
  font-size: 10px;
  font-weight: normal;
  color: #fff;
}

.page__guide .guide--posts .guide--list__item a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #0073AA;
  padding: 1.25em 1em;
}

.page__guide .guide--contact .contact--box__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  height: 64px;
  border-radius: 999px;
  background-color: #00c0ff;
  text-decoration: none;
}

.page__guide .guide--contact .contact--box__item span {
  display: block;
}

.page__guide .search--guide.resultform {
  padding-bottom: 30px;
}

.page__guide .results {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.page__guide .results__item {
  width: 50%;
  padding: 0 10px 10px;
}

.page__guide .results__item a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  /* color: #1a0dab; */
  margin-bottom: 4px;
}

.page__guide .results__item a::before {
  display: block;
  content: '';
  width: 0.6em;
  height: 0.9em;
  background-color: #333;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-right: 6px;
  margin-bottom: 2px;
}

.page__guide .results__item .results--txt {
  font-size: 14px;
  color: #333;
}

.page__guide .results__item .results--txt strong {
  text-decoration: underline;
}

.page__guide .search--list {
  max-height: 800px;
  margin-top: 50px;
}

.page__guide .search--list * {
  box-sizing: border-box;
}

.page__guide .search--list .search--list__item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
}

.page__guide .search--list .search--list__item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 1.25em 1em;
}

.page__guide .search--list .search--list__item a span {
  display: block;
}

.page__guide .search--list .search--list__item a .title {
  font-size: 18px;
  font-weight: bold;
  color: #1a0dab;
  text-decoration: underline;
}

.page__guide .search--list .search--list__item a .icon {
  width: 60px;
  padding-right: 12px;
}

.page__guide .search--list .search--list__item a .icon img {
  max-width: 100%;
}

.page__guide .search--list .search--list__item a .txt {
  width: calc(100% - 60px);
}

.page__guide .search--list .search--list__item a .txt.faq_txt .title {
  font-size: 14px;
  line-height: 1.75;
}

.page__guide .search--list .search--list__item a .detail {
  margin-top: 0.25em;
  padding-left: 2px;
}

.page__guide .search--list .search--list__item a .detail p {
  font-size: 12px;
  height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.page__guide .search--list .search--list__item.type--list__item a {
  align-items: flex-start;
}

.page__guide .search--list .search--list__item.type--list__item .icon {
  width: 40px;
  margin-right: 8px;
}

.page__guide .search--list .search--list__item.type--list__item .icon img {
  width: 100%;
}

.page__guide .search--list .search--list__item.type--list__item .txt {
  width: calc(100% - 48px);
}

.page__guide .search--list .search--list__item.type--list__item .txt .title {
  width: 100%;
}

.page__guide .search--list .search--list__item.type--list__item .txt .title::after {
  right: 0;
}

.page__guide .back-to-search {
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 100;
  opacity: 0;
  transition: all 300ms ease-out;
}

.page__guide .back-to-search.show {
  opacity: 1;
}

.page__guide .back-to-search a {
  display: inline-block;
  color: #fff;
  background-color: #da0000;
  border-radius: 8px;
  padding: 1em 3em;
}

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

.search--guide {
  background-color: #f5f5f5;
  padding: 30px 20px 36px;
  margin-top: 30px;
}

.search--guide .search--box {
  margin-bottom: 20px;
}

.search--guide .custom-search {
  display: flex;
  align-items: center;
  width: 100%;
}

.search--guide .input-txt {
  font-size: 14px;
  width: calc(100% - 4em);
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 6px 8px;
}

.search--guide .search-btn {
  font-size: 12px;
  color: #fff;
  background-color: #00a0e8;
  border: none;
  border-radius: 4px;
  margin-left: auto;
  padding: 8px 12px;
}

.intro--guide .intro--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.intro--guide .intro--list__item {
  font-size: 14px;
  width: calc(100% / 2);
  padding: 0 8px;
  margin-bottom: 12px;
}

.intro--guide .intro--list__item a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ddd;
  padding: 1.25em 1em;
}

.guide--type .type--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.guide--type .type--list h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding: 4px;
  margin-bottom: 15px;
}

.guide--type .type--list__cat {
  width: 100%;
  padding: 0 20px;
  margin: 10px 0 30px;
}

.guide--type .type--list__item {
  margin: 10px 0 16px;
}

.guide--type .type--list__item a {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  text-decoration: underline;
  border-bottom: 1px solid #333;
  padding: 6px 4px;
  transition: all 300ms ease-out;
}

.guide--type .type--list__item a:hover {
  opacity: 0.5;
}

.guide--type .type--list__item .icon,
.guide--type .type--list__item .title {
  display: block;
}

.guide--type .type--list__item .icon {
  width: 28px;
  margin-right: 8px;
}

.guide--type .type--list__item .icon img {
  width: 100%;
}

.guide--type .type--list__item .title {
  color: #1a0dab;
  width: calc(100% - 36px);
  position: relative;
}

.guide--type .type--list__item .title::after {
  display: block;
  content: '';
  width: 18px;
  height: 16px;
  background-color: #333;
  clip-path: polygon(0 5px, 9px 5px, 9px 0, 18px 8px, 9px 16px, 9px 11px, 0 11px);
  pointer-events: none;
  position: absolute;
  top: 4px;
  right: 20px;
}

.guide--posts .guide--list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -8px;
  margin-right: -8px;
}

.guide--posts .guide--list__item {
  font-size: 14px;
  width: calc(100% / 2);
  padding: 0 8px;
  margin-bottom: 12px;
}

.guide--faq .faq--list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.guide--faq .faq--list__item {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.guide--faq .faq--list__item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  color: #1a0dab;
  border: 1px solid #ddd;
  text-decoration: underline;
  width: 100%;
  height: 5em;
  padding: 0 3em;
  position: relative;
  overflow: visible;
  transition: all 300ms ease-out;
}

.guide--faq .faq--list__item a:hover {
  color: #8f88d6;
  background-color: #e8f4f7;
  opacity: 1;
}

.guide--faq .faq--list__item a .icon {
  width: auto;
  height: 2em;
  position: absolute;
  top: -1em;
  left: -0.75em;
}

.guide--faq .faq--list__item a .icon img {
  width: auto;
  height: 100%;
}

.guide--column .column--list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.guide--column .column--list__item {
  width: calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 20px;
}

.guide--column .column--list__item a {
  display: block;
}

.guide--column .column--list__item .thumb,
.guide--column .column--list__item .title {
  display: block;
}

.guide--column .column--list__item .thumb img {
  width: 100%;
  height: auto;
}

.guide--column .column--list__item .title {
  font-size: 14px;
  margin: 0.5em 0.75em 0;
}

.guide--contact .contact--box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide--contact .contact--box__item {
  width: 440px;
  max-width: 100%;
  text-align: center;
  padding: 0 15px;
}

.page--guide p {
  font-size: 16px;
  line-height: 1.875;
}

.page--guide p mark {
  font-size: 13px;
  padding: 2px 6px;
}

.page--guide h3 {
  width: auto;
  height: auto;
  margin-bottom: 0.25em;
  padding: 0;
  background: none;
  color: #000;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.page--guide h3.service--head {
  margin-bottom: 1.5em;
}

.page--guide h3 strong {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  width: 18em;
  letter-spacing: 0.1em;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.75em 1em;
}

.page--guide h4 {
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 0.75em;
}

.page--guide .wp-block-button__link {
  text-decoration: none;
  padding: calc(.667em + 4px) calc(1.333em + 2px) calc(.667em + 2px);
}

.page--guide .more_btn {
  text-align: center;
}

.page--guide .more_btn a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  border-radius: 999px;
  color: #fff;
  background-color: #0073AA;
  text-decoration: none;
  padding: 1.25em 5em;
}

.page--guide .back_btn {
  margin-top: 80px;
}

.case--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

.case--list__item {
  width: calc(100% / 4);
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 5px;
}

.case--list__item a {
  display: block;
}

.case--list__item img {
  width: 100%;
  height: auto;
}

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

.page__profile .profile--intro {
  font-size: 3.625vw;
}

.page__profile .profile--intro .intro--content .image {
  text-align: center;
}

.page__profile .profile--intro .intro--content h4 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
}

.page__profile .profile--intro .intro--content p {
  line-height: 1.5;
  margin: 1.5em 0;
}

.page__profile .profile--company .company--table table {
  width: 100%;
}

.page__profile .profile--company .company--table table tr {
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  line-height: 1.75;
}

.page__profile .profile--company .company--table table th, .page__profile .profile--company .company--table table td {
  padding: 1.5em 1em;
}

.page__profile .profile--company .company--table table th {
  font-weight: normal;
  width: 30%;
}

.page__profile .profile--company .company--table table td {
  width: 70%;
}

.page__profile .department--company .department--item {
  display: grid;
  grid-template-columns: 55% 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 3.75vw;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  padding: 1.5em 0;
}

.page__profile .department--company .department--head {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0.5em 0 0;
}

.page__profile .department--company .department--subhead {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 1.1em;
  font-weight: 700;
  color: #73674c;
}

.page__profile .department--company .department--desc {
  grid-column: 1/3;
  grid-row: 3/4;
  line-height: 1.75;
  margin-top: 1em;
}

.page__profile .department--company .department--img {
  grid-column: 2/3;
  grid-row: 1/3;
}

.page__profile .products--company .products--desc {
  line-height: 1.75;
  margin-bottom: 2em;
}

.page__profile .products--company .products--list {
  margin-bottom: 40px;
}

.page__profile .products--company .products--list .products--item {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #b8b8b8;
}

.page__profile .products--company .products--list .products--item:last-child {
  border-right: none;
}

.page__profile .products--company .products--list .products--item .products--num {
  color: #73674c;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.page__profile .products--company .products--list .products--item .products--name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid #000;
  margin-bottom: 1em;
}

.page__profile .products--company .products--list .products--item .products--name span {
  font-size: 0.6em;
  margin-top: 2px;
}

.page__profile .products--company .products--list .products--item .item--name li {
  font-size: 0.9em;
  margin-bottom: 0.6em;
}

.contact-table {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.contact-table table,
.contact-table tbody,
.contact-table tr,
.contact-table td {
  display: block;
}

.contact-table tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  background-color: #e9f1ed;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.contact-table th {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 12px;
}

.contact-table th span {
  display: block;
  font-size: 10px;
  color: #fff;
  background-color: #ed9b00;
  line-height: 1;
  border-radius: 9999px;
  margin-left: 1em;
  padding: 0.6em 1em 0.5em;
}

.contact-table td p {
  margin: 0 0 0.75em;
}

.contact-table td .size input[type=text] {
  width: 6em;
}

.contact-table td .quantity input[type=text] {
  width: 5em;
}

.contact-table td .file {
  display: block;
}

.contact-table p {
  margin-bottom: 1.5em;
}

.contact-table input[type=text],
.contact-table input[type=email],
.contact-table textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #fcfffd;
  letter-spacing: 0.05em;
  border: 1px solid #eee;
  padding: 0 0.75em;
}

.contact-table select {
  -moz-appearance: auto;
       appearance: auto;
  border-radius: 4px;
  height: 2.75em;
  background-color: #fcfffd;
  letter-spacing: 0.05em;
  border: 1px solid #eee;
  padding: 0 0.75em;
}

.contact-table input[type=text],
.contact-table input[type=email] {
  height: 2.75em;
}

.contact-table input[type=text].small,
.contact-table input[type=email].small {
  width: 5em;
  margin-right: 0.5em;
}

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

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

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

.contact-table .mwform-checkbox-field.horizontal-item,
.contact-table .mwform-radio-field.horizontal-item {
  margin-left: 0;
}

.contact-table .mwform-checkbox-field.horizontal-item label,
.contact-table .mwform-radio-field.horizontal-item label {
  display: flex;
  align-items: center;
  margin-right: 1em;
}

.contact-table .estimate-area .head {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}

.contact-table .estimate-area tr {
  background-color: #f9f0f0;
}

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

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

.contact-table .submit-area input[name=submitBack] {
  background-color: #d9d9d9;
}

.service-guide__wrapper {
  background-color: #e3e9f1;
  max-width: 1000px;
  padding: 30px 15px;
  margin-left: auto;
  margin-right: auto;
}

.service-guide__wrapper .service-guide__head {
  font-size: 30px;
  text-align: center;
}

.service-guide__wrapper .service-guide__head h3 {
  font-weight: 700;
  color: #153368;
  letter-spacing: 0.05em;
}

.service-guide__wrapper .service-guide__head img {
  display: inline-block;
  width: calc(1em / 3 * 4);
  height: auto;
  margin: 0.5em 0.0625em 0.5em 0;
}

#service-guide * {
  line-height: 1.5;
}

#service-guide .is-layout-grid .wp-block-group__inner-container {
  font-size: 14px;
  color: #0386c8;
  background-color: #fff;
  padding: 2.25em 1em 2em;
  position: relative;
}

#service-guide .is-layout-grid .wp-block-group__inner-container:has(.wp-block-button__link:hover) {
  background-color: #f7faff;
}

#service-guide .is-layout-grid .wp-block-group__inner-container img {
  width: 3em;
}

#service-guide .is-layout-grid .wp-block-group__inner-container h4 {
  font-size: 1.375em;
  font-weight: 700;
  margin: 0.75em 0 0.5em;
}

#service-guide .is-layout-grid .wp-block-group__inner-container p {
  font-size: 1em;
  font-weight: 500;
}

#service-guide .is-layout-grid .wp-block-group__inner-container .wp-block-buttons,
#service-guide .is-layout-grid .wp-block-group__inner-container .wp-block-button,
#service-guide .is-layout-grid .wp-block-group__inner-container .wp-block-button__link {
  font-size: 0;
  color: transparent;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#service-guide > .wp-block-heading {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

#service-guide > p {
  margin-bottom: 1em;
}

.service-guide__footer {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.service-guide__footer .back {
  margin-top: 0;
}

.service-guide__footer .back.hidden {
  display: none;
}

.service-guide__footer .history--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  width: 4em;
  height: 4em;
  background-color: #fff;
  letter-spacing: -0.05em;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.service-guide__footer .history--btn.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page__technology .section--head {
  text-align: center;
}

.page__technology .section--head h3 {
  margin-bottom: 0.8em;
}

.page__technology .section--head p {
  line-height: 1.75;
}

.page__technology .technology--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page__technology .technology--list .technology--item {
  display: block;
  width: 50%;
  padding: 0 10px;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.page__technology .technology--list .technology--item .technology--img {
  margin-bottom: 10px;
}

.page__technology .technology--list .technology--item .technology--name .en {
  font-size: 0.7em;
  color: #73674c;
  margin-bottom: 4px;
}

.page__technology .technology--list .technology--item .technology--name .jp {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.page__technology .technology--list .technology--item .technology--desc {
  margin-bottom: 1em;
}

.page__technology .technology--list .technology--item .technology--desc .desc--title {
  color: #73674c;
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 0.5em;
  margin-bottom: 0.5em;
  background-image: linear-gradient(90deg, #73674c 0 20%, #dedede 20%);
  background-repeat: no-repeat;
  background-size: 100% 5%;
  background-position: bottom;
}

.page__technology .technology--list .technology--item .technology--desc .desc--text {
  font-size: 12px;
  line-height: 1.5;
}

.page__technology .technology--list .technology--item a, .page__technology .technology--list .technology--item span {
  display: inline-block;
}

.page__technology .technology--list .technology--item a .more, .page__technology .technology--list .technology--item span .more {
  padding: 0.375em 0.75em;
  font-size: 12px;
  border-bottom: 1px solid #000;
}

.recruit-content {
  text-align: center;
  margin-top: 2rem;
}

.recruit-content .recruit--intro {
  text-align: center;
  margin-bottom: 2em;
}

.recruit-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

.recruit-content li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  height: 60px;
  min-width: 300px;
  border: 2px solid #555;
  background-color: #f6fbf7;
  border-radius: 30px;
  text-align: center;
  padding: 0.25rem 0.5rem;
  margin: 0 1rem 1rem;
}

.recruit-content li span {
  font-size: 12px;
}

.recruit-content .option {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
}

.recruit-content .contact::before {
  font-family: FontAwesome;
  content: "";
  margin-right: 8px;
}

.recruit-content .contact span {
  margin-left: 2rem;
}

.page--head {
  font-size: 18px;
  text-align: center;
}

.page--head .title {
  font-size: calc(1em / 6 + 2.5em);
}

.page--head .sub {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .hide-sp {
    display: inline;
  }
  .show-sp {
    display: none;
  }
  .hero__img img {
    height: 80vh;
  }
  .subpage--hero .subpage--hero__text {
    display: flex;
  }
  .subpage--hero .subhero--title {
    width: 65%;
    border-left: 1px solid #000;
    border-bottom: none;
    padding: 0 0 0 2vw;
    margin: 0 0 0 2.5vw;
  }
  .subpage--hero .subhero--title .en {
    font-size: 3.75em;
  }
  .subpage--hero .subhero--title .ja {
    margin-top: 0.75em;
    margin-bottom: 2.25em;
  }
  .subpage--hero .subhero--desc {
    display: flex;
    align-items: flex-end;
    width: 35%;
    border-left: 1px solid #000;
    border-bottom: none;
    padding: 0 5vw 0 2vw;
    margin: 0 0 0 auto;
  }
  .subpage--hero .subhero--desc .desc {
    font-size: calc(1em / 3 * 2);
    line-height: 2;
  }
  .recruit--box {
    font-size: 1vw;
    background-position: left 12.5vw top;
    background-size: cover;
    height: 22.5vw;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .recruit--box .head {
    margin-left: 2.6125vw;
  }
  .recruit--box .desc {
    margin-bottom: 1em;
  }
  .footer--menu {
    margin: 2em 0 1.5em;
  }
  .footer--menu ul {
    justify-content: flex-start;
    padding: 0;
  }
  .footer--menu ul li {
    margin: 0 2em 1em 1em;
  }
  .footer--info {
    padding: 0;
  }
  .footer--profile {
    max-width: 700px;
    margin-right: auto;
    margin-left: 2em;
  }
  .footer--contact {
    max-width: 700px;
    margin-right: auto;
    margin-left: 2em;
  }
  .footer--contact__box {
    display: flex;
    align-items: center;
  }
  .footer--contact__box .tel {
    align-items: flex-start;
    margin: 0;
  }
  .footer--contact__box .to--contact__btn {
    width: calc(100% - 19em);
    margin-left: auto;
  }
  .footer .copy {
    max-width: 700px;
    margin-left: auto;
    margin-right: 2em;
  }
  .btn a {
    font-size: 14px;
  }
  .more a, .more p {
    font-size: 12px;
  }
  .single--main .single__head {
    margin-left: 0;
    margin-right: 0;
  }
  .side--content .head {
    font-size: 18px;
  }
  .column--archive .archive--list {
    margin: 0 -15px;
  }
  .column--archive .archive--item {
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 60px;
  }
  .column--archive .archive--item .title {
    font-size: 16px;
  }
  .column--archive .archive--item .meta {
    font-size: 12px;
  }
  .post__column .column--title {
    font-size: 30px;
  }
  .post__column .column--article {
    font-size: 16px;
    margin-top: 30px;
  }
  .post__column .column--article h2,
  .post__column .column--article h3,
  .post__column .column--article h4,
  .post__column .column--article h5,
  .post__column .column--article h6 {
    margin: 24px 0;
  }
  .post__column .column--article h2 {
    padding: 0.5em 1.25em;
    margin-top: 56px;
  }
  .post__column .column--article h3 {
    font-size: 22px;
  }
  .post__column .column--article .list01 {
    padding: 2.75em;
  }
  .post__column .column--article .list01 ul {
    padding-left: 3em;
  }
  .case__inner .swiper-button-next, .case__inner .swiper-button-prev {
    top: 35%;
  }
  .case__inner .swiper-button-next {
    right: 20px;
  }
  .case__inner .swiper-button-prev {
    left: 20px;
  }
  .case--main .single__content h1, .case--main .single__content h2, .case--main .single__content h3, .case--main .single__content h4, .case--main .single__content h5, .case--main .single__content h6 {
    font-size: 18px;
  }
  .case--main .single__content p {
    font-size: 16px;
  }
  .case--main .single__content h1.wp-block-heading {
    font-size: 22px;
  }
  .case--main .single__content h2.wp-block-heading {
    font-size: 20px;
  }
  .case--main .single__content .wp-block-group > .wp-block-group__inner-container {
    padding: 24px 40px 24px 24px;
  }
  .case--main .single__content form {
    padding: 0;
  }
  .information {
    padding: 2.5em 0 2em;
    top: 0.5em;
  }
  .information a {
    flex-direction: row;
    padding-left: 4em;
    padding-right: 1em;
  }
  .information a .title {
    width: calc(100% - 13em);
  }
  .information a::after {
    position: relative;
    top: unset;
    right: unset;
    transform: none;
  }
  .intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 80px calc((100vw - 720px) / 2) 30px;
  }
  .intro .head {
    width: 100%;
  }
  .intro .head .en {
    font-size: 46px;
  }
  .intro .head .ja {
    font-size: 20px;
  }
  .intro .head .images {
    padding-bottom: 0;
  }
  .intro .head .images .image02 {
    top: calc(100% - 48px);
    left: 48px;
    bottom: unset;
  }
  .intro .text {
    width: 57.5%;
    margin-left: auto;
  }
  .intro .text .catch {
    font-size: 20px;
  }
  .intro .text .desc {
    font-size: 14px;
  }
  .service--list .service--item .texts__inner {
    padding: 10vw 12vw;
  }
  .service--list .service--item .texts .en {
    font-size: 7.5vw;
    letter-spacing: 0.1em;
  }
  .service--list .service--item .texts .ja {
    font-size: 3.12vw;
  }
  .service--list .service--item .texts .desc {
    font-size: 1.5vw;
    letter-spacing: 0.1em;
  }
  .service--list .service--item .texts .more a, .service--list .service--item .texts .more p {
    font-size: 1.25vw;
  }
  .aoki--technology .head {
    font-size: 2vw;
  }
  .aoki--technology .head .more a {
    font-size: 1.75vw;
  }
  .aoki--technology .technology--list__item {
    max-width: none;
    width: 25%;
    padding: 0 1vw;
    margin-bottom: 3vw;
  }
  .aoki--technology .technology--list__item a {
    padding: 2.5vw 2vw;
  }
  .aoki--technology .technology--list__item .en {
    font-size: 1.5vw;
  }
  .aoki--technology .technology--list__item .ja {
    font-size: 2vw;
  }
  .case .case__swiper .texts {
    flex-direction: row;
    align-items: flex-end;
  }
  .case .case__swiper .num {
    font-size: 100px;
    font-weight: 400;
    width: 1.44em;
    margin-top: -0.3em;
  }
  .case .case__swiper .title {
    flex-grow: 1;
    margin-bottom: 16px;
    padding-left: 0;
  }
  .case .case__swiper .more {
    width: 108px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .page__guide .search--before .search--before__item a .desc {
    font-size: 12px;
  }
  .page__guide .search--list .search--list__item a .icon {
    width: 72px;
  }
  .page__guide .search--list .search--list__item a .txt {
    width: calc(100% - 72px);
  }
  .page__guide .search--list .search--list__item a .txt.faq_txt .title {
    font-size: 16px;
  }
  .page__guide .search--list .search--list__item a .detail p {
    font-size: 14px;
  }
  .search--before {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
  }
  .search--before .search--before__item {
    width: calc(100% / 2);
    padding: 0 6px;
  }
  .intro--guide .intro--list__item {
    font-size: 16px;
    width: calc(100% / 3);
  }
  .guide--type .type--list__cat {
    width: 50%;
  }
  .guide--faq .faq--list__item {
    width: calc(100% / 2);
  }
  .page__profile .profile--intro {
    font-size: 14px;
  }
  .page__profile .profile--intro .intro--content {
    display: flex;
    align-items: flex-start;
  }
  .page__profile .profile--intro .intro--content .texts {
    width: 55%;
    order: 2;
  }
  .page__profile .profile--intro .intro--content .image {
    width: 45%;
    padding-right: 5%;
    order: 1;
  }
  .page__profile .department--company .department--item {
    font-size: 12px;
    grid-template-columns: 22.5% 1fr 25%;
    padding: 2.5em 0;
  }
  .page__profile .department--company .department--head {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
    margin-top: 0;
  }
  .page__profile .department--company .department--subhead {
    font-size: 1.25em;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .page__profile .department--company .department--desc {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .page__profile .department--company .department--img {
    grid-column: 3/4;
    grid-row: 1/3;
    align-self: center;
    text-align: center;
    padding-left: 10%;
  }
  .page__profile .products--company .products--list .products--item .products--num {
    font-size: 2.4em;
  }
  .contact-table tr {
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 16px;
    padding: 2em 3em;
    margin-bottom: 30px;
  }
  .contact-table th {
    width: 30%;
    height: 2.75em;
    margin-bottom: 0;
  }
  .contact-table td {
    width: 70%;
    min-height: 2.75em;
  }
  .contact-table td .quantity br {
    display: none;
  }
  .service-guide__wrapper {
    padding: 30px;
  }
  .page__technology .section--head h3 {
    font-size: 1.4em;
  }
  .page__technology .technology--list .technology--item {
    width: calc(100% / 3);
  }
  .page__technology .technology--list .technology--item .technology--name .en {
    font-size: 0.8em;
    margin-bottom: 6px;
  }
  .page__technology .technology--list .technology--item .technology--name .jp {
    font-size: 1.2em;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  .section, .main-case {
    margin-bottom: 80px;
  }
  .section--s, .section--head {
    margin-bottom: 50px;
  }
  .section--l {
    margin-bottom: 140px;
  }
  :root {
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
  }
  html {
    scroll-padding-top: 140px;
  }
  .show-pc {
    display: inline;
  }
  .hide-pc {
    display: none;
  }
  .header .logo {
    padding: 30px 0 30px 5.25vh;
  }
  .header .logo img {
    width: auto;
  }
  .header .toggler {
    display: none;
  }
  .header .menu {
    margin-left: auto;
    margin-right: 10px;
    padding-top: 0;
    padding-left: 0;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  .header .menu ul {
    display: flex;
    align-items: center;
  }
  .header .menu li {
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px;
    margin: 0;
  }
  .header .menu li.btn--menu {
    padding: 0 10px;
  }
  .header .menu li.btn--menu a {
    display: block;
    color: #fff;
    background-color: #262626;
    line-height: 1;
    border-radius: 999px;
    padding: 1em 3em 0.9em;
  }
  .header .menu li.btn--menu.btn--white a {
    color: #262626;
    background-color: #fff;
  }
  .hero__img img {
    height: 100vh;
  }
  .hero__cover {
    font-size: 1.75vh;
    padding: 0 0 6em 3em;
  }
  .hero__cover .en {
    margin-bottom: 3em;
  }
  .hero__cover .head {
    font-size: 5em;
  }
  .hero__cover .sub {
    font-size: 1.5em;
  }
  .subpage--hero {
    font-size: 1.25vw;
    margin-top: calc(96px + 30px);
  }
  .subpage--hero .subpage--hero__text {
    margin-bottom: 30px;
  }
  .footer__faq {
    padding: 80px 0 1px;
  }
  .footer {
    padding-bottom: 70px;
  }
  .footer__inner {
    padding-left: 13.75vw;
  }
  .footer--img::before {
    padding-top: 37%;
  }
  .footer--menu ul li {
    font-size: 16px;
  }
  .footer--info {
    display: flex;
    align-items: flex-end;
    max-width: none;
  }
  .footer--contact {
    font-size: 16px;
    margin-top: 0;
    margin-left: 5em;
    margin-bottom: 0;
  }
  .footer .copy {
    padding-right: 2em;
  }
  .section--head {
    font-size: 18px;
  }
  .section--head .en::before {
    width: 21px;
    height: 21px;
  }
  .section--head .en::after {
    width: 5px;
    height: 5px;
    top: 8px;
    left: 8px;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .post--container {
    max-width: 1230px;
    margin-bottom: 80px;
  }
  .single--main {
    font-size: 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .single--main .single__content {
    padding: 1em;
  }
  .single_business--main .single__content {
    font-size: 16px;
  }
  .guide--contents {
    padding-top: 60px;
  }
  .guide--contents .guide--box .head {
    font-size: 36px;
  }
  .guide--contents .guide--box .subhead {
    font-size: 18px;
  }
  .guide--contents .search--before .search--before__item a {
    font-size: 20px;
    width: auto;
    padding: 0.75em 0.5em;
  }
  .guide--contents .to--guide {
    font-size: 16px;
  }
  .column--main {
    max-width: 1230px;
    margin-bottom: 80px;
  }
  .column--inner .column--content {
    width: calc(100% - 300px);
    order: 1;
    padding-right: 60px;
  }
  .column--inner .column--sidebar {
    width: 300px;
    order: 2;
  }
  .column--inner .back {
    order: 3;
  }
  .side--content {
    margin-bottom: 80px;
  }
  .case__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .case__inner .swiper-button-next {
    right: 30px;
  }
  .case__inner .swiper-button-prev {
    left: 30px;
  }
  .case__inner .case--menu {
    width: 200px;
    padding: 0 15px;
    order: 1;
  }
  .case__inner .case--main {
    width: calc(100% - 200px);
    padding: 0 15px;
    order: 2;
  }
  .case__inner .back {
    order: 3;
  }
  .case--menu {
    margin-top: 0;
    margin-bottom: 108px;
  }
  .case--main {
    margin-bottom: 108px;
  }
  .main-case .case-item {
    width: 25%;
  }
  .main-case .case-item:nth-child(4n-2) .case-item, .main-case .case-item:nth-child(4n-1) .case-item {
    background-color: transparent;
  }
  .main-case .case-item:nth-child(2n) .case-item {
    background-color: #fafafa;
  }
  .main-case .case-item {
    margin-bottom: 0;
  }
  .main-case .case-item .text {
    width: calc(100% - 80px);
    margin-left: 15px;
    padding: 0;
  }
  .main-case .case-item .text .head {
    font-size: 16px;
  }
  .main-case .case-item .more {
    flex-wrap: wrap;
    height: 70px;
    width: 65px;
    padding-top: 12px;
    padding-right: 0;
    margin-bottom: 0;
  }
  .main-case .case-item .more::before {
    width: 20px;
    height: 20px;
    order: 1;
    margin-left: -12px;
  }
  .main-case .case-item .more p {
    margin-top: -16px;
    margin-right: 0;
    order: 2;
  }
  .information {
    width: 50%;
    padding: 3.5em 0 3em;
  }
  .intro {
    padding: 140px 6.5vw 3.3vw;
  }
  .intro .bg--object {
    width: 62.75vw;
  }
  .intro .head {
    width: 45.5vw;
  }
  .intro .head .en {
    font-size: 4.167vw;
  }
  .intro .head .ja {
    font-size: 1.25vw;
  }
  .intro .head .images {
    padding-bottom: 3.75vw;
  }
  .intro .head .images .image01 {
    width: auto;
  }
  .intro .head .images .image01 img {
    width: 32.5vw;
  }
  .intro .head .images .image02 {
    width: auto;
    top: unset;
    left: 29.5vw;
    bottom: 0;
  }
  .intro .head .images .image02 img {
    width: 15.8vw;
  }
  .intro .text {
    width: 40.5vw;
    margin-left: 0;
    padding: 0 6vw 0 3vw;
  }
  .intro .text .catch {
    margin-top: 0;
    font-size: 1.25vw;
  }
  .intro .text .desc {
    font-size: 0.833vw;
    line-height: 2.25;
  }
  .intro .text .btn a {
    font-size: 0.729vw;
  }
  .service--list {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .service--list .service--item {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    mask-position: top center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .service--list .service--item__inner {
    flex-direction: row;
    height: 100%;
  }
  .service--list .service--item .texts,
  .service--list .service--item .image {
    width: 50%;
  }
  .service--list .service--item .texts {
    padding: 0;
  }
  .service--list .service--item .texts__inner {
    padding: 0 0 0 8vw;
  }
  .service--list .service--item .texts .en {
    font-size: 3.75vw;
  }
  .service--list .service--item .texts .ja {
    font-size: 1.56vw;
  }
  .service--list .service--item .texts .desc {
    font-size: 0.72vw;
    max-width: 67%;
  }
  .service--list .service--item .texts .more {
    padding-right: 6.5vw;
  }
  .service--list .service--item .texts .more a, .service--list .service--item .texts .more p {
    font-size: 0.625vw;
  }
  .service--list .service--item .image {
    height: 100%;
  }
  .service--list .service--item .image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service--list .service--item.service02 .texts {
    order: 2;
  }
  .aoki--technology {
    display: flex;
    align-items: flex-start;
    padding: 5vw 3.75vw;
  }
  .aoki--technology .head {
    font-size: 1vw;
    flex-direction: column;
    align-items: center;
    width: 15vw;
    margin-top: 1em;
  }
  .aoki--technology .head__inner {
    writing-mode: vertical-rl;
    margin-bottom: 3em;
  }
  .aoki--technology .head .en {
    margin-bottom: 0;
    padding-left: 0.5em;
  }
  .aoki--technology .head .more {
    margin-right: auto;
  }
  .aoki--technology .head .more a {
    font-size: 0.75vw;
  }
  .aoki--technology .technology--list {
    width: 76.5vw;
    margin: 0 0 0 auto;
  }
  .aoki--technology .technology--list__item {
    padding: 0 0.5vw;
    margin-bottom: 1vw;
  }
  .aoki--technology .technology--list__item a {
    padding: 1vw 3vw;
  }
  .aoki--technology .technology--list__item .en {
    font-size: 0.75vw;
  }
  .aoki--technology .technology--list__item .ja {
    font-size: 1vw;
  }
  .case .case__swiper .image {
    max-width: 960px;
  }
  .case .case__swiper .num {
    font-size: 140px;
  }
  .case .case__swiper .title {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 900;
  }
  .case .case__swiper .title .area {
    font-size: 14px;
  }
  .case .case__swiper .more {
    margin-bottom: 24px;
  }
  .case .btn {
    margin-top: 50px;
  }
  .page__guide .guide--box .subhead {
    font-size: 18px;
  }
  .page__guide .search--before .search--before__item a {
    font-size: 20px;
    width: auto;
    padding: 0.75em 0.5em;
  }
  .page__guide .search--before .search--before__item a .icon {
    width: 60px;
  }
  .page__guide .search--before .search--before__item a .text {
    width: calc(100% - 60px);
  }
  .page__guide .guide--contact .contact--box__item a {
    font-size: 18px;
  }
  .search--guide {
    padding: 50px 30px 60px;
    margin-top: 50px;
  }
  .search--guide .search--box {
    margin-bottom: 40px;
  }
  .search--guide .custom-search {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .search--guide .input-txt {
    font-size: 18px;
    width: calc(100% - 3em);
  }
  .search--before .search--before__item {
    width: calc(100% / 3);
  }
  .intro--guide .intro--list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .intro--guide .intro--list__item {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .guide--type .type--list h4 {
    font-size: 20px;
  }
  .guide--type .type--list__item a {
    font-size: 16px;
  }
  .guide--posts .guide--list {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .guide--posts .guide--list__item {
    font-size: 16px;
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .guide--faq .faq--list__item {
    width: calc(100% / 3);
  }
  .guide--faq .faq--list__item a {
    font-size: 16px;
  }
  .page__profile .profile--intro {
    font-size: 16px;
  }
  .page__profile .profile--intro .intro--content p {
    line-height: 2;
  }
  .page__profile .profile--company .company--content {
    display: flex;
    margin-left: -20px;
    min-height: -20px;
  }
  .page__profile .profile--company .company--table {
    width: 50%;
    padding: 0 20px;
  }
  .page__profile .department--company .department--item {
    font-size: 14px;
    grid-template-columns: 20% 1fr 22.5%;
    grid-template-row: 30px 1fr;
  }
  .page__profile .department--company .department--head {
    font-size: 1.75em;
    padding-left: 1em;
  }
  .page__profile .department--company .department--subhead {
    font-size: 1.5em;
  }
  .page__profile .products--company .products--list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .page__profile .products--company .products--list .products--item {
    padding: 20px 30px;
    margin-bottom: 60px;
    width: calc(100% / 3);
    border-bottom: none;
    border-right: 1px solid #b8b8b8;
  }
  .page__profile .products--company .products--list .products--item .products--num {
    font-size: 3em;
  }
  .page__profile .products--company .products--list .products--item .products--name {
    height: 100px;
    font-size: 1.4em;
    margin-bottom: 1.2em;
  }
  .contact-table tr {
    font-size: 16px;
  }
  .contact-table th span {
    font-size: 12px;
  }
  .contact-table .submit-area {
    font-size: 16px;
    margin-top: 70px;
  }
  .service-guide__wrapper {
    padding: 50px 80px;
  }
  .service-guide__wrapper .service-guide__head {
    font-size: 48px;
  }
  #service-guide .is-layout-grid .wp-block-group__inner-container {
    font-size: 16px;
  }
  .page__technology .section--head h3 {
    font-size: 2em;
  }
  .page__technology .technology--list .technology--item {
    max-width: 280px;
    margin: 0 45px 60px;
    padding: 0;
  }
  .page__technology .technology--list .technology--item .technology--name .jp {
    font-size: 1.5em;
  }
  .page__technology .technology--list .technology--item .technology--desc .desc--title {
    font-size: 16px;
  }
  .page__technology .technology--list .technology--item .technology--desc .desc--text {
    font-size: 14px;
  }
}

@media (min-width: 1536px) {
  .main-case .case-item .text .head {
    font-size: 18px;
  }
}

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