@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --ratio: 1.5;
  --s-3: calc(var(--s0) * 0.6875);
  --s-2: calc(var(--s0) * 0.75);
  --s-1: calc(var(--s0) * 0.875);
  --s0: 1rem;
  --s1: calc(var(--s0) * 1.25);
  --s2: calc(var(--s0) * var(--ratio));
  --s3: calc(var(--s0) * 2);
  --s4: calc(var(--s0) * 2.5);
  --s5: calc(var(--s2) * var(--ratio) * var(--ratio));
  --s8: calc(var(--s0) * 5);
  --s12: calc(var(--s0) * 8);
  --s12: calc(var(--s0) * 10);
  --font-size-smallest: var(--s-3);
  --font-size-small: var(--s-2);
  --font-size-smallish: var(--s-1);
  --font-size-base: var(--s0);
  --font-size-biggish: var(--s1);
  --font-size-biggest: var(--s2);
  --font-size-strong: var(--s3);
  --font-size-strongish: var(--s4);
  --font-size-strongest: var(--s5);
  --font-size-fv: var(--s8);
  --font-size-deco: var(--s12);
  --font-size-deco-big: var(--s16);
}

:root {
  --white: #ffffff;
  --black: #000000;
  --gray: #eeeeee;
  --darkgray: #333333;
  --green: #00b200;
  --red: #b20000;
  --yellow: #d8a300;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 992px) {
  html,
  body {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

h2 {
  font-size: 2rem;
}

html {
  font-size: 16px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}

body {
  background-color: var(--white);
  color: var(--black);
}
body.active {
  position: fixed;
}

main {
  overflow-x: hidden;
  flex: 1;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

*[lang=en] {
  font-weight: 400;
  font-style: normal;
}

address {
  font-style: normal;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

/* Layout (prefix: l-)
    ------------------------------------------------*/
.l-section {
  margin: 80px 0;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 16px;
  }
}

.l-header {
  margin-bottom: -64px;
}

.l-header__title {
  color: var(--white);
  font-family: Impact, "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-size: 40px;
  letter-spacing: 0.03em;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .l-header__title {
    font-size: 5.90625vw;
  }
}

.l-header__title__sub {
  display: inline-block;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-size: 20px;
  margin-left: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-header__title__sub {
    font-size: 2.90625vw;
  }
}

.l-header__title--contact {
  color: var(--black);
}

.l-footer {
  background: var(--darkgray);
  padding: 32px 0 0 0;
}

.l-footer__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
  }
}

.l-footer__text {
  color: var(--white);
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 0 48px;
}

.l-footer__box {
  text-align: center;
  margin-top: 36px;
}

.l-footer__img img {
  width: 60px;
}

.l-footer__company {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 10px;
  padding-bottom: 12px;
}

.l-footer__address--title {
  color: var(--white);
  font-size: 0.75rem;
}

.l-footer__address--text {
  color: var(--white);
  font-size: 0.75rem;
}

.l-footer__address--item {
  margin-bottom: 16px;
}

.l-footer__address--item:last-child {
  margin-bottom: 0;
}

.l-footer__body {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-footer__body {
    margin-top: 24px;
  }
}

.l-footer__body--link {
  color: var(--white);
  margin-bottom: 16px;
}
.l-footer__body--link:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.l-footer__body--link:last-child {
  margin-bottom: 0;
}

/* Component (prefix: c-)
    ------------------------------------------------*/
.c-title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 7.859375vw;
    line-height: 1.4;
  }
}

.c-text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 16px;
    padding: 0;
  }
}

.c-text--red {
  color: var(--red);
}

.c-text--green {
  color: var(--green);
}

.c-text--yellow {
  color: var(--yellow);
}

.c-text--large {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .c-text--large {
    font-size: 24px;
    line-height: 1.4;
  }
}

.c-text--small {
  font-size: 12px;
}

@media screen and (max-width: 680px) {
  .c-text__block {
    display: block;
  }
}

.c-plan_box {
  max-width: 440px;
}

.c-plan__text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  .c-plan__text {
    font-size: 14px;
  }
}

/* JavaScript (prefix: js- or [data-js])
  ------------------------------------------------*/
.js-fade {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.js-scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* Project (prefix: p-)
    ------------------------------------------------*/
.p-mv {
  background: url(../img/mv_bg.png);
  background-position: center;
}

.p-mv__inner {
  padding: 280px 0 160px;
}
@media screen and (max-width: 680px) {
  .p-mv__inner {
    padding: 41.1764705882vw 0 23.5294117647vw;
  }
}

.p-mv__container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.p-mv__box {
  position: absolute;
  width: 33.3333333333%;
}
@media screen and (max-width: 680px) {
  .p-mv__box {
    width: 60%;
  }
}

.p-mv__box01 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 680px) {
  .p-mv__box01 {
    top: 20.4117647059vw;
  }
}

.p-mv__box02 {
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 680px) {
  .p-mv__box02 {
    top: -20.4705882353vw;
  }
}

.p-mv__box03 {
  top: 50px;
  right: 0;
}
@media screen and (max-width: 680px) {
  .p-mv__box03 {
    top: 57.7058823529vw;
  }
}

.p-mv__title {
  color: var(--white);
  font-size: 100px;
  text-align: center;
  margin-top: 360px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    font-size: 9.765625vw;
  }
}
@media screen and (max-width: 680px) {
  .p-mv__title {
    margin-top: 110.9411764706vw;
  }
}

@media screen and (max-width: 680px) {
  .p-threat {
    margin-top: 40px;
  }
}

.p-threat__wrap {
  margin-top: 24px;
}

.p-threat__table {
  border-collapse: collapse;
  border: 1px solid var(--black);
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 680px) {
  .p-threat__table {
    overflow-x: auto;
    display: block;
  }
}

.p-threat__line {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  white-space: nowrap;
}

.p-threat__column {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}

.p-threat__column--top {
  padding: 2px 10px;
}

.p-threat__note {
  font-size: 14px;
  margin-top: 16px;
  text-align: right;
}

.p-risk__container {
  display: grid;
  flex-wrap: wrap;
  gap: 2.34375vw 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .p-risk__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 680px) {
  .p-risk__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-risk__box__inner {
  padding: 60px 70px 60px 70px;
}
@media screen and (max-width: 680px) {
  .p-risk__box__inner {
    padding: 50px 23.5294117647vw 50px 23.5294117647vw;
  }
}

.p-risk__box {
  background: url(../img/risk_bg.png) no-repeat center center;
  background-size: contain;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-risk__box {
    min-height: auto;
  }
}

.p-risk__header {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid var(--black);
  margin-bottom: 8px;
}

.p-risk__text {
  font-size: 14px;
  min-height: 120px;
}

.p-verification__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.p-crush__text {
  padding: 0;
}

.p-crush__text--parts {
  display: block;
}

.p-crush__text--center {
  text-align: center;
}

.p-crush__table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  overflow-x: auto;
}

@media screen and (max-width: 965px) {
  
.p-crush__table {
  display: block;
  overflow-x: auto;
}
.p-crush__table tbody {
  width: fit-content;
  margin: 0 auto;
  display: block;
}
}

.p-crush__line {
  border: 1px solid var(--black);
  white-space: nowrap;
}

.p-crush__column {
  border: 1px solid var(--black);
  line-height: 1;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}

.p-crush__header {
  line-height: 1.6;
  padding: 10px;
}

.p-crush__text--small {
  margin-top: 16px;
}

.p-crush__plan {
  margin: 0 auto 40px;
}

.p-crush__container {
  margin-bottom: 40px;
}

.p-contact__inner {
  background-color: var(--gray);
}

.p-contact__title {
  font-size: 36px;
  padding: 48px 0 32px;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: 30px;
    line-height: 1.4;
  }
}

.p-contact__form__wrap {
  max-width: 700px;
  margin: 0 auto;
}

.p-contact__table {
  border-spacing: 12px;
  width: 100%;
}

.p-contact__header {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-contact__header {
    display: block;
    text-align: left;
    margin-bottom: 6px;
  }
}

.p-contact__data {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-contact__data {
    display: block;
    width: 100%;
  }
}

.p-contact__data__text {
  background-color: var(--white);
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
}

.p-contact__content .p-contact__header {
  vertical-align: top;
}

.p-contact__checkboxes {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact__checkboxes {
    margin-top: 12px;
  }
}

.p-contact__checkboxes__box {
  background: var(--white);
  border: none;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.p-contact__checkboxes__box:checked {
  background-color: var(--black);
}

.p-contact__textarea {
  background-color: var(--white);
  width: 100%;
  min-height: 200px;
  padding: 16px;
}

.p-contact__agree {
  font-weight: 500;
  text-align: center;
  margin: 40px;
}

.p-contact__button__wrap {
  text-align: center;
  padding-bottom: 48px;
}

.p-contact__button {
  background: var(--black);
  color: var(--white);
  font-weight: 500;
  padding: 12px 48px;
}

.p-contact__box {
  height: 16em;
  margin: 40px 0;
  padding: 24px 32px;
  background: var(--white);
  overflow-y: scroll;
  font-size: 14px;
}

.p-contact__box__title {
  margin-bottom: 24px;
  font-weight: 600;
}

.p-contact__box__text {
  font-weight: 600;
}

.p-contact__box__list:not(:last-of-type) {
  margin-bottom: 16px;
}

.p-contact .error {
  color: var(--red);
  font-weight: 600;
}

.p-contact__data__text.js-inputsError:valid {
  outline: solid 3px var(--red);
  background: #f1e8e8;
}

.p-contact__textarea.js-inputsError:valid {
  outline: solid 3px var(--red);
  background: #f1e8e8;
}

.p-contact__inner--confirm {
  padding-bottom: 20px;
}

.p-contact__button__wrap--confirm {
  margin-top: 32px;
}

.p-contact__button--revise {
  background: var(--yellow);
}

.p-contact__button--send {
  background: var(--green);
}

.p-contact__button__wrap__send {
  margin-top: 48px;
  padding-bottom: 24px;
}

.p-contact__lead {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-bottom: 24px;
}

/* Utility (prefix: u-)
    ------------------------------------------------*/
.u-align--center {
  text-align: center;
}

/* tailwind.css
    ------------------------------------------------*/
@tailwind components;
@tailwind utilities;