<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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&amp;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-secStep_cnt2 ._title &gt; span: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-secStep_cnt2 ._title &gt; span:after {
    top: 3px;
    left: 3px;
  }
}

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

.c-btnStyle1 &gt; 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 &gt; span {
    border: 2px solid #45555e;
    padding: 12px 50px 12px 30px;
  }
}

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

.c-btnStyle1 &gt; 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 &gt; span {
  padding: 10px 40px;
  border: 1px solid #fff;
  color: #fff;
  background: none;
}

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

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

.c-btnStyle1.-h_catalog &gt; 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 &gt; span:after {
    right: 15px;
  }
}

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

.c-btnStyle1.-simulation &gt; 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 &gt; span:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

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

.c-btnStyle1.-blank &gt; 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 &gt; span {
  border: 4px solid #fff;
  color: #fff;
  background: none;
}

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

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

.c-btnStyle1.-blank.-wh &gt; 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 &gt; 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 &gt; span {
    font-size: 1.8rem;
    padding-left: 35px;
  }
}

.c-btnNext &gt; 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 &gt; span:before {
    width: 26px;
    height: 26px;
  }
}

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

.c-btnDetail &gt; 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 &gt; span {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 900;
  }
}

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

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

.c-btnDetail &gt; 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 &gt; 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 &gt; 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 &gt; span {
    padding: 15px 30px 15px 50px;
    border: 2px solid #45555e;
  }
}

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

.c-btnSearch &gt; 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 &gt; 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 &gt; span {
    padding: 8px 15px;
    font-size: 1.3rem;
  }
}

.c-btnSkip &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; span {
    padding: 15px;
    font-size: 1.2rem;
  }
}

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

.c-btnDetail2 &gt; 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 &gt; 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 &gt; 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 &gt; input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.c-radio &gt; 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 &gt; span {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 900;
  }
}

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

.c-radio &gt; 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 &gt; span:before {
    left: 12px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
}

.c-radio &gt; 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 &gt; span:after {
    border-bottom: 2px solid #c22b2b;
    border-left: 2px solid #c22b2b;
    width: 18px;
    height: 10px;
    left: 12px;
    margin-top: -7px;
  }
}

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

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

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

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

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

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

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

.c-checkbox &gt; 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 &gt; span {
    font-size: 1.2rem;
    padding: 10px;
    border: 2px solid #45555e;
    font-size: 1.2rem;
  }
}

.c-checkbox &gt; 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 &gt; span:before {
    left: 12px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
}

.c-checkbox &gt; 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 &gt; span:after {
    border-bottom: 2px solid #c22b2b;
    border-left: 2px solid #c22b2b;
    width: 18px;
    height: 10px;
    left: 12px;
    margin-top: -7px;
  }
}

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

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

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

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

.c-checkbox &gt; 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 &gt; input[type=checkbox],
.c-selectImg &gt; input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

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

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

.c-selectImg &gt; 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 &gt; span:before {
    left: 12px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
}

.c-selectImg &gt; 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 &gt; span:after {
    border-bottom: 2px solid #c22b2b;
    border-left: 2px solid #c22b2b;
    width: 18px;
    height: 10px;
    left: 12px;
    margin-top: -7px;
  }
}

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

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

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

/* -----------------------------------
Project
------------------------------------ */
/*
 * _project.scss
 */
/* -----------------------------------
fixedBnr
------------------------------------ */
.p-fixedBnr {
  position: relative;
  position: fixed;
  z-index: 1000;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .p-fixedBnr {
    right: 30px;
    bottom: 30px;
    width: calc(756px / 2);
  }
}

@media screen and (max-width: 768px) {
  .p-fixedBnr {
    right: 0px;
    bottom: 0px;
    width: 100%;
  }
}

.p-fixedBnr.is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}

.p-fixedBnr_close {
  position: absolute;
  z-index: 1001;
  top: -10px;
  right: -5px;
  width: 44px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-fixedBnr_close {
    display: none;
  }
}

.p-fixedBnr_img {
  display: block;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (min-width: 769px) {
  .p-fixedBnr_img:hover {
    opacity: .8;
  }
}

/* -----------------------------------
top
------------------------------------ */
.p-localNav {
  position: fixed;
  z-index: 100;
  left: 3%;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .p-localNav {
    display: none;
  }
}

.p-localNav ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 10px 30px 10px 45px;
}

.p-localNav ul li a.is-current, .p-localNav ul li a:hover {
  color: #9e8e52;
}

.p-localNav ul li a.is-current:before, .p-localNav ul li a:hover:before {
  background: #9e8e52;
}

.p-localNav ul li a:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #9b9b9b;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* -----------------------------------
.p-secMain
------------------------------------ */
.p-secMain {
  position: relative;
  -webkit-mask-image: url(../img/common/mask1.svg);
          mask-image: url(../img/common/mask1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.p-secMain ._logo {
  position: absolute;
  top: 14%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66%;
  max-width: 663px;
}

.p-secMain ._img1 img {
  width: 100%;
  max-height: 870px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-secMain ._img1 img {
    height: 350px;
    height: 45vh;
  }
}

/* -----------------------------------
.p-secRead
------------------------------------ */
.p-secRead {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-secRead {
    padding-top: 8vw;
    padding-bottom: 13vw;
  }
}

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

.p-secRead ._copy {
  text-align: center;
  font-size: 2.0rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-secRead ._copy {
    font-size: 1.6rem;
  }
}

.p-secRead ._caption {
  margin-top: 10px;
  text-align: center;
}

.p-secRead ._body {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-secRead ._body {
    text-align: left;
  }
}

.p-secRead ._btn {
  margin-top: 40px;
  text-align: center;
}

.p-secRead ._bnr {
  margin-top: 40px;
  text-align: center;
}

@media (hover: hover) {
  .p-secRead ._bnr a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }
  .p-secRead ._bnr a:hover {
    opacity: .7;
  }
}

.p-secRead ._bnr a img {
  max-width: 360px;
}

@media screen and (max-width: 768px) {
  .p-secRead ._bnr a img {
    max-width: 250px;
  }
}

/* -----------------------------------
.p-secSimulation
------------------------------------ */
.p-secSimulation {
  margin-top: -15vw;
  background: url(../img/index/simulation_bg.jpg) no-repeat top center/cover;
  padding-top: 25vw;
  padding-bottom: 35vw;
  -webkit-mask-image: url(../img/common/mask2.svg);
          mask-image: url(../img/common/mask2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.p-secSimulation_in {
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .p-secSimulation_cnt1 ._copy {
    width: 100%;
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .p-secSimulation_cnt1 ._copy {
    margin-top: 20vw;
  }
}

.p-secSimulation_cnt1 ._title {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .p-secSimulation_cnt1 ._title {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .p-secSimulation_cnt1 ._title ._img {
    -webkit-flex-basis: 458px;
        -ms-flex-preferred-size: 458px;
            flex-basis: 458px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-secSimulation_cnt1 ._title ._img {
    text-align: center;
  }
  .p-secSimulation_cnt1 ._title ._img img {
    width: 70%;
  }
}

.p-secSimulation_cnt1 ._title ._btn {
  -webkit-flex-basis: 244px;
      -ms-flex-preferred-size: 244px;
          flex-basis: 244px;
}

@media screen and (max-width: 768px) {
  .p-secSimulation_cnt1 ._title ._btn {
    text-align: center;
    margin-top: 30px;
  }
}

.p-secSimulation_cnt1 ._body {
  margin-top: 35px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
  .p-secSimulation_cnt1 ._body {
    text-align: left;
    font-size: 1.5rem;
  }
}

/* -----------------------------------
.p-secArrange{
------------------------------------ */
.p-secArrange {
  position: relative;
  z-index: 1;
  margin-top: -20vw;
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-secArrange:before {
  content: '';
  display: block;
  width: 200%;
  height: 100%;
  background: #45555e;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(16deg);
          transform: translate(-50%, -50%) rotate(16deg);
}

.p-secArrange ._title h2 {
  text-align: center;
}

.p-secArrange ._title h2 img {
  max-width: 820px;
}

.p-secArrange ._title p {
  margin-top: 20px;
  color: #5f8080;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
}

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

/* -----------------------------------
extend
------------------------------------ */
@media screen and (max-width: 768px) {
  .p-secPlans_cnt1 ._txt ._title, .p-secDesign_cnt1 ._txt ._title, .p-secInterior_cnt1 ._txt ._title, .p-secEquipment_cnt1 ._txt ._title {
    text-align: center;
  }
  .p-secPlans_cnt1 ._txt ._title img, .p-secDesign_cnt1 ._txt ._title img, .p-secInterior_cnt1 ._txt ._title img, .p-secEquipment_cnt1 ._txt ._title img {
    width: 80%;
  }
}

.p-secPlans_cnt1 ._txt ._copy, .p-secDesign_cnt1 ._txt ._copy, .p-secInterior_cnt1 ._txt ._copy, .p-secEquipment_cnt1 ._txt ._copy {
  margin-top: 60px;
}

.p-secPlans_cnt1 ._txt ._copy.-maw390, .p-secDesign_cnt1 ._txt ._copy.-maw390, .p-secInterior_cnt1 ._txt ._copy.-maw390, .p-secEquipment_cnt1 ._txt ._copy.-maw390 {
  max-width: 390px;
}

.p-secPlans_cnt1 ._txt ._copy.-maw410, .p-secDesign_cnt1 ._txt ._copy.-maw410, .p-secInterior_cnt1 ._txt ._copy.-maw410, .p-secEquipment_cnt1 ._txt ._copy.-maw410 {
  max-width: 410px;
}

.p-secPlans_cnt1 ._txt ._copy.-maw414, .p-secDesign_cnt1 ._txt ._copy.-maw414, .p-secInterior_cnt1 ._txt ._copy.-maw414, .p-secEquipment_cnt1 ._txt ._copy.-maw414 {
  max-width: 414px;
}

@media screen and (max-width: 768px) {
  .p-secPlans_cnt1 ._txt ._copy, .p-secDesign_cnt1 ._txt ._copy, .p-secInterior_cnt1 ._txt ._copy, .p-secEquipment_cnt1 ._txt ._copy {
    margin-top: 40px;
  }
}

.p-secPlans_cnt1 ._txt ._body, .p-secDesign_cnt1 ._txt ._body, .p-secInterior_cnt1 ._txt ._body, .p-secEquipment_cnt1 ._txt ._body {
  margin-top: 35px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-secPlans_cnt1 ._txt ._body, .p-secDesign_cnt1 ._txt ._body, .p-secInterior_cnt1 ._txt ._body, .p-secEquipment_cnt1 ._txt ._body {
    margin-top: 25px;
  }
}

.p-secPlans_cnt1 ._txt ._btn, .p-secDesign_cnt1 ._txt ._btn, .p-secInterior_cnt1 ._txt ._btn, .p-secEquipment_cnt1 ._txt ._btn {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-secPlans_cnt1 ._txt ._btn, .p-secDesign_cnt1 ._txt ._btn, .p-secInterior_cnt1 ._txt ._btn, .p-secEquipment_cnt1 ._txt ._btn {
    text-align: center;
  }
}

/* -----------------------------------
.p-secPlans
------------------------------------ */
.p-secPlans {
  position: relative;
  z-index: 0;
  margin-top: -14vw;
  padding-top: 20vw;
  padding-bottom: 20vw;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .p-secPlans {
    -webkit-mask-image: url(../img/common/mask3.svg);
            mask-image: url(../img/common/mask3.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: top center;
            mask-position: top center;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .p-secPlans {
    padding-top: 30vw;
  }
}

@media screen and (min-width: 769px) {
  .p-secPlans_cnt1 {
    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: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-secPlans_cnt1 ._txt {
  -webkit-flex-basis: 42%;
      -ms-flex-preferred-size: 42%;
          flex-basis: 42%;
}

@media screen and (max-width: 768px) {
  .p-secPlans_cnt1 ._txt {
    padding: 8% 6%;
  }
}

.p-secPlans_cnt1 ._img {
  -webkit-flex-basis: 46%;
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
}

.p-secPlans_cnt1 ._img .js-top_slider {
  width: 460px;
}

@media screen and (max-width: 768px) {
  .p-secPlans_cnt1 ._img .js-top_slider {
    width: 100%;
  }
}

/* -----------------------------------
.p-secDesign
------------------------------------ */
.p-secDesign {
  position: relative;
  z-index: 0;
  margin-top: -14vw;
  padding-top: 35vw;
  background: url(../img/index/design_bg.jpg) no-repeat top center/cover;
  -webkit-mask-image: url(../img/common/mask3.svg);
          mask-image: url(../img/common/mask3.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

@media screen and (min-width: 769px) {
  .p-secDesign_cnt1 {
    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: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-secDesign_cnt1 ._txt {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .p-secDesign_cnt1 ._txt {
    -webkit-flex-basis: calc(50% + 1000px);
        -ms-flex-preferred-size: calc(50% + 1000px);
            flex-basis: calc(50% + 1000px);
    padding-top: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
    margin-right: -1000px;
    padding-right: 1000px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 768px) {
  .p-secDesign_cnt1 ._txt {
    padding: 8% 6%;
  }
}

.p-secDesign_cnt1 ._img {
  background: #45555e;
}

@media screen and (min-width: 769px) {
  .p-secDesign_cnt1 ._img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex-basis: calc(50% + 200px);
        -ms-flex-preferred-size: calc(50% + 200px);
            flex-basis: calc(50% + 200px);
    margin-left: -200px;
    margin-bottom: 50px;
  }
}

.p-secDesign_cnt1 ._img .js-top_slider {
  width: 700px;
}

@media screen and (max-width: 768px) {
  .p-secDesign_cnt1 ._img .js-top_slider {
    width: 100%;
  }
}

/* -----------------------------------
.p-secInterior
------------------------------------ */
.p-secInterior {
  position: relative;
  z-index: 0;
  padding-bottom: 0;
  background: #45555e url(../img/index/interior_bg.jpg) no-repeat center 100px/cover;
}

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

@media screen and (min-width: 769px) {
  .p-secInterior_cnt1 {
    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-secInterior_cnt1 ._txt {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .p-secInterior_cnt1 ._txt {
    -webkit-flex-basis: calc(50% + 100px);
        -ms-flex-preferred-size: calc(50% + 100px);
            flex-basis: calc(50% + 100px);
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    margin-left: -100px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  .p-secInterior_cnt1 ._txt {
    padding: 8% 6%;
  }
}

.p-secInterior_cnt1 ._img {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .p-secInterior_cnt1 ._img {
    -webkit-flex-basis: calc(50% + 330px);
        -ms-flex-preferred-size: calc(50% + 330px);
            flex-basis: calc(50% + 330px);
    margin-right: -330px;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
  }
}

@media screen and (max-width: 768px) {
  .p-secInterior_cnt1 ._img {
    padding: 8% 6%;
  }
}

/* -----------------------------------
.p-secEquipment
------------------------------------ */
.p-secEquipment {
  position: relative;
  z-index: 0;
  padding-bottom: 20vw;
  background: #d8d8d8;
}

@media screen and (min-width: 769px) {
  .p-secEquipment_cnt1 {
    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: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 769px) {
  .p-secEquipment_cnt1 ._txt {
    -webkit-flex-basis: calc(50%);
        -ms-flex-preferred-size: calc(50%);
            flex-basis: calc(50%);
    padding-top: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 768px) {
  .p-secEquipment_cnt1 ._txt {
    padding: 8% 6%;
  }
}

@media screen and (min-width: 769px) {
  .p-secEquipment_cnt1 ._img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex-basis: calc(50% + 50px);
        -ms-flex-preferred-size: calc(50% + 50px);
            flex-basis: calc(50% + 50px);
    margin-left: -50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .p-secEquipment_cnt1 ._img {
    padding: 8% 6%;
  }
}

/* -----------------------------------
extend
------------------------------------ */
.p-secEnergy_cnt1 ._txt ._title, .p-secStructure_cnt1 ._txt ._title, .p-secComfortable_cnt1 ._txt ._title, .p-secSupport_cnt1 ._txt ._title {
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  color: #9e8e52;
}

@media screen and (max-width: 768px) {
  .p-secEnergy_cnt1 ._txt ._title, .p-secStructure_cnt1 ._txt ._title, .p-secComfortable_cnt1 ._txt ._title, .p-secSupport_cnt1 ._txt ._title {
    font-size: 5rem;
  }
}

.p-secEnergy_cnt1 ._txt ._copy, .p-secStructure_cnt1 ._txt ._copy, .p-secComfortable_cnt1 ._txt ._copy, .p-secSupport_cnt1 ._txt ._copy {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-secEnergy_cnt1 ._txt ._copy, .p-secStructure_cnt1 ._txt ._copy, .p-secComfortable_cnt1 ._txt ._copy, .p-secSupport_cnt1 ._txt ._copy {
    font-size: 1.8rem;
  }
}

.p-secEnergy_cnt1 ._txt ._body, .p-secStructure_cnt1 ._txt ._body, .p-secComfortable_cnt1 ._txt ._body, .p-secSupport_cnt1 ._txt ._body {
  margin-top: 35px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-secEnergy_cnt1 ._txt ._body, .p-secStructure_cnt1 ._txt ._body, .p-secComfortable_cnt1 ._txt ._body, .p-secSupport_cnt1 ._txt ._body {
    margin-top: 25px;
  }
}

.p-secEnergy_cnt1 ._txt ._caution, .p-secStructure_cnt1 ._txt ._caution, .p-secComfortable_cnt1 ._txt ._caution, .p-secSupport_cnt1 ._txt ._caution {
  margin-top: 20px;
  color: #fff;
  font-size: 1.3rem;
}

.p-secEnergy_cnt1 ._txt ._caution li, .p-secStructure_cnt1 ._txt ._caution li, .p-secComfortable_cnt1 ._txt ._caution li, .p-secSupport_cnt1 ._txt ._caution li {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

.p-secEnergy_cnt1 ._txt ._btn, .p-secStructure_cnt1 ._txt ._btn, .p-secComfortable_cnt1 ._txt ._btn, .p-secSupport_cnt1 ._txt ._btn {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-secEnergy_cnt1 ._txt ._btn, .p-secStructure_cnt1 ._txt ._btn, .p-secComfortable_cnt1 ._txt ._btn, .p-secSupport_cnt1 ._txt ._btn {
    margin-top: 25px;
  }
}

/* -----------------------------------
.p-secEnergy
------------------------------------ */
.p-secEnergy {
  position: relative;
  z-index: 0;
  margin-top: -12vw;
  padding-top: 20vw;
  background: url(../img/quality/energy_bg.jpg) no-repeat top center/cover;
  -webkit-mask-image: url(../img/common/mask2.svg);
          mask-image: url(../img/common/mask2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

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

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

.p-secEnergy_cnt1 ._txt {
  -webkit-flex-basis: calc(43%);
      -ms-flex-preferred-size: calc(43%);
          flex-basis: calc(43%);
}

/* -----------------------------------
.p-secStructure
------------------------------------ */
.p-secStructure {
  position: relative;
  z-index: 0;
  padding-bottom: 38vw;
  background: url(../img/quality/structure_bg.jpg) no-repeat top center/cover;
}

.p-secStructure_cnt1 {
  position: relative;
}

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

.p-secStructure_cnt1 ._txt {
  -webkit-flex-basis: calc(43%);
      -ms-flex-preferred-size: calc(43%);
          flex-basis: calc(43%);
}

@media screen and (min-width: 769px) {
  .p-secStructure_cnt1 ._img {
    position: absolute;
    top: 0;
    right: -275px;
    width: 1000px;
  }
}

/* -----------------------------------
.p-secComfortable
------------------------------------ */
.p-secComfortable {
  position: relative;
  z-index: 0;
  margin-top: -32vw;
  padding-top: 26vw;
  padding-bottom: 34vw;
  background: #45555e;
  -webkit-mask-image: url(../img/common/mask3.svg);
          mask-image: url(../img/common/mask3.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

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

@media screen and (min-width: 769px) {
  .p-secComfortable_cnt1 {
    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: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-secComfortable_cnt1 ._txt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex-basis: calc(43%);
      -ms-flex-preferred-size: calc(43%);
          flex-basis: calc(43%);
}

.p-secComfortable_cnt1 ._img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-flex-basis: calc(48%);
      -ms-flex-preferred-size: calc(48%);
          flex-basis: calc(48%);
}

@media screen and (max-width: 768px) {
  .p-secComfortable_cnt1 ._img {
    margin-top: 30px;
    text-align: center;
  }
  .p-secComfortable_cnt1 ._img img {
    width: 70%;
  }
}

/* -----------------------------------
.p-secSupport
------------------------------------ */
.p-secSupport {
  position: relative;
  z-index: 0;
  margin-top: -32vw;
  padding-top: 20vw;
  padding-bottom: 20vw;
  background: url(../img/quality/support_bg.jpg) no-repeat center top/cover;
  -webkit-mask-image: url(../img/common/mask3.svg);
          mask-image: url(../img/common/mask3.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

@media screen and (max-width: 768px) {
  .p-secSupport {
    padding-bottom: 30vw;
    margin-top: -42vw;
    padding-top: 30vw;
  }
}

@media screen and (min-width: 769px) {
  .p-secSupport_cnt1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-secSupport_cnt1 ._txt {
  -webkit-flex-basis: calc(43%);
      -ms-flex-preferred-size: calc(43%);
          flex-basis: calc(43%);
}

/* -----------------------------------
.p-secAtris
------------------------------------ */
.p-secAtris {
  overflow-x: hidden;
  position: relative;
  z-index: 0;
  margin-top: -12vw;
  padding-top: 20vw;
  padding-bottom: 0;
  background: url(../img/gallery/atris_bg.jpg) no-repeat center/cover;
  -webkit-mask-image: url(../img/common/mask2.svg);
          mask-image: url(../img/common/mask2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

@media screen and (max-width: 768px) {
  .p-secAtris {
    margin-top: -20vw;
    padding-top: 40vw;
  }
}

.p-secAtris_in ._title {
  position: relative;
  margin-bottom: 10px;
}

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

.p-secAtris_in ._title h2 {
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  color: #9e8e52;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .p-secAtris_in ._title h2 {
    font-size: 4rem;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .p-secAtris_in ._title ._btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .p-secAtris_in ._title ._btn {
    margin-top: 15px;
    text-align: center;
  }
}

.p-secAtris_in ._address {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-secAtris_in ._address {
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
}

.p-secAtris_in ._matterport {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.p-secAtris_in ._matterport iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-secAtris_cnt2 {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.p-secAtris:after {
  content: '';
  display: block;
  width: 100%;
  height: 23vw;
  background: #fff;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: url(../img/common/mask2.svg);
          mask-image: url(../img/common/mask2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.p-imgSlider {
  margin: 0 auto;
}

.p-imgSlider_item {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .p-imgSlider_item {
    margin: 0 8px;
  }
}

.p-secModelhouse {
  position: relative;
  z-index: 0;
  padding-bottom: 20vw;
}

@media screen and (max-width: 768px) {
  .p-secModelhouse {
    padding-bottom: 30vw;
  }
}

.p-secModelhouse_cnt1 ._title {
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-secModelhouse_cnt1 ._title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-secModelhouse_cnt1 ._table {
    overflow-x: scroll;
  }
}

.p-secModelhouse_cnt1 ._table table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-secModelhouse_cnt1 ._table table {
    width: 800px;
  }
}

.p-secModelhouse_cnt1 ._table table th, .p-secModelhouse_cnt1 ._table table td {
  padding: 20px 25px;
}

@media screen and (max-width: 768px) {
  .p-secModelhouse_cnt1 ._table table th, .p-secModelhouse_cnt1 ._table table td {
    padding: 15px 15px;
  }
}

.p-secModelhouse_cnt1 ._table table thead tr th {
  white-space: nowrap;
  text-align: left;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  color: #5f8080;
}

.p-secModelhouse_cnt1 ._table table thead tr th.-btn {
  text-align: center;
}

.p-secModelhouse_cnt1 ._table table tbody tr td {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-right: 1px dashed #979797;
}

.p-secModelhouse_cnt1 ._table table tbody tr td.-btn {
  border-right: none;
  padding-right: none;
  border-top: none;
  border-bottom: none;
  padding: 0;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .p-secModelhouse_cnt1 ._table table tbody tr td.-btn {
    padding: 5px 10px;
  }
}

.p-secModelhouse_cnt1 ._table table tbody tr td.-btn span {
  display: block;
  text-align: center;
}

.p-secModelhouse_cnt1 ._table table tbody tr td.-bd_t_none {
  border-top: none;
}

.p-secModelhouse_cnt1 ._table table tbody tr td.-bd_b_none {
  border-bottom: none;
}

.p-secModelhouse_cnt1 ._table table tbody tr td.-cnt_none {
  font-size: 0;
}

/* -----------------------------------
.p-secStep{
------------------------------------ */
.p-secStep {
  position: relative;
  z-index: 0;
  padding-bottom: 20vw;
  background: #d8d8d8;
}

@media screen and (max-width: 768px) {
  .p-secStep {
    padding-top: 100px;
  }
}

.p-secStep:before {
  content: '';
  display: block;
  width: 100%;
  height: 180px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.p-secStep_in {
  position: relative;
  z-index: 0;
}

.p-secStep_in:after {
  content: '';
  display: block;
  width: 8px;
  background: #5f8080;
  position: absolute;
  bottom: 70px;
  top: 50px;
  left: 90px;
}

@media screen and (max-width: 768px) {
  .p-secStep_in:after {
    display: none;
    left: 40px;
    top: 0;
    width: 6px;
  }
}

.p-secStep_in:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-bottom: 8px solid #5f8080;
  border-right: 8px solid #5f8080;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 70px;
  left: 69px;
}

@media screen and (max-width: 768px) {
  .p-secStep_in:before {
    display: none;
  }
}

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

.p-secStep_cnt1 ._img1 {
  position: absolute;
  width: 185px;
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt1 ._img1 {
    margin-top: -80px;
    width: 100px;
    margin-left: -10px;
  }
}

.p-secStep_cnt1 ._txt {
  margin-left: 132px;
  background: #fff url(../img/simulation/common/bg2.svg) repeat center;
  background-size: 120px;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt1 ._txt {
    padding: 4px;
    margin-left: 60px;
  }
}

.p-secStep_cnt1 ._txt p {
  background: #fff;
  padding: 40px 80px;
  font-size: 2rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  color: #5f8080;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt1 ._txt p {
    line-height: 1.5;
    padding: 15px 25px;
    font-size: 1.4rem;
  }
}

.p-secStep_cnt2 {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.p-secStep_cnt2 ._title {
  margin-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .p-secStep_cnt2 ._title {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._title {
    margin-bottom: 40px;
  }
}

.p-secStep_cnt2 ._title &gt; span {
  position: relative;
  margin-right: 25px;
  color: #fff;
  background: #45555e;
  padding: 5px 20px;
  line-height: 60px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._title &gt; span {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    line-height: 25px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .p-secStep_cnt2 ._title h3 {
    padding-top: 8px;
  }
}

.p-secStep_cnt2 ._title h3 span {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  letter-spacing: .2em;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  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-secStep_cnt2 ._title h3 span + span {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._title h3 span {
    letter-spacing: .05em;
    font-size: 1.7rem;
  }
}

.p-secStep_cnt2 ._title ul {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._title ul {
    margin-left: 20px;
  }
}

.p-secStep_cnt2 ._title ul li {
  margin-left: 1em;
  text-indent: -1em;
}

.p-secStep_cnt2 ._box1,
.p-secStep_cnt2 ._box2 {
  position: relative;
  margin-left: 160px;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._box1,
  .p-secStep_cnt2 ._box2 {
    margin-left: 20px;
  }
}

.p-secStep_cnt2 ._box1:before,
.p-secStep_cnt2 ._box2:before {
  content: '';
  display: block;
  width: 67px;
  height: 67px;
  background: url(../img/process/ico_web.svg) no-repeat center/contain;
  position: absolute;
  z-index: 10;
  top: -30px;
  left: -20px;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._box1:before,
  .p-secStep_cnt2 ._box2:before {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 769px) {
  .p-secStep_cnt2 ._box1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-secStep_cnt2 ._box1 ._left {
  -webkit-flex-basis: 54%;
      -ms-flex-preferred-size: 54%;
          flex-basis: 54%;
  position: relative;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._box1 ._left {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-secStep_cnt2 ._box1 ._left p {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #45555e;
  padding-left: 40px;
  padding-top: 50px;
  padding-right: 100px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._box1 ._left p {
    padding-left: 20px;
    padding-top: 35px;
    padding-right: 70px;
    padding-bottom: 30px;
  }
}

.p-secStep_cnt2 ._box1 ._left p img {
  width: 17px;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._box1 ._left p img {
    width: 14px;
  }
}

.p-secStep_cnt2 ._box1 ._left ul {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-left: 90px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._box1 ._left ul {
    margin-top: 20px;
    margin-left: 50px;
    margin-bottom: 20px;
  }
}

.p-secStep_cnt2 ._box1 ._left ul li + li {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._box1 ._left ul li + li {
    margin-top: 10px;
  }
}

.p-secStep_cnt2 ._box1 ._left ul li a {
  width: 100%;
}

.p-secStep_cnt2 ._box1 ._right {
  -webkit-flex-basis: 46%;
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._box1 ._right {
    margin-top: 20px;
  }
}

.p-secStep_cnt2 ._box1 ._right p {
  margin-top: 30px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._box1 ._right p {
    margin-top: 20px;
  }
}

.p-secStep_cnt2 ._box2 {
  background: #45555e;
}

@media screen and (min-width: 769px) {
  .p-secStep_cnt2 ._box2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-secStep_cnt2 ._box2 ._txt {
  -webkit-flex-basis: 54%;
      -ms-flex-preferred-size: 54%;
          flex-basis: 54%;
  padding: 30px 50px;
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._box2 ._txt {
    padding: 15px 25px;
  }
}

.p-secStep_cnt2 ._box2 ._txt p {
  color: #fff;
  line-height: 1.8;
}

.p-secStep_cnt2 ._box2 ._img1 {
  -webkit-flex-basis: 46%;
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
}

@media screen and (min-width: 769px) {
  .p-secStep_cnt2 ._btn {
    margin-top: 40px;
    margin-left: 160px;
    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) {
  .p-secStep_cnt2 ._btn {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .p-secStep_cnt2 ._btn li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._btn li {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-secStep_cnt2 ._btn li + li {
    margin-top: 10px;
  }
}

.p-secStep .c-btnNextBox {
  margin-left: 160px;
}

@media screen and (max-width: 768px) {
  .p-secStep .c-btnNextBox {
    margin-left: 0px;
  }
}

/* -----------------------------------
.p-otherContents
------------------------------------ */
.p-otherContents {
  margin-top: -14vw;
  overflow: hidden;
  position: relative;
  padding-top: 150px;
  padding-bottom: 90px;
  background: url(../img/common/simulation_bg.jpg) no-repeat center/cover;
  -webkit-mask-image: url(../img/common/mask_other.svg);
          mask-image: url(../img/common/mask_other.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

@media screen and (max-width: 768px) {
  .p-otherContents {
    margin-top: -16vw;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.p-otherContents_in &gt; ._title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  .p-otherContents_in &gt; ._title {
    font-size: 2rem;
  }
}

.p-otherContents_in &gt; ._box {
  display: block;
  margin: 0 auto;
  background: #45555e;
}

@media screen and (min-width: 769px) {
  .p-otherContents_in &gt; ._box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 370px;
    max-width: 934px;
  }
}

@media screen and (max-width: 768px) {
  .p-otherContents_in &gt; ._box {
    width: 90%;
    max-width: 500px;
  }
}

.p-otherContents_in &gt; ._box ._box_img {
  -webkit-flex-basis: 434px;
      -ms-flex-preferred-size: 434px;
          flex-basis: 434px;
  position: relative;
  background: #000;
}

.p-otherContents_in &gt; ._box ._box_img ._txt {
  width: 234px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .p-otherContents_in &gt; ._box ._box_img ._txt {
    width: 50%;
    max-width: 200px;
  }
}

.p-otherContents_in &gt; ._box ._box_img ._img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #000;
  height: 100%;
}

.p-otherContents_in &gt; ._box ._box_img ._img img {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 769px) {
  .p-otherContents_in &gt; ._box:hover ._box_img ._img img {
    opacity: .7;
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}

.p-otherContents_in &gt; ._box ._box_body {
  padding: 40px 50px;
  color: #fff;
  -webkit-flex-basis: calc(934px - 434px);
      -ms-flex-preferred-size: calc(934px - 434px);
          flex-basis: calc(934px - 434px);
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-otherContents_in &gt; ._box ._box_body {
    padding: 30px 30px;
    text-align: center;
  }
}

.p-otherContents_in &gt; ._box ._box_body p {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-otherContents_in &gt; ._box ._box_body p {
    font-size: 1.4rem;
  }
}

.p-otherContents_in &gt; ._box ._box_body ._txt1 span {
  padding: 2px 10px;
  display: inline-block;
  background: #fff;
  color: #45555e;
  font-size: 2.7rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}

.p-otherContents_in &gt; ._box ._box_body ._txt1 span:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-otherContents_in &gt; ._box ._box_body ._txt1 span {
    font-size: 2.0rem;
  }
}

.p-otherContents_in &gt; ._box ._box_body ._txt2 {
  margin-top: 20px;
}

.p-otherContents_in &gt; ._box ._box_body ._txt2 span {
  padding-top: 13px;
  display: inline-block;
}

.p-otherContents_in &gt; ._box ._box_body ._txt2 span:first-child {
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  .p-otherContents_in &gt; ._box ._box_body ._txt2 span {
    padding-top: 10px;
  }
}

.p-otherContents_in &gt; ._box ._box_body ._list1 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.p-otherContents_in &gt; ._box ._box_body ._list1 li {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .p-otherContents_in &gt; ._box ._box_body ._list1 {
    text-align: left;
    font-size: 1.2rem;
  }
}

/* -----------------------------------
.p-relatedLinks
------------------------------------ */
@media screen and (min-width: 769px) {
  .p-relatedLinks_in 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-relatedLinks_in ul li {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
}

.p-relatedLinks_in ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.p-relatedLinks_in ul li a ._txt {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.p-relatedLinks_in ul li a ._txt ._title {
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  .p-relatedLinks_in ul li a ._txt ._title {
    font-size: 3rem;
  }
}

.p-relatedLinks_in ul li a ._txt ._txt1 {
  margin-top: 10px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-relatedLinks_in ul li a ._txt ._txt1 {
    font-size: 1.4rem;
  }
}

.p-relatedLinks_in ul li a ._img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #000;
}

.p-relatedLinks_in ul li a ._img img {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-relatedLinks_in ul li a ._img img {
    height: 180px;
  }
}

@media screen and (min-width: 769px) {
  .p-relatedLinks_in ul li a:hover ._img img {
    opacity: .7;
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}

/* -----------------------------------
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=style.css.map */</pre></body></html>