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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --header-height: 40px;
  --container-outer-width: 1280px;
  --container-width: 1080px;
}

:root {
  --color-primary: #00adea;
  --color-primary-dark: #009CCC;
  --color-secondary: #cceeff;
  --color-accent: #ffe771;
  --color-danger: #e00;
  --color-text: #333;
  --color-black: #000;
  --color-b100: #212121;
  --color-b200: #424242;
  --color-b205: #626262;
  --color-b300: #999;
  --color-b400: #aeaeae;
  --color-b500: #ccc;
  --color-b600: #d5d5d5;
  --color-b700: #e6e6e6;
  --color-b800: #f2f2f2;
  --color-b900: #f7f7f7;
  --color-white: #fff;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  color: var(--color-b100);
}

.wrapper {
  padding-top: var(--header-height);
}

.layout__block2 {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: var(--color-secondary);
}

.layout__block2__inner {
  margin: auto;
  width: calc(100% - 20px);
  max-width: var(--container-width);
}

.question__block {
  border-bottom: 1px solid #000;
}

.question__block:last-child {
  border-bottom: none;
}

.header {
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__inner {
  width: calc(100% - 20px);
  max-width: var(--container-outer-width);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header__sangyo-logo-img {
  height: 24px;
}

.header__sangyo-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__enetecs-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.header__enetecs-logo::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0px;
  background-color: var(--color-b300);
  margin: auto;
}

@media screen and (max-width: 575px) {
  .header__enetecs-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header__enetecs-logo-text {
  margin-left: 10px;
  font-size: clamp(11px, 3vw, 15px);
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 575px) {
  .header__enetecs-logo-text {
    margin-left: 0;
  }
}

:root {
  --bg-border-gradient: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, #ffe771 55%);
}

.fv {
  background-color: var(--color-secondary);
  padding-top: 55px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.fv__main-copy {
  width: calc(100% - 20px);
  max-width: var(--container-outer-width);
  margin: auto;
}

.fv__main-image {
  max-width: 100%;
}

.fv-copy {
  max-width: var(--container-outer-width);
  margin: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .fv-copy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fv-copy * {
  white-space: nowrap;
}

.fv-copy__image {
  display: block;
  max-width: 100%;
}

.fv-copy__1 {
  font-weight: 900;
  font-size: 40px;
  font-size: min(40px, 7vw);
}

@media screen and (max-width: 767px) {
  .fv-copy__1 {
    background-image: var(--bg-border-gradient);
  }
}

.fv-copy__2 {
  font-weight: 900;
  font-size: 73px;
  font-size: min(73px, 13vw);
}

@media screen and (max-width: 767px) {
  .fv-copy__2 {
    background-image: var(--bg-border-gradient);
  }
}

.fv-copy__strong {
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: min(40px, 5vw);
}

@media screen and (max-width: 767px) {
  .fv-copy__strong {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fv-copy__skew {
  padding-left: 25px;
  display: block;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.fv-copy__strong-1 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: var(--color-white);
  background-color: var(--color-primary-dark);
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 0.3em;
}

.fv-copy__strong-2 {
  color: var(--color-primary);
  font-size: 5em;
  font-weight: 900;
  letter-spacing: -0.05em;
  margin-right: 10px;
}

.fv-copy__strong-2-unit {
  font-size: 0.6em;
  font-weight: 400;
  margin-left: 0.1em;
}

.fv-copy__strong-3 {
  font-size: 2.25em;
  color: var(--color-primary-dark);
}

.fv-copy__strong-4 {
  font-size: min(40px, 8vw);
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .fv-copy__strong-4 {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.fv-copy__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url("../img/fv-photo1.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.fv-bottom {
  max-width: var(--container-outer-width);
  margin: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .fv-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}

.fv-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1.5;
  font-size: min(21px, 3.6vw);
  font-weight: bold;
}

@media print, screen and (min-width: 576px) {
  .fv-message {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.fv-message::before, .fv-message::after {
  display: block;
  width: 3px;
  height: 100%;
  background-color: var(--color-text);
  position: absolute;
  top: 3px;
}

@media print, screen and (min-width: 576px) {
  .fv-message::before, .fv-message::after {
    content: '';
  }
}

.fv-message::before {
  left: 15px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.fv-message::after {
  right: 15px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.fv-cta {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .fv-cta {
    margin-right: auto;
    margin-top: 20px;
  }
}

.fv-cta-button {
  background-color: var(--color-accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 6px 6px 12px -6px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 12px -6px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.fv-cta-button:hover {
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
}

.fv-cta-button__1 {
  font-size: min(30px, 7vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fv-cta-button__1::after {
  content: '';
  display: block;
  border-left: 8px solid currentColor;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0 solid transparent;
  margin-left: 10px;
}

.fv-cta-button__2 {
  font-size: min(20px, 3.5vw);
  margin-top: 3px;
}

.bei {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bei__box {
  padding-top: 60px;
  padding-bottom: 60px;
  width: calc(100% - 20px);
  max-width: var(--container-width);
  margin: auto;
  position: relative;
}

.bei__box::before, .bei__box::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0px;
  border-top: 1px solid var(--color-b300);
  border-bottom: 1px solid var(--color-b300);
}

.bei__box::before {
  top: 0;
}

.bei__box::after {
  bottom: 0;
}

.bei__content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .bei__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bei__title {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: bold;
  grid-column: span 2;
}

.bei__text {
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .bei__text {
    margin-top: 20px;
  }
}

.nayami__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .nayami__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nayami__title {
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .nayami__illust-wrapper {
    max-width: 60vw;
  }
}

.nayami__illust {
  max-width: 100%;
}

.nayami__list {
  margin-top: 40px;
  margin-left: 40px;
  padding-left: 1em;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .nayami__list {
    margin: 40px auto;
    padding-left: 0;
  }
}

.nayami__item {
  font-size: min(25px, 6vw);
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}

.nayami__item::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  background-color: currentColor;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0.2em;
}

.nayami__item:not(:first-child) {
  margin-top: 16px;
}

.nayami__item-phrase {
  display: inline-block;
}

.nayami__solution {
  background-color: var(--color-b100);
  color: var(--color-white);
  font-size: min(7vw, 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  padding: 20px 10px;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}

.nayami__solution::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--color-b100);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  z-index: -1;
}

.reason {
  background-color: #fff;
  border: 1px solid var(--color-b100);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 19px, #e6e6e6 20px), linear-gradient(to bottom, rgba(255, 255, 255, 0) 19px, #e6e6e6 20px);
  background-size: 20px 20px;
  background-position: 0 12px;
  padding: 100px;
}

@media screen and (max-width: 767px) {
  .reason {
    padding: 30px 20px 40px;
  }
}

.reason__heading {
  font-size: min(40px, 7.5vw);
  font-weight: bold;
  display: table;
  margin: auto;
  line-height: 1.5;
}

.reason__heading-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0)), color-stop(80%, #ffe771));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, #ffe771 80%);
}

.reason__heading-colored {
  color: var(--color-primary);
}

.reason__heading-strong {
  font-size: 1.5em;
}

.reason__list {
  margin-top: 100px;
  counter-reset: reason;
}

@media screen and (max-width: 767px) {
  .reason__list {
    margin-top: 40px;
  }
}

.reason__list-item {
  position: relative;
  padding-left: 114px;
  counter-increment: reason;
}

.reason__list-item:not(:first-child) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .reason__list-item {
    padding-left: 50px;
  }
  .reason__list-item:not(:first-child) {
    margin-top: 20px;
  }
}

.reason__list-item::before {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 50px;
  font-weight: bold;
  width: 1.8em;
  height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border-radius: 50%;
  content: counter(reason);
  color: var(--color-white);
  background-color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .reason__list-item::before {
    font-size: 25px;
    top: 0px;
  }
}

.reason__list-item .reason__head {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.reason__list-item .reason__content {
  margin-top: 10px;
}

.form {
  font-size: 16px;
  line-height: 1.5;
  max-width: 600px;
  width: calc(100% - 20px);
  margin: auto;
}

.form__box {
  display: block;
}

.form__unit:not(:first-child) {
  margin-top: 20px;
}

.form__legend {
  font-weight: bold;
}

.form__legend--required::after {
  content: '*';
  color: var(--color-danger);
  margin-left: 0.3em;
}

.form__input-wrap {
  display: block;
  margin-top: 10px;
}

.form__input {
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  width: 100%;
}

.form__end {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__button {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  padding: 1em;
  width: min(100%, 200px);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
}

.form__button:hover {
  background-color: var(--color-primary-dark);
}

.direction__img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}

.layout__block3 {
  padding-top: 140px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color-b700);
}

.layout__block3__inner {
  margin: auto;
  width: calc(100% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zerocost__heading2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.zerocost__heading3 {
  font-size: 100px;
  font-weight: bold;
  color: var(--color-primary);
}

.zerocost__heading4 {
  font-size: 68px;
  font-weight: bold;
  color: var(--color-primary);
}

.zerocost__heading5 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.zerocost__heading__dot {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  padding-top: .6em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.2em .3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #00adea, #00adea 100%, transparent);
}

_:lang(x) + _:-webkit-full-screen-document, .zerocost__heading__dot {
  background-image: none;
}

.zerocost3_illust {
  display: block;
  margin: auto;
  padding-bottom: 24px;
  max-width: 100%;
}

.direction__img2 {
  display: block;
  margin: auto;
}

.zerocost__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
}

.zerocost__text-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0)), color-stop(80%, #ffe771));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, #ffe771 80%);
}

.zerocost__text1 {
  font-size: 430%;
  font-weight: bold;
  color: #000;
}

.zerocost__text2 {
  font-size: 650%;
  font-weight: bold;
  color: #00adea;
}

.zerocost__text3 {
  font-size: 500%;
  font-weight: bold;
  color: #00adea;
}

.zerocost__text4 {
  font-size: 430%;
  font-weight: bold;
  color: #000;
}

.koji__content__title {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

.koji__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* width: calc(100% - 20px); */
}

.koji__item {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.333%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px;
}

.koji__item__photo {
  max-width: 100%;
}

.koji__item__title {
  font-size: 25px;
  color: #000;
  padding-top: 15px;
}

.koji {
  max-width: var(--container-width);
  margin: auto;
  padding-bottom: 80px;
}

.layer__block4 {
  background-color: var(--color-secondary);
  padding: 80px;
}

.layer__block4__inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.question {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

.layer__block4__inner__block {
  background-color: #fff;
  padding: 100px;
  width: 1200px;
  /* width: 1030px; */
  /* display: flex; */
  /* justify-content: center; */
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.question__block {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #000;
}

.question_title {
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
}

.question__list {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.question__list__head {
  font-size: 40px;
  font-weight: bold;
  color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question__head {
  font-size: 30px;
  padding-left: 40px;
}

.question__text {
  padding-left: 40px;
  line-height: 1.5;
}

.border__line {
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--color-b100);
}

.layer__block5 {
  padding-left: 220px;
  padding-right: 220px;
}

.layer__block5__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
}

.inquiry__sangyo__logo {
  padding-right: 100px;
}

.inquiry__title {
  padding-top: 100px;
  padding-bottom: 80px;
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
}

.inquiry__header1 {
  font-size: 30px;
}

.inquiry__box {
  margin: 0 0 0 auto;
}

.border__line2 {
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--color-b100);
}

.inquiry__header2 {
  padding-top: 50px;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 80px;
}

.layer__block5 {
  padding-left: 0;
  padding-right: 0;
}

.inquiry__sangyo__logo {
  padding-right: 20px;
}

.inquiry__header1 {
  line-height: 1.5;
}

.inquiry__text {
  margin-top: 20px;
}

.koji__item__title {
  line-height: 1.5;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .koji__item {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .koji__item__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .koji__item {
    width: 100%;
    max-width: 360px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: auto;
  }
}

.koji__item__photo-wrapper {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  background-color: var(--color-b800);
}

.koji__item__photo-wrapper > * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.zerocost__illust {
  width: clamp(120px, 35%, 350px);
}

.zerocost__heading3,
.zerocost__heading4 {
  line-height: 1;
}

.zerocost__heading__dot {
  background-position: top 0.4em left -2px;
  background-size: 1em 0.3em;
}

.zerocost__text {
  font-size: min(68px, 10vw);
  display: table;
  margin: auto;
  line-height: 1.5;
  max-width: min(calc(100% - 20px), 60vw);
}

@media print, screen and (min-width: 768px) {
  .zerocost__text {
    max-width: calc(100% - 20px);
  }
}

.zerocost__text1,
.zerocost__text4 {
  font-size: inherit;
}

.zerocost__text2 {
  font-size: 1.5em;
  line-height: 1;
}

.zerocost__text3 {
  font-size: 1.2em;
  line-height: 1;
}

.zerocost__text-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65%, #ffe771));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, #ffe771 65%);
}

@media screen and (max-width: 575px) {
  .layout__block3__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.zerocost__illust {
  width: min(300px, 75%);
}

@media screen and (max-width: 575px) {
  .zerocost__illust {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.layer__block4 {
  padding-left: 0;
  padding-right: 0;
}

.layer__block4__inner__block {
  padding: 20px 10px;
  width: auto;
  width: calc(100% - 20px);
  max-width: var(--container-width);
  margin: auto;
}

.question__block {
  max-width: min(calc(var(--container-width) - 160px), calc(100% - 20px));
  margin: auto;
}

.question__head {
  line-height: 1.5;
}

.layer__block5__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.inquiry__sangyo__logo {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .inquiry__sangyo__logo {
    margin-bottom: 0;
    width: min(50%, 420px);
  }
}

.inquiry__sangyo__logo-image {
  max-width: 100%;
  vertical-align: top;
}

.layout__block6 {
  padding-left: 20px;
  padding-right: 20px;
}

.layout__block6-inner {
  max-width: var(--container-width);
  margin: auto;
}

.inquiry__flow {
  border-top: 1px solid var(--color-b100);
  margin-top: 50px;
  padding-top: 80px;
}

.flow__heading {
  font-size: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
}

.flow__icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 757px) {
  .flow__icon {
    width: 32px;
    height: 32px;
    -ms-grid-columns: 32px 1fr;
        grid-template-columns: 32px 1fr;
  }
}

.flow__icon-image {
  display: block;
  width: 100%;
  max-width: 40px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow__list {
  counter-reset: flow;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.flow__list-item {
  counter-increment: flow;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 1fr;
      grid-template-columns: 50px 1fr;
  gap: 10px 40px;
}

.flow__list-item:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 757px) {
  .flow__list-item {
    gap: 10px 20px;
    -ms-grid-columns: 32px 1fr;
        grid-template-columns: 32px 1fr;
  }
}

.flow__title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1em 1em 1fr;
      grid-template-columns: 1em 1em 1fr;
  line-height: 1.3;
  -ms-grid-column: 2;
  grid-column: 2;
  font-size: 30px;
  color: var(--color-primary);
  font-weight: bold;
}

.flow__title:before {
  content: counter(flow);
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

.flow__title::after {
  content: '';
  width: 2px;
  height: 1.4em;
  background-color: currentColor;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.3em;
}

@media screen and (max-width: 575px) {
  .flow__title {
    display: block;
    font-size: 24px;
  }
  .flow__title::before, .flow__title::after {
    display: none;
  }
}

.flow__content {
  -ms-grid-column: 2;
  grid-column: 2;
  font-size: 18px;
  line-height: 1.5;
}

.flow__icon {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.inquiry__form {
  margin-top: 80px;
  border-top: 1px solid var(--color-b100);
}

.inquiry__form > * {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  padding-top: 50px;
  width: calc(100% - 40px);
  max-width: var(--container-outer-width);
  margin: auto;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.footer-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
}

.footer-menu__item:not(:first-child)::before {
  content: '';
  width: 1px;
  height: 1em;
  display: block;
  background-color: currentColor;
  margin-right: 1em;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-logo__link {
  display: block;
}

.footer-logo__image {
  height: 24px;
}

html {
  scroll-behavior: smooth;
}

html[lang="ja"] {
  margin-top: 0 !important;
}

#wpadminbar {
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wpadminbar:hover {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=styles.css.map */