@charset "UTF-8";
/* ===================================
Foundation
=================================== */
/*
 * _setting.scss
 */
/* -----------------------------------
Color
------------------------------------ */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
ie
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
shadow
------------------------------------ */
/* -----------------------------------
hover
------------------------------------ */
/* -----------------------------------
vw
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@500;600;700&display=swap");
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("/assets/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Thin.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("/assets/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Light.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("/assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("/assets/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Black.woff") format("woff");
}

/*
 * _reset.scss
 */
/* -----------------------------------
reset
------------------------------------ */
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

/*
 * _base.scss
 */
/* -----------------------------------
base Setting
------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #45555e;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #45555e;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::-moz-selection {
  background: #45555e;
  color: #fff;
}

::selection {
  background: #45555e;
  color: #fff;
}

::-moz-selection {
  background: #45555e;
  color: #fff;
}

/* ===================================
Layout
=================================== */
/*
 * _layout.scss
 */
/* -----------------------------------
wrapper
------------------------------------ */
.l-wrapper {
  overflow-x: hidden;
}

/* -----------------------------------
header
------------------------------------ */
.l-header {
  position: relative;
  z-index: 10000;
  position: fixed;
  width: 100%;
  -webkit-transition: background .4s;
  transition: background .4s;
}

[data-page-id="simulation"] .l-header {
  background-color: #45555e !important;
}

.l-header.is-active {
  background-color: #45555e !important;
}

@media screen and (max-width: 768px) {
  .l-header {
    background-color: #45555e !important;
  }
}

.l-header_in {
  position: relative;
  width: 100%;
  height: 90px;
}

@media screen and (max-width: 768px) {
  .l-header_in {
    height: 50px;
  }
}

.l-header_logo {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 103px;
}

@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 60px;
  }
}

.l-header_tagline {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 125px;
  width: 173px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .l-header_tagline {
    width: 90px;
    left: 72px;
  }
}

@media screen and (min-width: 769px) {
  .l-header_gnav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .l-header_gnav {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    background-color: #45555e !important;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  .l-header_gnav.is-open {
    opacity: 1;
    z-index: 0;
    visibility: visible;
  }
}

@media screen and (min-width: 769px) {
  .l-header_gnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .l-header_gnav ul {
    width: 80%;
    margin: 0 auto;
  }
}

.l-header_gnav ul li {
  position: relative;
}

.l-header_gnav ul li a {
  position: relative;
  display: block;
  padding: 5px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .l-header_gnav ul li a {
    padding: 10px 20px 10px 30px;
    font-size: 1.6rem;
  }
}

.l-header_gnav ul li a:after {
  content: '';
  display: none;
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .l-header_gnav ul li a:after {
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .l-header_gnav ul li a:after {
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.l-header_gnav ul li a:hover:after {
  display: block;
}

.l-header_gnav ul li:before {
  content: '';
  display: block;
  width: 2px;
  height: 1em;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .l-header_gnav ul li:before {
    display: none;
  }
}

.l-header_gnav ul li:first-child:before {
  display: none;
}

[data-page-id=top] .l-header_gnav ul li[data-cat-id=top] a:after,
[data-page-id=process] .l-header_gnav ul li[data-cat-id=process] a:after,
[data-page-id=simulation] .l-header_gnav ul li[data-cat-id=simulation] a:after,
[data-page-id=quality] .l-header_gnav ul li[data-cat-id=quality] a:after,
[data-page-id=gallery] .l-header_gnav ul li[data-cat-id=gallery] a:after {
  display: block;
}

.l-header_catalog {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .l-header_catalog {
    right: 60px;
  }
}

.l-header_btn {
  position: absolute;
  z-index: 10000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: block;
  right: 15px;
  width: 30px;
  height: 25px;
}

@media screen and (min-width: 769px) {
  .l-header_btn {
    display: none;
  }
}

.l-header_btn span {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-header_btn span:nth-of-type(1) {
  top: 0%;
}

.l-header_btn span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}

.l-header_btn span:nth-of-type(3) {
  bottom: 0%;
}

.l-header_btn.is-open span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.l-header_btn.is-open span:nth-of-type(2) {
  opacity: 0;
  left: 100%;
}

.l-header_btn.is-open span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* -----------------------------------
content
------------------------------------ */
.l-content {
  min-height: 100vh;
}

[data-page-id="simulation"] .l-content {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  [data-page-id="simulation"] .l-content {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .l-content {
    padding-top: 50px;
  }
}

/* -----------------------------------
l-page
------------------------------------ */
.l-page {
  position: relative;
  padding-bottom: 73px;
  display: none;
}

.l-page[data-page=index] {
  z-index: 100;
  padding-bottom: 0px;
}

.l-page.is-visible {
  display: block;
}

/* -----------------------------------
.l-step
------------------------------------ */
.l-step {
  display: none;
}

.l-step.is-visible {
  display: block;
}

/* -----------------------------------
footer
------------------------------------ */
.l-footer {
  padding: 55px 20px 60px;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 30px 20px 30px;
  }
}

.l-footer_in {
  position: relative;
}

.l-footer_logo {
  margin: 0 auto;
  width: 180px;
}

@media screen and (max-width: 768px) {
  .l-footer_logo {
    width: 130px;
  }
}

.l-footer_nav {
  margin: 25px auto 0;
}

@media screen and (max-width: 768px) {
  .l-footer_nav {
    margin: 15px auto 0;
  }
}

.l-footer_nav ul {
  text-align: center;
}

.l-footer_nav ul li {
  display: inline-block;
}

.l-footer_nav ul li:before {
  content: "／";
}

.l-footer_nav ul li:first-child:before {
  display: none;
}

.l-footer_nav ul li a {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 1.4rem;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .l-footer_nav ul li a {
    font-size: 1.1rem;
  }
}

.l-footer_nav ul li a:hover {
  text-decoration: underline;
}

.l-footer_copyright {
  margin-top: 35px;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .l-footer_copyright {
    margin-top: 20px;
    font-size: 1.0rem;
  }
}

/* -----------------------------------
section
------------------------------------ */
.l-sec {
  position: relative;
  z-index: 0;
  padding: 100px 20px;
}

@media screen and (max-width: 768px) {
  .l-sec {
    padding: 15vw 4%;
  }
}

.l-sec_in {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-sec_in {
    max-width: 500px;
  }
}

/* ===================================
Object
=================================== */
/* -----------------------------------
Component
------------------------------------ */
/*
 * _component.scss
 */
.c-titleStyle2 span:after, .c-titleStyle5 span:after, .p-stepChart_head ._finish ._txt:after, .p-selectItem > ._img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #bcc3c9;
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 6px;
}

@media screen and (max-width: 768px) {
  .c-titleStyle2 span:after, .c-titleStyle5 span:after, .p-stepChart_head ._finish ._txt:after, .p-selectItem > ._img:after {
    top: 3px;
    left: 3px;
  }
}

/* -----------------------------------
.c-btn
------------------------------------ */
.c-btnStyle1 {
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
}

.c-btnStyle1 > span {
  position: relative;
  display: inline-block;
  padding: 20px 70px 20px 60px;
  width: 100%;
  border: 4px solid #45555e;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  background-color: #fff;
  color: #45555e;
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (max-width: 768px) {
  .c-btnStyle1 > span {
    border: 2px solid #45555e;
    padding: 12px 50px 12px 30px;
  }
}

a:hover .c-btnStyle1 > span, .c-btnStyle1 > span:hover {
  background-color: rgba(69, 85, 94, 0.1);
}

.c-btnStyle1 > span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #45555e;
  border-right: 4px solid #45555e;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-btnStyle1.-h_catalog {
  background: none;
}

.c-btnStyle1.-h_catalog > span {
  padding: 10px 40px;
  border: 1px solid #fff;
  color: #fff;
  background: none;
}

@media screen and (max-width: 768px) {
  .c-btnStyle1.-h_catalog > span {
    font-size: 1.2rem;
    padding: 7px 30px 7px 15px;
  }
}

.c-btnStyle1.-h_catalog > span:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.c-btnStyle1.-h_catalog > span:after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .c-btnStyle1.-h_catalog > span:after {
    right: 15px;
  }
}

.c-btnStyle1.-simulation {
  background: none;
}

.c-btnStyle1.-simulation > span {
  border: 3px solid #fff;
  max-width: 244px;
  color: #fff;
  font-size: 1.7rem;
  background: none;
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
}

.c-btnStyle1.-simulation > span:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.c-btnStyle1.-simulation > span:after {
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.c-btnStyle1.-blank > span:after {
  background: url(../img/common/ico_blank.svg) no-repeat center/contain;
  width: 21px;
  height: 21px;
  border: none;
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
}

.c-btnStyle1.-blank.-wh {
  background: none;
}

.c-btnStyle1.-blank.-wh > span {
  border: 4px solid #fff;
  color: #fff;
  background: none;
}

@media screen and (max-width: 768px) {
  .c-btnStyle1.-blank.-wh > span {
    border: 2px solid #fff;
  }
}

.c-btnStyle1.-blank.-wh > span:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.c-btnStyle1.-blank.-wh > span:after {
  background: url(../img/common/ico_blank_wh.svg) no-repeat center/contain;
  width: 21px;
  height: 21px;
  border: none;
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
}

.c-btnNext {
  display: inline-block;
}

.c-btnNextBox {
  text-align: center;
}

.c-btnNext > span {
  position: relative;
  padding-left: 45px;
  display: inline-block;
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .c-btnNext > span {
    font-size: 1.8rem;
    padding-left: 35px;
  }
}

.c-btnNext > span:before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/simulation/common/ico_next.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c-btnNext > span:before {
    width: 26px;
    height: 26px;
  }
}

.c-btnDetail {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.c-btnDetail > span {
  position: relative;
  display: inline-block;
  padding: 12px;
  padding-left: 25px;
  width: 100%;
  background: #fff;
  border: 4px solid #45555e;
  color: #45555e;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (min-width: 769px) {
  .c-btnDetail > span {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 900;
  }
}

@media screen and (max-width: 768px) {
  .c-btnDetail > span {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
  }
}

.c-btnDetail > span:hover {
  opacity: .7;
}

.c-btnDetail > span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/simulation/common/ico_search.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-120%, -50%);
          transform: translate(-120%, -50%);
}

@media screen and (max-width: 768px) {
  .c-btnDetail > span:before {
    width: 16px;
    height: 16px;
  }
}

.c-btnSearch {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.c-btnSearchBox {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-btnSearchBox {
    margin-top: 30px;
  }
}

.c-btnSearch > span {
  position: relative;
  display: inline-block;
  padding: 20px 40px 20px 60px;
  width: 100%;
  background: #ffff00;
  border: 4px solid #45555e;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  color: #45555e;
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (max-width: 768px) {
  .c-btnSearch > span {
    padding: 15px 30px 15px 50px;
    border: 2px solid #45555e;
  }
}

.c-btnSearch > span:hover {
  opacity: .7;
}

.c-btnSearch > span:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/simulation/common/ico_search.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btnSubmit, .c-btnResult {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 73px;
  background: #088fa5;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.c-btnSubmit.is-visible, .c-btnResult.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.c-btnSubmit:disabled, .c-btnResult:disabled {
  pointer-events: none;
  background: #bcc3c9;
}

.c-btnSubmit:not(:disabled):hover, .c-btnResult:not(:disabled):hover {
  opacity: .7;
}

.c-btnSubmit span, .c-btnResult span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-right: 45px;
  display: inline-block;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 2.1rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-btnSubmit span, .c-btnResult span {
    font-size: 1.6rem;
  }
}

.c-btnSubmit span:after, .c-btnResult span:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/simulation/common/ico_cv.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c-btnSubmit span:after, .c-btnResult span:after {
    width: 24px;
    height: 24px;
  }
}

.c-btnResult {
  background: #c22b2b;
}

.c-btnSkip {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.c-btnSkip > span {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 100px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  color: #45555e;
  background: #bcc3c9;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (max-width: 768px) {
  .c-btnSkip > span {
    padding: 8px 15px;
    font-size: 1.3rem;
  }
}

.c-btnSkip > span:hover {
  opacity: .7;
}

.c-btnReselect {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #45555e;
  background: #000;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.c-btnReselect:hover {
  opacity: .7;
}

.c-btnReselect > span {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding-top: 28px;
  line-height: 1;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.c-btnReselect > span:before {
  content: '';
  display: block;
  width: 27px;
  height: 23px;
  background: url(../img/simulation/common/ico_reselect.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-btnDetail2 {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.c-btnDetail2 > span {
  position: relative;
  display: inline-block;
  padding: 20px;
  width: 100%;
  background: #45555e;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (max-width: 768px) {
  .c-btnDetail2 > span {
    padding: 15px;
    font-size: 1.2rem;
  }
}

.c-btnDetail2 > span:hover {
  opacity: .7;
}

.c-btnDetail2 > span:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-btnComming {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.c-btnComming > span {
  position: relative;
  display: inline-block;
  padding: 20px;
  width: 100%;
  background: #c9cdcf;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  color: #9aa5a9;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-btnComming > span {
    padding: 15px;
    font-size: 1.2rem;
  }
}

/* -----------------------------------
.c-title
------------------------------------ */
@media screen and (min-width: 769px) {
  .c-titleStyle1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .c-titleStyle1 {
    text-align: center;
    margin-bottom: 30px;
  }
}

.c-titleStyle1 span {
  margin: 0 8px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .c-titleStyle1 span {
    font-size: 3rem;
    display: block;
  }
}

.c-titleStyle1 span:nth-of-type(2) {
  color: #9e8e52;
}

@media screen and (max-width: 768px) {
  .c-titleStyle1 span:nth-of-type(2) {
    margin-top: 10px;
  }
}

.c-titleStyle2 {
  position: relative;
}

@media screen and (min-width: 769px) {
  .c-titleStyle2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .c-titleStyle2 {
    margin-bottom: 25px;
    padding-left: 40px;
    vertical-align: bottom;
  }
}

.c-titleStyle2 span {
  position: relative;
  margin: 0 2px;
  color: #fff;
  background: #45555e;
  padding: 0 20px;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  .c-titleStyle2 span {
    display: inline-block;
    padding: 0 10px;
    line-height: 35px;
  }
}

.c-titleStyle2 span:nth-of-type(1) {
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .c-titleStyle2 span:nth-of-type(1) {
    font-size: 1.6rem;
  }
}

.c-titleStyle2 span:nth-of-type(1):before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.c-titleStyle2 span:nth-of-type(2) {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .c-titleStyle2 span:nth-of-type(2) {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    top: 1px;
  }
}

.c-titleStyle2.-pro span:nth-of-type(1):before {
  width: 60px;
  height: 70px;
  background-image: url(../img/simulation/common/ico_pro.svg);
}

@media screen and (max-width: 768px) {
  .c-titleStyle2.-pro span:nth-of-type(1):before {
    width: 30px;
    height: 35px;
  }
}

.c-titleStyle2.-arrange span:nth-of-type(1):before {
  width: 76px;
  height: 71px;
  background-image: url(../img/simulation/common/ico_arrange.svg);
}

@media screen and (max-width: 768px) {
  .c-titleStyle2.-arrange span:nth-of-type(1):before {
    width: 38px;
    height: 35px;
  }
}

.c-titleStyle2.-equipment span:nth-of-type(1):before {
  width: 72px;
  height: 53px;
  background-image: url(../img/simulation/common/ico_equipment.svg);
}

@media screen and (max-width: 768px) {
  .c-titleStyle2.-equipment span:nth-of-type(1):before {
    width: 36px;
    height: 28px;
  }
}

.c-titleStyle2.-plan span:nth-of-type(1):before {
  width: 53px;
  height: 53px;
  background-image: url(../img/simulation/common/ico_plan.svg);
}

@media screen and (max-width: 768px) {
  .c-titleStyle2.-plan span:nth-of-type(1):before {
    width: 27px;
    height: 27px;
  }
}

.c-titleStyle3 {
  margin-top: 50px;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .c-titleStyle3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .c-titleStyle3 {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.c-titleStyle3 h3 {
  padding-left: 27px;
  border-left: 4px solid #bcc3c9;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .c-titleStyle3 h3 {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 700;
    padding-left: 12px;
    font-size: 1.5rem;
  }
}

.c-titleStyle3 p {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .c-titleStyle3 p {
    margin-top: 10px;
  }
}

.c-titleStyle4 {
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .c-titleStyle4 {
    margin-bottom: 25px;
  }
}

.c-titleStyle4 span {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  letter-spacing: .05em;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff00));
  background: -webkit-linear-gradient(transparent 70%, #ffff00 70%);
  background: linear-gradient(transparent 70%, #ffff00 70%);
}

@media screen and (max-width: 768px) {
  .c-titleStyle4 span {
    font-size: 1.6rem;
  }
}

.c-titleStyle5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .c-titleStyle5 {
    margin-bottom: 25px;
  }
}

.c-titleStyle5 span {
  position: relative;
  margin: 0 2px;
  color: #fff;
  background: #45555e;
  padding: 0 20px;
  line-height: 60px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .c-titleStyle5 span {
    padding: 0 20px;
    line-height: 30px;
    font-size: 1.4rem;
  }
}

.c-titleResult {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-titleResult {
    margin-top: 20px;
  }
}

.c-titleResult span {
  font-family: "Readex Pro", sans-serif;
  font-weight: 700;
  font-size: 10rem;
}

@media screen and (max-width: 768px) {
  .c-titleResult span {
    font-size: 3rem;
  }
}

/* -----------------------------------
.c-txt
------------------------------------ */
.c-txtStyle1 {
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  margin-top: -15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-txtStyle1 {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 500;
    margin-top: 15px;
    text-align: left;
  }
}

.c-txtStyle2 {
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  margin-top: -20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-txtStyle2 {
    margin-top: -10px;
  }
}

/* -----------------------------------
radio
------------------------------------ */
.c-radio {
  position: relative;
  cursor: pointer;
}

.c-radio > input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.c-radio > span {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  position: relative;
  display: block;
  padding: 18px;
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  border: 4px solid #45555e;
  text-align: center;
  font-size: 1.6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (min-width: 769px) {
  .c-radio > span {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 900;
  }
}

@media screen and (max-width: 768px) {
  .c-radio > span {
    font-size: 1.2rem;
    padding: 10px;
    border: 2px solid #45555e;
    font-size: 1.2rem;
  }
}

.c-radio > span:before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  background: #bcc3c9;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c-radio > span:before {
    left: 12px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
}

.c-radio > span:after {
  content: '';
  display: block;
  width: 23px;
  height: 15px;
  border-bottom: 3px solid #c22b2b;
  border-left: 3px solid #c22b2b;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  margin-top: -10px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c-radio > span:after {
    border-bottom: 2px solid #c22b2b;
    border-left: 2px solid #c22b2b;
    width: 18px;
    height: 10px;
    left: 12px;
    margin-top: -7px;
  }
}

.c-radio > span:hover {
  background: #bcc3c9;
}

.c-radio > span:hover:before {
  background: #fff;
}

.c-radio > input[type=radio]:checked + span {
  background: #bcc3c9;
}

.c-radio > input[type=radio]:checked + span:before {
  background: #fff;
}

.c-radio > input[type=radio]:checked + span:after {
  opacity: 1;
}

/* -----------------------------------
checkbox
------------------------------------ */
.c-checkbox {
  position: relative;
  cursor: pointer;
}

.c-checkbox > input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.c-checkbox > span {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  position: relative;
  display: block;
  padding: 18px;
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  border: 4px solid #45555e;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 768px) {
  .c-checkbox > span {
    font-size: 1.2rem;
    padding: 10px;
    border: 2px solid #45555e;
    font-size: 1.2rem;
  }
}

.c-checkbox > span:before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  background: #bcc3c9;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c-checkbox > span:before {
    left: 12px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
}

.c-checkbox > span:after {
  content: '';
  display: block;
  width: 23px;
  height: 15px;
  border-bottom: 3px solid #c22b2b;
  border-left: 3px solid #c22b2b;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  margin-top: -10px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c-checkbox > span:after {
    border-bottom: 2px solid #c22b2b;
    border-left: 2px solid #c22b2b;
    width: 18px;
    height: 10px;
    left: 12px;
    margin-top: -7px;
  }
}

.c-checkbox > span:hover {
  background: #bcc3c9;
}

.c-checkbox > span:hover:before {
  background: #fff;
}

.c-checkbox > input[type=checkbox]:checked + span {
  background: #bcc3c9;
}

.c-checkbox > input[type=checkbox]:checked + span:before {
  background: #fff;
}

.c-checkbox > input[type=checkbox]:checked + span:after {
  opacity: 1;
}

/* -----------------------------------
.c-select
------------------------------------ */
.c-select {
  position: relative;
  display: inline-block;
  display: block;
}

.c-select:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/simulation/common/ico_select.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c-select:after {
    width: 20px;
    height: 20px;
  }
}

.c-select select {
  display: block;
  width: 100%;
  max-width: 300px;
  border: 4px solid #45555e;
  font-size: 16px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  background-color: #fff;
  padding: 15px 50px 15px 20px;
}

.c-select select:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .c-select select {
    padding: 10px 40px 10px 10px;
    border: 2px solid #45555e;
    font-size: 1.4rem;
  }
}

/* -----------------------------------
.c-selectImg
------------------------------------ */
.c-selectImg {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}

.c-selectImg > input[type=checkbox],
.c-selectImg > input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.c-selectImg > span {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  background: #000;
}

.c-selectImg > span img {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-selectImg > span:before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
}

@media screen and (max-width: 768px) {
  .c-selectImg > span:before {
    left: 12px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
}

.c-selectImg > span:after {
  content: '';
  display: block;
  width: 23px;
  height: 15px;
  border-bottom: 3px solid #c22b2b;
  border-left: 3px solid #c22b2b;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -10px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c-selectImg > span:after {
    border-bottom: 2px solid #c22b2b;
    border-left: 2px solid #c22b2b;
    width: 18px;
    height: 10px;
    left: 12px;
    margin-top: -7px;
  }
}

.c-selectImg > span:hover img {
  opacity: .7;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.c-selectImg > input[type=checkbox]:checked + span:after,
.c-selectImg > input[type=radio]:checked + span:after {
  opacity: 1;
}

.c-selectImg > input[type=checkbox]:checked + span img,
.c-selectImg > input[type=radio]:checked + span img {
  opacity: .7;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

/* -----------------------------------
Project
------------------------------------ */
/*
 * _project_simulation.scss
 */
/* -----------------------------------
secSimulationIndex
------------------------------------ */
.p-secSimulationIndex {
  min-height: calc(100vh - 90px);
  background: url(../img/simulation/common/bg1.png) repeat center top;
}

.p-secSimulationIndex ._nav {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-secSimulationIndex ._nav {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .p-secSimulationIndex ._nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-secSimulationIndex ._nav > ul > li {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
}

@media screen and (max-width: 768px) {
  .p-secSimulationIndex ._nav > ul > li + li {
    margin-top: 20px;
  }
}

.p-secSimulationIndex ._nav > ul > li ._title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-secSimulationIndex ._nav > ul > li ._title span:nth-of-type(1) {
  display: block;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .p-secSimulationIndex ._nav > ul > li ._title span:nth-of-type(1) {
    font-size: 1.8rem;
  }
}

.p-secSimulationIndex ._nav > ul > li ._title span:nth-of-type(2) {
  margin-top: 5px;
  display: inline-block;
  padding: 5px 15px;
  line-height: 1.4;
  color: #fff;
  background: #45555e;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-secSimulationIndex ._nav > ul > li ._title span:nth-of-type(2) {
    font-size: 1.8rem;
  }
}

.p-secSimulationIndex ._nav > ul > li ._img {
  position: relative;
  z-index: 0;
  margin-top: -15px;
}

.p-secSimulationIndex ._nav > ul > li ._btn {
  text-align: center;
  position: relative;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* -----------------------------------
stepChart
------------------------------------ */
.p-stepChart {
  position: relative;
  z-index: 1;
  margin: 30px auto;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .p-stepChart {
    margin: 20px auto;
    padding: 0 4%;
  }
}

.p-stepChart.-bottom {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .p-stepChart.-bottom {
    margin-bottom: 80px;
  }
}

.p-stepChart.-bottom .p-stepChart_nav ul li button.is-current:after {
  display: none;
}

.p-stepChart_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-stepChart_head {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .p-stepChart_head ._lead {
    padding-right: 15px;
  }
}

.p-stepChart_head ._lead p {
  display: inline-block;
  font-size: 1.7rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 4px solid #bcc3c9;
}

@media screen and (max-width: 768px) {
  .p-stepChart_head ._lead p {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-stepChart_head ._finish {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-stepChart_head ._finish ._txt {
  position: relative;
  padding: 8px 12px 10px;
  margin-right: 20px;
  color: #fff;
  background: #45555e;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-stepChart_head ._finish ._txt {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
    padding: 5px 8px 5px;
    margin-right: 0px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.p-stepChart_head ._finish ._num {
  position: relative;
  top: 12px;
}

@media screen and (max-width: 768px) {
  .p-stepChart_head ._finish ._num {
    text-align: right;
    top: 7px;
  }
}

.p-stepChart_head ._finish ._num span {
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
}

.p-stepChart_head ._finish ._num span:nth-of-type(1) {
  font-size: 9.7rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-stepChart_head ._finish ._num span:nth-of-type(1) {
    font-size: 3rem;
  }
}

.p-stepChart_head ._finish ._num span:nth-of-type(2) {
  font-size: 3.6rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-stepChart_head ._finish ._num span:nth-of-type(2) {
    font-size: 1.7rem;
  }
}

.p-stepChart_head ._finish ._num span:nth-of-type(2):before {
  content: "/";
  position: relative;
  top: -5px;
}

.p-stepChart_nav {
  margin-top: 20px;
}

.p-stepChart_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-stepChart_nav ul li {
  -webkit-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-stepChart_nav ul li {
    padding-top: 10px;
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
  }
}

.p-stepChart_nav ul li button {
  position: relative;
  display: block;
  width: 100%;
}

.p-stepChart_nav ul li button > span {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  position: relative;
  z-index: 1;
  display: block;
  padding: 18px;
  width: 100%;
  background-color: #fff;
  border: 4px solid #45555e;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-stepChart_nav ul li button > span {
    padding: 10px;
    border: 2px solid #45555e;
    font-size: 1.2rem;
  }
}

.p-stepChart_nav ul li button > span:before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background: #bcc3c9;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-stepChart_nav ul li button > span:before {
    left: 12px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
}

.p-stepChart_nav ul li button:not(.is-checked):hover > span {
  background: #bcc3c9;
}

.p-stepChart_nav ul li button:not(.is-checked):hover > span:before {
  background: #fff;
}

.p-stepChart_nav ul li button.is-current:hover > span {
  background: #ffff00 !important;
}

.p-stepChart_nav ul li button.is-current:hover > span:before {
  background: #bcc3c9;
}

.p-stepChart_nav ul li button.is-current > span {
  background: #ffff00 !important;
}

.p-stepChart_nav ul li button.is-current:before {
  font-family: "Readex Pro", sans-serif;
  font-weight: 700;
  content: '＼ Now ／';
  font-size: 1.5rem;
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-stepChart_nav ul li button.is-current:before {
    display: none;
  }
}

.p-stepChart_nav ul li button.is-current:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #45555e;
  position: absolute;
  z-index: 0;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .p-stepChart_nav ul li button.is-current:after {
    display: none;
  }
}

.p-stepChart_nav ul li button.is-checked:hover > span {
  background-color: #ebedee;
}

.p-stepChart_nav ul li button.is-checked:hover > span:before {
  background: #fff;
}

.p-stepChart_nav ul li button.is-checked > span {
  background-color: #ebedee;
  border-color: #bcc3c9;
}

.p-stepChart_nav ul li button.is-checked > span:before {
  background: #fff;
}

.p-stepChart_nav ul li button.is-checked > span:after {
  content: '';
  display: block;
  width: 23px;
  height: 15px;
  border-bottom: 3px solid #c22b2b;
  border-left: 3px solid #c22b2b;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .p-stepChart_nav ul li button.is-checked > span:after {
    border-bottom: 2px solid #c22b2b;
    border-left: 2px solid #c22b2b;
    width: 18px;
    height: 10px;
    left: 12px;
    margin-top: -7px;
  }
}

.p-stepChart_nav ul li button.is-checked:after {
  background: #bcc3c9;
}

/* -----------------------------------
secSimulation
------------------------------------ */
.p-secSimulation {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-secSimulation {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.p-secSimulation.-type1 {
  background: url(../img/simulation/common/bg1.png) repeat center top;
}

.p-secSimulation.-type1:before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-secSimulation.-type1:before {
    height: 40px;
  }
}

.p-secSimulation.-type2 {
  background: url(../img/simulation/common/bg1.png) repeat center top;
}

/* -----------------------------------
.p-pointImg{
------------------------------------ */
.p-pointImg {
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-pointImg {
    margin-top: 30px;
  }
}

.p-pointImg img {
  position: relative;
  z-index: 1;
}

/* -----------------------------------
selectItem
------------------------------------ */
.p-selectItem {
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-selectItem {
    margin: 40px auto;
  }
}

.p-selectItem > ._img {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-selectItem > ._img {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
  }
}

.p-selectItem > ._img img {
  position: relative;
}

.p-selectItem > ._img:after {
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .p-selectItem > ._img:after {
    top: 5px;
    left: 5px;
  }
}

.p-selectItem > ._data {
  -webkit-flex-basis: 52%;
      -ms-flex-preferred-size: 52%;
          flex-basis: 52%;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .p-selectItem > ._data {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    padding-left: 20px;
  }
}

.p-selectItem > ._data ._title {
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .p-selectItem > ._data ._title {
    margin-bottom: 20px;
  }
}

.p-selectItem > ._data ._title span {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff00));
  background: -webkit-linear-gradient(transparent 70%, #ffff00 70%);
  background: linear-gradient(transparent 70%, #ffff00 70%);
}

@media screen and (max-width: 768px) {
  .p-selectItem > ._data ._title span {
    font-size: 1.5rem;
  }
}

.p-selectItem > ._data ._title span:before, .p-selectItem > ._data ._title span:after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  font-size: .8em;
}

.p-selectItem > ._data ._title span:before {
  content: '＼';
  left: -2em;
}

.p-selectItem > ._data ._title span:after {
  content: '／';
  right: -2em;
}

.p-selectItem > ._data ._list li + li {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-selectItem > ._data ._list li + li {
    margin-top: 20px;
  }
}

.p-selectItem > ._data ._list li.is-disabled {
  display: none;
  background: #f00;
  pointer-events: none;
  opacity: .1;
}

@media screen and (min-width: 769px) {
  .p-selectItem > ._data ._list li dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-selectItem > ._data ._list li dl dt {
  -webkit-flex-basis: 130px;
      -ms-flex-preferred-size: 130px;
          flex-basis: 130px;
}

@media screen and (max-width: 768px) {
  .p-selectItem > ._data ._list li dl dt {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .p-selectItem > ._data ._list li dl dd {
    -webkit-flex-basis: calc(100% - 130px);
        -ms-flex-preferred-size: calc(100% - 130px);
            flex-basis: calc(100% - 130px);
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .p-selectItem > ._data ._list li dl dd p {
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 900;
  }
}

@media screen and (max-width: 768px) {
  .p-selectItem > ._data ._list li dl dd p {
    margin-bottom: 10px;
    font-size: 1.0rem;
  }
}

.p-selectItem.-exterior_roof > ._data ._list li + li {
  margin-top: 10px;
}

.p-selectItem.-exterior_roof > ._data ._list li dl dt {
  -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
  margin-left: 30px;
}

/* -----------------------------------
p-planSearch
------------------------------------ */
.p-planSearch {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .p-planSearch {
    margin-bottom: 50px;
  }
}

.p-planSearch > ._txt1 {
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._txt1 {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

.p-planSearch > ._cnt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.p-planSearch > ._cnt1 ._txt2 {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt1 ._txt2 {
    font-size: 1.3rem;
  }
}

.p-planSearch > ._cnt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .p-planSearch > ._cnt2 dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-planSearch > ._cnt2 dl:nth-of-type(1) {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 dl:nth-of-type(1) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 dl:nth-of-type(2) {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
  }
}

@media screen and (min-width: 769px) {
  .p-planSearch > ._cnt2 dl:nth-of-type(3) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 dl:nth-of-type(3) {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
  }
}

.p-planSearch > ._cnt2 dl dt {
  position: relative;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 1.5;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 dl dt {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}

.p-planSearch > ._cnt2 dl dt:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-planSearch > ._cnt2 dl dt.-road {
  padding-left: 53px;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 dl dt.-road {
    padding-left: calc(53px * .7);
  }
}

.p-planSearch > ._cnt2 dl dt.-road:before {
  width: 33px;
  height: 33px;
  background: url(../img/simulation/common/ico_road.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 dl dt.-road:before {
    width: calc(33px * .7);
    height: calc(33px * .7);
  }
}

.p-planSearch > ._cnt2 dl dt.-ew {
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 dl dt.-ew {
    padding-left: calc(60px * .7);
  }
}

.p-planSearch > ._cnt2 dl dt.-ew:before {
  width: 48px;
  height: 12px;
  background: url(../img/simulation/common/ico_ew.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 dl dt.-ew:before {
    width: calc(48px * .7);
    height: calc(12px * .7);
  }
}

.p-planSearch > ._cnt2 dl dt.-sn {
  padding-left: 32px;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 dl dt.-sn {
    padding-left: calc(32px * .7);
  }
}

.p-planSearch > ._cnt2 dl dt.-sn:before {
  width: 12px;
  height: 48px;
  background: url(../img/simulation/common/ico_sn.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 dl dt.-sn:before {
    width: calc(12px * .7);
    height: calc(48px * .7);
  }
}

.p-planSearch > ._cnt2 dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 dl dd ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) {
  .p-planSearch > ._cnt2 dl dd ul li + li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt2 dl dd ul li {
    margin-bottom: 10px;
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
  }
}

@media screen and (min-width: 769px) {
  .p-planSearch > ._cnt2 dl dd .c-checkbox > span {
    width: 170px;
  }
}

@media screen and (min-width: 769px) {
  .p-planSearch > ._cnt2 dl dd .c-select > select {
    width: 240px;
  }
}

.p-planSearch > ._cnt3 {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-planSearch > ._cnt3 {
    margin-top: 30px;
  }
}

.p-planSearch > ._cnt3 img {
  width: 100%;
  max-width: 743px;
}

.p-resultTitle {
  margin-top: 100px;
  display: none;
}

@media screen and (max-width: 768px) {
  .p-resultTitle {
    margin-top: 60px;
  }
}

.p-searchLoading {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.p-searchLoading > span {
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  color: #bcc3c9;
}

@media screen and (max-width: 768px) {
  .p-searchLoading > span {
    font-size: 4rem;
  }
}

.p-searchLoading.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-resultNone {
  margin: 100px auto;
  display: none;
}

@media screen and (max-width: 768px) {
  .p-resultNone {
    margin: 80px auto;
  }
}

.p-resultNone > h3 {
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-resultNone > h3 {
    font-size: 1.8rem;
  }
}

.p-resultNone > p {
  text-align: center;
  margin-top: 20px;
}

.p-resultNone.is-visible {
  display: block;
}

/* -----------------------------------
.p-planList
------------------------------------ */
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (min-width: 769px) {
  .p-planList > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.p-planList > ul:after {
  content: '';
  display: block;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
}

.p-planList > ul > li {
  margin-bottom: 26px;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  background-color: #fff;
  display: none;
}

.p-planList > ul > li.is-reserve.is-visible {
  -webkit-animation: .6s zoom-in;
          animation: .6s zoom-in;
}

.p-planList > ul > li.is-disabled {
  background: #f00;
  pointer-events: none;
  opacity: .1;
}

.p-planList > ul > li ._box {
  position: relative;
  border: 4px solid #45555e;
  border-bottom: none;
}

.p-planList > ul > li ._box ._debug {
  display: none !important;
  opacity: .5;
  position: absolute;
  z-index: 10;
  color: #f0f;
  width: 50%;
  left: 50%;
  height: 100%;
  padding: 10px;
  background-color: rgba(255, 238, 238, 0.8);
  font-size: 1.1rem;
  pointer-events: none;
}

.p-planList > ul > li ._box ._name {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-planList > ul > li ._box ._name span {
  margin-left: 8px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
}

.p-planList > ul > li ._box ._info {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-planList > ul > li ._box ._info span {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
}

.p-planList > ul > li ._box ._info span:nth-of-type(2) {
  font-size: 1.0rem;
}

.p-planList > ul > li ._box .c-selectImg > span {
  padding: 50px;
  background: none;
}

.p-planList > ul > li ._box .c-selectImg > input[type=radio]:checked + span ._slider {
  background: #000;
}

.p-planList > ul > li ._box .c-selectImg > span:before {
  background: #bcc3c9;
}

.p-planList > ul > li ._box ._slider {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
}

.p-planList > ul > li ._box ._slider li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.p-planList > ul > li ._box ._slider li.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.p-planList > ul > li ._box ._sliderBtn {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-planList > ul > li ._box ._sliderBtn li {
  background: #bcc3c9;
  color: #fff;
  border-radius: 20px;
  line-height: 1;
  padding: 5px 15px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-planList > ul > li ._box ._sliderBtn li:hover {
  opacity: .7;
}

.p-planList > ul > li ._box ._sliderBtn li.is-visible {
  background: #45555e;
}

/* -----------------------------------
p-lifestyleList
------------------------------------ */
.p-lifestyleList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -20px;
}

.p-lifestyleList ul li {
  margin-top: 20px;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  border: 4px solid #45555e;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-lifestyleList ul li {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    border: 2px solid #45555e;
  }
}

.p-lifestyleList ul li p {
  padding: 12px;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-lifestyleList ul li p {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
  }
}

/* -----------------------------------
.p-equipmentIntroList
------------------------------------ */
.p-equipmentIntroList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-equipmentIntroList ul li {
  -webkit-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
          flex-basis: 19%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .p-equipmentIntroList ul li {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    margin-bottom: 25px;
  }
}

.p-equipmentIntroList ul li h3 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
}

.p-equipmentIntroList ul li p {
  font-size: 1.1rem;
}

.p-equipmentIntroList > ._box1 {
  margin: 70px auto 0;
  max-width: 867px;
  background: url(../img/simulation/common/bg2.svg);
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .p-equipmentIntroList > ._box1 {
    padding: 5px 0;
    margin: 40px auto 0;
  }
}

.p-equipmentIntroList > ._box1 ._in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.p-equipmentIntroList > ._box1 ._img {
  -webkit-flex-basis: 156px;
      -ms-flex-preferred-size: 156px;
          flex-basis: 156px;
}

@media screen and (max-width: 768px) {
  .p-equipmentIntroList > ._box1 ._img {
    -webkit-flex-basis: 90px;
        -ms-flex-preferred-size: 90px;
            flex-basis: 90px;
  }
}

.p-equipmentIntroList > ._box1 ._txt {
  -webkit-flex-basis: calc(100% - 156px);
      -ms-flex-preferred-size: calc(100% - 156px);
          flex-basis: calc(100% - 156px);
  padding: 0 50px;
  color: #5f8080;
}

@media screen and (max-width: 768px) {
  .p-equipmentIntroList > ._box1 ._txt {
    -webkit-flex-basis: calc(100% - 90px);
        -ms-flex-preferred-size: calc(100% - 90px);
            flex-basis: calc(100% - 90px);
  }
}

@media screen and (max-width: 768px) {
  .p-equipmentIntroList > ._box1 ._txt {
    padding: 10px;
  }
}

.p-equipmentIntroList > ._box1 ._txt h3 {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-equipmentIntroList > ._box1 ._txt h3 {
    font-size: 1.4rem;
  }
}

.p-equipmentIntroList > ._box1 ._txt p {
  margin-top: 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-equipmentIntroList > ._box1 ._txt p {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.p-equipmentIntroList > ._box1 ._txt p a {
  color: inherit;
}

/* -----------------------------------
p-equipmentOtherList
------------------------------------ */
.p-equipmentOtherList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-equipmentOtherList ul li {
  -webkit-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
}

@media screen and (max-width: 768px) {
  .p-equipmentOtherList ul li {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    margin-bottom: 25px;
  }
}

.p-equipmentOtherList ul li ._caption {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
  font-size: 1.3rem;
  color: #fff;
  padding: 15px;
  border-radius: 20px;
  background: #45555e;
}

@media screen and (min-width: 769px) {
  .p-equipmentOtherList ul li ._caption {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 900;
  }
}

@media screen and (max-width: 768px) {
  .p-equipmentOtherList ul li ._caption {
    padding: 12px;
    margin-bottom: 25px;
  }
}

.p-equipmentOtherList ul li ._caption:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #45555e;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.p-equipmentOtherList ul li ._copy {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

@media screen and (min-width: 769px) {
  .p-equipmentOtherList ul li ._copy {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 900;
  }
}

.p-equipmentOtherList ul li ._img {
  border: 4px solid #45555e;
  background-color: #fff;
  margin-bottom: 10px;
}

.p-equipmentOtherList ul li ._img > p {
  padding: 10px;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-equipmentOtherList ul li ._img > p {
    font-size: 1.2rem;
  }
}

.p-equipmentOtherList ul li .c-btnDetail > span {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* -----------------------------------
.p-resultBox
------------------------------------ */
.p-resultBox {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-resultBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .p-resultBox_item {
    margin-bottom: 30px;
  }
}

.p-resultBox_item ._title {
  text-align: center;
  margin-bottom: 20px;
}

.p-resultBox_item ._title span {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff00));
  background: -webkit-linear-gradient(transparent 70%, #ffff00 70%);
  background: linear-gradient(transparent 70%, #ffff00 70%);
}

.p-resultBox_item ._title span:before, .p-resultBox_item ._title span:after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  font-size: .8em;
}

.p-resultBox_item ._title span:before {
  content: '＼';
  left: -2em;
}

.p-resultBox_item ._title span:after {
  content: '／';
  right: -2em;
}

.p-resultBox_item ._img {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-resultBox_item ._img {
    width: 80%;
    margin: 0 auto;
  }
}

.p-resultBox_item ._img img {
  width: 100%;
}

.p-resultBox_item ._name {
  margin-top: 10px;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .p-resultBox.-plan {
    max-width: 900px;
  }
}

.p-resultBox.-plan .p-resultBox_item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  .p-resultBox.-plan .p-resultBox_item ._img {
    width: 100%;
    padding-bottom: 64px;
    background: #45555e;
  }
}

@media screen and (min-width: 769px) {
  .p-resultBox.-exterior {
    max-width: 820px;
  }
}

@media screen and (min-width: 769px) {
  .p-resultBox.-exterior .p-resultBox_item:nth-of-type(1) {
    -webkit-flex-basis: 540px;
        -ms-flex-preferred-size: 540px;
            flex-basis: 540px;
  }
  .p-resultBox.-exterior .p-resultBox_item:nth-of-type(3) {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .p-resultBox.-exterior .p-resultBox_itemWrap {
    -webkit-flex-basis: 220px;
        -ms-flex-preferred-size: 220px;
            flex-basis: 220px;
  }
}

@media screen and (min-width: 769px) {
  .p-resultBox.-exterior .p-resultBox_itemWrap .p-resultBox_item:nth-of-type(2) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .p-resultBox.-interior {
    max-width: 820px;
  }
}

@media screen and (min-width: 769px) {
  .p-resultBox.-interior .p-resultBox_item:nth-of-type(1) {
    -webkit-flex-basis: 540px;
        -ms-flex-preferred-size: 540px;
            flex-basis: 540px;
  }
  .p-resultBox.-interior .p-resultBox_item:nth-of-type(3) {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .p-resultBox.-interior .p-resultBox_itemWrap {
    -webkit-flex-basis: 220px;
        -ms-flex-preferred-size: 220px;
            flex-basis: 220px;
  }
}

@media screen and (min-width: 769px) {
  .p-resultBox.-interior .p-resultBox_itemWrap .p-resultBox_item:nth-of-type(2) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .p-resultBox.-equipment {
    margin-top: -50px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  .p-resultBox.-equipment:after {
    content: '';
    display: block;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}

@media screen and (min-width: 769px) {
  .p-resultBox.-equipment .p-resultBox_item {
    margin-top: 50px;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}

/* -----------------------------------
.p-btnCv
------------------------------------ */
.p-btnCv {
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 73px;
  background-color: #fff;
}

/* -----------------------------------
Utility
------------------------------------ */
/*
 * _utility.scss
 */
/* -----------------------------------
font
------------------------------------ */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

/* -----------------------------------
align
------------------------------------ */
.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

/* -----------------------------------
padding
------------------------------------ */
.u-mt0 {
  margin-top: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1.0rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1.0em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}

@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}
/*# sourceMappingURL=simulation.css.map */