/* Scss Document */
.hero {
  width: 100%;
  position: relative; }
  .hero h1 {
    text-align: center;
    z-index: 2; }
    .hero h1 img {
      width: 100vw;
      height: auto;
      margin: 0 auto; }

#talk1 {
  padding-bottom: 50px; }
  @media (max-width: 600px) {
    #talk1 {
      padding-bottom: 30px; } }
  #talk1 .hero {
    margin-top: 40px;
    margin-bottom: 100px; }
    @media (max-width: 600px) {
      #talk1 .hero {
        margin-top: 65px;
        margin-bottom: 50px; } }
  #talk1 h2 {
    padding: 10px;
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #3a3a3a;
    border-top: 2px solid #d45272;
    border-bottom: 2px solid #d45272;
    text-align: center; }
    @media (max-width: 600px) {
      #talk1 h2 {
        font-size: 1.2rem;
        line-height: 1.4; } }
  #talk1 h3, #talk1 h4 {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #d45272;
    text-align: left; }
    @media (max-width: 600px) {
      #talk1 h3, #talk1 h4 {
        font-size: 0.9rem;
        line-height: 1.4;
        padding-top: 10px;
        margin-bottom: 10px; } }
  #talk1 p {
    margin-bottom: 10px;
    text-align: left; }
    #talk1 p span.t1 {
      color: #e26a00; }
    #talk1 p span.t2 {
      color: #1c7fb2; }
    #talk1 p span.t3 {
      color: #388749; }
    #talk1 p.last {
      margin-bottom: 30px; }
  #talk1 .img-w {
    width: 100%;
    clear: both;
    margin: 0 auto 20px; }

.mgb {
  margin-bottom: 20px; }

#talk2 {
  padding-top: 30px;
  padding-bottom: 100px;
  margin-bottom: 0;
  background-color: #fffce4;
  background-image: url("../img/bg.png");
  background-repeat: repeat; }
  @media (max-width: 600px) {
    #talk2 {
      padding-bottom: 50px; } }
  #talk2 .ttl {
    margin-top: 30px; }
    #talk2 .ttl h1 {
      text-align: center;
      margin-bottom: 30px; }
  #talk2 h2 {
    text-align: center;
    margin-bottom: 50px; }
    #talk2 h2 img {
      width: 100vw;
      height: auto;
      margin: 0 auto; }
  #talk2 h3 {
    padding: 10px;
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #3a3a3a;
    background-color: #fff;
    border: 2px solid #f5ab18;
    border-radius: 25rem;
    text-align: center; }
    @media (max-width: 600px) {
      #talk2 h3 {
        font-size: 1.2rem;
        line-height: 1.4; } }
  #talk2 h4 {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #d45272;
    text-align: left; }
    @media (max-width: 600px) {
      #talk2 h4 {
        font-size: 0.9rem;
        line-height: 1.4;
        padding-top: 10px;
        margin-bottom: 10px; } }
  #talk2 p {
    margin-bottom: 10px;
    text-align: left; }
    #talk2 p span.t1 {
      color: #388749; }
    #talk2 p span.t2 {
      color: #e26a00; }
    #talk2 p span.t3 {
      color: #c34969; }
    #talk2 p.last {
      margin-bottom: 30px; }
  #talk2 .img-w {
    width: 100%;
    clear: both;
    margin: 0 auto 20px; }

#talk3 {
  margin-bottom: 100px; }
  @media (max-width: 600px) {
    #talk3 {
      margin-bottom: 50px; } }
  #talk3 .hero {
    margin-bottom: 100px; }
    @media (max-width: 600px) {
      #talk3 .hero {
        margin-bottom: 50px; } }
  #talk3 .imgbox {
    width: 100%;
    display: block;
    margin-top: 60px;
    margin-bottom: 60px; }
    @media (max-width: 600px) {
      #talk3 .imgbox {
        margin-bottom: 30px; } }
    #talk3 .imgbox h2 {
      width: 80%; }
      @media (max-width: 600px) {
        #talk3 .imgbox h2 {
          width: 96%; } }
      #talk3 .imgbox h2 img {
        max-width: 100%; }
      #talk3 .imgbox h2.img-l {
        text-align: left;
        margin-left: 0; }
      #talk3 .imgbox h2.img-r {
        text-align: right;
        margin-right: 0;
        margin-left: auto; }
  #talk3 .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      #talk3 .flex {
        display: block; } }
    #talk3 .flex .txt {
      width: 48%;
      text-align: left; }
      @media (max-width: 600px) {
        #talk3 .flex .txt {
          width: 100%; } }
      #talk3 .flex .txt.order1 {
        order: 1; }
      #talk3 .flex .txt.order2 {
        order: 2; }
      #talk3 .flex .txt h3 {
        margin-bottom: 10px;
        line-height: 1.5; }
        #talk3 .flex .txt h3.t1 {
          color: #bf4962; }
        #talk3 .flex .txt h3.t2 {
          color: #0176a7; }
        #talk3 .flex .txt h3.t3 {
          color: #007c6a; }
      #talk3 .flex .txt p {
        margin-bottom: 25px; }
    #talk3 .flex .img {
      width: 48%; }
      @media (max-width: 600px) {
        #talk3 .flex .img {
          width: 100%;
          margin-bottom: 50px; } }
      #talk3 .flex .img.order1 {
        order: 1; }
      #talk3 .flex .img.order2 {
        order: 2; }
      #talk3 .flex .img img {
        margin-bottom: 30px; }
        @media (max-width: 600px) {
          #talk3 .flex .img img {
            margin-bottom: 10px; } }
  #talk3 .message {
    padding-bottom: 30px; }
    #talk3 .message.bg1 {
      background-color: #feeff2; }
    #talk3 .message.bg2 {
      background-color: #e1f4fc; }
    #talk3 .message.bg3 {
      background-color: #ddf4f1; }
    #talk3 .message .container {
      overflow: visible;
      position: relative;
      text-align: left; }
      #talk3 .message .container.b1 {
        border: 1px solid #feeff2; }
      #talk3 .message .container.b2 {
        border: 1px solid #e1f4fc; }
      #talk3 .message .container.b3 {
        border: 1px solid #ddf4f1; }
      #talk3 .message .container h3 {
        position: absolute;
        display: block;
        width: 340px;
        height: 100px;
        top: -30px;
        left: 0; }
        @media (max-width: 600px) {
          #talk3 .message .container h3 {
            width: 200px;
            height: 42px;
            left: 0; } }
      #talk3 .message .container p {
        margin-top: 50px; }
        @media (max-width: 600px) {
          #talk3 .message .container p {
            margin-top: 25px; } }
