@charset "UTF-8";

.right-fixed-menu {display: none!important}

.dees {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  position: relative;
  letter-spacing: 0.03em;
  line-height: 1.75;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
}
.dees .inner {
	width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.dees section {
  position: relative;
  z-index: 1;
}
.dees img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}
.dees-header {
  position: relative;
  z-index: 3;
  padding-top: 86px;
}
.dees-nav {
  background: #000;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 15px 40px;
}
.dees-nav-logo {
  display: block;
  width: 123px;
}
.dees-nav-logo-ch {
  width: 45px;
  height: 45px;
  margin-right: 60px;
}
.dees-nav ul {
  display: flex;
  margin-left: 35px;
}
.dees-nav li {
  margin-left: 5px;
}
.dees-nav li a {
  padding: 5px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.dees-nav li a:hover {
  background: #FFF;
  color: #000;
}
.dees-nav a {
  transition: .5s;
}
.dees-nav .prof {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
}
.dees-nav-simulation {
  background: #FFF;
  color: #000;
}
.dees-nav-simulation .prof {
  font-size: 10px;
  font-size: 1rem;
}
.dees-nav-simulation:hover {
  color: #FFF !important;
  background: #D52E0C !important;
}
.dees-btn-fixed {
  position: fixed;
  right: 0;
  top: 21.484375vh;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  width: 100px;
  z-index: 2;
}
.dees-btn-fixed a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  height: 100px;
}
.dees-btn-fixed a > span::before {
  content: "";
  display: block;
  width: 41px;
  height: 35px;
  margin: 0 auto 5px;
}
.dees-btn-fixed .jp {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
  transform: scale(0.8);
  transform-origin: center;
}
.dees-btn-fixed .simulation > span:before {
  background: url("../img/common/ico_simulation_01.svg") no-repeat center/contain;
}
.dees-btn-fixed .consult > span::before {
  background: url("../img/common/ico_consult_01.svg") no-repeat center/contain;
}
.dees-btn-fixed .keep {
  background: #B48C52;
}
.dees-btn-fixed .keep > span::before {
  background: url("../img/common/ico_keep_01.svg") no-repeat center/contain;
}
.dees-tit-sec {
  text-align: center;
  margin-bottom: 70px;
}
.dees-tit-sec .en, .dees-tit-sec .jp {
  display: block;
  line-height: 1.1;
}
.dees-tit-sec .en {
  font-size: 72px;
  font-size: 7.2rem;
  margin-bottom: 10px;
}
.dees-tit-sec .jp {
  font-size: 20px;
  font-size: 2rem;
}
.dees-box-simulation {
  background: #EBEBEB;
  text-align: center;
  padding: 60px 70px;
  margin-top: 70px;
}
.dees-box-simulation strong {
  font-size: 25px;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.dees-box-simulation strong::before {
  content: "";
  display: block;
  margin-right: 20px;
  background: url("../img/common/icoi_simulation_02.svg") no-repeat center/contain;
  width: 3.2em;
  height: 3.08em;
}
.dees-box-simulation ul {
  display: flex;
  justify-content: space-between;
}
.dees-box-simulation li {
  width: 48.1132075472%;
}
.dees-box-simulation a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  padding: 20px;
}
.dees-box-simulation a::before, .dees-box-simulation a::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.125em;
}
.dees-box-simulation a::after {
  background: url("../img/common/ico_arrow_01.svg") no-repeat center/contain;
}
.dees-box-simulation .large {
  font-size: 200%;
  line-height: 1.75;
}
.dees .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.dees .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  color: #A0A0A0;
  background: #A0A0A0;
  overflow: hidden;
}
.dees .slick-dots .slick-active {
  color: #D52E0C;
  background: #D52E0C;
}
@media screen and (max-width: 767px) {
  .dees .inner {
    padding: 0 20px;
  }
  .dees-header {
    padding-top: 74px;
  }
  .dees-nav {
    padding: 15px 20px;
    justify-content: space-between;
  }
  .dees-nav-ico {
    width: 1.0em;
    height: 0.85em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .dees-nav-ico::before, .dees-nav-ico::after {
    content: "";
    display: block;
  }
  .dees-nav-ico::before, .dees-nav-ico::after, .dees-nav-ico span {
    background: #FFF;
    width: 100%;
    height: 1px;
    transition: .5s;
  }
  .open .dees-nav-ico span {
    opacity: 0;
  }
  .open .dees-nav-ico::before, .open .dees-nav-ico::after {
    position: absolute;
    left: 0;
    top: 50%;
  }
  .open .dees-nav-ico::before {
    transform: rotate(-45deg);
  }
  .open .dees-nav-ico::after {
    transform: rotate(45deg);
  }
  .dees-nav-logo-ch {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
  .dees-nav ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-top: 1px solid #DDD;
    display: none;
    margin-left: 0;
    background: #000;
    min-height: calc(100vh - 144px);
  }
  .dees-nav ul.open {
    display: block;
  }
  .dees-nav li {
    border-bottom: 1px solid #DDD;
    margin-left: 0;
  }
  .dees-nav li:last-child {
    border-bottom: none;
  }
  .dees-nav li a {
    padding: 20px 15px;
    justify-content: space-between;
  }
  .dees-nav li a::after {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(-45deg);
  }
  .dees-nav .prof {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
  }
  .dees-nav-simulation::after {
    border-color: #000 !important;
  }
  .dees-nav-simulation:hover::after {
    border-color: #FFF !important;
  }
  .dees-btn-fixed {
    top: auto;
    bottom: 0;
    text-align: left;
    width: 100%;
    display: flex;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .dees-btn-fixed li {
    width: 50%;
  }
  .dees-btn-fixed.three li {
    width: calc(100% / 3);
  }
  .dees-btn-fixed a {
    height: 70px;
  }
  .dees-btn-fixed a::before {
    content: "";
    display: block;
    width: 30.75px;
    height: 26.25px;
    margin-right: 5px;
  }
  .dees-btn-fixed a > span::before {
    display: none;
  }
  .dees-btn-fixed .jp {
    transform-origin: left center;
  }
  .dees-btn-fixed .simulation:before {
    background: url("../img/common/ico_simulation_01.svg") no-repeat center/contain;
  }
  .dees-btn-fixed .consult::before {
    background: url("../img/common/ico_consult_01.svg") no-repeat center/contain;
  }
  .dees-btn-fixed .keep::before {
    background: url("../img/common/ico_keep_01.svg") no-repeat center/contain;
  }
  .dees-tit-sec {
    margin-bottom: 30px;
  }
  .dees-tit-sec .en {
    font-size: 50.4px;
    font-size: 5.04rem;
    margin-bottom: 3px;
  }
  .dees-tit-sec .jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .dees-box-simulation {
    padding: 30px 20px;
    margin-top: 40px;
  }
  .dees-box-simulation strong {
    font-size: 18.75px;
    font-size: 1.875rem;
    margin-bottom: 15px;
    display: block;
  }
  .dees-box-simulation strong::before {
    margin: 0 auto 15px;
  }
  .dees-box-simulation ul {
    display: block;
  }
  .dees-box-simulation li {
    width: 100%;
  }
  .dees-box-simulation li:first-child {
    margin-bottom: 15px;
  }
  .dees-box-simulation a {
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .dees-box-simulation a::before {
    display: none;
  }
  .dees-box-simulation a::after {
    width: 0.9375em;
    height: 0.84375em;
  }
  .dees-box-simulation .large {
    font-size: 150%;
  }
}

.u-w-m {
  font-weight: 500;
}
.u-w-b {
  font-weight: 700;
}
.u-en {
  font-family: Arial, Helvetica, Robot, "sans-serif";
}
.u-en-din {
  font-family: din-condensed, sans-serif;
}
.u-en-ita {
  font-family: 'Italianno', cursive;
}
.u-bg-r {
  background: #D52E0C;
}
.u-bg-b {
  background: #469BAD;
}
.u-hover-op {
  transition: .5s;
}
.u-hover-op:hover {
  opacity: 0.6;
}
.u-ib {
  display: inline-block;
}
.u-txt-fade span {
  opacity: 0;
  transition: .5s;
}
.u-txt-fade span.active {
  opacity: 1;
}
.u-input {
  border: 1px solid #CCC;
  padding: 20px;
  width: 100%;
  background: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
}
.u-input::-webkit-input-placeholder {
  color: #999;
}
.u-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.u-input:-ms-input-placeholder {
  color: #999;
}
.u-input, .u-input-submit, .u-input-search {
  display: block;
}
.u-input-submit, .u-input-search {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo",sans-serif;
  color: #FFF;
  line-height: 1.1;
  cursor: pointer;
  text-align: center;
  padding: 1.0em;
}
.u-input-submit {
  background: #D52E0C;
}
.u-input-radio, .u-input-checkbox {
  display: inline-flex;
  align-items: center;
}
.u-input-radio input, .u-input-checkbox input {
  display: none;
}
.u-input-radio {
  position: relative;
}
.u-input-radio::before, .u-input-radio::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
}
.u-input-radio::before {
  width: 1.3636363636em;
  height: 1.3636363636em;
  border: 2px solid #707070;
  margin-right: 5px;
}
.u-input-radio::after {
  width: 0.8181818182em;
  height: 0.8181818182em;
  background: #D52E0C;
  left: 0.26em;
  top: 50%;
  margin-top: -0.4090909091em;
  position: absolute;
  opacity: 0;
}
.u-input-radio.checked::after {
  opacity: 1;
}
.u-input-checkbox::before {
  content: "";
  display: inline-block;
  width: 1.1428571429em;
  height: 1.1428571429em;
  border: 1px solid #707070;
  border-radius: 3px;
  margin-right: 0.25em;
  background: #FFF;
  transition: .5s;
}
.u-input-checkbox.checked::before {
  background: url("../img/common/ico_check_01.svg") no-repeat center/contain;
}
.u-input-search {
  font-size: 15px;
  font-size: 1.5rem;
  max-width: 100px;
  margin: 15px auto 0;
}
.u-anchor {
  position: absolute;
  left: 0;
  top: -87px;
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
  .u-anchor {
    top: -75px;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}

.wrapper {
  position: relative;
  z-index: 2;
}

footer {
  background: #FFF;
  z-index: 1;
}

.bottom-fixed-menu {
  display: none !important;
}
.breadcrumb{
	margin-inline: 0;
}