@charset "UTF-8";
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 90px; } }
.dialog-vol7_section img {
  vertical-align: top; }
.dialog-vol7_section .inner {
  max-width: 965px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.9;
  color: #707070;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
  .dialog-vol7_section .inner p {
    line-height: 1.9; }
  @media screen and (max-width: 1065px) {
    .dialog-vol7_section .inner {
      margin: 0 50px; } }
  @media screen and (max-width: 767px) {
    .dialog-vol7_section .inner {
      margin: 0 5vw;
      font-size: 14px; } }
.dialog-vol7_section header {
  position: relative;
  padding: 80px 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .dialog-vol7_section header {
      padding: 10vw 0; } }
  .dialog-vol7_section header::before {
    content: "";
    background: #79CDDB;
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .dialog-vol7_section header::after {
    content: "";
    background: linear-gradient(#fff 0%, #f6f6f6 42.88%, rgba(233, 233, 233, 0.65) 100%);
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .dialog-vol7_section header .inner {
    position: relative;
    z-index: 3; }
  .dialog-vol7_section header h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 95vw;
    max-width: 965px; }
    .dialog-vol7_section header h1 img {
      width: 100%;
      height: auto; }
  .dialog-vol7_section header .hw1 {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 40px;
    letter-spacing: 0.15em;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    margin: 0 0 20px;
    padding: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section header .hw1 {
        font-size: 5.5vw;
        letter-spacing: 0;
        margin: 0 0 2vw;
        padding: 0 0 2vw; } }
  .dialog-vol7_section header .hw2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.15em;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section header .hw2 {
        font-size: 4vw;
        letter-spacing: 0; } }
  .dialog-vol7_section header .movie_area {
    margin: 130px 0 80px;
    padding: 0 60px 20px;
    background: #C1C1C1; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section header .movie_area {
        display: flex;
        flex-direction: column;
        background: none;
        margin: 5vw 0 10vw;
        padding: 0; } }
    .dialog-vol7_section header .movie_area .name {
      margin-top: -75px;
      color: #fff;
      text-align: right;
      position: relative;
      font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .dialog-vol7_section header .movie_area .name {
          order: 1;
          margin: 0 5vw;
          padding: 2vw;
          background: #c1c1c1;
          text-align: center;
          font-size: 15px; } }
      .dialog-vol7_section header .movie_area .name::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 60px; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section header .movie_area .name::before {
            display: none; } }
      .dialog-vol7_section header .movie_area .name span {
        background: #c1c1c1;
        display: inline-block;
        padding: 0 0 0 20px;
        position: relative; }
  .dialog-vol7_section header .movie {
    position: relative;
    top: -75px;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section header .movie {
        order: 2;
        top: 0;
        margin: 0; } }
  .dialog-vol7_section header .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  .dialog-vol7_section header ul.btns {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section header ul.btns {
        flex-direction: column;
        margin: 0 0 5vw;
        grid-gap: 10px; } }
    .dialog-vol7_section header ul.btns li {
      width: calc((100% - 30px ) / 3); }
      @media screen and (max-width: 767px) {
        .dialog-vol7_section header ul.btns li {
          width: 100%; } }
      .dialog-vol7_section header ul.btns li a {
        display: flex;
        align-items: center;
        height: 75px;
        background: #B7B2B2;
        padding: 0 50px 0 20px;
        position: relative;
        color: #fff;
        font-size: 18px;
        font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section header ul.btns li a {
            height: 45px; } }
        .dialog-vol7_section header ul.btns li a::after {
          content: "";
          background: url("../../img/mytomorrow-vol7/btn_arrow.svg") no-repeat center top/100%;
          display: block;
          width: 26px;
          height: 10px;
          position: absolute;
          top: 50%;
          right: 10px;
          transform: translateY(-50%); }
        .dialog-vol7_section header ul.btns li a.current {
          background: #79CDDB; }
          .dialog-vol7_section header ul.btns li a.current::after {
            display: none; }
        .dialog-vol7_section header ul.btns li a:hover {
          background: #79CDDB; }
  .dialog-vol7_section header p {
    text-align: center;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section header p {
        text-align: left; } }
.dialog-vol7_section footer {
  background: #FBF8EE;
  padding: 30px 0; }
  @media screen and (max-width: 767px) {
    .dialog-vol7_section footer {
      padding: 7vw 0; } }
  .dialog-vol7_section footer h2 {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #79CDDB;
    margin: 0 0 30px;
    padding: 0 0 10px; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section footer h2 {
        text-align: left;
        font-size: 18px; } }
  .dialog-vol7_section footer .name {
    text-align: center;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section footer .name {
        text-align: left;
        font-size: 18px; } }
  .dialog-vol7_section footer hr {
    margin: 30px 0;
    padding: 0;
    height: 1px;
    background: #ccc;
    display: block;
    border: none; }
  .dialog-vol7_section footer dl {
    max-width: 580px;
    margin: 0 auto; }
    .dialog-vol7_section footer dl > div {
      overflow: hidden;
      margin-top: 15px; }
      .dialog-vol7_section footer dl > div dt {
        width: 6em;
        float: left;
        font-size: 15px; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section footer dl > div dt {
            font-size: 14px; } }
      .dialog-vol7_section footer dl > div dd {
        padding: 0 0 0 7em;
        font-size: 15px; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section footer dl > div dd {
            font-size: 13px;
            line-height: 1.4;
            padding-left: 7.5em; } }
  .dialog-vol7_section footer p {
    max-width: 580px;
    margin: 15px auto 0;
    font-size: 15px; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section footer p {
        font-size: 13px;
        line-height: 1.4; } }
.dialog-vol7_section main {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .dialog-vol7_section main {
      padding: 10vw 0; } }
  .dialog-vol7_section main.page3 .hw h2 {
    padding-right: 50px; }
  .dialog-vol7_section main .hw {
    position: relative;
    margin: 0 0 55px; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section main .hw {
        margin: 0 0 10vw -5vw;
        padding: 0;
        width: calc(100% + 5vw);
        box-sizing: border-box; } }
    .dialog-vol7_section main .hw h2 {
      display: flex;
      align-items: center;
      padding: 0 200px 0 70px;
      background: #EAE9E8;
      height: 180px;
      width: 70%;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .dialog-vol7_section main .hw h2 {
          padding: 5vw 5vw 0 0;
          padding-bottom: calc(10vw + 30px);
          padding-left: calc(5vw + 10px);
          width: auto;
          height: auto; } }
      .dialog-vol7_section main .hw h2 span {
        font-size: 30px;
        font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 300;
        display: block;
        position: relative; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .hw h2 span {
            font-size: 22px; } }
        .dialog-vol7_section main .hw h2 span::before {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          background: #79CDDB;
          position: absolute;
          top: -5px;
          left: -20px; }
          @media screen and (max-width: 767px) {
            .dialog-vol7_section main .hw h2 span::before {
              width: 5px;
              height: 5px;
              left: -10px;
              top: 0; } }
    .dialog-vol7_section main .hw .sub {
      width: calc(30% + 150px);
      display: block;
      background: #79CDDB;
      color: #fff;
      position: absolute;
      right: 0;
      bottom: 20px;
      box-sizing: border-box;
      padding: 10px 20px;
      font-size: 24px;
      font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
      @media screen and (max-width: 767px) {
        .dialog-vol7_section main .hw .sub {
          width: 100%;
          position: static;
          font-size: 18px;
          padding: 3px 10px;
          margin-left: 5vw;
          margin-top: calc(-30px - 5vw); } }
      .dialog-vol7_section main .hw .sub span {
        display: inline-block; }
    .dialog-vol7_section main .hw .sub2 {
      width: calc(100% - 50px);
      margin: -20px 0 0 50px;
      background: #79CDDB;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .dialog-vol7_section main .hw .sub2 {
          width: 100%;
          margin-top: calc(-30px - 5vw);
          margin-left: 5vw;
          display: block; } }
      .dialog-vol7_section main .hw .sub2 figure {
        width: 40%; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .hw .sub2 figure {
            width: auto; } }
        .dialog-vol7_section main .hw .sub2 figure img {
          width: 100%; }
          .dialog-vol7_section main .hw .sub2 figure img.sp {
            display: none; }
            @media screen and (max-width: 767px) {
              .dialog-vol7_section main .hw .sub2 figure img.sp {
                display: block; } }
          .dialog-vol7_section main .hw .sub2 figure img.pc {
            display: block; }
            @media screen and (max-width: 767px) {
              .dialog-vol7_section main .hw .sub2 figure img.pc {
                display: none; } }
      .dialog-vol7_section main .hw .sub2 .text {
        width: 60%;
        box-sizing: border-box;
        padding: 30px 50px;
        font-size: 28px; }
        @media (max-width: 1065px) {
          .dialog-vol7_section main .hw .sub2 .text {
            font-size: 2.3vw;
            padding: 20px 30px; } }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .hw .sub2 .text {
            font-size: 18px;
            width: auto;
            padding: 5vw; } }
    .dialog-vol7_section main .hw .sub3 {
      width: 80%;
      margin: -20px 0 0 20%;
      background: #79CDDB;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .dialog-vol7_section main .hw .sub3 {
          width: calc(100% - 5vw);
          margin-top: calc(-30px - 5vw);
          margin-left: 5vw;
          display: block;
          background: none; } }
      .dialog-vol7_section main .hw .sub3 .movie {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin: 0; }
      .dialog-vol7_section main .hw .sub3 .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }
      .dialog-vol7_section main .hw .sub3 .text {
        box-sizing: border-box;
        padding: 30px 50px;
        font-size: 28px; }
        @media (max-width: 1065px) {
          .dialog-vol7_section main .hw .sub3 .text {
            font-size: 2.3vw;
            padding: 20px 30px; } }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .hw .sub3 .text {
            font-size: 18px;
            background: #79CDDB;
            margin: 0 -5vw 10vw 0;
            padding: 5vw; } }
  .dialog-vol7_section main .interviewer {
    margin: 0 0 55px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section main .interviewer {
        margin: 0 0 10vw;
        display: block;
        position: relative; } }
    .dialog-vol7_section main .interviewer .fukidashi {
      border: 1px solid #B7B2B2;
      position: relative;
      border-radius: 15px;
      padding: 20px 60px;
      margin: 0 40px 0 0;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .dialog-vol7_section main .interviewer .fukidashi {
          border: none;
          padding: 0 100px 30px 0;
          margin: 0; } }
      .dialog-vol7_section main .interviewer .fukidashi::after {
        content: "";
        position: absolute;
        right: -34px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 0px;
        height: 0px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 35px solid #fff;
        filter: drop-shadow(2px 0 0 #B7B2B2); }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .interviewer .fukidashi::after {
            display: none; } }
      .dialog-vol7_section main .interviewer .fukidashi .label {
        display: table;
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 10px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .interviewer .fukidashi .label {
            font-size: 16px;
            display: block;
            marign: 0 0 5px; } }
        .dialog-vol7_section main .interviewer .fukidashi .label::after {
          content: "";
          background: url("../../img/mytomorrow-vol7/appeal.svg") no-repeat center center/contain;
          width: 12px;
          height: 10px;
          position: absolute;
          top: -5px;
          right: -10px; }
    .dialog-vol7_section main .interviewer .illust {
      text-align: center;
      font-size: 10px;
      line-height: 1;
      color: #79CDDB; }
      @media screen and (max-width: 767px) {
        .dialog-vol7_section main .interviewer .illust {
          position: absolute;
          bottom: 0;
          right: 0;
          text-align: right;
          font-size: 13px;
          width: 100%;
          border-bottom: 1px solid #EAE9E8; }
          .dialog-vol7_section main .interviewer .illust span {
            position: absolute;
            right: 135px;
            bottom: 3px; } }
      @media screen and (max-width: 350px) {
        .dialog-vol7_section main .interviewer .illust {
          font-size: 10px; } }
      .dialog-vol7_section main .interviewer .illust img {
        display: block;
        margin: 0 auto 10px; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .interviewer .illust img {
            width: 125px;
            display: inline-block;
            margin: 0;
            transform: translateY(5px); } }
  .dialog-vol7_section main .points {
    max-width: 865px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section main .points {
        margin: 0 -5vw; } }
    .dialog-vol7_section main .points .point {
      margin: 0 0 40px; }
      @media screen and (max-width: 767px) {
        .dialog-vol7_section main .points .point {
          margin: 0 0 5vw; } }
      .dialog-vol7_section main .points .point .label {
        font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        cursor: pointer;
        background: #FBF8EE;
        display: flex;
        justify-content: space-around;
        align-items: center;
        color: #79CDDB;
        border-bottom: 3px solid #79CDDB;
        position: relative;
        height: 97px;
        box-sizing: border-box;
        padding: 0 30px; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .points .point .label {
            padding: 0 5vw; } }
        .dialog-vol7_section main .points .point .label .num {
          white-space: nowrap;
          font-size: 13px;
          text-align: center;
          color: #707070;
          width: 50px;
          line-height: 1.2; }
          @media screen and (max-width: 767px) {
            .dialog-vol7_section main .points .point .label .num {
              font-size: 12px;
              width: 40px; } }
          .dialog-vol7_section main .points .point .label .num span {
            display: block;
            font-size: 23px; }
            @media screen and (max-width: 767px) {
              .dialog-vol7_section main .points .point .label .num span {
                font-size: 21px; } }
        .dialog-vol7_section main .points .point .label .title {
          font-size: 22px;
          line-height: 1.4;
          font-weight: 500;
          width: calc(75% - 100px);
          text-align: center; }
          @media screen and (max-width: 767px) {
            .dialog-vol7_section main .points .point .label .title {
              font-size: 19px;
              text-align: left;
              width: calc(100% - 100px); } }
          .dialog-vol7_section main .points .point .label .title br {
            display: none; }
            @media screen and (max-width: 767px) {
              .dialog-vol7_section main .points .point .label .title br {
                display: block; } }
        .dialog-vol7_section main .points .point .label .arrow {
          width: 50px;
          position: relative; }
          @media screen and (max-width: 767px) {
            .dialog-vol7_section main .points .point .label .arrow {
              width: 20px; } }
          .dialog-vol7_section main .points .point .label .arrow::before {
            content: "";
            width: 15px;
            height: 15px;
            display: block;
            position: absolute;
            top: 50%;
            right: 0%;
            transform: translateY(-70%) rotate(45deg);
            border-right: 1px solid #707070;
            border-bottom: 1px solid #707070;
            transition: .5s; }
            @media screen and (max-width: 767px) {
              .dialog-vol7_section main .points .point .label .arrow::before {
                width: 10px;
                height: 10px; } }
        .dialog-vol7_section main .points .point .label.active .arrow::before {
          transform: translateY(-20%) rotate(225deg); }
      .dialog-vol7_section main .points .point .body {
        background: #EAE9E8;
        padding: 40px 50px;
        display: none; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .points .point .body {
            padding: 8vw 5vw 0; } }
        .dialog-vol7_section main .points .point .body .q {
          background: #fff;
          margin: 0 0 40px -50px;
          padding: 30px 50px 30px 50px;
          width: calc(100% + 50px);
          box-sizing: border-box; }
          @media screen and (max-width: 767px) {
            .dialog-vol7_section main .points .point .body .q {
              margin: 0 0 8vw -5vw;
              padding: 5vw;
              width: calc(100% + 5vw); } }
          .dialog-vol7_section main .points .point .body .q strong {
            display: block;
            background: #B7B2B2;
            color: #fff;
            padding: 10px 30px;
            margin: 0 0 20px;
            box-sizing: border-box;
            width: calc(100% + 100px);
            font-size: 20px;
            font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
            font-weight: 400; }
            @media screen and (max-width: 767px) {
              .dialog-vol7_section main .points .point .body .q strong {
                width: calc(100% + 10vw );
                font-size: 4.5vw;
                line-height: 24px;
                padding: 0;
                margin: 0 0 5vw;
                background: none; }
                .dialog-vol7_section main .points .point .body .q strong span {
                  display: inline-block;
                  background: #B7B2B2;
                  padding: 3px 5vw;
                  margin: 0 0 5px; } }
            @media screen and (max-width: 767px) {
              .dialog-vol7_section main .points .point .body .q strong.style1 span {
                display: block; }
              .dialog-vol7_section main .points .point .body .q strong.style2 {
                width: calc(100% + 15vw);
                margin-left: -5vw; }
                .dialog-vol7_section main .points .point .body .q strong.style2 span:first-child {
                  display: block; }
              .dialog-vol7_section main .points .point .body .q strong.style3 {
                width: calc(100% + 15vw);
                margin-left: -5vw; }
                .dialog-vol7_section main .points .point .body .q strong.style3 span {
                  display: block; } }
        .dialog-vol7_section main .points .point .body .a {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .dialog-vol7_section main .points .point .body .a {
              display: block;
              position: relative;
              padding: 0 0 100px; } }
          .dialog-vol7_section main .points .point .body .a .fukidashi {
            background: #fff;
            position: relative;
            border-radius: 15px;
            padding: 30px 40px;
            margin: 0 0;
            width: calc(100% - 220px);
            box-sizing: border-box; }
            @media screen and (max-width: 767px) {
              .dialog-vol7_section main .points .point .body .a .fukidashi {
                width: 100%;
                padding: 5vw;
                border-radius: 10px; } }
            .dialog-vol7_section main .points .point .body .a .fukidashi::after {
              content: "";
              position: absolute;
              right: -34px;
              top: 50%;
              transform: translateY(-50%);
              display: block;
              width: 0px;
              height: 0px;
              border-top: 10px solid transparent;
              border-bottom: 10px solid transparent;
              border-left: 35px solid #fff; }
              @media screen and (max-width: 767px) {
                .dialog-vol7_section main .points .point .body .a .fukidashi::after {
                  right: 130px;
                  top: inherit;
                  bottom: -20px;
                  transform: rotate(40deg);
                  border-left-width: 50px; } }
          .dialog-vol7_section main .points .point .body .a .illust {
            width: 200px;
            text-align: right; }
            @media screen and (max-width: 767px) {
              .dialog-vol7_section main .points .point .body .a .illust {
                position: absolute;
                width: 125px;
                bottom: 0;
                right: 0; } }
  .dialog-vol7_section main .history {
    background: linear-gradient(#fff 0%, #fbf8ee 100%);
    overflow: hidden;
    padding: 0 0 30px; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section main .history {
        padding: 0 0 0vw; } }
    .dialog-vol7_section main .history .his {
      max-width: 920px;
      margin: 0 auto;
      padding: 0 0 0 40px;
      position: relative; }
      .dialog-vol7_section main .history .his::before {
        content: "";
        display: block;
        width: 10px;
        height: 130%;
        position: absolute;
        left: 7.5px;
        top: 30px;
        background: #79CDDB; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .history .his::before {
            width: 5px;
            left: 3px; } }
      .dialog-vol7_section main .history .his .flex {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 300px; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .history .his .flex {
            display: block;
            height: auto; } }
      .dialog-vol7_section main .history .his h3 {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dotted #79CDDB;
        font-size: 25px;
        margin-left: -20px;
        padding-left: 20px; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .history .his h3 {
            font-size: 20px;
            height: 30px;
            line-height: 30px;
            margin-left: -30px;
            padding-left: 30px; } }
        .dialog-vol7_section main .history .his h3::before {
          content: "";
          display: block;
          width: 25px;
          height: 25px;
          position: absolute;
          left: 0px;
          top: 27.5px;
          background: #79CDDB;
          border-radius: 100px; }
          @media screen and (max-width: 767px) {
            .dialog-vol7_section main .history .his h3::before {
              width: 12px;
              height: 12px;
              top: 24px; } }
      .dialog-vol7_section main .history .his .text {
        order: 2;
        width: 45%; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .history .his .text {
            margin-top: 10px;
            width: auto; } }
      .dialog-vol7_section main .history .his figure {
        order: 1;
        width: calc(45% - 30px);
        margin-right: 30px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .history .his figure {
            width: auto;
            margin: 15px 0 0 0; } }
      .dialog-vol7_section main .history .his a {
        position: absolute;
        bottom: 40px;
        right: 0;
        display: block;
        border: 1px solid #B7B2B2;
        padding: 10px 50px 10px 25px;
        background: #fff;
        color: #79CDDB; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .history .his a {
            position: relative;
            bottom: 0;
            display: table;
            margin: 15px 0 5vw auto;
            padding: 5px 40px 5px 10px; } }
        .dialog-vol7_section main .history .his a::after {
          content: "";
          background: url("../../img/mytomorrow-vol7/btn_arrow2.svg") no-repeat center top/100%;
          display: block;
          width: 26px;
          height: 10px;
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .dialog-vol7_section main .history .his a::after {
              width: 22px;
              right: 10px; } }
  .dialog-vol7_section main .message {
    background: #FBF8EE;
    margin: 0 0 80px; }
    .dialog-vol7_section main .message .inner {
      padding: 80px 0; }
      @media screen and (max-width: 767px) {
        .dialog-vol7_section main .message .inner {
          padding: 8vw 0 0; } }
      .dialog-vol7_section main .message .inner .text1 {
        background: #fff;
        margin: 0 0 40px -550px;
        padding: 30px 50px 30px 600px;
        width: calc(100% + 550px);
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .message .inner .text1 {
            margin: 0 0 8vw -5vw;
            padding: 5vw;
            width: calc(100% + 5vw); } }
      .dialog-vol7_section main .message .inner .text2 {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .message .inner .text2 {
            display: block;
            position: relative;
            padding: 0 0 100px; } }
        .dialog-vol7_section main .message .inner .text2 .fukidashi {
          background: #fff;
          position: relative;
          border-radius: 15px;
          padding: 30px 40px;
          margin: 0 0 0 50px;
          width: calc(100% - 270px);
          box-sizing: border-box; }
          @media screen and (max-width: 767px) {
            .dialog-vol7_section main .message .inner .text2 .fukidashi {
              width: 100%;
              padding: 5vw;
              border-radius: 10px;
              margin: 0; } }
          .dialog-vol7_section main .message .inner .text2 .fukidashi::after {
            content: "";
            position: absolute;
            right: -34px;
            top: 50%;
            transform: translateY(-50%);
            display: block;
            width: 0px;
            height: 0px;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 35px solid #fff; }
            @media screen and (max-width: 767px) {
              .dialog-vol7_section main .message .inner .text2 .fukidashi::after {
                right: 130px;
                top: inherit;
                bottom: -20px;
                transform: rotate(40deg);
                border-left-width: 50px; } }
        .dialog-vol7_section main .message .inner .text2 .illust {
          width: 200px;
          text-align: right; }
          @media screen and (max-width: 767px) {
            .dialog-vol7_section main .message .inner .text2 .illust {
              position: absolute;
              width: 125px;
              bottom: 0;
              right: 0; } }
  .dialog-vol7_section main .next,
  .dialog-vol7_section main .back {
    max-width: 865px;
    margin: 80px auto 0; }
    @media screen and (max-width: 767px) {
      .dialog-vol7_section main .next,
      .dialog-vol7_section main .back {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0 5vw;
        width: 100%;
        height: 90px;
        background: rgba(112, 112, 112, 0.7);
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /*z-index: 1000;*/
        z-index: 70;} }
    .dialog-vol7_section main .next a,
    .dialog-vol7_section main .back a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100px;
      background: #79CDDB;
      padding: 0 20px 0 20px;
      position: relative;
      color: #fff;
      font-size: 22px;
      font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .dialog-vol7_section main .next a,
        .dialog-vol7_section main .back a {
          height: 70px;
          font-size: 17px;
          width: 100%;
          padding: 0 42px 0 5vw;
          justify-content: flex-start;
          font-weight: normal; } }
      .dialog-vol7_section main .next a::after,
      .dialog-vol7_section main .back a::after {
        content: "";
        background: url("../../img/mytomorrow-vol7/btn_arrow.svg") no-repeat center top/100%;
        display: inline-block;
        width: 26px;
        height: 10px;
        margin-left: 20px; }
        @media screen and (max-width: 767px) {
          .dialog-vol7_section main .next a::after,
          .dialog-vol7_section main .back a::after {
            position: absolute;
            top: 50%;
            right: 10px;
            width: 22px;
            transform: translateY(-50%); } }
      .dialog-vol7_section main .next a:hover,
      .dialog-vol7_section main .back a:hover {
        background: #79CDDB; }
    .dialog-vol7_section main .next a + a,
    .dialog-vol7_section main .back a + a {
      margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .dialog-vol7_section main .back a {
      height: 30px; }
      .dialog-vol7_section main .back a + a {
        margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .dialog-vol7_section main .next,
    .dialog-vol7_section main .back {
      transform: translateY(100%);
      transition: .5s; }
      .dialog-vol7_section main .next.active,
      .dialog-vol7_section main .back.active {
        transform: translateY(0); } }

.remodal-overlay {
  background: rgba(255, 255, 255, 0.7); }

.remodal-cancel {
  background: none !important;
  width: 20px;
  height: 20px;
  color: #79CDDB;
  position: absolute;
  top: 15px;
  right: 20px;
  min-width: 0px;
  padding: 0; }

.remodal {
  border: 1px solid #B7B2B2;
  border-radius: 10px;
  background: #FBF8EE;
  padding: 35px 50px;
  box-sizing: border-box;
  max-width: 900px; }
  @media screen and (max-width: 767px) {
    .remodal {
      padding: 50px 5vw; } }

.remodal_inner {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .remodal_inner {
      display: block; } }
  .remodal_inner h4 {
    color: #79CDDB;
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .remodal_inner h4 {
        font-size: 18px; } }
  .remodal_inner figure {
    min-width: 30%;
    margin-left: 30px; }
    @media screen and (max-width: 767px) {
      .remodal_inner figure {
        margin: 20px auto 0;
        text-align: center; }
        .remodal_inner figure img {
          max-height: 170px; } }
