@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@1,400&display=swap");
/*▼▼ ここから追加する ▼▼*/
.loader-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  z-index: 10000; }

/*▲▲ ここまで追加する ▲▲*/
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#mv {
  width: 100%;
  height: calc(100vh - 90px);
  position: relative;
  overflow: hidden;
  display: inline-block; }

_:-ms-lang(x)::-ms-backdrop, #mv {
  overflow: visible;
  /* IE11 */
  height: auto; }

@media screen and (max-width: 768px) {
  #mv {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 76px);
    overflow: visible; } }
@media screen and (max-width: 768px) and (min-height: 737px) {
  #mv {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 213px);
    overflow: visible; } }
#mv .movie video {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

_:-ms-lang(x)::-ms-backdrop, #mv .movie video {
  height: auto;
  /* IE11 */
  width: 100%; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #mv .movie video {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none; } }
#mv .movie {
  width: 100%;
  height: 100%;
  position: relative; }

_:-ms-lang(x)::-ms-backdrop, #mv .movie {
  height: auto;
  /* IE11 */
  padding-top: 55%;
  /* IE11 */ }

#mv .movie_box {
  width: 100%;
  height: 100%;
  position: relative;
  display: none; }

@media screen and (max-width: 768px) {
  #mv .movie.pc {
    display: none; }

  #mv .movie.sp {
    display: block; } }
/*
#mv .movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
#mv .movie .moviemusic {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  z-index: 9997;
  cursor: pointer;
  width: 35px; }

#mv .movie .moviemusic img {
  width: 100%;
  height: auto; }

#mv .btn_scroll {
  width: 70px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_arrow.png) no-repeat center 21px;
  padding-bottom: 38px;
  z-index: 60;
  text-shadow: 0px 0px 10px #000000; }

@media screen and (min-width: 769px) {
  #mv .btn_scroll {
    -webkit-animation: sdb04 1.5s infinite;
    animation: sdb04 1.5s infinite; } }
@media screen and (max-width: 768px) {
  #mv .btn_scroll {
    background-image: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_arrow_sp.png);
    text-shadow: none;
    color: #000;
    bottom: -110px; } }
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px); } }
@keyframes sdb04 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }
#mv .list {
  width: 100%;
  height: 100%; }

#mv .list .item {
  width: 100%;
  height: 100%;
  position: relative; }

#mv .list .item:before {
  content: '';
  width: 11%;
  height: 100%;
  background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/img_mv_border.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 27%; }

@media screen and (max-width: 1200px) {
  #mv .list .item:before {
    width: 26%; } }
@media screen and (max-width: 768px) {
  #mv .list .item:before {
    width: 33%;
    right: 17%; } }
#mv .list .item .txt {
  position: absolute;
  top: 50%;
  right: 14%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  font-size: 1.8vmax;
  font-weight: 700;
  color: #fff;
  line-height: 2; }

@media screen and (max-width: 768px) {
  #mv .list .item .txt {
    font-size: 3vmax;
    text-align: center;
    right: 0;
    left: 0; } }
#mv .list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.slider .item {
  position: relative; }

.slider .item:nth-of-type(1) .txt {
  font-size: 2.8rem; }

.slider .item:nth-of-type(1) .txt span {
  display: inline-block;
  text-align: left; }

@media screen and (max-width: 768px) {
  .slider .item:nth-of-type(1) .txt {
    font-size: 2.6vmax; }

  .slider .item:nth-of-type(1) .txt span {
    display: inline-block;
    text-align: center; } }
.slider .item:nth-of-type(2) .txt {
  font-size: 4rem;
  font-style: italic;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem; }

@media screen and (max-width: 768px) {
  .slider .item:nth-of-type(2) .txt {
    font-size: 2rem;
    right: 0; } }
.slider .item:nth-of-type(3) .txt {
  font-size: 4rem;
  font-style: italic;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem; }

@media screen and (max-width: 768px) {
  .slider .item:nth-of-type(3) .txt {
    font-size: 2rem;
    right: 0; } }
.slider .item:nth-of-type(4) .txt {
  font-size: 4rem;
  font-style: italic;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem; }

@media screen and (max-width: 768px) {
  .slider .item:nth-of-type(4) .txt {
    font-size: 2rem;
    right: 0; } }
.slider .item:nth-of-type(5) .txt {
  font-size: 4rem;
  font-style: italic;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem; }

@media screen and (max-width: 768px) {
  .slider .item:nth-of-type(5) .txt {
    font-size: 2rem;
    right: 0; } }
.slider .item:nth-of-type(6) .txt {
  font-size: 4rem;
  font-style: italic;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem; }

@media screen and (max-width: 768px) {
  .slider .item:nth-of-type(6) .txt {
    font-size: 2rem;
    right: 0; } }
.slider .item:nth-of-type(7) .txt {
  font-size: 4rem;
  font-style: italic;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem; }

@media screen and (max-width: 768px) {
  .slider .item:nth-of-type(7) .txt {
    font-size: 2rem;
    right: 0; } }
.slider .item div {
  content: '';
  width: 20vw;
  height: calc(100vh - 114px);
  background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/img_mv_border.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: 18vw; }

@media screen and (max-width: 1200px) {
  .slider .item div {
    width: 25vh; } }
@media screen and (max-width: 768px) {
  .slider .item div {
    width: 25vh;
    right: 0;
    left: 0;
    /**height: calc(100vh - 76px);**/
    height: calc(var(--vh, 1vh) * 100 - 76px);
    background-size: cover;
    position: absolute;
    margin: 0 auto; } }
.slider .item .txt {
  text-align: center;
  text-shadow: 0px 0px 10px #000000;
  position: absolute;
  top: calc(56vh - 128px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  font-size: 3.8vw;
  font-weight: 700;
  color: #fff;
  line-height: 2;
  width: 56vw; }

@media screen and (max-width: 1200px) {
  .slider .item .txt {
    width: 70vw; } }
@media screen and (max-width: 768px) {
  .slider .item .txt {
    font-size: 2.6vmax;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    margin: 0 auto 0;
    top: 50%;
    width: auto; } }
.pc_slider {
  height: calc(100vh - 117px); }

@media screen and (max-width: 768px) {
  .pc_slider {
    /**height: calc(100vh - 76px);**/
    height: calc(var(--vh, 1vh) * 100 - 76px); } }
.bx-viewport {
  height: calc(100vh - 117px) !important; }

@media screen and (max-width: 768px) {
  .bx-viewport {
    /**height: calc(100vh - 76px);**/
    height: calc(var(--vh, 1vh) * 100 - 76px) !important; } }
#about {
  width: 92%;
  max-width: 1189px;
  margin: 0 auto;
  padding-top: 260px;
  position: relative; }

@media screen and (max-width: 1200px) {
  #about {
    padding-top: 110px;
    max-width: none;
    margin-top: 110px; } }
@media screen and (max-width: 768px) {
  #about {
    width: 100%;
    padding: 68px 0 0; } }
@media screen and (max-width: 1150px) {
  #about .txt_box {
    width: 60%; } }
@media screen and (max-width: 768px) {
  #about .txt_box {
    width: 100%; } }
#about .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 768px) {
  #about .flex_box {
    display: block; } }
@media screen and (min-width: 1201px) {
  #about .flex_box img {
    width: 400px; } }
@media screen and (max-width: 1200px) {
  #about .flex_box img {
    width: 30%; } }
@media screen and (max-width: 768px) {
  #about .flex_box img {
    width: 100%; } }
#about .ttl {
  font-size: 2.1rem;
  padding-bottom: 24px; }

@media screen and (max-width: 768px) {
  #about .ttl {
    font-size: 1.3rem; } }
#about .ttl .txt02 {
  font-size: 2.2rem;
  padding-left: 13px; }

@media screen and (max-width: 768px) {
  #about .ttl .txt02 {
    font-size: 1.3rem;
    padding-left: 9px; } }
#about .ttl img {
  width: 323px;
  height: auto; }

@media screen and (max-width: 768px) {
  #about .ttl img {
    width: 50%; } }
#about .big_txt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 74px; }

@media screen and (max-width: 1200px) {
  #about .big_txt {
    font-size: 2.4rem; } }
@media screen and (max-width: 768px) {
  #about .big_txt {
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 50px;
    line-height: 4; } }
#about .txt {
  width: 597px;
  font-size: 1.5rem;
  line-height: 1.8; }

@media screen and (max-width: 1200px) {
  #about .txt {
    width: 80%;
    padding-bottom: 75px; } }
@media screen and (max-width: 768px) {
  #about .txt {
    width: 92%;
    margin: 0 auto;
    font-size: 1.4rem; } }
#about .txt:nth-of-type(2) {
  padding-bottom: 50px; }

@media screen and (max-width: 768px) {
  #about .txt:nth-of-type(2) {
    padding-bottom: 40px; } }
#theme {
  padding-top: 97px; }

@media screen and (max-width: 768px) {
  #theme {
    padding-top: 177px; } }
#theme .list .item {
  width: 100%;
  margin-bottom: 5px;
  margin-right: 3%;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

#theme .list .item:hover {
  opacity: .6; }

@media screen and (max-width: 768px) {
  #theme .list .item:hover {
    opacity: 1; } }
@media screen and (max-width: 768px) {
  #theme .list .item {
    margin-bottom: 5px; } }
#theme .list .item:nth-of-type(3n) {
  margin-right: 0; }

@media screen and (max-width: 768px) {
  #theme .list .item:nth-of-type(3n) {
    margin-right: 3%; } }
@media screen and (max-width: 768px) {
  #theme .list .item:nth-of-type(2n) {
    margin-right: 0; } }
#theme .list .item .no_txt {
  font-family: 'Helvetica Neue-LightItalic',Arial, sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-style: italic; }

@media screen and (max-width: 1200px) {
  #theme .list .item .no_txt {
    left: 10%; } }
@media screen and (max-width: 1000px) {
  #theme .list .item .no_txt {
    left: 5%; } }
@media screen and (max-width: 768px) {
  #theme .list .item .no_txt {
    left: 10%; } }
#theme .list .item .no_txt .theme {
  font-size: 2.6rem;
  padding-top: 20px;
  padding-right: 20px; }

@media screen and (max-width: 768px) {
  #theme .list .item .no_txt .theme {
    font-size: 3.5vw;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 2vw; } }
#theme .list .item .no_txt .number {
  font-size: 11.7rem; }

@media screen and (max-width: 768px) {
  #theme .list .item .no_txt .number {
    font-size: 10vw;
    padding-left: 12vw; } }
#theme .list .item .ttl_txt {
  position: absolute;
  left: 54%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  width: 375px; }

@media screen and (max-width: 768px) {
  #theme .list .item .ttl_txt {
    font-size: 3vw;
    left: 34%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }
#theme .list .item img {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

#theme .list .item img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

#theme .list .item .txt {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 30px; }

@media screen and (max-width: 768px) {
  #theme .list .item .txt {
    padding-top: 13px;
    font-size: 1.4rem; } }
#asset {
  padding-top: 142px;
  padding-bottom: 180px; }

@media screen and (max-width: 768px) {
  #asset {
    padding-top: 177px;
    padding-bottom: 88px; } }
#asset .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#asset .list .item {
  margin-bottom: 17px;
  position: relative;
  margin-right: 2%;
  width: calc((100% - 2%) / 2);
  cursor: pointer; }

@media screen and (max-width: 768px) {
  #asset .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; } }
#asset .list .item:nth-of-type(2n) {
  margin-right: 0; }

#asset .list .item:nth-of-type(7) .img_box img {
  width: 50%; }

@media screen and (max-width: 768px) {
  #asset .list .item:nth-of-type(7) .img_box img {
    width: 70%; } }
#asset .list .item img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  height: auto; }

#asset .list .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

#asset .list .item .boxInner {
  overflow: hidden;
  position: relative;
  line-height: 0; }

#asset .list .item .txt_asset {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  text-align: left;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 768px) {
  #asset .list .item .txt_asset {
    font-size: 4vw;
    line-height: 1.5;
    text-align: center; } }
#pickup_box {
  background-color: #F4F4F4;
  padding: 60px 0; }

@media screen and (max-width: 768px) {
  #pickup_box {
    padding: 45px 0 56px; } }
#pickup_box .pickup {
  width: 65%;
  max-width: 840px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  #pickup_box .pickup {
    width: 95%; } }
#pickup_box .pickup .boxInner {
  position: relative;
  line-height: 0; }

#pickup_box .pickup .boxInner .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 2rem;
  font-weight: bold;
  color: #fff; }

@media screen and (max-width: 768px) {
  #pickup_box .pickup .boxInner .ttl {
    font-size: 1.6rem; } }
@media screen and (max-width: 768px) {
  #pickup_box .pickup .fadebox .boxInner {
    background-color: transparent; } }
#pickup_box .pickup .head_img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 768px) {
  #pickup_box .pickup .head_img {
    width: 100%;
    margin: 0 auto; } }
#pickup_box .pickup .txt_box {
  background-color: #fff;
  padding: 40px 30px; }

@media screen and (max-width: 768px) {
  #pickup_box .pickup .txt_box {
    padding: 20px; } }
#pickup_box .pickup .txt_box .ttl {
  font-size: 2.0rem;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  #pickup_box .pickup .txt_box .ttl {
    font-size: 1.5rem;
    padding-bottom: 30px; } }
#pickup_box .pickup .txt_box .txt {
  font-size: 1.4rem;
  line-height: 1.8; }

@media screen and (max-width: 768px) {
  #pickup_box .pickup .txt_box .txt {
    font-size: 1.3rem; } }
#pickup_box .pickup .txt_box .txt a {
  text-decoration: underline;
  color: #000; }

#pickup_box .pickup .txt_box .txt.txt01 {
  padding-bottom: 60px; }

@media screen and (max-width: 768px) {
  #pickup_box .pickup .txt_box .txt.txt01 {
    padding-bottom: 30px; } }
@media screen and (max-width: 768px) {
  #pickup_box .pickup .txt_box .txt.txt02 {
    font-size: 1.2rem; } }
.pickup_end {
  border: 1px solid #000;
  padding: 15px 20px;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 200px;
  margin-top: 40px;
  font-size: 1.2rem; }

#interview_box {
  background-color: #F4F4F4;
  padding: 60px 0 110px;
  margin-top: 140px; }

@media screen and (max-width: 768px) {
  #interview_box {
    padding: 45px 0 56px;
    margin-top: 105px; } }
#interview_box .interview {
  width: 65%;
  max-width: 840px;
  margin: 0 auto;
  background: #fff; }

@media screen and (max-width: 1200px) {
  #interview_box .interview {
    width: 95%; } }
#interview_box .interview .boxInner {
  position: relative;
  line-height: 0; }

#interview_box .interview .boxInner .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  width: 100%; }

@media screen and (max-width: 768px) {
  #interview_box .interview .boxInner .ttl {
    font-size: 1.6rem; } }
@media screen and (max-width: 768px) {
  #interview_box .interview .fadebox .boxInner {
    background-color: transparent; } }
#interview_box .interview .head_img {
  width: 100%;
  height: auto; }

#interview_box .interview .interview_head_img {
  opacity: 1; }

#interview_box .interview .interview_head_img img {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  opacity: 1; }

#interview_box .interview .interview_head_img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1; }

@media screen and (max-width: 768px) {
  #interview_box .interview .head_img {
    width: 100%;
    margin: 0 auto; } }
#interview_box .interview .txt_box {
  background-color: #fff;
  padding: 40px 30px;
  position: relative; }

@media screen and (max-width: 768px) {
  #interview_box .interview .txt_box {
    padding: 20px 20px 80px; } }
#interview_box .interview .txt_box .ttl {
  font-size: 2.0rem;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  #interview_box .interview .txt_box .ttl {
    font-size: 1.5rem;
    padding-bottom: 30px; } }
#interview_box .interview .txt_box .txt {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center; }

#interview_box .interview .txt_box .txt.left {
  text-align: left; }

@media screen and (max-width: 768px) {
  #interview_box .interview .txt_box .txt {
    font-size: 1.3rem; } }
#interview_box .btn_more {
  margin: 20px auto; }

#interview_box .btn_more span {
  z-index: 2; }

#interview_box .btn_more:after {
  z-index: -1; }

#interview_box .btn_more_bg_on {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background: #fff;
  width: 100%;
  height: 90px; }

#overview {
  padding-top: 146px; }

@media screen and (max-width: 768px) {
  #overview {
    padding-top: 109px; } }
#overview .wrap {
  width: 65%;
  max-width: 840px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  #overview .wrap {
    width: 100%;
    max-width: none; } }
#overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#overview dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  width: 26%;
  position: relative; }

@media screen and (max-width: 768px) {
  #overview dl dt {
    width: 100%;
    margin-bottom: 18px;
    font-size: 1.5rem; } }
#overview dl dt:after {
  content: '';
  display: block;
  width: 30%;
  max-width: 70px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18%;
  margin: auto; }

@media screen and (max-width: 768px) {
  #overview dl dt:after {
    width: 67%;
    max-width: none;
    right: 0; } }
#overview dl dd {
  width: 74%;
  font-size: 1.5rem;
  padding-bottom: 65px;
  line-height: 1.8; }

@media screen and (max-width: 768px) {
  #overview dl dd {
    width: 100%;
    padding-bottom: 36px;
    font-size: 1.3rem; } }
#overview dl dd .btn_download {
  margin-top: 23px; }

@media screen and (max-width: 768px) {
  #overview dl dd .btn_download {
    margin-top: 0;
    margin-bottom: 15px; } }
#overview dl dd.top_btn {
  margin-top: -10px; }

@media screen and (max-width: 768px) {
  #overview dl dd.top_btn {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
#overview dl dd a {
  color: #000;
  text-decoration: underline; }

#case {
  padding-top: 145px; }

@media screen and (max-width: 768px) {
  #case {
    padding-top: 105px; } }
#case .ttl_under_txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 40px; }

#case .info_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#case .info_list .item .ttl {
  font-size: 15px; }

@media screen and (max-width: 768px) {
  #case .info_list .item .ttl {
    font-size: 1.4rem; }

  #case .info_list .item .txt {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 20px; } }
#case .info_list .item {
  margin: 0 15px;
  width: calc((100% - 4%) / 3); }

@media screen and (max-width: 768px) {
  #case .info_list .item {
    margin: 0;
    width: 100%; } }
#case .info_list .btn_more {
  margin-left: auto;
  margin-top: 65px; }

@media screen and (max-width: 768px) {
  #case .info_list .btn_more {
    margin-top: 0;
    margin-bottom: 30px; } }
#case .case_ttl {
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    #case .case_ttl {
      margin-bottom: 10px;
      font-size: 1.5rem; } }

#case .case_second {
  margin-bottom: 160px; }
  @media screen and (max-width: 768px) {
    #case .case_second {
      margin-bottom: 80px; } }
  #case .case_second dt {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    #case .case_second dt:nth-child(n+2) {
      margin-top: 125px; }
      @media screen and (max-width: 768px) {
        #case .case_second dt:nth-child(n+2) {
          margin-top: 60px; } }
    #case .case_second dt + dd {
      margin-top: 90px; }
      @media screen and (max-width: 768px) {
        #case .case_second dt + dd {
          margin-top: 45px; } }
    #case .case_second dt img {
      width: 100%; }
    #case .case_second dt .section_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media screen and (min-width: 767px) {
        #case .case_second dt .section_wrap {
          max-width: 800px; } }
    #case .case_second dt .theme_number {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #case .case_second dt .theme_number .theme {
        font-family: 'Helvetica Neue-LightItalic',Arial, sans-serif;
        font-size: 1.9rem;
        font-weight: 400;
        font-style: italic;
        color: #fff; }
        @media screen and (max-width: 768px) {
          #case .case_second dt .theme_number .theme {
            font-size: 1.5rem; } }
      #case .case_second dt .theme_number .number {
        font-family: 'Helvetica Neue-LightItalic',Arial, sans-serif;
        font-size: 6.0rem;
        font-weight: 400;
        font-style: italic;
        margin-left: 15px;
        color: #fff; }
        @media screen and (max-width: 768px) {
          #case .case_second dt .theme_number .number {
            font-size: 3.0rem;
            margin-left: .2em; } }
    #case .case_second dt .ttl {
      font-size: 2.0rem;
      font-weight: bold;
      margin-left: 90px;
      color: #fff;
      line-height: 1.8;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #case .case_second dt .ttl {
          font-size: 1.5rem;
          margin-left: 10vw;
          text-align: left; } }
  @media screen and (min-width: 767px) {
    #case .case_second dd .section_wrap {
      max-width: 800px; } }
  @media screen and (min-width: 767px) {
    #case .case_second dd .company {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  #case .case_second dd .company:nth-child(n+2) {
    margin-top: 96px; }
    @media screen and (max-width: 768px) {
      #case .case_second dd .company:nth-child(n+2) {
        margin-top: 45px; } }
  @media screen and (max-width: 768px) {
    #case .case_second dd .company .icon {
      text-align: center; } }
  @media screen and (min-width: 767px) {
    #case .case_second dd .company .txt_box {
      width: 597px;
      margin-left: 50px; } }
  @media screen and (max-width: 768px) {
    #case .case_second dd .company .txt_box {
      margin-top: 25px; } }
  #case .case_second dd .company .txt_box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #case .case_second dd .company .txt_box .flex .att {
      margin-left: 15px; }
  #case .case_second dd .company .txt_box .name,
  #case .case_second dd .company .txt_box .att {
    font-size: 1.5rem;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      #case .case_second dd .company .txt_box .name,
      #case .case_second dd .company .txt_box .att {
        font-size: 1.3rem; } }
  #case .case_second dd .company .txt_box .name {
    padding: 5px 15px;
    background-color: #F2F2F2;
    display: inline-block; }
  #case .case_second dd .company .txt_box .plan,
  #case .case_second dd .company .txt_box .detail {
    font-size: 1.5rem;
    line-height: 2.2; }
    @media screen and (max-width: 768px) {
      #case .case_second dd .company .txt_box .plan,
      #case .case_second dd .company .txt_box .detail {
        font-size: 1.3rem; } }
  #case .case_second dd .company .txt_box .plan {
    margin-top: 20px;
    font-weight:bold; }
    @media screen and (max-width: 768px) {
      #case .case_second dd .company .txt_box .plan {
        margin-top: 10px; } }

#schedule {
  padding-top: 145px; }

@media screen and (max-width: 768px) {
  #schedule {
    padding-top: 105px; } }
#schedule .wrap {
  width: 77%;
  max-width: 990px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  #schedule .wrap {
    width: 100%;
    max-width: none; } }
#schedule dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#schedule dt {
  font-size: 1.4rem;
  font-weight: 700;
  width: 200px;
  position: relative;
  height: 95px;
  text-align: right; }

#schedule dt.height_l {
  height: 125px; }

@media screen and (max-width: 768px) {
  #schedule dt {
    width: 25%;
    line-height: 1.2;
    height: auto;
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center; } }
#schedule dt:not(:nth-last-of-type(1)):after {
  content: '';
  display: block;
  width: 9px;
  height: 14px;
  background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_down.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 0; }

@media screen and (max-width: 768px) {
  #schedule dt:not(:nth-last-of-type(1)):after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }
#schedule dd {
  width: calc(100% - 200px);
  height: 95px;
  font-size: 1.5rem;
  padding-bottom: 65px;
  line-height: 1.8;
  margin-top: -8px;
  padding-left: 145px; }

@media screen and (max-width: 768px) {
  #schedule dd {
    width: 75%;
    padding-left: 10%;
    margin-top: 0;
    height: auto;
    font-size: 1.3rem; } }
#schedule dd .schedule_day {
  border-bottom: solid 2px #000; }

#schedule dd .att {
  font-size: 1.2rem; }

#info {
  padding-top: 130px; }

#info .border_img {
  border: 1px solid #ddd; }

#info .morelink {
  padding-bottom: 146px; }

@media screen and (max-width: 768px) {
  #info .morelink {
    padding-bottom: 136px; } }
#info .morelink .btn_more {
  margin-left: auto;
  cursor: pointer; }

#case .section_ttl_box .section_ttl {
  margin-bottom: 30px; }

#case .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#case .list .item {
  position: relative;
  margin-right: 3%;
  width: calc((100% - 6.5%) / 3);
  margin-bottom: 64px;
  cursor: pointer; }

#case .list .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

@media screen and (max-width: 1200px) {
  #case .list .item {
    width: calc((100% - 6.5%) / 3); } }
@media screen and (max-width: 768px) {
  #case .list .item {
    width: calc((100% - 3%) / 2);
    margin-bottom: 10px; } }
#case .list .item:nth-of-type(4n) {
  margin-right: 3%; }

@media screen and (max-width: 1200px) {
  #case .list .item:nth-of-type(4n) {
    margin-right: 3%; } }
@media screen and (max-width: 768px) {
  #case .list .item:nth-of-type(4n) {
    margin-right: 0; } }
#case .list .item:nth-of-type(3n) {
  margin-right: 0; }

@media screen and (max-width: 1200px) {
  #case .list .item:nth-of-type(3n) {
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  #case .list .item:nth-of-type(3n) {
    margin-right: 3%; } }
@media screen and (max-width: 768px) {
  #case .list .item:nth-of-type(2n) {
    margin-right: 0; } }
#case .list .item:nth-of-type(6) .img_box img {
  width: 25%; }

@media screen and (max-width: 768px) {
  #case .list .item:nth-of-type(6) .img_box img {
    width: 35%; } }
#case .list .item .img_box {
  width: 100%;
  height: auto;
  position: relative; }

#case .list .item .img_box:before {
  content: '';
  padding-top: 32%;
  display: block; }

@media screen and (max-width: 768px) {
  #case .list .item .img_box:before {
    padding-top: 50%; } }
#case .list .item .img_box img {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }

@media screen and (max-width: 768px) {
  #case .list .item .img_box img {
    width: 80%; } }
#case .list .item .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
  color: #000; }

@media screen and (max-width: 768px) {
  #case .list .item .ttl {
    font-size: 1.3rem; } }
#archive {
  padding-bottom: 120px;
  padding-top: 150px; }

@media screen and (max-width: 768px) {
  #archive {
    padding-bottom: 0; } }
#archive .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#archive .list .item {
  width: calc((100% - 6%) / 3);
  margin-right: 2.9%;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden; }

#archive .list .item:nth-of-type(3n) {
  margin-right: 0; }

@media screen and (max-width: 768px) {
  #archive .list .item {
    width: calc((100% - 2%) / 2);
    margin-right: 2%;
    margin-bottom: 10px; }

  #archive .list .item:nth-of-type(3n) {
    margin-right: 2%; }

  #archive .list .item:nth-of-type(2n) {
    margin-right: 0; } }
#archive .list .item img {
  width: 100%;
  display: block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }

#archive .list .item img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

#member {
  padding-bottom: 118px; }

@media screen and (max-width: 768px) {
  #member {
    padding-bottom: 45px; } }
#member .wrap {
  width: 82%;
  max-width: 1060px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  #member .wrap {
    width: 100%;
    max-width: none; } }
#member .profile_box {
  padding-bottom: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media screen and (max-width: 768px) {
  #member .profile_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px; } }
#member .profile_box img {
  max-width: 400px;
  margin-right: 5%;
  width: 95%; }

@media screen and (max-width: 768px) {
  #member .profile_box img {
    width: 100%;
    margin-right: 0;
    max-width: none;
    margin-bottom: 25px; } }
#member .profile_box .ttl {
  font-size: 1.5rem;
  padding-bottom: 17px; }

#member .profile_box .name {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 33px; }

@media screen and (max-width: 768px) {
  #member .profile_box .name {
    padding-bottom: 22px; } }
#member .profile_box .txt {
  font-size: 1.3rem;
  line-height: 1.5; }

#member .member_img {
  width: 100%;
  max-width: 1060px;
  height: auto;
  margin: 0 auto;
  display: block; }

@media screen and (max-width: 768px) {
  #member .member_img {
    max-width: none; } }
#partner .wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  #partner .wrap {
    width: 100%;
    max-width: none; } }
#partner .download_box .btn_download {
  margin: 0 auto 25px; }

#partner .download_box .att {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 17px; }

@media screen and (max-width: 768px) {
  #partner .download_box .att {
    line-height: 1.8; } }
#partner .morelink {
  padding-bottom: 146px; }

@media screen and (max-width: 768px) {
  #partner .morelink {
    padding-bottom: 136px; } }
#partner .morelink .btn_more {
  margin-left: auto;
  cursor: pointer; }

#qa {
  padding: 146px 0; }

@media screen and (max-width: 768px) {
  #qa {
    padding: 136px 0; } }
#qa .wrap {
  width: 80%;
  max-width: 1032px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  #qa .wrap {
    width: 100%;
    max-width: none; } }
#qa dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#qa dl dt {
  width: 8%;
  max-width: 82px;
  font-size: 1.2rem;
  padding-bottom: 12px;
  line-height: 1.8; }

@media screen and (max-width: 768px) {
  #qa dl dt {
    width: 100%; } }
#qa dl dd {
  width: 92%;
  max-width: 950px;
  font-size: 1.5rem;
  padding-bottom: 12px;
  line-height: 1.8; }

@media screen and (max-width: 768px) {
  #qa dl dd.answer {
    font-size: 1.4rem; } }
@media screen and (max-width: 768px) {
  #qa dl dd {
    width: 100%; } }
#qa .morelink .btn_more {
  margin: 0 auto;
  cursor: pointer; }

#qa .btn {
  margin-top: 100px; }

@media screen and (max-width: 768px) {
  #qa .btn {
    margin-top: 50px; } }
#qa .btn .btn_app_nolink {
  margin: 0 auto; }

#contact {
  padding-bottom: 116px; }

@media screen and (max-width: 768px) {
  #contact {
    padding-bottom: 57px; } }
#contact .wrap {
  width: 65%;
  max-width: 840px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  #contact .wrap {
    width: 100%;
    max-width: none; } }
#contact .txt {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 22px;
  text-align: center; }

@media screen and (max-width: 768px) {
  #contact .txt {
    text-align: center;
    line-height: 1.5;
    padding-bottom: 32px;
    font-size: 4vw; } }
#contact .link {
  text-align: center; }

@media screen and (max-width: 768px) {
  #contact .link {
    text-align: center; } }
#contact .link a {
  font-size: 1.5rem;
  color: #000;
  font-weight: normal; }

@media screen and (max-width: 768px) {
  #contact .link a {
    font-size: 1.2rem; } }
.iziModal-overlay {
  z-index: 9999 !important; }

.iziModal {
  z-index: 10000 !important; }

.iziModal-navigate {
  z-index: 10000 !important; }

.iziModal-navigate > button {
  width: 4%;
  max-width: 60px;
  min-width: 20px;
  height: auto;
  background-color: #fff;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: auto !important;
  opacity: 1;
  display: none !important; }

.iziModal-navigate > button:before {
  content: '';
  display: block;
  padding-top: 100%; }

.iziModal-navigate-prev {
  margin-left: 0 !important;
  left: 0 !important;
  background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_modal_prev.png) no-repeat center; }

.iziModal-navigate-next {
  margin-right: 0 !important;
  right: 0 !important;
  background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_modal_next.png) no-repeat center; }

.modal_close {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

@media screen and (max-width: 768px) {
  .modal_close {
    width: 10%;
    max-width: 35px; } }
@media screen and (max-width: 768px) {
  .modal_close img {
    width: 100%; } }
.modal_close:hover {
  opacity: .6; }

@media screen and (max-width: 768px) {
  .modal_close:hover {
    opacity: 1; } }
.iziModal.modal_style {
  width: 95% !important;
  max-width: 1280px !important;
  margin-top: 2%; }

.iziModal.modal_style .iziModal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .iziModal.modal_style .iziModal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.iziModal.modal_style .modal_close {
  top: 40px;
  right: 40px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_style .modal_close {
    top: 12px;
    right: 12px; } }
.iziModal.modal_style .object-fit-img {
  width: 26%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }

@media screen and (max-width: 768px) {
  .iziModal.modal_style .object-fit-img {
    width: 100%;
    max-height: 240px; } }
.iziModal.modal_style .txt_box {
  padding: 5% 10%;
  position: relative;
  width: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 768px) {
  .iziModal.modal_style .txt_box {
    width: 100%;
    padding: 5%; }

  .iziModal.modal_style .txt_box .wrap {
    width: 100%; } }
.iziModal.modal_style .txt_box .ttl {
  font-size: 2.0rem;
  font-weight: 700;
  padding-bottom: 40px;
  line-height: 1.8; }

@media screen and (max-width: 768px) {
  .iziModal.modal_style .txt_box .ttl {
    font-size: 1.4rem; } }
.iziModal.modal_style .txt_box .txt {
  font-size: 1.5rem;
  line-height: 1.8; }

.iziModal.modal_style .txt_box .bg_black {
  background-color: #3E3D3D;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
  padding: 2px 15px;
  font-size: 1.5rem; }

.iziModal.modal_style .txt_box .bg_gray {
  background-color: #F2F2F2;
  color: #000;
  display: inline-block;
  margin-bottom: 15px;
  padding: 2px 15px;
  font-size: 1.5rem; }

.theme_modal_box_first_block {
  margin-bottom: 40px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_style .txt_box .txt {
    font-size: 1.2rem;
    font-weight: 700; } }
.iziModal.modal_style .txt_box .theme_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Helvetica Neue-LightItalic',Arial, sans-serif;
  font-style: italic;
  padding-bottom: 35px;
  margin-right: 10%; }

.iziModal.modal_style .txt_box .theme_number .theme {
  font-size: 1.9rem;
  padding-right: 18px; }

.iziModal.modal_style .txt_box .theme_number .number {
  font-size: 6.0rem; }

.iziModal.modal_style .txt_box .tag_list {
  position: absolute;
  bottom: 25px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 40px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_style .txt_box .tag_list {
    position: static;
    padding: 0; } }
.iziModal.modal_style .txt_box .tag_list .item {
  padding: 5px;
  background-color: #eee;
  font-size: 1.2rem;
  margin-right: 7px;
  margin-bottom: 15px;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg); }

@media screen and (max-width: 768px) {
  .iziModal.modal_style .txt_box .tag_list .item {
    font-size: 1.0rem;
    margin-bottom: 10px; } }
.iziModal.modal_asset {
  width: 42% !important;
  max-width: 550px !important; }

@media screen and (max-width: 768px) {
  .iziModal.modal_asset {
    width: 85% !important;
    max-width: none !important; } }
.iziModal.modal_asset .modal_close {
  top: 20px;
  right: 20px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_asset .modal_close {
    top: 12px;
    right: 12px; } }
.iziModal.modal_asset .top_box {
  padding-top: 22px; }

.iziModal.modal_asset .top_box .img_box {
  text-align: center;
  font-weight: 700;
  padding-bottom: 30px; }

.iziModal.modal_asset .top_box .img_box .ttl {
  font-size: 1.8rem;
  padding-bottom: 17px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_asset .top_box .img_box .ttl {
    display: none; } }
.iziModal.modal_asset .top_box .img_box img {
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_asset .top_box .img_box img {
    margin-bottom: 15px; } }
.iziModal.modal_asset .top_box .img_box .txt {
  font-size: 1.3rem; }

.iziModal.modal_asset .bottom_box {
  border-top: solid 1px #ccc;
  padding: 25px 25px 50px; }

.iziModal.modal_asset .bottom_box .txt {
  font-size: 1.3rem;
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  .iziModal.modal_asset .bottom_box .txt {
    font-size: 1.1rem; } }
.iziModal.modal_asset .bottom_box .txt span {
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block; }

.iziModal.modal_case {
  width: 48% !important;
  max-width: 620px !important;
  min-width: 440px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_case {
    min-width: auto;
    width: 85% !important;
    max-width: none !important; } }
.iziModal.modal_case .modal_close {
  top: 20px;
  right: 20px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_case .modal_close {
    top: 12px;
    right: 12px; } }
.iziModal.modal_case .top_box {
  padding-top: 42px; }

.iziModal.modal_case .top_box .img_box {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 30px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_case .top_box .img_box {
    font-size: 1.2rem; } }
.iziModal.modal_case .top_box .img_box .ttl {
  padding-bottom: 17px; }

.iziModal.modal_case .top_box .img_box img {
  margin-bottom: 23px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_case .top_box .img_box img {
    width: 92%;
    max-width: 417px;
    margin-bottom: 15px; } }
.iziModal.modal_case .top_box .img_box .txt {
  line-height: 1.8; }

.iziModal.modal_case .top_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 82%;
  max-width: 508px;
  margin: 0 auto 15px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_case .top_box .list {
    width: 92%;
    max-width: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
.iziModal.modal_case .top_box .list .item {
  font-size: 1.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1.6rem;
  width: 50%;
  margin-bottom: 11px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_case .top_box .list .item {
    font-size: 1.1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 46%;
    line-height: 1.5; } }
.iziModal.modal_case .top_box .list .item img {
  margin-right: 11px;
  height: 13px; }

.iziModal.modal_case .bottom_box {
  border-top: solid 1px #ccc;
  padding: 25px 25px 50px; }

.iziModal.modal_case .bottom_box .txt {
  font-size: 1.4rem;
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  .iziModal.modal_case .bottom_box .txt {
    font-size: 1.2rem; } }
.iziModal.modal_case .bottom_box .txt span {
  font-weight: 700; }

.iziModal.modal_demo {
  width: 60% !important;
  max-width: 780px !important;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

@media screen and (max-width: 768px) {
  .iziModal.modal_demo {
    width: 85% !important;
    max-width: none !important; } }
@media screen and (max-width: 1200px) {
  .iziModal.modal_demo img {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .iziModal.modal_demo img {
    width: 100%; } }
.iziModal.modal_demo .modal_close {
  top: 20px;
  right: 20px; }

@media screen and (max-width: 768px) {
  .iziModal.modal_demo .modal_close {
    top: 12px;
    right: 12px; } }
.iziModal-navigate-caption {
  display: none !important; }

.hide_q_a {
  display: none; }

.theme_modal_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.theme_modal_box_second_block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .theme_modal_box_second_block div {
    display: block; } }
.theme_modal_box_second_block div figure {
  margin-right: 5%; }

@media screen and (max-width: 768px) {
  .theme_modal_box_second_block div figure {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%; }

  .theme_modal_box_second_block div figure img {
    width: 100%; } }
.ttl_under_txt {
  margin-bottom: 80px; }

@media screen and (max-width: 768px) {
  .ttl_under_txt {
    margin-bottom: 40px; } }
#policy {
  font-size: 1.5rem;
  line-height: 1.8;
  background-color: #F7F7F7;
  padding: 120px 0; }

.policy_wrap {
  width: 800px;
  margin: 0 auto; }

#policy .note_pdf {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 10px; }

@media screen and (max-width: 768px) {
  .policy_wrap {
    width: 100%;
    margin: 0 auto; }

  .policy_wrap .wrap p {
    text-align: left; } }
#supporter {
  padding-top: 130px; }

#supporter .partner_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.section_ttl_top {
  display: none;
}