@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

#interview {
  background: url("../images/bg_design.png") repeat 0 0;
  background-size: auto;
  color: #313131; }

.content {
  width: 986px;
  margin: 0 auto;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .content {
      width: 100%;
      padding: 3em 0; } }
  .content img {
    width: 100%; }
  .content a {
    text-decoration: none;
    color: #313131; }
    @media screen and (min-width: 769px) {
      .content a {
        transition-duration: 0.3s; }
        .content a:hover {
          opacity: 0.8; } }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  .content .ttl_red {
    width: 886px;
    height: 60px;
    background-color: #dd253c;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    margin: 0 auto;
    position: relative;
    font-family: "M PLUS Rounded 1c", sans-serif; }
    @media screen and (max-width: 768px) {
      .content .ttl_red {
        width: 88%;
        height: auto;
        font-size: 5.2vw;
        line-height: 1.4em;
        padding: 3% 0;
        border-radius: 30vw;
        margin: 0 6%; } }
    .content .ttl_red:before {
      content: "";
      display: block;
      position: absolute;
      left: 23px;
      width: 20px;
      height: 20px;
      background-color: #fdd64d;
      border-radius: 50%;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .content .ttl_red:before {
          width: 3vw;
          height: 3vw;
          left: 5%; } }
    .content .ttl_red:after {
      content: "";
      display: block;
      position: absolute;
      right: 23px;
      width: 20px;
      height: 20px;
      background-color: #fdd64d;
      border-radius: 50%;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .content .ttl_red:after {
          width: 3vw;
          height: 3vw;
          right: 5%; } }

#kvArea {
  width: 100%;
  text-align: center; }
  #kvArea h2 {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #kvArea h2 {
        padding: 0 6%;
        margin-bottom: 2em; } }
  #kvArea h1 {
    width: 417px;
    margin: 30px auto;
    height: auto; }
    @media screen and (max-width: 768px) {
      #kvArea h1 {
        width: 60%;
        margin: 1.5em auto; } }
  #kvArea .lineImg_top {
    background: url("../images/line_top.png") no-repeat 50% 0;
    background-size: 100%;
    height: 27px; }
    @media screen and (max-width: 768px) {
      #kvArea .lineImg_top {
        background-size: 160%;
        height: 1em; } }
  #kvArea .lineImg_btm {
    background: url("../images/line_btm.png") no-repeat 50% 0;
    background-size: 100%;
    height: 27px; }
    @media screen and (max-width: 768px) {
      #kvArea .lineImg_btm {
        background-size: 160%;
        height: 1em; } }
  #kvArea .imgArea {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #kvArea .imgArea {
        padding: 0 6%;
        margin-bottom: 1.5em; } }
  #kvArea .lead {
    text-align: center;
    font-size: 20px;
    line-height: 1.8em;
    margin-top: 20px;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      #kvArea .lead {
        font-size: 4vw;
        margin-top: 1em; } }
  #kvArea ul {
    width: 780px;
    margin: 40px auto 50px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #kvArea ul {
        width: 100%;
        padding: 0 6%;
        margin: 1em auto 1.5em; } }
    @media screen and (max-width: 768px) {
      #kvArea ul li {
        width: 32%; } }
    #kvArea ul li a {
      display: block;
      width: 240px;
      height: 70px;
      line-height: 64px;
      font-family: "M PLUS Rounded 1c", sans-serif;
      border-radius: 10px;
      border: 3px solid #000;
      text-align: center;
      background-size: auto auto;
      background-color: #fee281;
      background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, #fdd64d 7px, #fdd64d 14px);
      font-size: 24px;
      font-weight: 700;
      position: relative; }
      @media screen and (max-width: 768px) {
        #kvArea ul li a {
          width: 100%;
          height: auto;
          border: 2px solid #000;
          font-size: 4vw;
          height: 15vw;
          line-height: 14vw;
          text-align: left;
          padding-left: 15%; } }
      #kvArea ul li a span {
        font-size: 32px; }
        @media screen and (max-width: 768px) {
          #kvArea ul li a span {
            font-size: 5.2vw; } }
      #kvArea ul li a:after {
        content: "";
        display: block;
        position: absolute;
        width: 24px;
        height: 11px;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url("../images/icon_anc.svg") no-repeat 0 0;
        background-size: 100%; }
        @media screen and (max-width: 768px) {
          #kvArea ul li a:after {
            width: 3.5vw;
            right: 8%;
            height: 1.4vw; } }

.roomArea {
  position: relative;
  padding: 60px 0 0; }
  @media screen and (max-width: 768px) {
    .roomArea {
      padding: 2em 0 0; } }
  .roomArea .mainRoom {
    position: relative; }
    .roomArea .mainRoom p {
      width: 210px;
      height: 65px;
      position: absolute;
      left: 0;
      top: 30px; }
      @media screen and (max-width: 768px) {
        .roomArea .mainRoom p {
          width: 28vw;
          top: 5vw; } }
    .roomArea .mainRoom .iconCopy {
      position: absolute;
      width: 60px;
      top: 510px;
      line-height: 1em; }
      @media screen and (max-width: 768px) {
        .roomArea .mainRoom .iconCopy {
          width: 12vw;
          top: 43vw; } }
      .roomArea .mainRoom .iconCopy.right {
        right: 25px; }
      .roomArea .mainRoom .iconCopy.left {
        left: 25px; }
        @media screen and (max-width: 768px) {
          .roomArea .mainRoom .iconCopy.left {
            left: 9%; } }
    .roomArea .mainRoom .imgArea {
      border: 10px solid #fff; }
      @media screen and (max-width: 768px) {
        .roomArea .mainRoom .imgArea {
          border: 1.3vw solid #fff;
          width: 88%;
          margin: 0 auto; } }
    .roomArea .mainRoom h3 {
      position: absolute;
      bottom: 80px;
      right: 10px;
      padding: 35px 35px 35px 66px;
      border-top-left-radius: 80px;
      border-bottom-left-radius: 80px;
      background-color: rgba(221, 37, 60, 0.7);
      color: #fff;
      font-family: "M PLUS Rounded 1c", sans-serif;
      text-align: left;
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .roomArea .mainRoom h3 {
          position: relative;
          bottom: auto;
          right: 0;
          margin: 1.5em 0 2em auto;
          font-size: 3.8vw;
          padding: 4% 5% 4% 8%;
          width: 94%; } }
  .roomArea .ttlArea {
    margin: 30px 0; }
    @media screen and (max-width: 768px) {
      .roomArea .ttlArea {
        margin: 1.5em 0; } }
    .roomArea .ttlArea .nameArea {
      width: 390px;
      height: 175px;
      margin: 0 auto;
      background: url("../images/img_house.svg") no-repeat 0 0;
      background-size: 100%;
      padding-top: 95px; }
      @media screen and (max-width: 768px) {
        .roomArea .ttlArea .nameArea {
          width: 60%;
          padding-top: 16vw;
          height: 30vw; } }
      .roomArea .ttlArea .nameArea p {
        text-align: center;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 700;
        line-height: 1.4em;
        margin: 0; }
        .roomArea .ttlArea .nameArea p:nth-child(1) {
          color: #fdd64d;
          font-size: 18px; }
          @media screen and (max-width: 768px) {
            .roomArea .ttlArea .nameArea p:nth-child(1) {
              font-size: 3.6vw; } }
        .roomArea .ttlArea .nameArea p:nth-child(2) {
          color: #fff;
          font-size: 24px; }
          @media screen and (max-width: 768px) {
            .roomArea .ttlArea .nameArea p:nth-child(2) {
              font-size: 4.8vw; } }
          .roomArea .ttlArea .nameArea p:nth-child(2) span {
            font-size: 20px; }
            @media screen and (max-width: 768px) {
              .roomArea .ttlArea .nameArea p:nth-child(2) span {
                font-size: 3.8vw; } }
    .roomArea .ttlArea h2 {
      background-color: #fdd64d;
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-weight: 700;
      height: 80px;
      line-height: 74px;
      border-radius: 80px;
      border: 3px solid #000;
      margin: 0;
      font-size: 26px; }
      @media screen and (max-width: 768px) {
        .roomArea .ttlArea h2 {
          font-size: 4.2vw;
          height: auto;
          padding: 2.5% 4%;
          border-radius: 15px;
          line-height: 1.6em;
          margin: 0 6%;
          border: 2px solid #000; } }
    .roomArea .ttlArea .lead {
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-size: 20px;
      line-height: 1.6em;
      font-weight: 500;
      margin: 30px 0; }
      @media screen and (max-width: 768px) {
        .roomArea .ttlArea .lead {
          font-size: 4vw;
          margin: 1em 6%; } }
  .roomArea .boxWrap {
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 15px;
    padding: 45px 45px 0; }
    @media screen and (max-width: 768px) {
      .roomArea .boxWrap {
        margin: 0 6%;
        border: 2px solid #000;
        padding: 8% 5% 0; } }
    .roomArea .boxWrap .ttl {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .roomArea .boxWrap .ttl {
          display: block;
          margin-bottom: 2.5em; } }
      .roomArea .boxWrap .ttl div {
        display: block;
        background: url("../images/icon_dot.png") no-repeat 0 0;
        background-size: 100%;
        width: 52px;
        height: 20px; }
        @media screen and (max-width: 768px) {
          .roomArea .boxWrap .ttl div {
            margin: 0 auto;
            width: 6.6vw;
            height: 3vw; } }
      .roomArea .boxWrap .ttl h3 {
        color: #299d70;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        position: relative;
        padding: 0 20px; }
        @media screen and (max-width: 768px) {
          .roomArea .boxWrap .ttl h3 {
            font-size: 4.5vw;
            padding: 0.5em 0; } }
    .roomArea .boxWrap .item {
      margin: 30px 0 50px; }
      @media screen and (max-width: 768px) {
        .roomArea .boxWrap .item {
          margin: 2em 0 3em; } }
      .roomArea .boxWrap .item .ttl_Q {
        position: relative; }
        .roomArea .boxWrap .item .ttl_Q .icon {
          width: 80px;
          height: 80px;
          border-radius: 50%;
          background-color: #dd253c;
          color: #fff;
          font-family: "M PLUS Rounded 1c", sans-serif;
          font-size: 36px;
          font-weight: 700;
          text-align: center;
          line-height: 80px;
          position: absolute;
          left: 0;
          margin: auto;
          top: 0;
          bottom: 0; }
          @media screen and (max-width: 768px) {
            .roomArea .boxWrap .item .ttl_Q .icon {
              width: 13vw;
              height: 13vw;
              font-size: 6vw;
              line-height: 13vw;
              bottom: auto;
              top: -6.5vw;
              right: 0; } }
        .roomArea .boxWrap .item .ttl_Q h4 {
          background-color: #f9e2e4;
          color: #dd253c;
          font-family: "M PLUS Rounded 1c", sans-serif;
          font-size: 20px;
          font-weight: 700;
          height: 80px;
          border-radius: 80px;
          line-height: 80px;
          padding: 0 30px 0 100px; }
          @media screen and (max-width: 768px) {
            .roomArea .boxWrap .item .ttl_Q h4 {
              line-height: 1.4em;
              padding: 8vw 6% 4%;
              border-radius: 15px;
              height: auto;
              font-size: 4vw;
              text-align: justify; } }
          .roomArea .boxWrap .item .ttl_Q h4.line2 {
            padding-top: 12px;
            line-height: 1.4em; }
            @media screen and (max-width: 768px) {
              .roomArea .boxWrap .item .ttl_Q h4.line2 {
                padding: 8vw 6% 4%; } }
      .roomArea .boxWrap .item .col2 {
        display: flex;
        justify-content: space-between;
        margin: 40px 0; }
        @media screen and (max-width: 768px) {
          .roomArea .boxWrap .item .col2 {
            margin: 1.5em 0;
            flex-wrap: wrap; } }
        .roomArea .boxWrap .item .col2 .txtArea {
          width: 420px; }
          @media screen and (max-width: 768px) {
            .roomArea .boxWrap .item .col2 .txtArea {
              width: 100%; } }
          .roomArea .boxWrap .item .col2 .txtArea p {
            font-family: "Noto Sans JP", sans-serif;
            line-height: 1.8em;
            margin-bottom: 20px;
            font-size: 15px; }
            @media screen and (max-width: 768px) {
              .roomArea .boxWrap .item .col2 .txtArea p {
                font-size: 3.46vw;
                margin-bottom: 1.5em; } }
            .roomArea .boxWrap .item .col2 .txtArea p span {
              font-weight: 700; }
        .roomArea .boxWrap .item .col2 .imgArea {
          position: relative;
          width: 420px; }
          @media screen and (max-width: 768px) {
            .roomArea .boxWrap .item .col2 .imgArea {
              width: 100%; } }
          .roomArea .boxWrap .item .col2 .imgArea .iconCopy {
            position: absolute;
            width: 50px;
            top: 260px;
            line-height: 1em; }
            @media screen and (max-width: 768px) {
              .roomArea .boxWrap .item .col2 .imgArea .iconCopy {
                width: 12vw;
                top: 46.5vw; } }
            .roomArea .boxWrap .item .col2 .imgArea .iconCopy.right {
              right: 10px; }
            .roomArea .boxWrap .item .col2 .imgArea .iconCopy.left {
              left: 10px; }
        .roomArea .boxWrap .item .col2.reverse {
          flex-direction: row-reverse; }
      .roomArea .boxWrap .item .col1 {
        display: block;
        margin: 40px 0; }
        @media screen and (max-width: 768px) {
          .roomArea .boxWrap .item .col1 {
            margin: 1.5em 0; } }
        .roomArea .boxWrap .item .col1 .txtArea {
          width: 100%; }
          .roomArea .boxWrap .item .col1 .txtArea p {
            font-size: 15px;
            font-family: "Noto Sans JP", sans-serif;
            line-height: 1.8em;
            margin-bottom: 20px; }
            @media screen and (max-width: 768px) {
              .roomArea .boxWrap .item .col1 .txtArea p {
                font-size: 3.46vw;
                margin-bottom: 1.5em; } }
            .roomArea .boxWrap .item .col1 .txtArea p span {
              font-weight: 700; }
      .roomArea .boxWrap .item .imgAreaCol01 {
        width: 590px;
        margin: 0 auto;
        position: relative; }
        @media screen and (max-width: 768px) {
          .roomArea .boxWrap .item .imgAreaCol01 {
            width: 100%; } }
        .roomArea .boxWrap .item .imgAreaCol01 .iconCopy {
          position: absolute;
          width: 50px;
          top: 372px;
          line-height: 1em; }
          @media screen and (max-width: 768px) {
            .roomArea .boxWrap .item .imgAreaCol01 .iconCopy {
              width: 12vw;
              top: 46.5vw; } }
          .roomArea .boxWrap .item .imgAreaCol01 .iconCopy.right {
            right: 10px; }
          .roomArea .boxWrap .item .imgAreaCol01 .iconCopy.left {
            left: 10px; }
      .roomArea .boxWrap .item .commentArea {
        margin-top: 70px; }
        @media screen and (max-width: 768px) {
          .roomArea .boxWrap .item .commentArea {
            margin-top: 2em; }
            .roomArea .boxWrap .item .commentArea .col2 {
              margin-bottom: 1em; } }
        .roomArea .boxWrap .item .commentArea .ttl_green {
          position: relative;
          text-align: center;
          padding: 20px 0;
          width: 100%;
          background: #d6f2e7;
          border-radius: 100px; }
          @media screen and (max-width: 768px) {
            .roomArea .boxWrap .item .commentArea .ttl_green {
              margin: 0 0 2em;
              height: auto;
              padding: 7% 6%;
              border-radius: 15px; } }
          .roomArea .boxWrap .item .commentArea .ttl_green:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -20px;
            border: 15px solid transparent;
            border-top: 20px solid #d6f2e7; }
          .roomArea .boxWrap .item .commentArea .ttl_green p {
            color: #299d70;
            font-size: 20px;
            font-family: "M PLUS Rounded 1c", sans-serif;
            font-weight: 700; }
            @media screen and (max-width: 768px) {
              .roomArea .boxWrap .item .commentArea .ttl_green p {
                font-size: 4vw;
                text-align: left;
                text-justify: justify; } }
      .roomArea .boxWrap .item .caption {
        font-size: 13px;
        font-family: "Noto Sans JP", sans-serif;
        line-height: 1.6em;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .roomArea .boxWrap .item .caption {
            font-size: 3.2vw;
            margin-bottom: 1em; } }
      .roomArea .boxWrap .item:last-child {
        margin-bottom: 0; }
      .roomArea .boxWrap .item .txt_s {
        font-size: 14px;
        margin-bottom: 50px; }
        @media screen and (max-width: 768px) {
          .roomArea .boxWrap .item .txt_s {
            font-size: 3.2vw;
            margin-bottom: 2em; } }
  @media screen and (max-width: 768px) {
    .roomArea .cambtnArea {
      padding: 0 6%; } }
  .roomArea .cambtnArea a {
    display: block;
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-size: 32px;
    background-color: #dd253c;
    width: 886px;
    margin: 60px auto;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .roomArea .cambtnArea a {
        width: 100%;
        margin: 2em 0;
        height: auto;
        line-height: 1em;
        font-size: 4.8vw;
        padding: 6% 0;
        text-align: left; } }
    .roomArea .cambtnArea a:before {
      content: "";
      display: block;
      position: absolute;
      left: 35px;
      width: 20px;
      height: 20px;
      background-color: #fdd64d;
      border-radius: 50%;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .roomArea .cambtnArea a:before {
          width: 3vw;
          height: 3vw;
          left: 5%; } }
    .roomArea .cambtnArea a:after {
      content: "";
      display: block;
      position: absolute;
      right: 35px;
      width: 20px;
      height: 20px;
      background-color: #fdd64d;
      border-radius: 50%;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .roomArea .cambtnArea a:after {
          width: 3vw;
          height: 3vw;
          right: 5%; } }
    .roomArea .cambtnArea a span:last-child {
      padding: 0 65px;
      background: url("../images/icon_arrow.png") no-repeat 100% 50%;
      background-size: 50px; }
      @media screen and (max-width: 768px) {
        .roomArea .cambtnArea a span:last-child {
          padding: 0 9vw 0 13vw;
          background-size: 7vw; } }
  .roomArea .btn2Line a {
    line-height: 1.3em;
    padding-top: 10px;
    text-align: center;
    margin-bottom: -20px; }
    @media screen and (max-width: 768px) {
      .roomArea .btn2Line a {
        padding-top: 7%;
        margin-bottom: -1em; } }
    .roomArea .btn2Line a span {
      line-height: 1.3em;
      font-size: 28px; }
      .roomArea .btn2Line a span:first-child {
        display: block; }
      .roomArea .btn2Line a span:last-child {
        font-size: 32px; }
      @media screen and (max-width: 768px) {
        .roomArea .btn2Line a span {
          font-size: 3.4vw;
          padding: 0; }
          .roomArea .btn2Line a span:last-child {
            font-size: 4.6vw; } }
