@charset "UTF-8";
:root {
  --text: #000;
  --primary: #6b3f31;
  --primary90: rgba(107, 63, 49, 0.9);
  --primary10: rgba(107, 63, 49, 0.1);
  --accent: #ff9575;
  --accent30: rgba(124, 46, 32, 0.3);
  --accent2: #315e6b;
  --wh: #ffffff;
  --wh70: rgba(255, 255, 255, .7);
  --wh2: #f6f6f6;
  --bk: #000;
  --bk2: #333;
  --red: #f00;
  --red2: #e21b2b;
  --gray: #d3d3d3;
}

/*
  @mixin fix_alpha($bgSize:68%) {
    //  position: fixed;
    //  content: "";
    //  display: block;
    //  width: 100%;
    //  height: 100vh;
    background-image: url("../img/common/alpha_bg.png");
    background-position: right 10% top 130px;
    background-repeat: no-repeat;
    background-size: $bgSize;
    background-attachment: fixed;
    //  top: 10%;
    //  right: 2%;
    //  z-index: -1;
  }

  @mixin bg_alpha($bgSize:68%) {
    background-image: url("../img/common/alpha_bg.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: $bgSize;
  }
*/
/*
  @mixin f-style($size) {
    @if $size == small {
      font-size: 1.3rem;
      line-height: 1.8;
    } @else if $size == h1 {
    }
  }
*/
/* common */
/* ------------------------------------ */
article {
  padding-top: 80px;
  /*
    h1 {
      font-size: 4.6rem;
      font-weight: 900;
      @media only screen and (max-width:$breakpoint_sp) {
        font-size: 2.4rem;
      }
    }
  */
  /*
    .bloc_inner {
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 60px;
      @media only screen and (max-width: $breakpoint_sp) {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
      }
      &.togl {
        padding-bottom: 85px;
        @media only screen and (max-width: $breakpoint_tablet) {
          padding-bottom: 45px;
        }
        @media only screen and (max-width: $breakpoint_tablet2) {
          padding-bottom: 15px;
        }
        @media only screen and (max-width: $breakpoint_sp) {
          padding-bottom: 30px;
        }
      }
      .ttl {
        margin-bottom: 15px;
        padding-bottom: 10px;
        width: 100%;
        font-size: 1.8rem;
        font-weight: 500;
        border-bottom: 1px solid var(--gray2);
        &.toggle {
          position: relative;
          padding-top: 30px;
          margin-bottom: 15px;
          cursor: pointer;
          &:first-of-type {
            padding-top: 0;
          }
          &::after {
            position: absolute;
            content: '';
            width:0;
            height:0;
            border-style:solid;
            border-width: 11px 6.5px 0 6.5px;
            border-color: #79af01 transparent transparent transparent; 
            bottom: 11px;
            right: 0;
          }
          &.active {
            &::after {
              border-color: #666666 transparent transparent transparent; 
              transform: rotate(180deg);
            }
          }
        }
      }
      ul.box {
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
        gap: 2px;
        @media only screen and (max-width: $breakpoint_tablet_less) {
          margin-top: 8px;
  //        grid-template-columns: repeat(auto-fit, 110px);
          width: 100%;
          display: flex;
          flex-wrap: wrap;
        }
        @media only screen and (max-width: $breakpoint_sp) {
          margin-top: 16px;
          gap: 8px;
        }
        &.mt0 {
          margin-top: 2px;
          @media only screen and (max-width: $breakpoint_sp) {
            margin-top: 8px;
          }
        }
        li {
          @media only screen and (max-width: $breakpoint_tablet_less) {
            width: calc((100% - 4px) / 3);
          }
          @media only screen and (max-width: $breakpoint_sp) {
            width: calc((100% - 16px) / 3);
          }
          @media only screen and (max-width: $breakpoint_sp2) {
            width: calc((100% - 8px) / 2);
          }
          span {
            padding: 12px;
            width: 100%;
            height: 100%;
            font-size: 1.4rem;
            background: var(--wh2);
            text-align: center;
  //          display: inline-block;
            display: flex;
            align-items: center;
            justify-content: center;
            @media only screen and (max-width: $breakpoint_sp) {
              padding: 16px 12px;
              font-size: 1.5rem;
            }
          }
          a {
            span {
              color: var(--blue2);
              cursor: pointer;
            }
          }
        }
      }
      span {
        &.att {
          color: var(--red);
        }
      }
    }
    */
}
article .sec {
  padding: 0 0 100px;
}
@media only screen and (max-width: 1460px) {
  article .sec {
    padding: 0 0 50px;
  }
}
article .hero {
  position: relative;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  background: url(../img/common/hero.jpg) no-repeat 0 0/cover;
}
article .hero .main_width h1 {
  height: 120px;
  color: var(--wh);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* page */
/* ------------------------------------ */
.page .post_content p {
  margin: 1em 0;
  letter-spacing: 0.1em;
}

/* about */
/* ------------------------------------ */
.about .post_content .attbox {
  margin: 0;
  padding: 30px 50px;
  background: var(--primary10);
}
@media only screen and (max-width: 767px) {
  .about .post_content .attbox {
    padding: 30px 30px 30px 50px;
  }
}
.about .post_content .pdf_area {
  margin-top: 100px;
  margin-bottom: 80px;
}
.about .post_content .pdf_area .bloc_inner {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .about .post_content .pdf_area .bloc_inner {
    margin-bottom: 40px;
  }
}
.about .post_content .pdf_area .bloc_inner .pdf a {
  position: relative;
  margin: 0 auto;
  padding: 20px 50px 20px 20px;
  width: 540px;
  color: var(--wh);
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 500;
  text-align: center;
  background: var(--primary);
  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 only screen and (max-width: 767px) {
  .about .post_content .pdf_area .bloc_inner .pdf a {
    padding: 20px 40px 20px 20px;
    width: 100%;
    max-width: 540px;
  }
}
.about .post_content .pdf_area .bloc_inner .pdf a::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 42px;
  background: url(../img/common/icn_pdf.png) no-repeat 0 0/contain;
  top: calc(50% - 20px);
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .about .post_content .pdf_area .bloc_inner .pdf a::after {
    width: 20px;
    height: 24px;
    top: calc(50% - 10px);
    right: 15px;
  }
}
.about .post_content .pdf_area .bloc_inner .pdf a:hover {
  text-decoration: none;
}
.about .post_content .pdf_area .bloc_inner .txt {
  margin-top: 10px;
  text-align: center;
}

/* what_activity */
/* ------------------------------------ */
.what_activity .post_what_area .bloc_inner {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .what_activity .post_what_area .bloc_inner {
    margin-bottom: 40px;
  }
}
.what_activity .post_what_area .bloc_inner h2 {
  margin-bottom: 40px;
  padding: 20px;
  width: 100%;
  color: var(--primary);
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  font-weight: 500;
  background: var(--primary10);
  border-top: 3px solid var(--primary);
}
.what_activity .post_what_area .bloc_inner .txt {
  margin: 1em 0;
  font-size: clamp(1.8rem, 2vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 2;
}
.what_activity .post_what_area .bloc_inner .link a {
  margin: 0 auto;
  padding: 20px 30px 20px 0;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 500;
  text-align: center;
}
.what_activity .post_what_area .bloc_inner .link a span {
  position: relative;
}
.what_activity .post_what_area .bloc_inner .link a span::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/icn_external.svg) no-repeat 0 0/contain;
  bottom: 5px;
  right: -30px;
}
@media only screen and (max-width: 767px) {
  .what_activity .post_what_area .bloc_inner .link a span::after {
    width: 18px;
    height: 18px;
    bottom: 3px;
  }
}
.what_activity .post_what_area .bloc_inner .link a:hover {
  text-decoration: none;
}

/* post_single */
/* ------------------------------------ */
.post_single h1 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: clamp(2rem, 3vw, 3.6rem);
  line-height: 1.4;
  border-bottom: 1px solid var(--gray);
}
.post_single .date {
  margin-bottom: 80px;
  color: #666666;
  font-weight: 500;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .post_single .date {
    padding-top: 10px;
    margin-bottom: 40px;
  }
}
.post_single .post_content {
  margin: 0 auto 100px;
  max-width: 1460px;
}
@media only screen and (max-width: 1280px) {
  .post_single .post_content {
    width: 100%;
  }
}
.post_single .post_content .eyecatch {
  margin: 0 auto 70px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .post_single .post_content .eyecatch {
    margin: 0 auto 40px;
  }
}
.post_single .post_content p {
  margin-bottom: 2em;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 1280px) {
  .post_single .post_content p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .post_single .post_content p {
    margin-bottom: 1.4em;
    font-size: 1.4rem;
  }
}
.post_single .post_content a {
  color: var(--blue);
}
.post_single .btn a {
  margin: 32px auto 0;
}
@media only screen and (max-width: 767px) {
  .post_single .btn a {
    width: 168px;
    font-size: 1.4rem;
  }
}

/* news */
/* ------------------------------------ */
/* activities_list */
/* ------------------------------------ */
.activities_list {
  padding: 0 0 140px;
  max-width: 1460px;
  /*
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  */
  border-top: 1px solid #999;
  /*
    .box {
      width: calc((100% - 120px) / 4);
      max-width: 340px;
      @media only screen and (max-width:$breakpoint_sp) {
        width: calc((100% - 20px) / 2);
      }
      a {
        .ttl {
          padding-top: 10px;
          color: var(--text);
          font-size: 1.8rem;
        }
      }
    }
  */
}
@media only screen and (max-width: 1280px) {
  .activities_list {
    padding: 0 0 80px;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .activities_list {
    padding: 0 0 70px;
  }
}
.activities_list .box {
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  border-bottom: 1px solid #999;
}
@media only screen and (max-width: 767px) {
  .activities_list .box {
    padding: 10px 50px 10px 10px;
  }
}
.activities_list .box::after {
  position: absolute;
  content: "→";
  width: 27px;
  height: 28px;
  top: calc(50% - 14px);
  right: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .activities_list .box::after {
    width: 21px;
    top: calc(50% - 15px);
    right: 5px;
  }
}
.activities_list .box figure {
  width: 20%;
  max-width: 100px;
}
.activities_list .box .ttl {
  width: 78%;
}
.activities_list .box .ttl a {
  color: var(--text);
}
.activities_list .box .ttl a:hover {
  text-decoration: underline;
}

/* members_list */
/* ------------------------------------ */
.members_list {
  padding: 0 0 140px;
  max-width: 1460px;
}
@media only screen and (max-width: 1280px) {
  .members_list {
    padding: 0 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .members_list {
    padding: 0 0 70px;
  }
}
.members_list dl {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--gray);
}
.members_list dl:first-of-type {
  border-top: 1px solid var(--gray);
}
.members_list dl:nth-of-type(2n) {
  background: var(--primary10);
}
.members_list dl dt {
  width: 180px;
}
.members_list dl dd a {
  color: var(--text);
}
.members_list dl dd a:hover {
  text-decoration: underline;
}

/* faq */
/* ------------------------------------ */
/*
.faq {
  .hero.nobg .p_title {
    @media only screen and (max-width:$breakpoint_sp) {
      padding: 0 0 40px;
    }
    @media only screen and (max-width:$breakpoint_sp2) {
//      padding: 0 0 70px;
      padding: 0 0 60px;
    }
    .txt {
      @media only screen and (max-width:$breakpoint_sp) {
        margin-top: 20px;
      }
      @media only screen and (max-width:$breakpoint_sp2) {
        margin-top: 0;
      }
    }
  }
  .sec_faq {
    padding: 0 0 70px;
    @media only screen and (max-width:$breakpoint_cnts) {
      padding: 0 0 40px;
    }
    @media only screen and (max-width:$breakpoint_tablet) {
      padding: 0 0 40px;
    }
    @media only screen and (max-width:$breakpoint_sp) {
      padding: 0;
    }
  }
  .main_width02 {
    @media only screen and (max-width:$breakpoint_sp) {
//      padding: 0 15px 40px;
      padding: 0 15px 20px;
    }
  }
  h3.ttl {
    margin-bottom: 0;
  }
  .bloc_inner {
    padding-bottom: 100px;
    @media only screen and (max-width:$breakpoint_tablet) {
      padding-bottom: 60px;
    }
    @media only screen and (max-width: $breakpoint_sp) {
      padding-bottom: 50px;
    }
    &:last-of-type {
      @media only screen and (max-width:$breakpoint_tablet) and (min-width:$breakpoint_tablet_mini) {
        padding-bottom: 10px;
      }
    }
  }
  .faqbox {
    padding: 60px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    @media only screen and (max-width:$breakpoint_tablet) {
      padding: 50px 0;
    }
    @media only screen and (max-width:$breakpoint_sp) {
      padding: 40px 0 30px;
    }
    .q {
      position: relative;
      margin-bottom: 15px;
      padding-left: 50px;
      letter-spacing: .025em;
      line-height: 1.8;
      @media only screen and (max-width: $breakpoint_sp) {
        margin-bottom: 20px;
//        padding-left: 30px;
      }
      &::before {
        position: absolute;
        content: 'Q';
        width: 32px;
        height: 32px;
        color: #fff;
        font-weight: 500;
        background: #0e90bd;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        @media only screen and (max-width: $breakpoint_sp) {
//          width: 23px;
//          height: 23px;
//          font-size: 1.1rem;
        }
      }
    }
    .a {
      position: relative;
      padding-left: 50px;
      letter-spacing: .025em;
      line-height: 1.8;
      @media only screen and (max-width: $breakpoint_sp) {
//        padding-left: 30px;
      }
      &::before {
        position: absolute;
        content: 'A';
        width: 32px;
        height: 32px;
        color: #fff;
        font-weight: 500;
        background: #c41515;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        @media only screen and (max-width: $breakpoint_sp) {
//          width: 23px;
//          height: 23px;
//          font-size: 1.1rem;
        }
      }
    }
    ul {
      margin-top: 1em;
      margin-bottom: 1em;
      line-height: 2;
    }
  }
  p.no {
    padding-top: 60px;
    @media only screen and (max-width: $breakpoint_sp) {
      padding-top: 30px;
//      font-size: 1rem;
    }
  }
}
*/
/*
.faq {
  .main_width {
    width: calc(100% - 150px);
    @media only screen and (max-width:$breakpoint_tablet) {
      width: calc(100% - 60px);
    }
    @media only screen and (max-width:$breakpoint_sp) {
      width: calc(100% - 30px);
    }
  }
  h1 {
    margin-bottom: 110px;
    text-align: center;
    @media only screen and (max-width:$breakpoint_cnts) {
      margin-bottom: 70px;
      font-size: 4rem;
    }
    @media only screen and (max-width:$breakpoint_sp) {
      margin-bottom: 50px;
      font-size: 2.4rem;
    }
  }
  .faq_head {
    margin-bottom: 100px;
    @media only screen and (max-width:$breakpoint_tablet_mini) {
      margin-bottom: 50px;
    }
    ul {
      margin-left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      gap: 0 34px;
      list-style: none;
      @media only screen and (max-width:$breakpoint_tablet_mini) {
        flex-wrap: wrap;
        gap: 0 1%;
      }
      li {
        width: 25%;
        @media only screen and (max-width:$breakpoint_tablet_mini) {
          margin-bottom: 24px;
          width: 48%;
        }
        a {
          position: relative;
          padding-bottom: 24px;
          color: #000;
          font-size: 1.8rem;
          font-weight: 500;
          letter-spacing: .025em;
          border-bottom: 1px solid #666;
          display: block;
          &::after {
            position: absolute;
            content: '';
            width: 12px;
            height: 12px;
            background: url(../img/faq/arrow.png) no-repeat 0 0;
            bottom: 24px;
            right: 0;
          }
        }
      }
    }
  }
  .faq_body {
    h2 {
      margin-top: 80px;
      margin-bottom: 0;
      padding: 24px 20px;
      font-size: 2.4rem;
      font-weight: 500;
      letter-spacing: .025em;
      background: #f1f1f1;
      &:first-of-type {
        margin-top: 0;
      }
      @media only screen and (max-width:$breakpoint_cnts) {
        padding: 16px;
      }
      @media only screen and (max-width:$breakpoint_sp) {
        margin-top: 40px;
        margin-bottom: 0;
        padding: 12px 10px;
        font-size: 2rem;
      }
    }
    .faqbox {
      padding: 60px 20px;
      width: 100%;
      border-bottom: 1px solid #ccc;
      @media only screen and (max-width:$breakpoint_sp) {
        padding: 30px 10px;
      }
      .q {
        position: relative;
        margin-bottom: 15px;
        padding-left: 50px;
        letter-spacing: .025em;
        line-height: 1.8;
        &::before {
          position: absolute;
          content: 'Q';
          width: 32px;
          height: 32px;
          color: #fff;
          font-weight: 500;
          background: #000;
          display: flex;
          align-items: center;
          justify-content: center;
          top: 0;
          left: 0;
        }
      }
      .a {
        position: relative;
        padding-left: 50px;
        letter-spacing: .025em;
        line-height: 1.8;
        &::before {
          position: absolute;
          content: 'A';
          width: 32px;
          height: 32px;
          color: #fff;
          font-weight: 500;
          background: #be0a0a;
          display: flex;
          align-items: center;
          justify-content: center;
          top: 0;
          left: 0;
        }
      }
      ul {
        margin-top: 1em;
        margin-bottom: 1em;
        line-height: 2;
      }
    }
  }
}
*/
/* contactus */
/* ------------------------------------ */
/*
.contactus {
  .sec_contactus {
    padding: 0 0 100px;
    @media only screen and (max-width:$breakpoint_cnts) {
      padding: 0 0 50px;
    }
    @media only screen and (max-width:$breakpoint_tablet) {
      padding: 0 0 36px;
    }
    @media only screen and (max-width:$breakpoint_sp) {
      padding: 0 0 50px;
    }
  }
  .hero.nobg .p_title {
    @media only screen and (max-width:$breakpoint_sp) {
      padding: 0 0 42px;
    }
    @media only screen and (max-width:$breakpoint_sp2) {
//      padding: 0 0 40px;
//      padding: 0 0 84px;
      padding: 0 0 62px;
    }
    .txt {
      @media only screen and (max-width:$breakpoint_sp) {
        margin-top: 20px;
      }
      @media only screen and (max-width:$breakpoint_sp2) {
        margin-top: 0;
      }
    }
  }
  .main_width02 {
    h3.ttl {
      @media only screen and (max-width:$breakpoint_sp) {
//        margin-bottom: 30px;
        margin-bottom: 35px;
      }
    }
    .box {
      margin-top: 100px;
      padding: 100px 0;
      background: var(--wh2);
      text-align: center;
      @media only screen and (max-width: $breakpoint_tablet) {
        margin-top: 60px;
      }
      @media only screen and (max-width: $breakpoint_sp) {
//        margin-bottom: 50px;
        margin-top: 50px;
        padding: 50px 0;
      }
      h2 {
        margin-bottom: 70px;
        color: var(--primary);
        font-size: 3.6rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        @media only screen and (max-width: $breakpoint_sp) {
          margin-bottom: 30px;
          font-size: 2rem;
        }
      }
      .icn {
        margin-bottom: 50px;
        @media only screen and (max-width: $breakpoint_sp) {
          margin-bottom: 25px;
        }
        a {
          position: relative;
          padding-left: 48px;
          color: var(--text);
          font-size: 3.6rem;
          font-weight: 700;
          letter-spacing: 0.05em;
          line-height: 1;
          @media only screen and (max-width: $breakpoint_sp) {
            padding-left: 24px;
            font-size: 1.5rem;
          }
        }
        &.tel {
          a {
            &::before {
              position: absolute;
              content: '';
              width: 38px;
              height: 30px;
              background: url(../img/common/icn_tel.png) no-repeat 0 0 / contain;
              top: calc(50% - 14px);
              left: 0;
              @media only screen and (max-width: $breakpoint_sp) {
                width: 19px;
                height: 15px;
                top: calc(50% - 8px);
              }
            }
          }
        }
        &.mail {
          a {
            @media only screen and (max-width: $breakpoint_tablet) {
              font-size: 3vw;
            }
            @media only screen and (max-width: $breakpoint_sp) {
              font-size: 1.5rem;
            }
            &::before {
              position: absolute;
              content: '';
              width: 38px;
              height: 27px;
              background: url(../img/common/icn_mail.png) no-repeat 0 0 / contain;
              top: calc(50% - 10px);
              left: 0;
              @media only screen and (max-width: $breakpoint_sp) {
                width: 19px;
                height: 13px;
                top: calc(50% - 6px);
              }
            }
          }
        }
      }
      p {
        font-size: 2rem;
        letter-spacing: 0.025em;
        line-height: 2;
        display: inline-block;
        @media only screen and (max-width: $breakpoint_sp) {
          font-size: 1.6rem;
        }
        &.mail {
          @media only screen and (max-width: $breakpoint_tablet) {
            max-width: 57%;
          }
          @media only screen and (max-width: $breakpoint_sp) {
            padding-left: 30px;
            padding-right: 30px;
            max-width: 100%;
            text-align: left;
          }  
        }
      }
    }
    .announcebox {
      margin-top: 0;
      .bloc_inner {
        padding-bottom: 0;
        p {
          font-size: 1.4rem;
          letter-spacing: 0.025em;
          line-height: 1.8;
          @media only screen and (max-width: $breakpoint_sp2) {
            font-size: 1.6rem;
            line-height: 1.8;
          }
        }
        ul {
          margin-top: 1em;
          margin-bottom: 1em;
          &.ul01 {
            li {
              padding-left: 1em;
              text-indent: -.6em;
              font-size: 1.4rem;
              line-height: 1.8;
              @media only screen and (max-width:$breakpoint_sp) {
                font-size: 1.6rem;
              }
            }
          }
        }
      }
    }
  }
}
*/
/* questionnaire */
/* ------------------------------------ */
/*
.questionnaire {
  .hero.nobg .p_title {
    @media only screen and (max-width:$breakpoint_sp) {
      padding: 0 0 37px;
    }
    @media only screen and (max-width:$breakpoint_sp2) {
//      padding: 0 0 30px;
//      padding: 0 0 84px;
      padding: 0 0 57px;
    }
    .txt {
      @media only screen and (max-width:$breakpoint_sp) {
        margin-top: 20px;
      }
      @media only screen and (max-width:$breakpoint_sp2) {
        margin-top: 0;
      }
    }
  }
  .sec_questionnaire {
    padding: 0 0 70px;
    @media only screen and (max-width:$breakpoint_cnts) {
      padding: 0 0 40px;
    }
    @media only screen and (max-width:$breakpoint_tablet) {
      padding: 0 0 4px;
    }
    @media only screen and (max-width:$breakpoint_sp) {
      padding: 0 0 20px;
    }
  }
  .form_wrap {
    span {
      color: var(--red);
    }
    label {
      span {
        color: var(--text);
      }
    }
    p {
      margin-bottom: 2em;
    }
    .form_bloc {
      border-top: 1px solid var(--gray2);
    }
    dl {
      border-bottom: 1px solid var(--gray2);
      padding: 40px 0;
      @media only screen and (max-width: $breakpoint_sp) {
        padding: 20px 0;
      }
      dt {
        margin-bottom: 20px;
      }
      dd {
        input[type="text"], textarea {
          padding: 10px;
          width: 100%;
          border: 1px solid var(--gray2);
          &.short {
            margin-left: 10px;
            margin-right: 10px;
            width: 330px;
            @media only screen and (max-width: $breakpoint_sp) {
              width: 70%;
            }
          }
        }
        textarea {
          height: 160px;
          @media only screen and (max-width: $breakpoint_sp) {
            height: 100px;
          }
        }
        label {
          margin-right: 26px;
        }
        .com {
          display: inline-block;
          @media only screen and (max-width: $breakpoint_sp) {
            margin: 1em 0 0 1em;
            display: block;
          }
        }
      }
    }
    .form_btn {
      input[type="submit"] {
        margin: 70px auto 0;
        padding: 26px 65px;
        width: 290px;
        height: 72px;
        line-height: 1;
        color: var(--bk) !important;
        font-size: 1.6rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--wh) url(../img/common/btn_arrow.png) no-repeat right 20px center / 16px 14px;
        border: 1px solid var(--bk);
        cursor: pointer;
        transition: all .2s ease;
        @media only screen and (max-width: $breakpoint_sp) {
          padding: 13px 25px;
          width: 270px;
//          height: 40px;
          font-size: 1.6rem;
          font-weight: 500;
        }
        &:hover {
          color: var(--wh) !important;
          background: var(--primary) url(../img/common/btn_arrow_w.png) no-repeat right 20px center / 16px 14px;
          border: 1px solid var(--primary);
        }
      }
    }
  }
}
*/