@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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 {
  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 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 */
  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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 {
  --s: 1px;
  --h: 1px;
  --f: 1px;
}
@media screen and (max-width: 1440px) {
  :root {
    --s: 0.06944vw;
    --h: 0.06944vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.2564vw;
    --h: 0.2564vw;
    --f: 0.2564vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  font-feature-settings: "palt";
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: calc(var(--f) * 16);
  line-height: 1.9;
  font-weight: 700;
  color: #05191C;
  background: #FBFBFB;
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: inherit;
}

span.sp,
br.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  span.pc,
  br.pc {
    display: none;
  }
  span.sp,
  br.sp {
    display: inline;
  }
}
span.nl {
  display: inline-block;
}

sub {
  font-size: 0.6em;
}

img {
  max-width: 100%;
}

[id] {
  scroll-margin-top: 50px;
}

.animeSet .animeParts_c01,
.animeSet .animeParts_c02,
.animeSet .animeParts_c03,
.animeSet .animeParts_c04,
.animeSet .animeParts_c05,
.animeSet .animeParts_c06,
.animeSet .animeParts_c07,
.animeSet .animeParts_c08,
.animeSet .animeParts_c09,
.animeSet .animeParts_c10 {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1000ms;
}
.animeSet .animeParts_c01 {
  transition-delay: 50ms;
}
.animeSet .animeParts_c02 {
  transition-delay: 80ms;
}
.animeSet .animeParts_c03 {
  transition-delay: 110ms;
}
.animeSet .animeParts_c04 {
  transition-delay: 140ms;
}
.animeSet .animeParts_c05 {
  transition-delay: 170ms;
}
.animeSet .animeParts_c06 {
  transition-delay: 200ms;
}
.animeSet .animeParts_c07 {
  transition-delay: 230ms;
}
.animeSet .animeParts_c08 {
  transition-delay: 260ms;
}
.animeSet .animeParts_c09 {
  transition-delay: 290ms;
}
.animeSet .animeParts_c10 {
  transition-delay: 320ms;
}

.animeOff .animeParts_c01,
.animeOff .animeParts_c02,
.animeOff .animeParts_c03,
.animeOff .animeParts_c04,
.animeOff .animeParts_c05,
.animeOff .animeParts_c06,
.animeOff .animeParts_c07,
.animeOff .animeParts_c08,
.animeOff .animeParts_c09,
.animeOff .animeParts_c10 {
  opacity: 0;
  transform: translateY(calc(var(--f) * 100));
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #FFF;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  height: calc(var(--f) * 80);
  padding: 0 calc(var(--s) * 40);
}
.header__logo img {
  display: block;
  width: calc(var(--f) * 180);
}
@media screen and (max-width: 960px) {
  .header {
    border-bottom: 1px solid #EFEFE2;
  }
  .header__container {
    height: calc(var(--f) * 60);
    padding: 0 0 0 calc(var(--s) * 20);
  }
  .header__logo img {
    width: calc(var(--f) * 120);
  }
}

@media screen and (min-width: 960.02px) {
  .nav__btn, .nav__label {
    display: none;
  }
  .nav__wrap {
    padding: 0 calc(var(--f) * 6);
    border: 1px solid #EFEFE2;
    border-radius: 999px;
  }
  .nav__list {
    display: flex;
  }
  .nav__item .link {
    display: block;
    padding: calc(var(--f) * 14) calc(var(--f) * 16);
    font-size: calc(var(--f) * 15);
    line-height: 1.8;
  }
  .nav__item--sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .nav__btn {
    display: none;
  }
  .nav__label {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(var(--f) * 80);
    height: calc(var(--f) * 60);
  }
  .nav__label::after {
    content: "MENU";
    position: absolute;
    left: 0;
    top: calc(var(--f) * 26);
    display: block;
    width: 100%;
    font-size: calc(var(--f) * 12);
    line-height: 1.8;
    text-align: center;
  }
  .nav__label span {
    position: absolute;
    top: calc(var(--f) * 17);
    right: 0;
    left: 0;
    display: block;
    width: calc(var(--f) * 6);
    height: calc(var(--f) * 6);
    margin: 0 auto;
    background: #05191C;
    border-radius: 999px;
  }
  .nav__label span::before, .nav__label span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #05191C;
    border-radius: 999px;
  }
  .nav__label span::before {
    left: calc(var(--f) * -12);
  }
  .nav__label span::after {
    left: calc(var(--f) * 12);
  }
  .nav__btn:checked + .nav__label::after {
    content: "CLOSE";
  }
  .nav__wrap {
    position: fixed;
    left: 0;
    top: calc(var(--f) * 60);
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    padding: calc(var(--f) * 12) calc(var(--f) * 12) calc(var(--f) * 100);
    background: rgba(5, 25, 28, 0.2);
    transition-duration: 600ms;
  }
  .nav__btn:checked + .nav__label + .nav__wrap {
    opacity: 1;
    pointer-events: all;
  }
  .nav__list {
    padding: calc(var(--f) * 24) calc(var(--f) * 30);
    background: #FFF;
    border-radius: calc(var(--f) * 30);
  }
  .nav__item {
    border-bottom: 1px solid #B4C0D1;
  }
  .nav__item .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: calc(var(--f) * 12);
    width: 100%;
    padding: calc(var(--f) * 13) calc(var(--f) * 4) calc(var(--f) * 13) 0;
    font-size: calc(var(--f) * 15);
    line-height: 1.8;
  }
  .nav__item .link::after {
    content: "";
    display: block;
    width: calc(var(--f) * 24);
    height: calc(var(--f) * 24);
    flex-shrink: 0;
    background: url(../../assets/images/_common/ico_arrowRight.svg) center/contain no-repeat;
  }
  .nav__item .link[target=_blank]::after {
    background: #05191C url(../../assets/images/_common/ico_outLink.svg) center/40% auto no-repeat;
    border-radius: 999px;
  }
}

@media screen and (min-width: 960.02px) {
  .main {
    padding: calc(var(--f) * 80) 0 0;
  }
}
@media screen and (max-width: 960px) {
  .main {
    padding: calc(var(--f) * 60) 0 calc(var(--h) * 60);
  }
  body.home .main {
    padding-bottom: 0;
  }
}

.footer {
  position: relative;
  overflow: hidden;
  padding: calc(var(--f) * 120) 0 calc(var(--h) * 144);
  background: #00519C;
}
.footer__container {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .footer__container {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__container {
    width: 90vw;
  }
}
@media screen and (min-width: 960.02px) {
  .footer__container {
    width: calc(var(--f) * 1000);
  }
}
.footer__container {
  position: relative;
}
.footer__logo {
  position: relative;
  z-index: 10;
  padding: calc(var(--f) * 16) 0 0;
  margin: 0 0 calc(var(--h) * 88);
}
.footer__logo a {
  display: block;
  width: calc(var(--f) * 350);
  aspect-ratio: 1/1;
  padding: calc(var(--f) * 20);
  margin: 0 auto;
  border: calc(var(--f) * 2) solid #00519C;
  border-radius: 999px;
  background: #FFF;
  box-shadow: 0 calc(var(--f) * 4) calc(var(--f) * 24) 0 rgba(0, 81, 156, 0.3);
}
.footer__logo a img {
  display: block;
}
.footer__logo::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(var(--f) * 175);
  z-index: -1;
  display: block;
  width: calc(var(--f) * 2900);
  height: calc(var(--f) * 2900);
  margin-left: calc(var(--f) * -1450);
  background: #FBFBFB;
  box-shadow: 0 calc(var(--f) * 4) calc(var(--f) * 64) 0 rgba(5, 25, 28, 0.8);
  border-radius: 50%;
}
.footer__text {
  color: #FFF;
}
.footer__text .catch {
  padding: calc(var(--f) * 22) 0 calc(var(--f) * 46);
  margin: 0;
}
.footer__text .catch img {
  display: block;
  width: 100%;
}
.footer__text .operation {
  display: flex;
  align-items: center;
  align-content: center;
}
.footer__text .operation dt {
  padding: 0 1em 0 0;
  font-weight: 400;
  white-space: nowrap;
  border-right: 1px solid #FFF;
}
.footer__text .operation dd {
  display: flex;
  gap: 0.75em;
  padding: 0 0 0 1em;
  font-weight: 400;
  white-space: nowrap;
}
.footer__text .operation dd a {
  display: flex;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 6);
  padding: calc(var(--f) * 2) calc(var(--f) * 4) calc(var(--f) * 2) calc(var(--f) * 12);
  font-size: calc(var(--f) * 14);
  line-height: 1.5;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}
.footer__text .operation dd a::after {
  content: "";
  display: block;
  width: 1.14em;
  height: 1.14em;
  flex-shrink: 0;
  background: url(../../assets/images/_common/ico_arrowRight_white.svg) center/contain no-repeat;
}
.footer__nav__sns {
  display: flex;
  justify-content: flex-end;
  gap: calc(var(--f) * 12);
}
.footer__nav__sns img {
  display: block;
  width: calc(var(--f) * 24);
}
.footer__copyright {
  position: absolute;
  left: calc(var(--f) * 34);
  bottom: calc(var(--f) * 80);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--f) * 433);
  height: calc(var(--f) * 433);
  margin-left: calc(var(--f) * -216.5);
}
.footer__copyright img {
  display: block;
  width: 100%;
  transform: rotate(90deg);
}
@media screen and (min-width: 960.02px) {
  .footer__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
  .footer__logo {
    width: 100%;
  }
  .footer__logo::before {
    width: 200vw;
    height: 200vw;
    margin-left: -100vw;
  }
  .footer__text .catch {
    width: calc(var(--s) * 485);
  }
  .footer__nav__items {
    display: flex;
    flex-wrap: wrap;
    width: calc(var(--f) * 426);
    padding: 0 0 0 calc(var(--s) * 63);
    margin: 0 0 calc(var(--f) * 28);
    border-left: 1px solid #FFF;
  }
  .footer__nav__items .item:nth-child(1) {
    width: 58%;
  }
  .footer__nav__items .item:nth-child(2) {
    width: 42%;
  }
  .footer__nav__items .item:nth-child(3) {
    width: 100%;
  }
  .footer__nav__items .item:nth-child(4) {
    width: 58%;
  }
  .footer__nav__items .item:nth-child(5) {
    width: 42%;
  }
  .footer__nav__items .link {
    color: #FFF;
    font-size: calc(var(--f) * 18);
    font-weight: 400;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1150px) {
  .footer__container {
    padding-left: calc(var(--f) * 40);
  }
}
@media screen and (max-width: 960px) {
  .footer {
    padding: calc(var(--f) * 20) 0 calc(var(--f) * 126);
  }
  .footer__logo {
    padding: 0;
    margin-bottom: 0;
  }
  .footer__logo a {
    position: relative;
    overflow: hidden;
    width: calc(var(--f) * 150);
    padding: 0;
  }
  .footer__logo::before {
    bottom: calc(var(--f) * 96);
    width: calc(var(--f) * 840);
    height: calc(var(--f) * 840);
    margin-left: calc(var(--f) * -420);
  }
  .footer__text {
    padding-left: calc(var(--f) * 40);
    margin-bottom: calc(var(--f) * 4);
  }
  .footer__text .catch {
    padding: calc(var(--f) * 38) 0 calc(var(--f) * 38);
    margin: 0;
  }
  .footer__text .catch img {
    display: block;
    width: calc(var(--f) * 258);
  }
  .footer__text .operation {
    font-size: calc(var(--f) * 14);
  }
  .footer__text .operation dd a {
    font-size: calc(var(--f) * 12);
  }
  .footer__nav__items {
    padding-left: calc(var(--f) * 40);
    margin-bottom: calc(var(--f) * 8);
  }
  .footer__nav__items .item {
    display: none;
  }
  .footer__nav__items .item--sp {
    display: block;
  }
  .footer__nav__items .link {
    color: #FFF;
    font-weight: 400;
  }
  .footer__nav__sns {
    justify-content: flex-start;
    padding-left: calc(var(--f) * 40);
  }
  .footer__nav__sns img {
    width: calc(var(--f) * 40);
  }
  .footer__copyright {
    left: calc(var(--f) * 22);
    top: calc(var(--f) * 60);
    bottom: unset;
    width: calc(var(--f) * 326);
    height: calc(var(--f) * 326);
    margin-left: calc(var(--f) * -163);
  }
}

@media screen and (min-width: 960.02px) {
  .floatingCTA {
    position: fixed;
    right: calc(var(--f) * -20);
    top: calc(var(--f) * 104);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition-duration: 300ms;
  }
  body.scroll .floatingCTA {
    right: 0;
    opacity: 1;
    pointer-events: all;
  }
  .floatingCTA .items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    width: calc(var(--f) * 40);
  }
  .floatingCTA .item {
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .floatingCTA .item::before, .floatingCTA .item::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 50%;
    background: url(../../assets/images/_common/floatingCTA_bg.svg) left top/cover no-repeat;
  }
  .floatingCTA .item::before {
    top: 0;
  }
  .floatingCTA .item::after {
    bottom: 0;
    transform: scale(1, -1);
  }
  .floatingCTA .item a {
    display: block;
  }
  .floatingCTA .item a img {
    position: relative;
    left: 0;
    display: block;
    transition-duration: 300ms;
  }
  .floatingCTA .item a:hover img {
    left: calc(var(--f) * -12);
  }
  .floatingCTA .item--contact {
    order: -1;
  }
}
@media screen and (max-width: 960px) {
  .floatingCTA {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: calc(var(--f) * 50);
    background: #05191C;
  }
  .floatingCTA .items {
    position: absolute;
    right: calc(var(--s) * 12);
    top: calc(var(--f) * -35);
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
  }
  .floatingCTA .item {
    position: relative;
    z-index: 10;
  }
  .floatingCTA .item::before, .floatingCTA .item::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    display: block;
    width: 50%;
    height: 100%;
    background: url(../../assets/images/home/mv_cta_bg.svg) left top/cover no-repeat;
  }
  .floatingCTA .item::before {
    left: 0;
  }
  .floatingCTA .item::after {
    right: 0;
    transform: scale(-1, 1);
  }
  .floatingCTA .item a {
    position: relative;
    top: 0;
    z-index: 100;
    display: block;
  }
  .floatingCTA .item a img {
    position: relative;
    top: calc(var(--f) * 12);
    display: block;
  }
  .floatingCTA .item a::after {
    content: "";
    position: absolute;
    left: calc(var(--f) * 28);
    top: calc(var(--f) * 58);
    opacity: 0.3;
    display: block;
    width: calc(100% - var(--f) * 56);
    height: calc(var(--f) * 3);
    background: #00A99C;
  }
  .floatingCTA .item--download img {
    width: calc(var(--f) * 200);
  }
  .floatingCTA .item--contact img {
    width: calc(var(--f) * 164);
  }
}

.homeCases {
  position: relative;
  overflow: hidden;
  padding: calc(var(--f) * 4) 0 calc(var(--h) * 80);
  background: #00519C;
}
.homeCases__container {
  position: relative;
  width: calc(var(--f) * 1440);
  max-width: 100%;
  margin: 0 auto;
}
.homeCases__head {
  position: relative;
  z-index: 10;
  padding: 0 0 calc(var(--f) * 46);
}
.homeCases__head .top__img {
  display: block;
  margin: 0 0 calc(var(--f) * 12);
  text-align: center;
}
.homeCases__head .top__img img {
  display: inline-block;
  height: calc(var(--f) * 42);
}
.homeCases__head .top__text {
  display: block;
  color: #00519C;
  font-size: calc(var(--f) * 40);
  line-height: 1.2;
  text-align: center;
}
.homeCases__head::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 3600);
  height: calc(var(--f) * 3600);
  margin-left: calc(var(--f) * -1800);
  background: #FBFBFB;
  border-radius: 50%;
}
@media only screen and (min-width: 1440.01px) {
  .homeCases__head::before {
    width: 400vw;
    height: 400vw;
    margin-left: -200vw;
  }
}
.homeCases__about {
  padding: calc(var(--f) * 40) 0 calc(var(--f) * 20);
  color: #FFF;
}
.homeCases__item {
  position: relative;
  z-index: 10;
  padding: calc(var(--f) * 80);
  margin: 0 calc(var(--f) * 40);
  color: #FFF;
}
.homeCases__item .tag {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--f) * 8);
  margin: 0 0 calc(var(--f) * 24);
}
.homeCases__item .tag li {
  padding: 0.5em 1em;
  line-height: 1.2;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}
.homeCases__item .title {
  margin: 0 0 calc(var(--f) * 26);
  font-size: calc(var(--f) * 40);
  line-height: 1.2;
}
.homeCases__item .except {
  font-size: calc(var(--f) * 15);
  line-height: 1.5;
  font-weight: 500;
}
.homeCases__item .photo {
  position: relative;
}
.homeCases__item .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeCases__item .photo {
  overflow: hidden;
  display: block;
}
.homeCases__item .photo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(5, 25, 28, 0.5);
}
.homeCases__swiper__prev, .homeCases__swiper__next {
  transition-duration: 300ms;
}
.homeCases__swiper__prev:hover, .homeCases__swiper__next:hover {
  opacity: 0.7;
}
.homeCases__swiper__prev, .homeCases__swiper__next {
  position: absolute;
  right: 0;
  bottom: calc(var(--f) * -34);
  left: 0;
  z-index: 10;
  cursor: pointer;
  display: block;
  width: calc(var(--f) * 62);
  aspect-ratio: 1/1;
  margin: 0 auto;
  background: #FFF url(../../assets/images/home/cases_next.svg) center/calc(var(--f) * 32) auto no-repeat;
  border-radius: 999px;
  border: calc(var(--f) * 4) solid #00519C;
}
.homeCases__swiper__prev {
  transform: translateX(calc(var(--f) * -38)) scale(-1, 1);
}
.homeCases__swiper__next {
  transform: translateX(calc(var(--f) * 38));
}
.homeCases__more a {
  transition-duration: 300ms;
}
.homeCases__more a:hover {
  opacity: 0.7;
}
.homeCases__more a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--f) * 62);
  padding: 0 calc(var(--f) * 24) 0 calc(var(--f) * 48);
  background: #FFF url(../../assets/images/_common/ico_list_blue.svg) left calc(var(--f) * 20) center/calc(var(--f) * 24) auto no-repeat;
  color: #00519C;
  white-space: nowrap;
  border-radius: 999px;
  border: calc(var(--f) * 4) solid #00519C;
}
@media screen and (min-width: 960.02px) {
  .homeCases__about {
    text-align: center;
  }
  .homeCases__item {
    aspect-ratio: 1360/596;
  }
  .homeCases__item .more {
    position: absolute;
    top: 0;
    right: calc(var(--f) * 40);
    bottom: 0;
    display: block;
    height: calc(var(--f) * 200);
    margin: auto 0;
  }
  .homeCases__item .more a {
    display: flex;
    justify-content: center;
  }
  .homeCases__item .more a .label {
    display: flex;
    align-items: center;
    align-content: center;
    gap: calc(var(--f) * 12);
    padding: calc(var(--f) * 8);
    border-bottom: calc(var(--f) * 2) solid #05191C;
  }
  .homeCases__item .more a .label img {
    display: block;
    height: calc(var(--f) * 11.5);
  }
  .homeCases__item .more a .label::after {
    content: "";
    display: block;
    width: calc(var(--f) * 32);
    height: calc(var(--f) * 32);
    flex-shrink: 0;
    background: url(../../assets/images/_common/ico_arrowRight.svg) center/contain no-repeat;
  }
  .homeCases__item .more a .label {
    border-bottom-color: #FFF;
  }
  .homeCases__item .more a .label::after {
    background-image: url(../../assets/images/_common/ico_arrowRight_white.svg);
  }
  .homeCases__item .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--f) * 200);
    height: calc(var(--f) * 200);
    border: calc(var(--f) * 2) solid #FFF;
    border-radius: 999px;
  }
  .homeCases__item .photo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: calc(var(--f) * 80);
  }
  .homeCases__more {
    position: absolute;
    right: calc(var(--f) * 80);
    bottom: calc(var(--f) * -34);
    z-index: 10;
  }
}
@media screen and (max-width: 960px) {
  .homeCases {
    padding-bottom: calc(var(--h) * 36);
  }
  .homeCases__head {
    padding-bottom: calc(var(--f) * 42);
  }
  .homeCases__head .top__img {
    margin-bottom: calc(var(--f) * 18);
  }
  .homeCases__head .top__img img {
    height: calc(var(--f) * 33);
  }
  .homeCases__head .top__text {
    font-size: calc(var(--f) * 30);
  }
  .homeCases__head::before {
    width: calc(var(--f) * 1060);
    height: calc(var(--f) * 1060);
    margin-left: calc(var(--f) * -530);
  }
  .homeCases__about {
    padding: calc(var(--f) * 44) calc(var(--s) * 25);
    font-size: calc(var(--f) * 14);
    line-height: 1.9;
  }
  .homeCases__swiper {
    position: relative;
    padding: 0 0 calc(var(--f) * 70);
    margin: 0 0 calc(var(--f) * 24);
  }
  .homeCases__swiper__prev, .homeCases__swiper__next {
    bottom: 0;
    width: calc(var(--f) * 50);
    background-size: calc(var(--f) * 26);
  }
  .homeCases__swiper__prev {
    transform: translateX(calc(var(--f) * -33)) scale(-1, 1);
  }
  .homeCases__swiper__next {
    transform: translateX(calc(var(--f) * 33));
  }
  .homeCases__item {
    padding: calc(var(--f) * 180) 0 0;
    margin: 0 calc(var(--f) * 20);
  }
  .homeCases__item .tag {
    margin-bottom: calc(var(--f) * 10);
  }
  .homeCases__item .tag li {
    padding: calc(var(--f) * 8) calc(var(--f) * 16);
    font-size: calc(var(--f) * 13);
  }
  .homeCases__item .title {
    margin-bottom: calc(var(--f) * 24);
    font-size: calc(var(--f) * 24);
  }
  .homeCases__item .more {
    display: none;
  }
  .homeCases__item .photo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    aspect-ratio: 350/160;
    border-radius: calc(var(--f) * 40);
  }
  .homeCases__more {
    width: calc(var(--f) * 176);
    margin: 0 auto;
  }
}

.homeCTA {
  position: relative;
}
.homeCTA__container {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .homeCTA__container {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .homeCTA__container {
    width: 90vw;
  }
}
.homeCTA__container {
  position: relative;
  overflow: hidden;
  padding: calc(var(--f) * 64) calc(var(--f) * 80) 0;
  background: #05191C url(../../assets/images/_common/cta_bg.svg) right calc(var(--f) * 35) top calc(var(--f) * 50)/calc(var(--f) * 725) auto no-repeat;
}
.homeCTA__head {
  margin: 0 0 calc(var(--h) * 40);
  color: #FFF;
}
.homeCTA__head .top {
  margin: 0 0 calc(var(--f) * 24);
  font-size: calc(var(--f) * 40);
  line-height: 1.2;
}
.homeCTA__head .contents {
  font-size: calc(var(--f) * 18);
}
.homeCTA__cta .button__items {
  display: flex;
  justify-content: space-between;
}
.homeCTA__cta .button__item {
  width: calc((100% - var(--f) * 8) / 2);
}
.homeCTA__cta .button .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--f) * 10);
  width: 100%;
  height: calc(var(--f) * 80);
  border-radius: calc(var(--f) * 24) calc(var(--f) * 24) 0 0;
  font-size: calc(var(--f) * 20);
  background: #DCCFBD;
}
.homeCTA__cta .button__item--download .link {
  color: #FFF;
  background: #00A99C;
}
.homeCTA__cta .button__item--download .link::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background: url(../../assets/images/_common/ico_download_white.svg) center/contain no-repeat;
}
.homeCTA__cta .button__item--contact .link::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background: url(../../assets/images/_common/ico_headphone.svg) center/contain no-repeat;
}
@media screen and (min-width: 960.02px) {
  .homeCTA__container {
    border-radius: calc(var(--f) * 40);
  }
  .homeCTA__cta .button {
    position: relative;
  }
  .homeCTA__cta .button__item--download {
    background: linear-gradient(transparent 50%, #00A99C 50%);
  }
  .homeCTA__cta .button__item--contact {
    background: linear-gradient(transparent 50%, #DCCFBD 50%);
  }
  .homeCTA__cta .button .link {
    position: relative;
    top: 0;
    transition-duration: 300ms;
  }
  .homeCTA__cta .button .link:hover {
    height: calc(var(--f) * 104);
    padding-bottom: calc(var(--f) * 8);
    margin-top: calc(var(--f) * -24);
  }
}
@media screen and (max-width: 960px) {
  .homeCTA__container {
    width: 100%;
    max-width: unset;
    padding: calc(var(--h) * 90) calc(var(--f) * 30) calc(var(--f) * 38);
    background-position: right calc(var(--f) * 27) top calc(var(--f) * 22);
    background-size: calc(var(--f) * 314) auto;
  }
  .homeCTA__head {
    margin-bottom: calc(var(--f) * 18);
  }
  .homeCTA__head .top {
    margin-bottom: calc(var(--f) * 18);
    font-size: calc(var(--f) * 28);
  }
  .homeCTA__head .contents {
    font-size: calc(var(--f) * 14);
  }
  .homeCTA__cta .button .link {
    height: calc(var(--f) * 58);
    font-size: calc(var(--f) * 16);
    border-radius: calc(var(--f) * 12);
  }
}

.homeInsight {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: 0 0 calc(var(--h) * 160);
  background: linear-gradient(#00519C 50%, transparent 50%);
}
.homeInsight::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 5469);
  height: calc(var(--f) * 5469);
  margin-left: calc(var(--f) * -2734.5);
  background: #FBFBFB;
  border-radius: 50%;
}
.homeInsight__container {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .homeInsight__container {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .homeInsight__container {
    width: 90vw;
  }
}
@media screen and (min-width: 960.02px) {
  .homeInsight__container {
    width: calc(var(--f) * 1000);
  }
}
.homeInsight__head {
  padding: calc(var(--h) * 137) 0 calc(var(--f) * 40);
  text-align: center;
}
.homeInsight__head .top__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--f) * 150);
  aspect-ratio: 1/1;
  margin: 0 auto calc(var(--f) * 40);
  font-size: calc(var(--f) * 20);
  border: calc(var(--f) * 2) solid #05191C;
  border-radius: 50%;
}
.homeInsight__head .top__text {
  display: block;
  margin: 0 0 calc(var(--f) * 24);
  font-size: calc(var(--f) * 40);
  line-height: 1.2;
}
.homeInsight__list {
  padding: calc(var(--f) * 24) 0;
  border-top: 1px solid #05191C;
  border-bottom: 1px solid #05191C;
}
.homeInsight__list .item__box {
  display: flex;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 24);
  padding: calc(var(--f) * 24);
  border-radius: calc(var(--f) * 24);
  transition-duration: 300ms;
}
.homeInsight__list .item__box:hover {
  background: #FFF;
  box-shadow: 0 calc(var(--f) * 4) calc(var(--f) * 24) 0 rgba(0, 0, 0, 0.1);
}
.homeInsight__list .item__photo {
  position: relative;
}
.homeInsight__list .item__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeInsight__list .item__photo {
  overflow: hidden;
  width: calc(var(--f) * 100);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 999px;
}
.homeInsight__list .item__text .cate {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.46em;
  margin: 0 0 calc(var(--f) * 4);
  color: #00519C;
  font-size: calc(var(--f) * 13);
  line-height: 1.5;
  font-weight: 500;
}
.homeInsight__list .item__text .cate::before {
  content: "";
  display: block;
  width: 1.077em;
  height: 1.077em;
  background: #00519C;
  border-radius: 999px;
}
.homeInsight__list .item__text .title {
  margin: 0 0 calc(var(--f) * 8);
  font-size: calc(var(--f) * 20);
  line-height: 1.3;
}
.homeInsight__list .item__text .readingTime {
  display: flex;
  color: #8E8E8E;
  font-size: calc(var(--f) * 13);
  font-weight: 500;
}
.homeInsight__more {
  display: flex;
  justify-content: center;
  margin: calc(var(--f) * 40) 0 0;
}
.homeInsight__more .label {
  display: flex;
  align-items: center;
  align-content: center;
  height: calc(var(--f) * 64);
  padding: 0 calc(var(--f) * 24) 0 calc(var(--f) * 60);
  background: #05191C url(../../assets/images/_common/ico_list_white.svg) left calc(var(--f) * 20) center/calc(var(--f) * 24) auto no-repeat;
  color: #FFF;
  border-radius: 999px;
}
@media screen and (min-width: 960.02px) {
  .homeInsight__list .items {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--s) * 18) calc(var(--s) * 24);
  }
  .homeInsight__list .item {
    width: calc((100% - var(--s) * 24) / 2);
  }
}
@media screen and (max-width: 960px) {
  .homeInsight {
    padding-bottom: calc(var(--h) * 86);
  }
  .homeInsight::before {
    width: calc(var(--f) * 1020);
    height: calc(var(--f) * 1020);
    margin-left: calc(var(--f) * -510);
  }
  .homeInsight__head {
    padding-top: calc(var(--h) * 80);
  }
  .homeInsight__head .top__circle {
    width: calc(var(--f) * 120);
    font-size: calc(var(--f) * 16);
  }
  .homeInsight__head .top__text {
    font-size: calc(var(--f) * 30);
  }
  .homeInsight__head .contents {
    font-size: calc(var(--f) * 14);
    line-height: 1.9;
    text-align: left;
  }
  .homeInsight__list {
    padding: calc(var(--f) * 12) 0;
  }
  .homeInsight__list .item__box {
    padding: calc(var(--f) * 12) 0;
  }
  .homeInsight__list .item__photo {
    width: calc(var(--f) * 80);
  }
  .homeInsight__list .item__text .title {
    font-size: calc(var(--f) * 16);
  }
  .homeInsight__more {
    margin-top: calc(var(--f) * 20);
  }
}

.homeIssue {
  padding: calc(var(--h) * 80) 0;
}
.homeIssue__container {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .homeIssue__container {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .homeIssue__container {
    width: 90vw;
  }
}
@media screen and (min-width: 960.02px) {
  .homeIssue__container {
    width: calc(var(--f) * 1000);
  }
}
.homeIssue__container {
  position: relative;
}
.homeIssue__text {
  margin: 0 0 calc(var(--f) * 40);
  text-align: center;
}
.homeIssue__text .top {
  display: inline-block;
  margin: 0 0 calc(var(--f) * 24);
}
.homeIssue__text .top span {
  display: inline-block;
  padding: 0 0.4em;
  margin: 0 0 0.4em;
  color: #FFF;
  font-size: calc(var(--f) * 40);
  line-height: 1.75;
  background: #05191C;
  border-radius: calc(var(--f) * 6);
}
.homeIssue__text .top span:last-child {
  margin-bottom: 0;
}
.homeIssue__text .contents {
  font-size: calc(var(--f) * 16);
  line-height: 2.4;
}
.homeIssue__text .contents p b {
  color: #00A99C;
}
.homeIssue__means {
  text-align: center;
}
.homeIssue__means .head {
  display: inline-block;
  padding: 0.25em 1em;
  margin: 0 0 1em;
  background: #EFEFE2;
  border-radius: calc(var(--f) * 8);
}
.homeIssue__means .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.3em 0;
  padding: calc(var(--f) * 12) calc(var(--f) * 16) calc(var(--f) * 16);
  border: 1px solid #EFEFE2;
  border-radius: calc(var(--f) * 8);
}
.homeIssue__means .btn {
  display: none;
}
.homeIssue__means .label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.homeIssue__means .title {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.44em;
  font-size: calc(var(--f) * 18);
}
.homeIssue__means .title__ico img {
  display: block;
  width: 1.5em;
}
.homeIssue__means .demerit {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.44em;
  color: #E4174A;
  font-size: calc(var(--f) * 15);
}
.homeIssue__means .demerit::after {
  content: "";
  display: block;
  width: 1.75em;
  height: 1.75em;
  background: url(../../assets/images/_common/ico_tired_red.svg) center/contain no-repeat;
}
.homeIssue__means .detail {
  font-size: calc(var(--f) * 15);
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 960.02px) {
  .homeIssue__means .items {
    display: flex;
    justify-content: space-between;
  }
  .homeIssue__means .item {
    width: calc((100% - var(--f) * 24) / 3);
  }
}
@media screen and (max-width: 960px) {
  .homeIssue {
    padding: calc(var(--h) * 38) 0 calc(var(--h) * 40);
  }
  .homeIssue__text .top {
    margin-bottom: calc(var(--f) * 24);
  }
  .homeIssue__text .top span {
    padding: 0.15em 0.6em;
    font-size: calc(var(--f) * 23);
    white-space: nowrap;
  }
  .homeIssue__text .contents {
    padding-right: calc(var(--f) * 8);
    padding-left: calc(var(--f) * 8);
    font-size: calc(var(--f) * 14);
    line-height: 2;
    text-align: left;
  }
  .homeIssue__means .item {
    padding: calc(var(--f) * 12);
    margin: 0 calc(var(--f) * 10) calc(var(--f) * 12);
  }
  .homeIssue__means .item:last-child {
    margin-bottom: 0;
  }
  .homeIssue__means .head {
    display: block;
    margin-bottom: calc(var(--f) * 24);
  }
  .homeIssue__means .label {
    position: relative;
    padding-right: calc(var(--f) * 22);
  }
  .homeIssue__means .label::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(var(--f) * 12);
    display: block;
    width: calc(var(--f) * 14);
    height: calc(var(--f) * 9);
    background: url(../../assets/images/home/issue_open.svg) center/contain no-repeat;
  }
  .homeIssue__means .detail {
    display: none;
  }
  .homeIssue__means .btn:checked + .label + .detail {
    display: block;
  }
}

.homeMV {
  position: relative;
  overflow: hidden;
  --mx: 0;
  --my: 0;
}
.homeMV__container {
  position: relative;
  z-index: 1;
  height: calc(var(--f) * 720);
  perspective: 1200px;
  perspective-origin: 50% 50%;
}
.homeMV__catch {
  position: absolute;
  left: calc(var(--f) * 20);
  bottom: calc(var(--f) * 72);
  z-index: 100;
}
.homeMV__catch > img {
  display: block;
  width: calc(var(--s) * 780);
  visibility: hidden;
}
.homeMV__catch .line {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0);
  animation-fill-mode: forwards;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}
.homeMV__catch .line img {
  display: block;
  width: 100%;
  height: auto;
}
.homeMV__catch .line--1 {
  animation-name: homeMV__catchReveal1;
  animation-delay: 0.8s;
}
.homeMV__catch .line--2 {
  animation-name: homeMV__catchReveal2;
  animation-delay: 1.15s;
}
@keyframes homeMV__catchReveal1 {
  from {
    clip-path: inset(0 100% 50% 0);
  }
  to {
    clip-path: inset(0 0 50% 0);
  }
}
@keyframes homeMV__catchReveal2 {
  from {
    clip-path: inset(50% 100% 0 0);
  }
  to {
    clip-path: inset(50% 0 0 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .homeMV__catch > img {
    visibility: visible;
  }
  .homeMV__catch .line {
    display: none;
  }
}
.homeMV__logo {
  position: absolute;
  top: calc(var(--s) * 72);
  right: 0;
  left: 0;
  display: block;
  width: calc(var(--s) * 500);
  aspect-ratio: 1/1;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 calc(var(--f) * 4) calc(var(--f) * 24) 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #EFEFE2;
  border-radius: 999px;
  transform-style: preserve-3d;
  translate: calc(var(--mx) * 12px) calc(var(--my) * 12px);
  rotate: 1 0 0 calc(var(--my) * -8deg);
  transform: rotateY(calc(var(--mx) * 10deg));
  transition: translate 600ms cubic-bezier(0.2, 0.8, 0.2, 1), rotate 600ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.homeMV__logoAnim {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 85%;
  height: 85%;
  transform: translate(-50%, -50%);
}
.homeMV__logoAnim .q {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-name: homeMV__logoBloom;
}
.homeMV__logoAnim .dot {
  animation-name: homeMV__logoPop;
  animation-duration: 0.42s;
}
@keyframes homeMV__logoBloom {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes homeMV__logoPop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .homeMV__logoAnim .q {
    opacity: 1;
    animation: none;
    transform: none;
  }
}
.homeMV__list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  display: block;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.homeMV__list .item {
  position: absolute;
  left: 50%;
  top: 0;
  background: #FFF;
  box-shadow: 0 calc(var(--f) * 4) calc(var(--f) * 24) 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #EFEFE2;
  border-radius: 999px;
  transform-style: preserve-3d;
  transition: translate 600ms cubic-bezier(0.2, 0.8, 0.2, 1), rotate 600ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.homeMV__list .item img {
  display: block;
  height: calc(var(--s) * 75);
}
.homeMV__list .item--1 {
  top: calc(var(--s) * 72);
  margin-left: calc(var(--s) * 195);
  translate: calc(var(--mx) * -28px) calc(var(--my) * -22px);
  rotate: 1 0 0 calc(var(--my) * -14deg);
  transform: rotateY(calc(var(--mx) * 16deg)) translateZ(40px);
}
.homeMV__list .item--2 {
  top: calc(var(--s) * 284);
  margin-left: calc(var(--s) * -518);
  translate: calc(var(--mx) * 32px) calc(var(--my) * -18px);
  rotate: 1 0 0 calc(var(--my) * -12deg);
  transform: rotateY(calc(var(--mx) * 18deg)) translateZ(60px);
}
.homeMV__list .item--3 {
  top: calc(var(--s) * 394);
  margin-left: calc(var(--s) * 295);
  translate: calc(var(--mx) * -22px) calc(var(--my) * 26px);
  rotate: 1 0 0 calc(var(--my) * 12deg);
  transform: rotateY(calc(var(--mx) * 14deg)) translateZ(50px);
}
.homeMV__CTA {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 0 0 0 calc(var(--s) * 16);
  background: #05191C;
}
.homeMV__CTA .merit span {
  display: flex;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 8);
  color: #FFF;
  font-size: calc(var(--f) * 16);
  line-height: 1.8;
}
.homeMV__CTA .merit span::before {
  content: "";
  display: block;
  width: calc(var(--f) * 17);
  height: calc(var(--f) * 17);
  flex-shrink: 0;
  border: calc(var(--f) * 4) solid #00A99C;
  border-radius: 999px;
}
.homeMV__CTA .items {
  position: absolute;
  right: calc(var(--s) * 12);
  top: calc(var(--f) * -35);
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-shrink: 0;
}
.homeMV__CTA .item {
  position: relative;
  z-index: 10;
}
.homeMV__CTA .item::before, .homeMV__CTA .item::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 50%;
  height: 100%;
  background: url(../../assets/images/home/mv_cta_bg.svg) left top/cover no-repeat;
}
.homeMV__CTA .item::before {
  left: 0;
}
.homeMV__CTA .item::after {
  right: 0;
  transform: scale(-1, 1);
}
.homeMV__CTA .item a {
  position: relative;
  z-index: 100;
  overflow: hidden;
  display: block;
}
.homeMV__CTA .item a img {
  position: relative;
  top: calc(var(--f) * 12);
  display: block;
  transition-duration: 300ms;
}
.homeMV__CTA .item a::after {
  content: "";
  position: absolute;
  left: calc(var(--f) * 28);
  top: calc(var(--f) * 58);
  opacity: 0.3;
  display: block;
  width: calc(100% - var(--f) * 56);
  height: calc(var(--f) * 3);
  background: #00A99C;
  transition-duration: 300ms;
}
.homeMV__CTA .item a:hover img {
  top: 0;
}
.homeMV__CTA .item a:hover::after {
  top: calc(var(--f) * 46);
  opacity: 1;
}
.homeMV__CTA .item--download img {
  width: calc(var(--f) * 200);
}
.homeMV__CTA .item--contact img {
  width: calc(var(--f) * 164);
}
.homeMV__bg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
}
.homeMV__bg .inner {
  position: relative;
  display: flex;
  width: calc(var(--f) * 4740);
  max-width: unset;
  padding: calc(var(--f) * 14) 0 calc(var(--f) * 29);
  animation: homeMV__bgScrollL 60s linear infinite;
  will-change: transform;
}
.homeMV__bg .inner img {
  display: block;
  width: 50%;
}
.homeMV__bg .inner:nth-child(2n) {
  animation: homeMV__bgScrollR 75s linear infinite;
}
.homeMV__bg .inner:nth-child(3n) {
  animation-duration: 90s;
}
@keyframes homeMV__bgScrollL {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes homeMV__bgScrollR {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .homeMV__bg .inner {
    animation: none;
  }
}
@media screen and (min-width: 960.02px) {
  .homeMV__CTA {
    left: calc(var(--s) * 16);
    bottom: calc(var(--s) * 16);
    width: calc(100% - var(--s) * 32);
    min-height: calc(var(--f) * 37);
    border-radius: calc(var(--f) * 8);
  }
  .homeMV__CTA .merit {
    display: flex;
    align-items: center;
    align-content: center;
    min-height: calc(var(--f) * 37);
    padding-right: calc(var(--f) * 360);
  }
  .homeMV__CTA .merit span:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .homeMV__container {
    height: calc(var(--f) * 514);
  }
  .homeMV__catch {
    bottom: calc(var(--f) * 60);
  }
  .homeMV__catch img {
    width: calc(var(--s) * 335);
  }
  .homeMV__logo {
    width: calc(var(--s) * 210);
    transform: translateY(calc(var(--s) * 20));
  }
  .homeMV__list .item img {
    height: calc(var(--s) * 43);
  }
  .homeMV__list .item--1 {
    top: calc(var(--s) * 40);
    margin-left: calc(var(--s) * -57);
  }
  .homeMV__list .item--2 {
    top: calc(var(--s) * 170);
    margin-left: calc(var(--s) * -174);
  }
  .homeMV__list .item--3 {
    top: calc(var(--s) * 315);
    margin-left: calc(var(--s) * -73);
  }
  .homeMV__CTA {
    height: calc(var(--f) * 33);
  }
  .homeMV__CTA .merit {
    display: flex;
    width: calc(var(--f) * 1300);
    height: calc(var(--f) * 33);
    font-size: calc(var(--f) * 14);
    white-space: nowrap;
    animation: scrollText 12s linear infinite;
  }
  .homeMV__CTA .merit span {
    width: 50%;
  }
  .homeMV__CTA .items {
    display: none;
  }
  @keyframes scrollText {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .homeMV__bg .inner {
    width: calc(var(--f) * 1780);
    padding: calc(var(--f) * 6) 0 calc(var(--f) * 10);
  }
}

.homeNew {
  position: relative;
  overflow: hidden;
  padding: 0 0 calc(var(--h) * 160);
  margin: 0 0 calc(var(--h) * -80);
  color: #FFF;
  background: linear-gradient(transparent 50%, #00A99C 50%);
}
.homeNew::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 3600);
  height: calc(var(--f) * 3600);
  margin-left: calc(var(--f) * -1800);
  background: #00A99C;
  border-radius: 50%;
}
.homeNew__container {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .homeNew__container {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .homeNew__container {
    width: 90vw;
  }
}
@media screen and (min-width: 960.02px) {
  .homeNew__container {
    width: calc(var(--f) * 1000);
  }
}
.homeNew__container {
  position: relative;
  overflow: hidden;
}
.homeNew__head {
  padding: calc(var(--h) * 104) 0 calc(var(--f) * 40);
  background: url(../../assets/images/home/new_arrow.svg) center top calc(var(--f) * 36)/calc(var(--f) * 31) auto no-repeat;
  text-align: center;
}
.homeNew__head .top__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--f) * 150);
  aspect-ratio: 1/1;
  margin: 0 auto calc(var(--f) * 40);
  font-size: calc(var(--f) * 20);
  border: calc(var(--f) * 2) solid #FFF;
  border-radius: 50%;
}
.homeNew__head .top__sub {
  display: inline-block;
  padding: 0.25em 1em;
  margin: 0 0 calc(var(--f) * 24);
  background: #05191C;
  border-radius: 999px;
}
.homeNew__head .top__main {
  display: block;
  font-size: calc(var(--f) * 40);
  line-height: 1.2;
}
.homeNew__check {
  padding: calc(var(--f) * 32);
  background: rgba(255, 255, 255, 0.1);
  border-radius: calc(var(--f) * 16);
}
.homeNew__check .top {
  padding: 0 0 calc(var(--f) * 16);
  margin: 0 0 calc(var(--f) * 16);
  border-bottom: 1px solid #FFF;
}
.homeNew__check .top__check {
  padding: calc(var(--f) * 8) 0;
  font-size: calc(var(--f) * 18);
  line-height: 1.5;
  text-align: center;
  border: calc(var(--f) * 2) solid #FFF;
  border-radius: 999px;
}
.homeNew__check .top__text {
  padding: calc(var(--f) * 12) 0 0;
  font-size: calc(var(--f) * 24);
  line-height: 1.2;
}
.homeNew__check .contents__logo {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--f) * 16);
}
.homeNew__check .contents__logo img {
  width: 100%;
}
.homeNew__check .contents__text {
  font-size: calc(var(--f) * 15);
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 960.02px) {
  .homeNew__check .top {
    display: flex;
    gap: calc(var(--f) * 16);
    width: 100%;
  }
  .homeNew__check .top__check {
    width: calc(var(--f) * 116);
    flex-shrink: 0;
  }
  .homeNew__check .contents {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: calc(var(--f) * 16);
    width: 100%;
  }
  .homeNew__check .contents__logo {
    width: calc(var(--f) * 116);
    aspect-ratio: 1/1;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 960px) {
  .homeNew {
    padding-bottom: calc(var(--h) * 80);
    margin-bottom: calc(var(--h) * -40);
  }
  .homeNew::before {
    width: calc(var(--f) * 1120);
    height: calc(var(--f) * 1120);
    margin-left: calc(var(--f) * -560);
  }
  .homeNew__head {
    padding: calc(var(--h) * 88) 0 calc(var(--f) * 40);
    background: url(../../assets/images/home/new_arrow.svg) center top calc(var(--f) * 36)/calc(var(--f) * 31) auto no-repeat;
    text-align: center;
  }
  .homeNew__head .top__circle {
    width: calc(var(--f) * 120);
    margin-bottom: calc(var(--f) * 20);
    font-size: calc(var(--f) * 16);
  }
  .homeNew__head .top__sub {
    margin-bottom: calc(var(--f) * 12);
    font-size: calc(var(--f) * 14);
  }
  .homeNew__head .top__main {
    font-size: calc(var(--f) * 24);
  }
  .homeNew__check {
    margin: 0 calc(var(--f) * -6);
  }
  .homeNew__check .top__check {
    display: block;
    width: calc(var(--f) * 116);
    margin: 0 auto calc(var(--f) * 4);
  }
  .homeNew__check .top__text {
    display: block;
    font-size: calc(var(--f) * 20);
    line-height: 1.2;
  }
  .homeNew__check .contents__logo {
    width: calc(var(--f) * 116);
    margin: 0 auto calc(var(--f) * 12);
  }
  .homeNew__check .contents__text {
    font-size: calc(var(--f) * 14);
  }
}

.homeNews {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: 0 0 calc(var(--h) * 120);
}
.homeCTA + .homeNews {
  padding: calc(var(--h) * 120) 0 0;
}
.homeNews__container {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .homeNews__container {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .homeNews__container {
    width: 90vw;
  }
}
@media screen and (min-width: 960.02px) {
  .homeNews__container {
    width: calc(var(--f) * 1000);
  }
}
.homeNews__container {
  position: relative;
}
.homeNews__head .top__img {
  display: block;
  margin: 0 0 calc(var(--f) * 18);
}
.homeNews__head .top__img img {
  display: inline-block;
  height: calc(var(--f) * 42);
}
.homeNews__head .top__text {
  display: block;
  font-size: calc(var(--f) * 40);
  line-height: 1.2;
}
.homeNews__list .item {
  border-bottom: 1px solid #05191C;
}
.homeNews__list .item__box {
  display: block;
  padding: calc(var(--f) * 18) 0 calc(var(--f) * 24);
}
.homeNews__list .item__photo {
  position: relative;
}
.homeNews__list .item__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeNews__list .item__photo {
  overflow: hidden;
  width: calc(var(--f) * 100);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 999px;
}
.homeNews__list .item__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 12) 0;
  width: 100%;
}
.homeNews__list .item__text .date {
  display: flex;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 12);
  color: #8E8E8E;
  font-size: calc(var(--f) * 13);
}
.homeNews__list .item__text .date img {
  width: calc(var(--f) * 57);
}
.homeNews__list .item__text .cate {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.46em;
}
.homeNews__list .item__text .cate li {
  padding: 0.5em 1em;
  color: #999;
  font-size: calc(var(--f) * 13);
  line-height: 1.5;
  font-weight: 400;
  background: #EFF4F5;
  border-radius: 0.5em;
}
.homeNews__list .item__text .title {
  width: 100%;
  line-height: 2;
  font-weight: 500;
}
.homeNews__list .item__text .readingTime {
  display: flex;
  color: #8E8E8E;
  font-size: calc(var(--f) * 13);
  font-weight: 500;
}
.homeNews__more {
  display: flex;
  justify-content: center;
}
.homeNews__more .label {
  display: flex;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 12);
  padding: calc(var(--f) * 8);
  border-bottom: calc(var(--f) * 2) solid #05191C;
}
.homeNews__more .label img {
  display: block;
  height: calc(var(--f) * 11.5);
}
.homeNews__more .label::after {
  content: "";
  display: block;
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 32);
  flex-shrink: 0;
  background: url(../../assets/images/_common/ico_arrowRight.svg) center/contain no-repeat;
}
@media screen and (min-width: 960.02px) {
  .homeNews__container {
    padding-left: calc(var(--s) * 280);
  }
  .homeNews__head {
    position: absolute;
    left: 0;
    top: 0;
  }
  .homeNews__list {
    border-top: 1px solid #05191C;
  }
  .homeNews__more {
    position: absolute;
    left: 0;
    top: calc(var(--f) * 150);
  }
}
@media screen and (max-width: 960px) {
  .homeNews {
    padding-bottom: calc(var(--h) * 40);
  }
  .homeCTA + .homeNews {
    padding: calc(var(--h) * 40) 0 0;
  }
  .homeNews__head {
    padding-bottom: calc(var(--f) * 20);
  }
  .homeNews__head .top {
    text-align: center;
  }
  .homeNews__head .top__img {
    margin-bottom: calc(var(--f) * 18);
  }
  .homeNews__head .top__img img {
    height: calc(var(--f) * 33);
  }
  .homeNews__head .top__text {
    font-size: calc(var(--f) * 30);
  }
  .homeNews__list .item__box {
    padding: calc(var(--f) * 16) 0;
  }
  .homeNews__list .item__text .title {
    line-height: 1.6;
  }
  .homeNews__list .item:last-child {
    border-bottom: none;
  }
  .homeNews__more {
    justify-content: flex-end;
    margin-top: calc(var(--f) * 14);
  }
}

.homePartner__container {
  position: relative;
  overflow: hidden;
  background: #FFF;
}
.homePartner__swiper {
  width: calc(var(--s) * 348);
}
.homePartner__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.homePartner__swiper .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.homePartner__swiper .inner img {
  display: block;
  width: calc(var(--s) * 150);
}
@media screen and (min-width: 960.02px) {
  .homePartner {
    padding: calc(var(--f) * 12) 0;
  }
  .homePartner__container {
    margin: 0 auto;
    padding: calc(var(--f) * 16) 0;
    border: 1px solid #EFEFE2;
    border-radius: calc(var(--f) * 16);
  }
}
@media screen and (min-width: 960.02px) and (min-width: 960.02px) {
  .homePartner__container {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (min-width: 960.02px) and (max-width: 960px) {
  .homePartner__container {
    width: 90vw;
  }
}
@media screen and (min-width: 960.02px) and (min-width: 960.02px) {
  .homePartner__container {
    width: calc(var(--f) * 1392);
  }
}
@media screen and (max-width: 960px) {
  .homePartner__container {
    padding: calc(var(--f) * 22) 0;
  }
  .homePartner__swiper {
    width: calc(var(--s) * 226);
  }
  .homePartner__swiper .inner img {
    width: calc(var(--s) * 96);
  }
}

.homeSolutions {
  position: relative;
  z-index: 100;
  padding: calc(var(--h) * 50) 0 0;
  background: #FBFBFB;
  border-radius: calc(var(--h) * 80) calc(var(--h) * 80) 0 0;
}
.homeSolutions__container {
  position: relative;
  overflow: hidden;
  padding: 0 0 calc(var(--h) * 56);
}
.homeSolutions__head {
  margin: 0 0 calc(var(--h) * 64);
}
.homeSolutions__head .top {
  text-align: center;
}
.homeSolutions__head .top__img {
  position: relative;
  display: block;
  margin: 0 0 calc(var(--f) * 24);
  text-align: center;
}
.homeSolutions__head .top__img img {
  display: inline-block;
  width: calc(var(--f) * 263);
}
.homeSolutions__head .top__sub {
  position: relative;
  display: inline-block;
  padding: 0 calc(var(--f) * 32);
  margin: 0 0 0.5em;
  font-size: calc(var(--f) * 20);
}
.homeSolutions__head .top__sub::before, .homeSolutions__head .top__sub::after {
  content: "";
  position: absolute;
  bottom: 0.3em;
  display: block;
  width: calc(var(--f) * 4);
  height: 1.6em;
  background: #05191C;
  border-radius: 999px;
}
.homeSolutions__head .top__sub::before {
  left: 0;
  transform: rotate(-30deg);
}
.homeSolutions__head .top__sub::after {
  right: 0;
  transform: rotate(30deg);
}
.homeSolutions__head .top__main {
  display: block;
  font-size: calc(var(--f) * 40);
  line-height: 1.2;
}
.homeSolutions__head .top__main b {
  color: #00A99C;
  font-size: 1.4em;
}
.homeSolutions__item {
  display: block;
  text-align: center;
}
.homeSolutions__item .top {
  transition-duration: 300ms;
}
.homeSolutions__item .top:hover {
  opacity: 0.7;
}
.homeSolutions__item .top {
  margin: 0 0 calc(var(--f) * 16);
}
.homeSolutions__item .top__icon {
  display: block;
  margin: 0 0 calc(var(--f) * 24);
  text-align: center;
}
.homeSolutions__item .top__icon img {
  display: inline-block;
  height: calc(var(--f) * 80);
}
.homeSolutions__item .top__text {
  font-size: calc(var(--f) * 32);
  line-height: 1.2;
}
.homeSolutions__item .top__text small {
  display: block;
  margin: 0.15em 0 0;
  font-size: 0.5em;
}
.homeSolutions__item .contents {
  transition-duration: 300ms;
}
.homeSolutions__item .contents:hover {
  opacity: 0.7;
}
.homeSolutions__item .contents__text {
  margin: 0 0 calc(var(--f) * 24);
  font-size: calc(var(--f) * 15);
  font-weight: 500;
}
.homeSolutions__item .contents__photo {
  position: relative;
  overflow: hidden;
  width: 64.8%;
  margin: 0 auto calc(var(--f) * 24);
  border-radius: calc(var(--f) * 16);
}
.homeSolutions__item .contents__more {
  display: flex;
  justify-content: center;
}
.homeSolutions__item .contents__more .label {
  display: flex;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 12);
  padding: calc(var(--f) * 8);
  border-bottom: calc(var(--f) * 2) solid #05191C;
}
.homeSolutions__item .contents__more .label img {
  display: block;
  height: calc(var(--f) * 11.5);
}
.homeSolutions__item .contents__more .label::after {
  content: "";
  display: block;
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 32);
  flex-shrink: 0;
  background: url(../../assets/images/_common/ico_arrowRight.svg) center/contain no-repeat;
}
.homeSolutions__cta {
  background: #05191C;
  border-radius: 0 0 calc(var(--h) * 80) calc(var(--h) * 80);
  box-shadow: 0 calc(var(--f) * 4) calc(var(--f) * 24) 0 rgba(0, 0, 0, 0.1);
}
.homeSolutions__cta .text {
  margin: 0 0 calc(var(--f) * 24);
  color: #FFF;
  font-size: calc(var(--f) * 18);
  text-align: center;
}
.homeSolutions__cta .button {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .homeSolutions__cta .button {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .homeSolutions__cta .button {
    width: 90vw;
  }
}
@media screen and (min-width: 960.02px) {
  .homeSolutions__cta .button {
    width: calc(var(--f) * 1000);
  }
}
.homeSolutions__cta .button__items {
  display: flex;
  justify-content: space-between;
}
.homeSolutions__cta .button__item {
  width: calc((100% - var(--f) * 8) / 2);
}
.homeSolutions__cta .button .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--f) * 10);
  width: 100%;
  height: calc(var(--f) * 86);
  border-radius: calc(var(--f) * 24) calc(var(--f) * 24) 0 0;
  font-size: calc(var(--f) * 20);
  background: #DCCFBD;
}
.homeSolutions__cta .button__item--download .link {
  color: #FFF;
  background: #00A99C;
}
.homeSolutions__cta .button__item--download .link::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background: url(../../assets/images/_common/ico_download_white.svg) center/contain no-repeat;
}
.homeSolutions__cta .button__item--contact .link::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background: url(../../assets/images/_common/ico_headphone.svg) center/contain no-repeat;
}
@media screen and (min-width: 960.02px) {
  .homeSolutions__items {
    position: relative;
    width: calc(var(--f) * 1440);
    max-width: 100%;
    margin: 0 auto calc(var(--h) * -350);
  }
  .homeSolutions__item {
    position: relative;
    z-index: 1;
    width: calc(var(--f) * 500);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #FBFBFB;
  }
  .homeSolutions__item .inner {
    position: relative;
    z-index: 1;
    aspect-ratio: 1/1;
    padding-top: calc(var(--h) * 106);
    background: conic-gradient(#00519C 25%, #00A99C 25%, #00A99C 50%, #DCCFBD 50%, #DCCFBD 75%, #05191C 75%);
    border: 1px solid #EFEFE2;
    border-radius: 50%;
  }
  .homeSolutions__item .inner::before {
    content: "";
    position: absolute;
    left: calc(var(--f) * 9);
    top: calc(var(--f) * 9);
    z-index: -1;
    display: block;
    width: calc(100% - var(--f) * 18);
    height: calc(100% - var(--f) * 18);
    background: #FFF;
    border-radius: 50%;
  }
  .homeSolutions__item:nth-child(1) {
    width: calc(var(--f) * 700);
    margin: 0 auto;
  }
  .homeSolutions__item:nth-child(1) .inner {
    padding-top: calc(var(--f) * 46);
  }
  .homeSolutions__item:nth-child(1) .top__icon img {
    height: calc(var(--f) * 100);
  }
  .homeSolutions__item:nth-child(2) {
    position: absolute;
    left: calc(var(--f) * -30);
    bottom: 0;
  }
  .homeSolutions__item:nth-child(3) {
    position: absolute;
    right: calc(var(--f) * -30);
    bottom: 0;
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1420px) {
  .homeSolutions__item:nth-child(1) {
    width: 49.3vw;
  }
  .homeSolutions__item:nth-child(1) .inner {
    padding-top: 3.24vw;
  }
  .homeSolutions__item:nth-child(2), .homeSolutions__item:nth-child(3) {
    width: 35.21vw;
  }
  .homeSolutions__item:nth-child(2) .inner, .homeSolutions__item:nth-child(3) .inner {
    padding-top: 7vw;
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1200px) {
  .homeSolutions__item .top {
    margin-bottom: calc(var(--f) * 8);
  }
  .homeSolutions__item .top__icon {
    margin-bottom: calc(var(--f) * 12);
  }
  .homeSolutions__item .top__icon img {
    height: calc(var(--f) * 40) !important;
  }
  .homeSolutions__item .contents__text {
    margin-bottom: calc(var(--f) * 8);
  }
  .homeSolutions__item .contents__text br {
    display: none;
  }
  .homeSolutions__item .contents__photo {
    margin-bottom: calc(var(--f) * 8);
  }
  .homeSolutions__item:nth-child(1) {
    width: 49.3vw;
  }
  .homeSolutions__item:nth-child(1) .inner {
    padding: 3.24vw 6vw 0;
  }
  .homeSolutions__item:nth-child(2), .homeSolutions__item:nth-child(3) {
    width: 35.21vw;
  }
  .homeSolutions__item:nth-child(2) .inner, .homeSolutions__item:nth-child(3) .inner {
    padding: 3vw 8vw 0;
  }
}
@media screen and (min-width: 960.02px) {
  .homeSolutions__cta {
    width: calc(var(--f) * 1440);
    max-width: 100%;
    padding: calc(var(--h) * 404) 0 0;
    margin: 0 auto;
  }
  .homeSolutions__cta .button {
    position: relative;
  }
  .homeSolutions__cta .button .link {
    position: relative;
    top: 0;
    transition-duration: 300ms;
  }
  .homeSolutions__cta .button .link:hover {
    height: calc(var(--f) * 110);
    padding-bottom: calc(var(--f) * 8);
    margin-top: calc(var(--f) * -24);
  }
}
@media screen and (max-width: 960px) {
  .homeSolutions {
    border-radius: calc(var(--h) * 40) calc(var(--h) * 40) 0 0;
  }
  .homeSolutions__container {
    padding-bottom: 0;
  }
  .homeSolutions__head {
    margin-bottom: calc(var(--f) * 36);
  }
  .homeSolutions__head .top__img {
    margin-bottom: calc(var(--f) * 12);
  }
  .homeSolutions__head .top__img img {
    width: calc(var(--f) * 220);
  }
  .homeSolutions__head .top__sub {
    margin-bottom: 1.15em;
    font-size: calc(var(--f) * 15);
  }
  .homeSolutions__head .top__sub::before, .homeSolutions__head .top__sub::after {
    bottom: 0;
    height: 2.2em;
  }
  .homeSolutions__head .top__main {
    font-size: calc(var(--f) * 24);
  }
  .homeSolutions__items {
    position: relative;
    z-index: 1;
    padding: calc(var(--h) * 35) calc(var(--s) * 40) calc(var(--h) * 86);
    background-color: #FFF;
    background-image: url(../../assets/images/home/solutions_bg_sp_top.svg), url(../../assets/images/home/solutions_bg_sp_bottom.svg);
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
  }
  .homeSolutions__item {
    padding: calc(var(--h) * 40) 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .homeSolutions__item .top__icon {
    margin-bottom: calc(var(--f) * 18);
  }
  .homeSolutions__item .top__icon img {
    height: calc(var(--f) * 70);
  }
  .homeSolutions__item .top__text {
    font-size: calc(var(--f) * 24);
  }
  .homeSolutions__item .top__text small {
    font-size: calc(var(--f) * 16);
  }
  .homeSolutions__item .contents__text {
    margin-bottom: calc(var(--f) * 18);
    white-space: nowrap;
    line-height: 1.7;
  }
  .homeSolutions__item .contents__photo {
    width: 100%;
    margin-bottom: calc(var(--f) * 12);
  }
  .homeSolutions__item:nth-child(1) .top__icon img {
    height: calc(var(--f) * 60);
  }
  .homeSolutions__item:nth-child(1) .top__text {
    font-size: calc(var(--f) * 32);
  }
  .homeSolutions__item:last-child {
    border-bottom: none;
  }
  .homeSolutions__cta {
    padding: calc(var(--h) * 57) 0 0;
    border-radius: 0 0 calc(var(--h) * 40) calc(var(--h) * 40);
  }
  .homeSolutions__cta .text {
    font-size: calc(var(--f) * 15);
    line-height: 1.9;
  }
  .homeSolutions__cta .button {
    padding: 0 calc(var(--f) * 14);
  }
  .homeSolutions__cta .button .link {
    gap: calc(var(--f) * 8);
    height: calc(var(--f) * 58);
    border-radius: calc(var(--f) * 12) calc(var(--f) * 12) 0 0;
    font-size: calc(var(--f) * 16);
  }
}

.homeWhyFujiKosan__container {
  padding: calc(var(--h) * 64) 0 calc(var(--h) * 120);
}
.homeWhyFujiKosan__policy {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .homeWhyFujiKosan__policy {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .homeWhyFujiKosan__policy {
    width: 90vw;
  }
}
@media screen and (min-width: 960.02px) {
  .homeWhyFujiKosan__policy {
    width: calc(var(--f) * 1000);
  }
}
.homeWhyFujiKosan__policy {
  position: relative;
  padding: calc(var(--s) * 74) calc(var(--s) * 100) calc(var(--s) * 64);
  margin-bottom: calc(var(--h) * 64);
  background: #00519c;
  border-radius: 999px;
}
.homeWhyFujiKosan__policy__head {
  margin: 0 0 calc(var(--f) * 20);
}
.homeWhyFujiKosan__policy__head .top {
  color: #FFF;
}
.homeWhyFujiKosan__policy__head .top__img {
  position: relative;
  display: block;
  margin-bottom: calc(var(--f) * 26);
}
.homeWhyFujiKosan__policy__head .top__img img {
  position: relative;
  display: block;
  width: calc(var(--f) * 230);
}
.homeWhyFujiKosan__policy__head .top__img::before {
  content: "";
  position: absolute;
  top: calc(var(--f) * -106);
  left: calc(var(--f) * -78);
  display: block;
  width: calc(var(--f) * 94);
  height: calc(var(--f) * 94);
  background: url(../../assets/images/home/whyFujiKosan_balloon.svg) center/contain no-repeat;
}
.homeWhyFujiKosan__policy__head .top__text {
  font-size: calc(var(--f) * 40);
  line-height: 1.2;
}
.homeWhyFujiKosan__policy__text {
  color: #FFF;
}
.homeWhyFujiKosan__value {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .homeWhyFujiKosan__value {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .homeWhyFujiKosan__value {
    width: 90vw;
  }
}
.homeWhyFujiKosan__value__head {
  text-align: center;
}
.homeWhyFujiKosan__value__head img {
  display: inline-block;
  width: calc(var(--s) * 932);
}
.homeWhyFujiKosan__value__text .item {
  padding: calc(var(--f) * 44) calc(var(--f) * 40) calc(var(--f) * 40);
  background: #FFF;
  box-shadow: 0 calc(var(--f) * 4) calc(var(--f) * 24) 0 rgba(0, 0, 0, 0.1);
  border-radius: calc(var(--f) * 40);
}
.homeWhyFujiKosan__value__text .title__sub {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0 calc(var(--f) * 16);
  color: #FFF;
  line-height: 1.2;
  background: #05191C;
  border-radius: 999px;
}
.homeWhyFujiKosan__value__text .title__main {
  display: block;
  margin: 0 0 calc(var(--f) * 32);
  font-size: calc(var(--f) * 24);
  line-height: 1.2;
}
.homeWhyFujiKosan__value__text .title__main b {
  color: #00A99C;
}
.homeWhyFujiKosan__value__text .detail {
  font-size: calc(var(--f) * 15);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 960.02px) {
  .homeWhyFujiKosan__policy__more {
    position: absolute;
    top: calc(var(--f) * -52);
    right: calc(var(--f) * -6);
  }
  .homeWhyFujiKosan__policy__more a {
    display: flex;
    justify-content: center;
  }
  .homeWhyFujiKosan__policy__more a .label {
    display: flex;
    align-items: center;
    align-content: center;
    gap: calc(var(--f) * 12);
    padding: calc(var(--f) * 8);
    border-bottom: calc(var(--f) * 2) solid #05191C;
  }
  .homeWhyFujiKosan__policy__more a .label img {
    display: block;
    height: calc(var(--f) * 11.5);
  }
  .homeWhyFujiKosan__policy__more a .label::after {
    content: "";
    display: block;
    width: calc(var(--f) * 32);
    height: calc(var(--f) * 32);
    flex-shrink: 0;
    background: url(../../assets/images/_common/ico_arrowRight.svg) center/contain no-repeat;
  }
  .homeWhyFujiKosan__policy__more a .label {
    border-bottom-color: #00519C;
  }
  .homeWhyFujiKosan__policy__more a .label::after {
    background-image: url(../../assets/images/_common/ico_arrowRight_blue.svg);
  }
  .homeWhyFujiKosan__policy__more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--f) * 200);
    height: calc(var(--f) * 200);
    background: #FFF;
    border: calc(var(--f) * 2) solid #00519C;
    border-radius: 999px;
  }
  .homeWhyFujiKosan__value__text .items {
    display: flex;
    justify-content: space-between;
  }
  .homeWhyFujiKosan__value__text .item {
    width: calc((100% - var(--f) * 32) / 3);
  }
  .homeWhyFujiKosan__value__text .title__main {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1280px) {
  .homeWhyFujiKosan__value__text .title__main {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 960px) {
  .homeWhyFujiKosan__container {
    padding: calc(var(--h) * 55) 0 calc(var(--h) * 80);
  }
  .homeWhyFujiKosan__policy {
    width: 93.5vw;
    padding: calc(var(--h) * 110) calc(var(--f) * 20) calc(var(--h) * 56);
    margin-bottom: calc(var(--h) * 42);
    border-radius: calc(var(--f) * 80);
  }
  .homeWhyFujiKosan__policy__head {
    margin: 0 0 calc(var(--f) * 24);
  }
  .homeWhyFujiKosan__policy__head .top {
    color: #FFF;
  }
  .homeWhyFujiKosan__policy__head .top__img img {
    margin: 0 auto;
  }
  .homeWhyFujiKosan__policy__head .top__img::before {
    left: 0;
    top: calc(var(--h) * -120);
  }
  .homeWhyFujiKosan__policy__head .top__text {
    display: block;
    font-size: calc(var(--f) * 26);
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
  }
  .homeWhyFujiKosan__policy__head .top__text .big {
    font-size: 1.077em;
  }
  .homeWhyFujiKosan__policy__text {
    font-size: calc(var(--f) * 14);
    line-height: 1.9;
  }
  .homeWhyFujiKosan__policy__more {
    display: flex;
    justify-content: center;
  }
  .homeWhyFujiKosan__policy__more .label {
    display: flex;
    align-items: center;
    align-content: center;
    gap: calc(var(--f) * 12);
    padding: calc(var(--f) * 8);
    border-bottom: calc(var(--f) * 2) solid #05191C;
  }
  .homeWhyFujiKosan__policy__more .label img {
    display: block;
    height: calc(var(--f) * 11.5);
  }
  .homeWhyFujiKosan__policy__more .label::after {
    content: "";
    display: block;
    width: calc(var(--f) * 32);
    height: calc(var(--f) * 32);
    flex-shrink: 0;
    background: url(../../assets/images/_common/ico_arrowRight.svg) center/contain no-repeat;
  }
  .homeWhyFujiKosan__policy__more .label {
    border-bottom-color: #FFF;
  }
  .homeWhyFujiKosan__policy__more .label::after {
    background-image: url(../../assets/images/_common/ico_arrowRight_white.svg);
  }
  .homeWhyFujiKosan__policy__more {
    margin-top: calc(var(--f) * 20);
  }
  .homeWhyFujiKosan__value__head img {
    width: calc(var(--f) * 274);
  }
  .homeWhyFujiKosan__value__text .items {
    position: relative;
    z-index: 1;
    padding: calc(var(--f) * 16);
    background: url(../../assets/images/home/whyFujiKosan_value_sp_border.svg) center top/100% auto no-repeat;
  }
  .homeWhyFujiKosan__value__text .items::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: calc(var(--f) * 40);
    background: #FBFBFB url(../../assets/images/home/whyFujiKosan_value_sp_border.svg) center top/100% auto no-repeat;
    transform: scale(1, -1);
  }
  .homeWhyFujiKosan__value__text .item {
    padding: calc(var(--f) * 30);
    margin-bottom: calc(var(--f) * 16);
  }
  .homeWhyFujiKosan__value__text .item:last-child {
    margin-bottom: 0;
  }
}

.pageTitle {
  position: relative;
  overflow: hidden;
  padding: calc(var(--h) * 84) 0 calc(var(--h) * 98);
}
.pageTitle__text {
  text-align: center;
}
.pageTitle__text .en img {
  display: inline-block;
  height: calc(var(--f) * 46);
  margin: 0 0 calc(var(--f) * 20);
}
.pageTitle__text .ja {
  display: block;
  font-size: calc(var(--f) * 48);
  line-height: 1.2;
}
.pageTitle__topicPath {
  position: absolute;
  left: calc(var(--s) * 45);
  top: calc(var(--f) * 14);
}
.pageTitle__topicPath .items {
  display: flex;
  flex-wrap: wrap;
}
.pageTitle__topicPath .item {
  position: relative;
  padding: 0 calc(var(--f) * 20) 0 0;
  font-size: calc(var(--f) * 12);
  line-height: 1.5;
  font-weight: 500;
}
.pageTitle__topicPath .item a {
  color: #778089;
}
.pageTitle__topicPath .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--f) * 10);
  bottom: 0;
  display: block;
  width: 1px;
  height: 1em;
  margin: auto 0;
  background: #EEEEEE;
  transform: rotate(20deg);
}
.pageTitle__bg {
  position: absolute;
  left: 0;
  top: calc(var(--f) * -10);
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
}
.pageTitle__bg .inner {
  position: relative;
  display: flex;
  width: calc(var(--f) * 4740);
  max-width: unset;
  padding: 0 0 calc(var(--f) * 43);
}
.pageTitle__bg .inner img {
  display: block;
  width: 50%;
}
.pageTitle__bg .inner:nth-child(2n) {
  left: calc(var(--f) * -60);
}
@media screen and (max-width: 960px) {
  .pageTitle {
    padding: calc(var(--h) * 64) 0 calc(var(--h) * 38);
  }
  .pageTitle__text .en img {
    height: calc(var(--f) * 28);
    margin-bottom: calc(var(--f) * 12);
  }
  .pageTitle__text .ja {
    font-size: calc(var(--f) * 34);
  }
  .pageTitle__topicPath {
    left: calc(var(--s) * 20);
  }
  .pageTitle__bg .inner {
    width: calc(var(--f) * 1780);
    padding: calc(var(--f) * 6) 0 calc(var(--f) * 10);
  }
}

.contactForm {
  position: relative;
  overflow: hidden;
  padding: calc(var(--h) * 46) 0 0;
}
.contactForm .required {
  display: inline-block;
  margin: 0 0.6em;
  color: #E4174A;
  font-size: calc(var(--f) * 14);
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
}
.contactForm__container {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .contactForm__container {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .contactForm__container {
    width: 90vw;
  }
}
.contactForm__container {
  position: relative;
}
.contactForm__info .item {
  padding: calc(var(--f) * 30);
  margin: 0 0 calc(var(--f) * 16);
  border: 1px solid #D9D9D9;
  border-radius: calc(var(--f) * 20);
  background: #FFF;
}
.contactForm__info .title {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.75em;
  margin: 0 0 calc(var(--f) * 10);
  line-height: 1.8;
}
.contactForm__info .title img {
  width: calc(var(--f) * 24);
  flex-shrink: 0;
}
.contactForm__info .contents {
  font-size: calc(var(--f) * 15);
  line-height: 2;
  font-weight: 500;
}
.contactForm__info .tel {
  color: #00A99C;
  font-size: calc(var(--f) * 28);
  line-height: 1.6;
  font-weight: 700;
}
.contactForm__info .notice {
  font-size: calc(var(--f) * 14);
  font-weight: 500;
}
.contactForm__info .email {
  font-size: calc(var(--f) * 15);
  font-weight: 500;
}
.contactForm__step .items {
  display: flex;
  flex-wrap: wrap;
  padding: calc(var(--f) * 20) calc(var(--s) * 40) 0;
  margin: 0 0 calc(var(--h) * 50);
}
.contactForm__step .item {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.71em;
  font-size: calc(var(--f) * 14);
  line-height: 1.6;
}
.contactForm__step .item .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--f) * 40);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  color: #00A99C;
  font-size: calc(var(--f) * 16);
  border: 1px solid #00A99C;
  border-radius: 999px;
}
.contactForm__step .item::after {
  content: "";
  display: block;
  width: calc(var(--f) * 52);
  flex-shrink: 0;
  height: calc(var(--f) * 40);
  margin: 0 calc(var(--s) * 23) 0 calc(var(--s) * 28);
  background: url(../../assets/images/contact/step_arrow.svg) right center/contain no-repeat;
}
.contactForm__step .item:last-child::after {
  display: none;
}
.contactForm__form {
  padding: 0 calc(var(--s) * 47);
  border: 1px solid #D9D9D9;
  border-radius: calc(var(--f) * 20);
  background: #FFF;
}
.contactForm__form .head {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.83em;
  padding-top: calc(var(--h) * 42);
  margin: 0 0 calc(var(--f) * 24);
  color: #00A99C;
  font-size: calc(var(--f) * 24);
}
.contactForm__form .head .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--f) * 50);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  color: #FFF;
  font-size: calc(var(--f) * 24);
  background: #00A99C;
  border-radius: 999px;
}
.contactForm__form .form__label {
  margin: 0 0 calc(var(--f) * 9);
  font-weight: 600;
}
.contactForm__form .form__contents {
  margin: 0 0 calc(var(--f) * 24);
}
.contactForm__form .form__contents input[type=text],
.contactForm__form .form__contents input[type=email],
.contactForm__form .form__contents input[type=tel] {
  display: block;
  width: 100%;
  padding: calc(var(--f) * 12);
  border: 1px solid #B3B3B3;
  border-radius: calc(var(--f) * 8);
}
.contactForm__form .form__contents input[type=text]::placeholder,
.contactForm__form .form__contents input[type=email]::placeholder,
.contactForm__form .form__contents input[type=tel]::placeholder {
  color: #838383;
}
.contactForm__form .form__contents textarea {
  display: block;
  width: 100%;
  height: calc(var(--h) * 240);
  padding: calc(var(--f) * 12);
  border: 1px solid #B3B3B3;
  border-radius: calc(var(--f) * 8);
}
.contactForm__form .form__contents textarea::placeholder {
  color: #838383;
}
.contactForm__form .form__contents .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--f) * 10);
}
.contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
  min-height: calc(var(--f) * 56);
  padding: calc(var(--f) * 7) calc(var(--f) * 12) calc(var(--f) * 7) calc(var(--f) * 45);
  border: 1px solid #B3B3B3;
  border-radius: calc(var(--f) * 8);
  line-height: 1.4;
  white-space: nowrap;
}
.contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label small {
  display: block;
}
.contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--f) * 12);
  display: block;
  width: 1.1875em;
  height: 1.1875em;
  margin: auto 0;
  background: #FFF;
  border: 1px solid #C0C0C0;
  border-radius: 999px;
}
.contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  color: #FFF;
  background: #00A99C;
}
.contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background: #FFF url(../../assets/images/contact/check.svg) center/cover no-repeat;
}
.contactForm__form .form__contents select {
  display: block;
  width: 100%;
  padding: calc(var(--f) * 12);
  border: 1px solid #B3B3B3;
  border-radius: calc(var(--f) * 8);
  background: url(../../assets/images/contact/select.svg) right calc(var(--f) * 24) center/calc(var(--f) * 22) no-repeat;
}
.contactForm__form .form__contents .error {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 0 0 calc(var(--f) * 40);
}
.contactForm__form .form__contents .error::after {
  content: "こちらの項目は必須です。";
  position: absolute;
  left: 0;
  bottom: calc(var(--f) * 6);
  color: #E4174A;
  white-space: nowrap;
}
.contactForm__form .agree {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: calc(var(--f) * 12);
  padding: calc(var(--f) * 10);
  margin: 0 0 calc(var(--f) * 30);
  border-radius: calc(var(--f) * 10);
  background: #EDEDEB;
}
.contactForm__form .agree .wpcf7-form-control-wrap {
  height: calc(var(--f) * 24);
}
.contactForm__form .agree .wpcf7-form-control-wrap.error {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin-bottom: calc(var(--f) * 40);
}
.contactForm__form .agree .wpcf7-form-control-wrap.error::after {
  content: "こちらの項目は必須です。";
  position: absolute;
  left: calc(var(--f) * 6);
  top: calc(100% + var(--f) * 6);
  color: #E4174A;
  white-space: nowrap;
}
.contactForm__form .agree .wpcf7-list-item input {
  display: none;
}
.contactForm__form .agree .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0;
  letter-spacing: 0;
}
.contactForm__form .agree .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: calc(var(--f) * 24);
  height: calc(var(--f) * 24);
  background: #FFF;
  border: 1px solid #C0C0C0;
  border-radius: calc(var(--f) * 3);
}
.contactForm__form .agree .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  color: #FFF;
  background: #00A99C;
}
.contactForm__form .agree .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background: #FFF url(../../assets/images/contact/check.svg) center/cover no-repeat;
}
.contactForm__form .agree p {
  line-height: 1.5;
}
.contactForm__form .agree p a {
  text-decoration: underline;
}
.contactForm__form .submit {
  display: flex;
  gap: calc(var(--f) * 18);
  padding-bottom: calc(var(--h) * 50);
}
.contactForm__form .submit .button {
  width: 100%;
}
.contactForm__form .submit .button span,
.contactForm__form .submit .button input {
  transition-duration: 300ms;
}
.contactForm__form .submit .button span:hover,
.contactForm__form .submit .button input:hover {
  opacity: 0.7;
}
.contactForm__form .submit .button span,
.contactForm__form .submit .button input {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 10);
  width: 100%;
  height: calc(var(--f) * 86);
  font-size: calc(var(--f) * 20);
  text-align: center;
  border-radius: calc(var(--f) * 24);
}
.contactForm__form .submit .button span#formNext,
.contactForm__form .submit .button input#formNext {
  color: #FFF;
  background: #05191C;
}
.contactForm__form .submit .button span#formBack,
.contactForm__form .submit .button input#formBack {
  border: 1px solid #C0C0C0;
}
.contactForm__form .submit .button span#formBack::before,
.contactForm__form .submit .button input#formBack::before {
  content: "";
  width: calc(var(--f) * 32);
  flex-shrink: 0;
  height: calc(var(--f) * 32);
  background: url(../../assets/images/contact/back.svg) center/contain no-repeat;
}
.contactForm__form .submit .button span.wpcf7-submit,
.contactForm__form .submit .button input.wpcf7-submit {
  color: #FFF;
  background: #05191C;
}
@media screen and (min-width: 960.02px) {
  .contactForm__container {
    width: calc(var(--f) * 1200);
    padding-left: calc(var(--f) * 360);
  }
  .contactForm__info {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(var(--f) * 318);
  }
  .contactForm__form .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contactForm__form .form__item {
    width: 100%;
  }
  .contactForm__form .form__item--col2 {
    width: calc((100% - var(--f) * 10) / 2);
  }
  .contactForm__form .form__contents .wpcf7-radio {
    flex-wrap: nowrap;
  }
  .contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
  .contactForm__form .form__contents [data-name=radio2] .wpcf7-radio .wpcf7-list-item:nth-child(1) {
    width: 34%;
  }
  .contactForm__form .form__contents [data-name=radio2] .wpcf7-radio .wpcf7-list-item:nth-child(2) {
    width: 28%;
  }
  .contactForm__form .form__contents [data-name=radio2] .wpcf7-radio .wpcf7-list-item:nth-child(3) {
    width: 16%;
  }
  .contactForm__form .form__contents [data-name=radio2] .wpcf7-radio .wpcf7-list-item:nth-child(4) {
    width: 22%;
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1160px) {
  .contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item {
    font-size: calc(var(--f) * 14);
  }
  .contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: calc(var(--f) * 28);
  }
  .contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
    left: calc(var(--f) * 6);
  }
}
@media screen and (max-width: 960px) {
  .contactForm {
    padding-top: calc(var(--h) * 20);
  }
  .contactForm__container {
    display: flex;
    flex-wrap: wrap;
  }
  .contactForm__info {
    width: 100%;
    margin-top: 5vw;
    order: 99;
  }
  .contactForm__info .item {
    padding: calc(var(--f) * 16) calc(var(--f) * 20) calc(var(--f) * 20);
    margin-bottom: calc(var(--f) * 12);
    border-radius: calc(var(--f) * 8);
  }
  .contactForm__info .title {
    margin-bottom: calc(var(--f) * 6);
  }
  .contactForm__info .title img {
    width: calc(var(--f) * 28);
  }
  .contactForm__info .contents {
    font-size: calc(var(--f) * 14);
    line-height: 1.5;
  }
  .contactForm__step {
    width: 100%;
  }
  .contactForm__step .items {
    padding: calc(var(--f) * 10) 0 0;
    margin-bottom: calc(var(--h) * 16);
  }
  .contactForm__step .item {
    margin-top: calc(var(--f) * 8);
  }
  .contactForm__step .item::after {
    margin: 0 0 0 calc(var(--s) * 16);
  }
  .contactForm__form {
    width: 100%;
    padding: 0 calc(var(--f) * 20);
    border-radius: calc(var(--f) * 8);
  }
  .contactForm__form .head {
    gap: 0.5em;
    padding-top: calc(var(--f) * 26);
    font-size: calc(var(--f) * 20);
    line-height: 1.2;
  }
  .contactForm__form .head .count {
    width: calc(var(--f) * 40);
    font-size: calc(var(--f) * 20);
  }
  .contactForm__form .form {
    font-size: calc(var(--f) * 14);
  }
  .contactForm__form .form__label {
    font-size: calc(var(--f) * 15);
    margin-bottom: 0.3em;
  }
  .contactForm__form .form__contents .wpcf7-radio {
    gap: calc(var(--f) * 6);
  }
  .contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    gap: calc(var(--f) * 8);
    min-height: calc(var(--f) * 46);
    padding: calc(var(--f) * 4) calc(var(--f) * 8) calc(var(--f) * 4) calc(var(--f) * 32);
  }
  .contactForm__form .form__contents .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
    left: calc(var(--f) * 8);
  }
  .contactForm__form .agree .wpcf7-list-item .wpcf7-list-item-label::before {
    width: calc(var(--f) * 20);
    height: calc(var(--f) * 20);
  }
  .contactForm__form .agree p {
    font-size: calc(var(--f) * 14);
  }
  .contactForm__form .submit {
    gap: calc(var(--f) * 8);
    padding-bottom: calc(var(--h) * 40);
  }
  .contactForm__form .submit .button span,
  .contactForm__form .submit .button input {
    height: calc(var(--f) * 58);
    font-size: calc(var(--f) * 16);
    border-radius: calc(var(--f) * 12);
  }
  .contactForm__form .submit .button span#formBack::before,
  .contactForm__form .submit .button input#formBack::before {
    content: "";
    width: calc(var(--f) * 28);
    height: calc(var(--f) * 28);
  }
}

.contactForm--step1 .contactForm__step .item--step1 .count,
.contactForm--step2 .contactForm__step .item--step2 .count {
  color: #FFF;
  background: #00A99C;
}

.contactForm__form {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.contactForm--step1 .contactForm__form--step1,
.contactForm--step2 .contactForm__form--step2 {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
  pointer-events: auto;
}

.contactComplete {
  position: relative;
  overflow: hidden;
  padding: calc(var(--h) * 110) 0 calc(var(--h) * 60);
}
.contactComplete__container {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .contactComplete__container {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .contactComplete__container {
    width: 90vw;
  }
}
.contactComplete__container {
  position: relative;
  text-align: center;
}

.simulatorForm__hero {
  padding: calc(var(--h) * 48) 0 0;
  background: #00A99C;
}
.simulatorForm__hero .container {
  margin: 0 auto;
}
.simulatorForm__hero .title {
  margin: calc(var(--f) * 6) 0 calc(var(--f) * 22);
  color: #FFF;
  font-size: calc(var(--f) * 40);
  line-height: 1.4;
  font-weight: 700;
}
.simulatorForm__hero .contents {
  color: #FFF;
  font-size: calc(var(--f) * 15);
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 960.02px) {
  .simulatorForm__hero .container {
    width: calc(var(--f) * 850);
  }
  .simulatorForm__hero .title {
    text-align: center;
  }
  .simulatorForm__hero .contents {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .simulatorForm__hero {
    padding-top: calc(var(--h) * 24);
  }
  .simulatorForm__hero .container {
    width: 90vw;
  }
  .simulatorForm__hero .title {
    font-size: calc(var(--f) * 24);
  }
  .simulatorForm__hero .contents {
    font-size: calc(var(--f) * 14);
    line-height: 1.5;
  }
}
.simulatorForm--step2 .simulatorForm__hero, .simulatorForm--step3 .simulatorForm__hero {
  display: none;
}
.simulatorForm__step {
  padding: calc(var(--f) * 35) 0 0;
  background: #00A99C;
}
.simulatorForm__step .container {
  margin: 0 auto;
  background: #FBFBFB;
  border-radius: calc(var(--f) * 30) calc(var(--f) * 30) 0 0;
}
.simulatorForm__step .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: calc(var(--f) * 20) 0;
}
.simulatorForm__step .item {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.71em;
  font-size: calc(var(--f) * 14);
  line-height: 1.6;
  white-space: nowrap;
}
.simulatorForm__step .item .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--f) * 40);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  color: #00A99C;
  font-size: calc(var(--f) * 16);
  white-space: nowrap;
  border: 1px solid #00A99C;
  border-radius: 999px;
}
.simulatorForm__step .item::after {
  content: "";
  display: block;
  width: calc(var(--f) * 52);
  flex-shrink: 0;
  height: calc(var(--f) * 40);
  margin: 0 calc(var(--s) * 23) 0 calc(var(--s) * 28);
  background: url(../../assets/images/contact/step_arrow.svg) right center/contain no-repeat;
}
.simulatorForm__step .item:last-child::after {
  display: none;
}
@media screen and (min-width: 960.02px) {
  .simulatorForm__step .container {
    width: calc(var(--f) * 900);
  }
}
@media screen and (max-width: 960px) {
  .simulatorForm__step .container {
    width: 90vw;
  }
  .simulatorForm__step .items {
    justify-content: flex-start;
    gap: calc(var(--f) * 8);
    padding-left: calc(var(--f) * 16);
  }
  .simulatorForm__step .item {
    position: relative;
    width: 100%;
  }
}
.simulatorForm--step1 .simulatorForm__step .item--step1 .count, .simulatorForm--step2 .simulatorForm__step .item--step2 .count, .simulatorForm--step3 .simulatorForm__step .item--step3 .count {
  color: #FFF;
  background: #00A99C;
}
.simulatorForm--step2 .simulatorForm__step .item--step1 .count, .simulatorForm--step3 .simulatorForm__step .item--step1 .count, .simulatorForm--step3 .simulatorForm__step .item--step2 .count {
  text-indent: -999px;
  background: url(../images/simulator/step_check.svg) center/cover no-repeat;
  border-color: #969EA5;
}
.simulatorForm__main .container {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .simulatorForm__main .container {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .simulatorForm__main .container {
    width: 90vw;
  }
}
@media screen and (min-width: 960.02px) {
  .simulatorForm__main .container {
    width: calc(var(--f) * 1000);
  }
}
.simulatorForm__main .head {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.5em;
  padding: calc(var(--f) * 40) 0 0;
  margin: 0 0 calc(var(--f) * 6);
  font-size: calc(var(--f) * 32);
  line-height: 1.2;
  text-align: center;
}
.simulatorForm__main .head .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  color: #FFF;
  font-size: 0.75em;
  background: #00A99C;
  border-radius: 999px;
}
.simulatorForm__main .head strong {
  color: #00A99C;
}
.simulatorForm__main .info {
  font-size: calc(var(--f) * 15);
  font-weight: 500;
  text-align: center;
}
.simulatorForm__main .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: calc(var(--h) * 60);
}
.simulatorForm__main .buttons button,
.simulatorForm__main .buttons .button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 10);
  width: calc((100% - var(--f) * 18) / 2);
  height: calc(var(--f) * 86);
  padding: 0 1em;
  font-size: calc(var(--f) * 20);
  line-height: 1.2;
  font-weight: 700;
  border-radius: calc(var(--f) * 24);
}
.simulatorForm__main .buttons button:first-child,
.simulatorForm__main .buttons .button:first-child {
  border: 1px solid #C0C0C0;
  background-color: #FFF;
}
.simulatorForm__main .buttons button:first-child::before,
.simulatorForm__main .buttons .button:first-child::before {
  content: "";
  width: calc(var(--f) * 32);
  flex-shrink: 0;
  height: calc(var(--f) * 32);
  background: url(../../assets/images/contact/back.svg) center/contain no-repeat;
}
.simulatorForm__main .buttons button:last-child,
.simulatorForm__main .buttons .button:last-child {
  color: #FFF;
  background-color: #05191C;
}
.simulatorForm__main .buttons button[disabled],
.simulatorForm__main .buttons .button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (max-width: 960px) {
  .simulatorForm__main .head {
    display: block;
    font-size: calc(var(--f) * 24);
  }
  .simulatorForm__main .head .count {
    margin: 0 auto;
  }
  .simulatorForm__main .info {
    font-size: calc(var(--f) * 14);
    line-height: 1.5;
  }
  .simulatorForm__main .buttons button {
    font-size: calc(var(--f) * 16);
    border-radius: calc(var(--f) * 12);
  }
}
.simulatorForm__input1 .equip {
  display: flex;
  gap: calc(var(--f) * 14);
  padding: calc(var(--f) * 40) 0;
}
.simulatorForm__input1 .equip__item {
  cursor: pointer;
  width: 100%;
  aspect-ratio: 1/1;
  padding: calc(var(--f) * 40) 0;
  background: #FFF;
  box-shadow: 0 0 calc(var(--f) * 20) calc(var(--f) * 2) rgba(0, 0, 0, 0.1);
  border: calc(var(--f) * 3) solid #FFF;
  border-radius: calc(var(--f) * 40);
  transition-duration: 300ms;
}
.simulatorForm__input1 .equip__item .icon {
  height: calc(var(--f) * 150);
  background: url(../../assets/images/simulator/type_1.png) center/contain no-repeat;
  font-size: 0;
  text-align: -999px;
}
.simulatorForm__input1 .equip__item .title {
  font-size: calc(var(--f) * 28);
  line-height: 1.2;
  text-align: center;
}
.simulatorForm__input1 .equip__item .desc {
  font-size: calc(var(--f) * 15);
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
.simulatorForm__input1 .equip__item:hover {
  border: calc(var(--f) * 3) solid #00A99C;
}
.simulatorForm__input1 .equip__item:nth-child(2) .icon {
  background-image: url(../../assets/images/simulator/type_2.png);
}
.simulatorForm__input1 .equip__item:nth-child(3) .icon {
  background-image: url(../../assets/images/simulator/type_3.png);
}
@media screen and (max-width: 960px) {
  .simulatorForm__input1 .equip {
    flex-wrap: wrap;
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .simulatorForm__input1 .equip__item {
    padding: calc(var(--f) * 10) 0 calc(var(--f) * 16);
    aspect-ratio: unset;
  }
  .simulatorForm__input1 .equip__item .icon {
    height: calc(var(--f) * 100);
  }
}
.simulatorForm__input2 .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: calc(var(--f) * 8) calc(var(--f) * 40) calc(var(--f) * 40);
  margin: calc(var(--f) * 40) 0 0;
  border-radius: calc(var(--f) * 40);
  background: #FFF;
  box-shadow: 0 0 calc(var(--f) * 20) calc(var(--f) * 2) rgba(0, 0, 0, 0.1);
}
.simulatorForm__input2 .form__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: calc(var(--f) * 10);
  width: 100%;
  padding: calc(var(--f) * 34) 0 calc(var(--f) * 28);
  margin: 0;
  border-top: 1px solid #C0C0C0;
}
.simulatorForm__input2 .form__item .label {
  width: 100%;
  font-size: calc(var(--f) * 22);
  line-height: 1.2;
  font-weight: 700;
}
.simulatorForm__input2 .form__item .label strong {
  color: #00A99C;
}
.simulatorForm__input2 .form__item .notice {
  width: 100%;
  font-weight: 400;
}
.simulatorForm__input2 .form__item .contents {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  gap: calc(var(--f) * 10);
  width: 100%;
}
.simulatorForm__input2 .form__item .contents input[type=text],
.simulatorForm__input2 .form__item .contents input[type=email],
.simulatorForm__input2 .form__item .contents input[type=tel] {
  display: block;
  width: 100%;
  padding: calc(var(--f) * 16) calc(var(--f) * 12);
  font-weight: 400;
  border: 1px solid #B3B3B3;
  border-radius: calc(var(--f) * 8);
}
.simulatorForm__input2 .form__item .contents input[type=text]::placeholder,
.simulatorForm__input2 .form__item .contents input[type=email]::placeholder,
.simulatorForm__input2 .form__item .contents input[type=tel]::placeholder {
  color: #838383;
}
.simulatorForm__input2 .form__item .contents span {
  font-size: calc(var(--f) * 20);
  font-weight: 600;
  white-space: nowrap;
}
.simulatorForm__input2 .form__item .radio {
  display: flex;
  gap: calc(var(--f) * 4);
}
.simulatorForm__input2 .form__item .radio .item {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: calc(var(--f) * 4);
  min-height: calc(var(--f) * 90);
  padding: calc(var(--f) * 12) calc(var(--f) * 12) calc(var(--f) * 12) calc(var(--f) * 36);
  border: 1px solid #B3B3B3;
  border-radius: calc(var(--f) * 8);
  line-height: 1.2;
}
.simulatorForm__input2 .form__item .radio .item::before {
  content: "";
  position: absolute;
  left: calc(var(--f) * 8);
  top: 0;
  bottom: 0;
  display: block;
  width: 1.1875em;
  height: 1.1875em;
  margin: auto 0;
  background: #FFF;
  border: 1px solid #C0C0C0;
  border-radius: 999px;
}
.simulatorForm__input2 .form__item .radio .item .rate {
  width: 100%;
  color: #05191C;
  font-size: calc(var(--f) * 22);
  text-align: left;
}
.simulatorForm__input2 .form__item .radio .item .desc {
  width: 100%;
  color: #05191C;
  font-size: calc(var(--f) * 14);
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}
.simulatorForm__input2 .form__item .radio .item.checked {
  background: #00A99C;
  border-color: #00A99C;
}
.simulatorForm__input2 .form__item .radio .item.checked::before {
  background: #FFF url(../../assets/images/contact/check.svg) center/cover no-repeat;
}
.simulatorForm__input2 .form__item .radio .item.checked .rate {
  color: #FFF;
}
.simulatorForm__input2 .form__item .radio .item.checked .desc {
  color: #FFF;
}
.simulatorForm__input2 .form__item .caution {
  position: relative;
  padding: calc(var(--f) * 10) calc(var(--f) * 24) calc(var(--f) * 10) calc(var(--f) * 46);
  font-size: calc(var(--f) * 14);
  line-height: 1.4;
  background: #F0F0F0;
  border-radius: calc(var(--f) * 5);
}
.simulatorForm__input2 .form__item .caution .ico {
  position: absolute;
  top: 0;
  left: calc(var(--f) * 14);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #00A99C;
  font-size: calc(var(--f) * 20);
}
.simulatorForm__input2 .form__item .slider {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(var(--f) * 707);
  height: calc(var(--f) * 78);
  padding: 0;
  background: #F0F0F0;
  border-radius: calc(var(--f) * 10);
}
.simulatorForm__input2 .form__item .slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 92%;
  height: calc(var(--f) * 10);
  margin: auto;
  background-color: #D9D9D9;
  border-radius: 999px;
}
.simulatorForm__input2 .form__item .slider__input {
  appearance: none;
  display: block;
  width: 92%;
  height: calc(var(--f) * 28);
  border-radius: 999px;
}
.simulatorForm__input2 .form__item .slider {
  /* Chrome / Safari */
}
.simulatorForm__input2 .form__item .slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: calc(var(--f) * 28);
  height: calc(var(--f) * 28);
  border-radius: 50%;
  background: #00519C;
  cursor: pointer;
  box-shadow: 0 calc(var(--f) * 2) calc(var(--f) * 4) 0 rgba(0, 0, 0, 0.2);
}
.simulatorForm__input2 .form__item .slider {
  /* Firefox */
}
.simulatorForm__input2 .form__item .slider__input::-moz-range-thumb {
  width: calc(var(--f) * 28);
  height: calc(var(--f) * 28);
  border-radius: 50%;
  background: #00519C;
  border: none;
  cursor: pointer;
  box-shadow: 0 calc(var(--f) * 2) calc(var(--f) * 4) 0 rgba(0, 0, 0, 0.2);
}
.simulatorForm__input2 .form__item .slider__count {
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 1em;
  color: #00519C;
  font-size: calc(var(--f) * 40);
}
.simulatorForm__input2 .form__item .slider__label {
  display: flex;
  justify-content: space-between;
  width: calc(var(--f) * 707);
  max-width: 100%;
  color: #05191C;
  font-size: calc(var(--f) * 16);
  line-height: 1.6;
  font-weight: 400;
}
.simulatorForm__input2 .form__item .slider__label span:last-child {
  text-align: right;
}
.simulatorForm__input2 .form__item .slider__total {
  width: calc(var(--f) * 707);
  max-width: 100%;
  text-align: right;
}
.simulatorForm__input2 .form__item .slider__total strong {
  color: #00519C;
  font-size: 1.25em;
}
.simulatorForm__input2 .form__item .breakdownBar {
  width: 100%;
}
.simulatorForm__input2 .form__item .breakdownBar__bar {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: calc(var(--f) * 60);
  margin: 0 0 calc(var(--f) * 12);
  font-size: calc(var(--f) * 14);
  border-radius: 999px;
}
.simulatorForm__input2 .form__item .breakdownBar__bar .item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--f) * 14);
  font-weight: 500;
}
.simulatorForm__input2 .form__item .breakdownBar__bar .item--bdfPct {
  color: #FFF;
  background: #00519c;
}
.simulatorForm__input2 .form__item .breakdownBar__bar .item--recycledPct {
  color: #FFF;
  background: rgba(0, 81, 156, 0.85);
}
.simulatorForm__input2 .form__item .breakdownBar__bar .item--offsetPct {
  color: #FFF;
  background: rgba(0, 81, 156, 0.7);
}
.simulatorForm__input2 .form__item .breakdownBar__bar .item--remainPct {
  background: #DCCFBD;
}
.simulatorForm__input2 .form__item .breakdownBar__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(var(--f) * 12);
}
.simulatorForm__input2 .form__item .breakdownBar__items .item {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.3em;
  font-size: calc(var(--f) * 14);
  font-weight: 500;
}
.simulatorForm__input2 .form__item .breakdownBar__items .item::before {
  content: "";
  position: relative;
  top: 0.1em;
  width: 0.7em;
  height: 0.7em;
  border-radius: 999px;
}
.simulatorForm__input2 .form__item .breakdownBar__items .item--bdfPct::before {
  background: #00519c;
}
.simulatorForm__input2 .form__item .breakdownBar__items .item--recycledPct::before {
  background: rgba(0, 81, 156, 0.85);
}
.simulatorForm__input2 .form__item .breakdownBar__items .item--offsetPct::before {
  background: rgba(0, 81, 156, 0.7);
}
.simulatorForm__input2 .form__item .breakdownBar__items .item--remainPct::before {
  background: #DCCFBD;
}
.simulatorForm__input2 .form__item--text .notice {
  order: 99;
}
@media screen and (min-width: 960.02px) {
  .simulatorForm__input2 .form__item--text {
    width: calc((100% - var(--s) * 100) / 2);
    border-top: none;
  }
  .simulatorForm__input2 .form__item .radio .item .desc {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    min-height: 2.8em;
  }
}
@media screen and (max-width: 960px) {
  .simulatorForm__input2 .form {
    padding: calc(var(--f) * 10) calc(var(--f) * 30);
    border-radius: calc(var(--f) * 16);
  }
  .simulatorForm__input2 .form__item:first-child {
    border-top: none;
  }
  .simulatorForm__input2 .form__item .notice {
    font-size: calc(var(--f) * 14);
    line-height: 1.5;
  }
  .simulatorForm__input2 .form__item .radio {
    flex-wrap: wrap;
  }
  .simulatorForm__input2 .form__item .radio .item {
    width: 100%;
    min-height: unset;
  }
  .simulatorForm__input2 .form__item .radio .item .rate {
    font-size: calc(var(--f) * 16);
  }
  .simulatorForm__input2 .form__item .radio .item .desc br {
    display: none;
  }
  .simulatorForm__input2 .form__item .slider__count {
    display: none;
  }
}
.simulatorForm__result .result {
  padding: calc(var(--f) * 40);
  margin: calc(var(--f) * 40) 0 calc(var(--f) * 20);
  border-radius: calc(var(--f) * 40);
  background: #FFF;
  box-shadow: 0 0 calc(var(--f) * 20) calc(var(--f) * 2) rgba(0, 0, 0, 0.1);
}
.simulatorForm__result .result__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: calc(var(--f) * 20) 0;
  margin: 0 0 calc(var(--f) * 20);
  color: #FFF;
  text-align: center;
  background: #00519C;
  border-radius: calc(var(--f) * 20);
}
.simulatorForm__result .result__main .title {
  width: 100%;
  color: #FFF;
  font-size: calc(var(--f) * 18);
}
.simulatorForm__result .result__main .total {
  width: 100%;
}
.simulatorForm__result .result__main .total b {
  display: inline-block;
  margin: 0 0.1em 0 0;
  font-size: calc(var(--f) * 86);
  line-height: 1.2;
  font-weight: 900;
}
.simulatorForm__result .result__main .total small {
  font-size: calc(var(--f) * 24);
  font-weight: 900;
}
.simulatorForm__result .result__main .total::after {
  content: "";
  display: block;
  width: calc(var(--f) * 420);
  max-width: 90%;
  height: 1px;
  margin: 0 auto;
  background: #FFF;
}
.simulatorForm__result .result__main .rate {
  display: inline-block;
  padding: 0 0 0 calc(var(--f) * 52);
  margin: calc(var(--f) * 12) 0 0;
  background: none;
  color: #FFF;
  font-size: calc(var(--f) * 18);
  font-weight: 700;
  line-height: 1.2;
  border-radius: 0;
  background: url(../../assets/images/simulator/co2.svg) left bottom/calc(var(--f) * 42) auto no-repeat;
}
.simulatorForm__result .result__main .rate b {
  font-size: 2em;
}
.simulatorForm__result .result__items {
  display: flex;
  gap: calc(var(--f) * 12);
}
.simulatorForm__result .result__item {
  width: 100%;
  padding: calc(var(--f) * 16) calc(var(--f) * 28) calc(var(--f) * 12);
  border: none;
  background: #F0F0F0;
  border-radius: calc(var(--f) * 10);
}
.simulatorForm__result .result__item .title {
  padding: calc(var(--f) * 3) 0;
  margin: 0 0 calc(var(--f) * 9);
  color: #05191C;
  font-size: calc(var(--f) * 16);
  font-weight: 700;
}
.simulatorForm__result .result__item .detail {
  color: #05191C;
  font-size: calc(var(--f) * 16);
}
.simulatorForm__result .result__item .detail dt {
  font-weight: 500;
}
.simulatorForm__result .result__item .total {
  padding: calc(var(--f) * 12) 0 calc(var(--f) * 6);
  margin-top: calc(var(--f) * 10);
  border-top: 1px solid #00A99C;
  color: #05191C;
  line-height: 1.2;
}
.simulatorForm__result .result__item .total strong {
  font-size: 1.25em;
}
.simulatorForm__result .result__item .total b {
  color: #00519C;
}
.simulatorForm__result .result__item--totalCO2 {
  border: 1px solid #00A99C;
  background: none;
}
.simulatorForm__result .result__item--totalCO2 .emission {
  display: block;
  padding: calc(var(--f) * 8) 0 0 calc(var(--f) * 12);
  font-size: calc(var(--f) * 20);
  font-weight: 700;
}
.simulatorForm__result .result__item--totalCO2 .emission b {
  display: inline-block;
  margin: 0 0.1em 0 0;
  color: #00A99C;
  font-size: calc(var(--f) * 60);
  line-height: 1;
}
.simulatorForm__result .result__item--direct .title {
  padding-left: 1.5em;
  background: url(../images/simulator/waterDrop.svg) left center/0.8125em auto no-repeat;
}
.simulatorForm__result .result__item--direct .detail {
  display: flex;
  flex-wrap: wrap;
}
.simulatorForm__result .result__item--direct .detail dt {
  width: 60%;
}
.simulatorForm__result .result__item--direct .detail dd {
  width: 40%;
  white-space: nowrap;
}
.simulatorForm__result .result__item--offset .title {
  padding-left: 2.5em;
  background: url(../images/simulator/tree.svg) left center/1.875em auto no-repeat;
}
@media screen and (max-width: 960px) {
  .simulatorForm__result .result {
    padding: calc(var(--f) * 30);
    border-radius: calc(var(--f) * 16);
  }
  .simulatorForm__result .result__main .title {
    font-size: calc(var(--f) * 16);
  }
  .simulatorForm__result .result__main .total {
    width: 100%;
  }
  .simulatorForm__result .result__main .total b {
    font-size: calc(var(--f) * 46);
  }
  .simulatorForm__result .result__main .total small {
    font-size: calc(var(--f) * 20);
  }
  .simulatorForm__result .result__main .total::after {
    content: "";
    display: block;
    width: calc(var(--f) * 420);
    max-width: 90%;
    height: 1px;
    margin: 0 auto;
    background: #FFF;
  }
  .simulatorForm__result .result__main .rate {
    font-size: calc(var(--f) * 15);
  }
  .simulatorForm__result .result__items {
    flex-wrap: wrap;
  }
  .simulatorForm__result .result__item .detail dt, .simulatorForm__result .result__item .detail dd {
    width: 100%;
  }
  .simulatorForm__result .result__notice {
    font-size: calc(var(--f) * 14);
    line-height: 1.5;
  }
}
.simulatorForm__next {
  margin-top: calc(var(--h) * 96);
}
.simulatorForm__next .container {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .simulatorForm__next .container {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .simulatorForm__next .container {
    width: 90vw;
  }
}
.simulatorForm__next .head {
  padding: 0 0 calc(var(--h) * 60);
}
.simulatorForm__next .head h2 {
  text-align: center;
}
.simulatorForm__next .head h2 .en {
  display: block;
  height: calc(var(--f) * 230);
  margin: 0 0 calc(var(--f) * 40);
  color: #FBFBFB;
  font-size: 0;
  background: url(../../assets/images/simulator/next.svg) center/contain no-repeat;
}
.simulatorForm__next .head h2 .ja {
  font-size: calc(var(--f) * 40);
  line-height: 1.2;
}
.simulatorForm__next .head h2 .ja strong {
  color: #00A99C;
}
.simulatorForm__next .item {
  padding: calc(var(--f) * 35) calc(var(--s) * 58) calc(var(--h) * 70);
}
.simulatorForm__next .item::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(var(--f) * 64);
  margin: 0 0 calc(var(--f) * 34);
  background: url(../../assets/images/simulator/next_1.png) left center/contain no-repeat;
}
.simulatorForm__next .item:nth-child(2)::before {
  background-image: url(../../assets/images/simulator/next_2.png);
}
.simulatorForm__next .item:nth-child(3)::before {
  background-image: url(../../assets/images/simulator/next_3.png);
}
.simulatorForm__next .item .title {
  font-size: calc(var(--f) * 20);
}
.simulatorForm__next .item .title strong {
  font-size: 1.6em;
}
.simulatorForm__next .item .detail {
  margin: 0 0 calc(var(--f) * 16);
  color: #05191C;
  font-size: calc(var(--f) * 15);
  font-weight: 500;
}
.simulatorForm__next .item .more {
  display: flex;
  justify-content: center;
}
.simulatorForm__next .item .more .label {
  display: flex;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 12);
  padding: calc(var(--f) * 8);
  border-bottom: calc(var(--f) * 2) solid #05191C;
}
.simulatorForm__next .item .more .label img {
  display: block;
  height: calc(var(--f) * 11.5);
}
.simulatorForm__next .item .more .label::after {
  content: "";
  display: block;
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 32);
  flex-shrink: 0;
  background: url(../../assets/images/_common/ico_arrowRight.svg) center/contain no-repeat;
}
.simulatorForm__next .item .more {
  justify-content: flex-start;
}
.simulatorForm__next .item--solutions, .simulatorForm__next .item--cases {
  display: none;
}
@media screen and (min-width: 960.02px) {
  .simulatorForm__next .items {
    display: flex;
    justify-content: center;
  }
  .simulatorForm__next .item {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .simulatorForm__next {
    margin-top: calc(var(--h) * 48);
  }
  .simulatorForm__next .head {
    padding-bottom: calc(var(--h) * 30);
  }
  .simulatorForm__next .head h2 .ja {
    font-size: calc(var(--f) * 24);
  }
  .simulatorForm__next .item {
    padding: calc(var(--f) * 30) calc(var(--f) * 16);
    border-bottom: 1px solid #C0C0C0;
  }
  .simulatorForm__next .item:last-child {
    border-bottom: none;
  }
  .simulatorForm__next .item::before {
    margin-bottom: calc(var(--f) * 16);
  }
  .simulatorForm__next .item .title {
    font-size: calc(var(--f) * 20);
  }
  .simulatorForm__next .item .detail {
    font-size: calc(var(--f) * 14);
    line-height: 1.5;
  }
}
.simulatorForm--step1 .simulatorForm__next, .simulatorForm--step2 .simulatorForm__next {
  display: none;
}

.errorMessage {
  position: relative;
  overflow: hidden;
  padding: calc(var(--h) * 110) 0 calc(var(--h) * 60);
}
.errorMessage__container {
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .errorMessage__container {
    width: calc(var(--s) * 1360);
    max-width: 94vw;
  }
}
@media screen and (max-width: 960px) {
  .errorMessage__container {
    width: 90vw;
  }
}
.errorMessage__container {
  position: relative;
  text-align: center;
}
.errorMessage__container h2 {
  margin: 0 0 0.5em;
  color: #00A99C;
  font-size: calc(var(--f) * 28);
}
.errorMessage__container p {
  padding: 0 0 1em;
}
.errorMessage__container .button {
  display: flex;
  justify-content: center;
}
.errorMessage__container .button .label {
  display: flex;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 12);
  padding: calc(var(--f) * 8);
  border-bottom: calc(var(--f) * 2) solid #05191C;
}
.errorMessage__container .button .label img {
  display: block;
  height: calc(var(--f) * 11.5);
}
.errorMessage__container .button .label::after {
  content: "";
  display: block;
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 32);
  flex-shrink: 0;
  background: url(../../assets/images/_common/ico_arrowRight.svg) center/contain no-repeat;
}
.errorMessage__container .button {
  margin-top: calc(var(--h) * 40);
}

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