@charset "UTF-8";
.p-page_content__inner {
  max-width: none !important;
}

.p-page_content {
  padding: 0 !important;
}

.u-margin__bottom--100 {
  margin-bottom: 0 !important;
}

.u-margin__top--60 {
  margin-top: 0 !important;
}

.u-margin__top--60 {
  margin-top: 0 !important;
}

.pc_item {
  display: block;
}

@media screen and (max-width: 750px) {
  .pc_item {
    display: none;
  }
}

.sp_item {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp_item {
    display: block;
  }
}

body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

.montserrat {
  font-family: "Montserrat", serif;
}

.noto {
  font-family: "Noto Sans", sans-serif;
}

.concept_wrap {
  max-width: 2000px;
  margin: 0 auto;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .concept_wrap {
    overflow-x: hidden;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .concept_wrap {
    width: 100vw;
  }
}

.concept_wrap * {
  color: #4d4d4d;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.concept_wrap a {
  color: #4d4d4d;
  text-decoration: none;
  vertical-align: baseline;
}

.concept_wrap a:hover {
  opacity: 0.8;
}

.concept_wrap a.phone-link:hover {
  opacity: 1;
  cursor: auto;
}

@media screen and (max-width: 750px) {
  .concept_wrap a.phone-link:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

.concept_wrap button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.concept_wrap img {
  width: 100%;
  vertical-align: bottom;
}

.concept_wrap ul li {
  list-style: none;
}

.concept_wrap table {
  border-spacing: 0;
}

/* =========================================================
  resetここまで
========================================================= */
.concept_wrap {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .concept_wrap {
    width: 100vw;
  }
}

@media screen and (max-width: 750px) {
  .concept_wrap {
    width: 100vw;
  }
}

.concept_wrap .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .concept_wrap .inner {
    width: 100vw;
  }
}

@media screen and (max-width: 750px) {
  .concept_wrap .inner {
    width: 100vw;
  }
}

.fv_area {
  background: url("../images/fv_bg.jpg") top center no-repeat;
  background-size: 2000px 480px;
}

@media screen and (max-width: 1200px) {
  .fv_area {
    background-size: 166.67vw 40vw;
  }
}

@media screen and (max-width: 750px) {
  .fv_area {
    background: url("../images/fv_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 96vw;
  }
}

.fv_area .inner {
  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;
  height: 480px;
}

@media screen and (max-width: 1200px) {
  .fv_area .inner {
    height: 40vw;
  }
}

@media screen and (max-width: 750px) {
  .fv_area .inner {
    height: 96vw;
  }
}

.fv_area h1 {
  width: 300px;
}

@media screen and (max-width: 1200px) {
  .fv_area h1 {
    width: 25vw;
  }
}

@media screen and (max-width: 750px) {
  .fv_area h1 {
    width: 66.67vw;
  }
}

.experience_area {
  background: url("../images/experience_bg.jpg") top center no-repeat;
  background-size: 2000px 1320px;
}

@media screen and (max-width: 1200px) {
  .experience_area {
    background-size: 166.67vw 110vw;
  }
}

@media screen and (max-width: 750px) {
  .experience_area {
    background: url("../images/experience_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 221.2vw;
  }
}

@media screen and (max-width: 750px) {
  .experience_area .experience_top_area {
    height: 221.2vw;
  }
}

.experience_area h2 {
  padding-top: 168px;
  margin-left: 190px;
  color: #27aaa2;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.14em;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .experience_area h2 {
    padding-top: 14vw;
    margin-left: 15.83vw;
    font-size: 2.08vw;
    line-height: 3.33vw;
  }
}

@media screen and (max-width: 750px) {
  .experience_area h2 {
    padding-top: 21.33vw;
    margin-left: 10vw;
    font-size: 6.13vw;
    line-height: 8.93vw;
    text-align: left;
  }
}

.experience_area .txt {
  white-space: nowrap;
  font-size: 17px;
  line-height: 46px;
  letter-spacing: 0.06em;
  width: 446px;
  margin-top: 45px;
  margin-left: 190px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .experience_area .txt {
    font-size: 1.42vw;
    line-height: 3.83vw;
    width: 37.17vw;
    margin-top: 3.75vw;
    margin-left: 15.83vw;
  }
}

@media screen and (max-width: 750px) {
  .experience_area .txt {
    white-space: normal;
    font-size: 4vw;
    line-height: 6.67vw;
    width: 80vw;
    margin: 6vw auto 0;
  }
}

.experience_area .movie_area {
  margin-top: 179px;
}

@media screen and (max-width: 1200px) {
  .experience_area .movie_area {
    margin-top: 14.92vw;
  }
}

@media screen and (max-width: 750px) {
  .experience_area .movie_area {
    margin-top: 0vw;
  }
}

.experience_area .movie_area .movie {
  width: 900px;
  height: 506.25px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .experience_area .movie_area .movie {
    width: 75vw;
    height: 42.1875vw;
  }
}

@media screen and (max-width: 750px) {
  .experience_area .movie_area .movie {
    width: 100vw;
    height: 56.25vw;
  }
}

.idea_area {
  padding-top: 94px;
  padding-bottom: 119px;
}

@media screen and (max-width: 1200px) {
  .idea_area {
    padding-top: 7.83vw;
    padding-bottom: 9.92vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area {
    padding-top: 18.4vw;
    padding-bottom: 13.33vw;
  }
}

.idea_area h2 {
  padding-top: 30px;
  font-size: 44px;
  letter-spacing: 0.14em;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .idea_area h2 {
    padding-top: 2.5vw;
    font-size: 3.67vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area h2 {
    padding-top: 0;
    font-size: 8vw;
  }
}

.idea_area h2 span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.17em;
  color: #27aaa2;
  margin-top: 19px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1200px) {
  .idea_area h2 span {
    font-size: 1.5vw;
    margin-top: 1.58vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area h2 span {
    font-size: 3.2vw;
    margin-top: 2.93vw;
  }
}

.idea_area .idea_list {
  margin-top: 80px;
}

@media screen and (max-width: 1200px) {
  .idea_area .idea_list {
    margin-top: 6.67vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .idea_list {
    margin-top: 10.67vw;
  }
}

.idea_area .list_item {
  background: url("../images/idea_list_01_bg.jpg") top center no-repeat;
  background-size: 2000px 502px;
  height: 502px;
}

@media screen and (max-width: 1200px) {
  .idea_area .list_item {
    background-size: 166.67vw 41.83vw;
    height: 41.83vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .list_item {
    background: none;
    height: auto;
    width: 92vw;
    margin: 17.33vw auto 0;
  }
  .idea_area .list_item .inner {
    width: 100%;
  }
}

.idea_area .list_item:nth-of-type(1) .inner::after {
  content: "";
  display: block;
  width: 299px;
  height: 228px;
  background: url("../images/idea_img.png") no-repeat center/100%;
  position: absolute;
  top: -189px;
  right: 37px;
}

@media screen and (max-width: 1200px) {
  .idea_area .list_item:nth-of-type(1) .inner::after {
    width: 24.92vw;
    height: 19vw;
    top: -15.75vw;
    right: 3.08vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .list_item:nth-of-type(1) .inner::after {
    background: url("../images/idea_img_sp.png") no-repeat center/100%;
    width: 30.67vw;
    height: 23.33vw;
    top: -16vw;
    right: 2vw;
  }
}

.idea_area .list_item:nth-of-type(2) {
  margin-top: 48px;
  background: url("../images/idea_list_02_bg.jpg") top center no-repeat;
  background-size: 2000px 531px;
  height: 531px;
}

@media screen and (max-width: 1200px) {
  .idea_area .list_item:nth-of-type(2) {
    background-size: 166.67vw 44.25vw;
    height: 44.25vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .list_item:nth-of-type(2) {
    background: none;
    height: auto;
    margin-top: 20vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .list_item:nth-of-type(2) .txt_area .txt {
    white-space: wrap;
  }
}

.idea_area .list_item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .idea_area .list_item .inner {
    display: block;
  }
}

.idea_area .list_item .profile_area {
  margin-left: 55px;
  width: 365px;
}

@media screen and (max-width: 1200px) {
  .idea_area .list_item .profile_area {
    margin-left: 4.58vw;
    width: 30.42vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .list_item .profile_area {
    margin: 0 auto;
    width: 100%;
  }
}

.idea_area .list_item .profile_img {
  width: 300px;
}

@media screen and (max-width: 1200px) {
  .idea_area .list_item .profile_img {
    width: 25vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .list_item .profile_img {
    width: 48vw;
    margin: 0 auto;
  }
}

.idea_area .list_item .profile {
  font-size: 17px;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-top: 37px;
}

@media screen and (max-width: 1200px) {
  .idea_area .list_item .profile {
    font-size: 1.42vw;
    margin-top: 3.08vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .list_item .profile {
    font-size: 3.6vw;
    margin-top: 7.33vw;
    text-align: center;
  }
}

.idea_area .list_item .profile_name {
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  .idea_area .list_item .profile_name {
    font-size: 2.08vw;
    line-height: 3.33vw;
    margin-top: 1.25vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .list_item .profile_name {
    font-size: 5.33vw;
    line-height: 8.53vw;
    margin-top: 3.33vw;
    text-align: center;
  }
}

.idea_area .list_item .profile_name span {
  font-size: 17px;
  letter-spacing: 0.14em;
  margin-right: 20px;
  vertical-align: 0.2em;
}

@media screen and (max-width: 1200px) {
  .idea_area .list_item .profile_name span {
    font-size: 1.42vw;
    margin-right: 1.67vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .list_item .profile_name span {
    font-size: 3.6vw;
    margin-right: 2.67vw;
  }
}

.idea_area .list_item .profile_name rt {
  margin-bottom: 0.2em;
}

.idea_area .list_item .txt_area {
  padding-top: 81px;
  padding-left: 96px;
}

@media screen and (max-width: 1200px) {
  .idea_area .list_item .txt_area {
    padding-top: 6.75vw;
    padding-left: 8vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .list_item .txt_area {
    background-color: #e9f6f6;
    padding-top: 8vw;
    padding-left: 0vw;
    margin-top: 9.87vw;
    border-radius: 1.33vw;
  }
}

.idea_area .list_item .txt_area h3 strong {
  display: inline-block;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 0.14em;
  font-weight: 500;
  color: #27aaa2;
  background-color: #fff;
  padding: 0 0.5em;
}

@media screen and (max-width: 1200px) {
  .idea_area .list_item .txt_area h3 strong {
    font-size: 2.08vw;
    line-height: 4.17vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .list_item .txt_area h3 strong {
    font-size: 4.8vw;
    line-height: 8vw;
    margin-left: 7.33vw;
    margin-top: 1.33vw;
  }
}

.idea_area .list_item .txt_area .txt {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 25px;
  padding-left: 13px;
}

@media screen and (max-width: 1200px) {
  .idea_area .list_item .txt_area .txt {
    font-size: 1.33vw;
    line-height: 2.5vw;
    margin-top: 2.08vw;
    padding-left: 1.08vw;
  }
}

@media screen and (max-width: 750px) {
  .idea_area .list_item .txt_area .txt {
    font-size: 3.73vw;
    line-height: 6.13vw;
    margin: 6vw auto 0;
    padding-left: 0vw;
    padding-bottom: 10vw;
    width: 77.33vw;
    white-space: nowrap;
  }
}

.whats_area {
  background: url("../images/whats_bg.jpg") top center no-repeat;
  background-size: 2000px 500px;
}

@media screen and (max-width: 1200px) {
  .whats_area {
    background-size: 166.67vw 41.67vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area {
    background: url("../images/whats_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 66.67vw;
  }
}

.whats_area h2 {
  padding-top: 327px;
  margin-left: 3px;
  width: 431px;
}

@media screen and (max-width: 1200px) {
  .whats_area h2 {
    padding-top: 27.25vw;
    margin-left: 0.25vw;
    width: 35.92vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area h2 {
    padding-top: 46.67vw;
    margin-left: 2vw;
    width: 49.73vw;
  }
}

.whats_area .movie_area {
  margin-top: 103px;
}

@media screen and (max-width: 1200px) {
  .whats_area .movie_area {
    margin-top: 8.58vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .movie_area {
    margin-top: 14.67vw;
  }
}

.whats_area .movie_area .movie {
  width: 900px;
  height: 506.25px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .whats_area .movie_area .movie {
    width: 75vw;
    height: 42.1875vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .movie_area .movie {
    width: 100vw;
    height: 56.25vw;
  }
}

.whats_area .movie_area .movie::after {
  content: "";
  display: block;
  width: 8px;
  height: 72px;
  background: url("../images/whats_movie_dot.png") no-repeat center/100%;
  position: absolute;
  top: -105px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media screen and (max-width: 1200px) {
  .whats_area .movie_area .movie::after {
    width: 0.67vw;
    height: 6vw;
    top: -8.75vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .movie_area .movie::after {
    background: url("../images/whats_movie_dot_sp.png") no-repeat center/100%;
    width: 1.07vw;
    height: 9.6vw;
    top: -14vw;
  }
}

.whats_area .whats_subtit {
  color: #27aaa2;
  font-size: 27px;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_subtit {
    font-size: 2.25vw;
    margin-top: 6.17vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_subtit {
    display: block;
    font-size: 5.33vw;
    margin-top: 9.87vw;
    text-align: center;
  }
}

.whats_area .whats_subtit strong {
  color: #fff;
  background-color: #27aaa2;
  text-align: center;
  width: 160px;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.14em;
  font-weight: 500;
  display: inline-block;
  margin-right: 34px;
  margin-left: -5px;
  padding-bottom: 2px;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_subtit strong {
    width: 13.33vw;
    font-size: 2.17vw;
    line-height: 3.33vw;
    margin-right: 2.83vw;
    margin-left: -0.42vw;
    padding-bottom: 0.17vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_subtit strong {
    width: 33.33vw;
    font-size: 5.07vw;
    line-height: 8vw;
    margin: 0 auto;
    padding-bottom: 0vw;
  }
}

.whats_area .whats_subtit span {
  width: 199px;
  margin-right: 13px;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_subtit span {
    width: 16.58vw;
    margin-right: 1.08vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_subtit span {
    width: 38.13vw;
    margin-top: 4vw;
    margin-right: 1.73vw;
  }
}

.whats_area .whats_tit_area {
  text-align: center;
}

.whats_area .whats_tit {
  font-size: 26px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-top: 63px;
  letter-spacing: 0.16em;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_tit {
    font-size: 2.17vw;
    margin-top: 5.25vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_tit {
    font-size: 4.8vw;
    line-height: 6.67vw;
    width: 86.67vw;
    margin: 8.4vw auto 0;
  }
}

.whats_area .whats_tit::after {
  content: "";
  display: block;
  width: 105%;
  height: 1px;
  background: #27aaa2;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_tit::after {
    bottom: -0.92vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_tit::after {
    bottom: -4.8vw;
  }
}

.whats_area .whats_txt {
  width: 800px;
  margin: 70px auto 0;
  font-size: 17px;
  line-height: 45px;
  letter-spacing: 0.04em;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_txt {
    width: 66.67vw;
    margin: 5.83vw auto 0;
    font-size: 1.42vw;
    line-height: 3.75vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_txt {
    width: 86.67vw;
    margin: 9.33vw auto 0;
    font-size: 3.73vw;
    line-height: 6.13vw;
    white-space: nowrap;
  }
}

.whats_area .whats_bottom_area {
  background-color: #f2f2f2;
  margin-top: 137px;
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_bottom_area {
    margin-top: 11.42vw;
    padding-top: 9.17vw;
    padding-bottom: 9.17vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_bottom_area {
    margin-top: 13.33vw;
    padding-top: 14.67vw;
    padding-bottom: 8vw;
  }
}

.whats_area .whats_bottom_area .whats_bottom_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.whats_area .whats_bottom_area .whats_bottom_list .list_item {
  width: 580px;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 78px;
  padding-bottom: 57px;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_item {
    width: 48.33vw;
    border-radius: 0.83vw;
    padding-top: 6.5vw;
    padding-bottom: 4.75vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_item {
    display: block;
    width: 92vw;
    border-radius: 1.33vw;
    margin: 0 auto 6.67vw;
    padding-top: 10.4vw;
    padding-bottom: 10.67vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_item:nth-of-type(2) .list_txt {
    white-space: nowrap;
  }
}

.whats_area .whats_bottom_area .whats_bottom_list .list_item:last-of-type {
  width: 1200px;
  height: 758px;
  margin-top: 40px;
  padding-top: 88px;
  background: url("../images/whats_bottom_list_03_bg.png") no-repeat center/100%, #fff;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_item:last-of-type {
    width: 100vw;
    height: 63.17vw;
    margin-top: 3.33vw;
    padding-top: 7.33vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_item:last-of-type {
    background: url("../images/whats_bottom_list_03_bg_sp.png") no-repeat center/100%, #fff;
    width: 92vw;
    height: 277.33vw;
    margin-top: 5.33vw;
    padding-top: 11.73vw;
  }
}

.whats_area .whats_bottom_area .whats_bottom_list .list_item:last-of-type .list_txt {
  width: auto;
  margin-top: 56px;
  margin-left: 60px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_item:last-of-type .list_txt {
    margin-top: 4.67vw;
    margin-left: 5vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_item:last-of-type .list_txt {
    margin: 12vw auto 0;
    width: 80vw;
    white-space: nowrap;
  }
}

.whats_area .whats_bottom_area .whats_bottom_list .list_item:last-of-type .list_txt.list_txt_02 {
  margin-top: 148px;
  margin-left: 600px;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_item:last-of-type .list_txt.list_txt_02 {
    margin-top: 12.33vw;
    margin-left: 50vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_item:last-of-type .list_txt.list_txt_02 {
    margin: 69.33vw auto 0;
  }
}

.whats_area .whats_bottom_area .whats_bottom_list .list_img {
  position: relative;
}

.whats_area .whats_bottom_area .whats_bottom_list .list_img .list_img_txt {
  position: absolute;
  bottom: 2px;
  left: 99px;
  width: 150px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #808080;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_img .list_img_txt {
    bottom: 0.17vw;
    left: 8.25vw;
    width: 12.5vw;
    border-radius: 1.25vw;
    font-size: 1.17vw;
    line-height: 2.5vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_img .list_img_txt {
    bottom: 0.27vw;
    left: 5.87vw;
    width: 37.33vw;
    border-radius: 3.33vw;
    font-size: 3.47vw;
    line-height: 6.67vw;
  }
}

.whats_area .whats_bottom_area .whats_bottom_list .list_img .list_img_txt:nth-of-type(2) {
  left: 329px;
  background-color: #27aaa2;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_img .list_img_txt:nth-of-type(2) {
    left: 27.42vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_img .list_img_txt:nth-of-type(2) {
    left: 48.67vw;
  }
}

.whats_area .whats_bottom_area .whats_bottom_list .list_tit {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-bottom: 26px;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_tit {
    font-size: 2.08vw;
    margin-bottom: 2.17vw;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_tit {
    font-size: 4.67vw;
    line-height: 6.67vw;
    margin-bottom: 8vw;
  }
}

.whats_area .whats_bottom_area .whats_bottom_list .list_txt {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  width: 460px;
  margin: 51px auto 0;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_txt {
    font-size: 1.33vw;
    line-height: 2.5vw;
    width: 38.33vw;
    margin: 4.25vw auto 0;
  }
}

@media screen and (max-width: 750px) {
  .whats_area .whats_bottom_area .whats_bottom_list .list_txt {
    font-size: 3.73vw;
    line-height: 6.13vw;
    width: 80vw;
    margin: 10.67vw auto 0;
  }
}

.future_area {
  background: url("../images/future_bg.jpg") top center no-repeat;
  background-size: 2000px 649px;
  height: 649px;
  padding-top: 119px;
}

@media screen and (max-width: 1200px) {
  .future_area {
    background-size: 166.67vw 54.08vw;
    height: 54.08vw;
    padding-top: 9.92vw;
  }
}

@media screen and (max-width: 750px) {
  .future_area {
    background: url("../images/future_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 210.67vw;
    height: 210.67vw;
    padding-top: 61.73vw;
  }
}

.future_area h2 {
  color: #333;
  font-size: 20px;
  letter-spacing: 0.14em;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .future_area h2 {
    font-size: 1.67vw;
  }
}

@media screen and (max-width: 750px) {
  .future_area h2 {
    font-size: 3.73vw;
    padding-left: 6.4vw;
    padding-bottom: 3.73vw;
    border-bottom: 1px solid #333333;
    display: inline-block;
  }
}

.future_area h3 {
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #27aaa2;
  font-weight: 400;
  margin-top: 55px;
  padding: 0 0.4em;
  border-radius: 0 0 10px 0;
}

@media screen and (max-width: 1200px) {
  .future_area h3 {
    font-size: 4.17vw;
    line-height: 5vw;
    margin-top: 4.58vw;
    margin-left: 0.83vw;
    border-radius: 0 0 0.83vw 0;
  }
}

@media screen and (max-width: 750px) {
  .future_area h3 {
    font-size: 7.33vw;
    line-height: 9.33vw;
    margin-top: 7.33vw;
    margin-left: 7.33vw;
    border-radius: 0 0 1.33vw 0;
  }
}

.future_area .txt {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 32px;
}

@media screen and (max-width: 1200px) {
  .future_area .txt {
    font-size: 1.33vw;
    line-height: 2.5vw;
    margin-top: 2.67vw;
    margin-left: 0.83vw;
  }
}

@media screen and (max-width: 750px) {
  .future_area .txt {
    font-size: 3.73vw;
    line-height: 6.13vw;
    margin: 5.33vw auto 0;
    width: 80vw;
    white-space: nowrap;
  }
}
/*# sourceMappingURL=style.css.map */