@charset "UTF-8";
.handiheader-wrapper {
  margin-top: 200px;
  width: 100%;
  overflow: hidden;
  height: 300px;
  background: #eee;
  position: relative;
}

.slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-track img {
  width: 450px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.handicap_titlearea {
  margin: 100px auto 150px auto;
  width: 90%;
}

.handicap_titlearea_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  letter-spacing: .05em;
}

.handicap_titlearea_wrapper h2 {
  font-size: 1.5rem;
  margin-bottom: 2%;
}

.handicap_titlearea_wrapper h2 span {
  color: #49b6ff;
}

.handicap_titlearea_wrapper p {
  margin-top: 60px;
  width: 80%;
  text-align: center;
  font-size: 1rem;
  margin: auto;
}

.handicap_titlearea_wrapper::before {
  position: absolute;
  top: -20%;
  left: 0;
  content: "";
  display: inline-block;
  width: 150px;
  aspect-ratio: 1 / 1;
  background-image: url("https://event21.co.jp/pic/ningennwa.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .5;
}

.handicap_titlearea_wrapper::after {
  position: absolute;
  bottom: -20%;
  right: 0;
  content: "";
  display: inline-block;
  width: 150px;
  aspect-ratio: 1 / 1;
  background-image: url("https://event21.co.jp/pic/ningennwa.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .5;
}

.handicap_titlereason {
  width: 85%;
  margin: 100px auto;
  display: -ms-grid;
  display: grid;
  gap: 60px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.handicap_titlereason_textarea h2 {
  position: relative;
  font-size: 2rem;
  color: #313131;
  padding-left: 0px;
  z-index: 2;
  padding-top: 0px;
  margin-bottom: 20px;
}

.handicap_titlereason_textarea h2::after {
  display: block;
  content: "";
  position: absolute;
  top: 30%;
  left: 2%;
  z-index: -1;
  width: 80%;
  height: 40px;
  background: #b0fff2;
  background: -webkit-gradient(linear, left top, right top, from(#b0fff2), to(#a0f2ca));
  background: linear-gradient(90deg, #b0fff2 0%, #a0f2ca 100%);
}

.handicap_titlereason_textarea p {
  font-size: .9rem;
}

.handicap_titlereason_imgarea img {
  margin-bottom: 25px;
}

.handitab {
  width: 100%;
  height: 100%;
  margin: 100px 0;
}

.handitab_area {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.handitab_area_box {
  height: 140px;
  text-align: center;
  padding: 30px 0 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #2c2c2c;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.handitab_area_box a {
  color: #292929;
  font-size: 1.2rem;
}

.handitab_area_box:nth-child(1) {
  background-color: #ffdce4;
  border: 1px solid #ffc1e7;
}

.handitab_area_box:nth-child(2) {
  background-color: #cfecff;
  border: 1px solid #addeff;
}

.handitab_area_box:nth-child(3) {
  background-color: #cbffdb;
  border: 1px solid #a5ffc0;
}

.handitab_area_box:nth-child(4) {
  background-color: #fffcd4;
  border: 1px solid #fff45d;
}

.handitab_area_box:nth-child(5) {
  background-color: #e8fffb;
  border: 1px solid #d0fff7;
}

.handitab_area_box:nth-child(6) {
  background-color: #ffe0d1;
  border: 1px solid #ffcfb7;
}

.handitab_area_box:nth-child(7) {
  background-color: #e7dbff;
  border: 1px solid #dfceff;
}

.handitab_area_box:nth-child(8) {
  background-color: #dcffb4;
  border: 1px solid #b3f568;
}

.handitab_area_box:nth-child(9) {
  background-color: #c0c9ff;
  border: 1px solid #c6cfff;
}

a.anchor {
  display: block;
  padding-top: 220px;
  margin-top: -220px;
}

.anker_person {
  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;
  margin: 20px 0 auto;
}

.anker_person a div {
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  aspect-ratio: 1 / 1;
  margin: 0 10px;
}

.anker_person a div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.anker_person a div:hover {
  opacity: .7;
}

.handicap_wrapper {
  width: 90%;
  height: 100%;
  margin: 0 auto 100px auto;
  max-width: 1200px;
  border-bottom: 10px ridge #fff1eb;
  padding-bottom: 100px;
}

.handicap_wrapper_member {
  height: auto;
}

.handicap_wrapper_member_main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.handicap_wrapper_member_main_img {
  height: 200px;
  height: auto;
}

.handicap_wrapper_member_main_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
}

.handicap_wrapper_member_main_img_flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 9px;
  /*写真と写真の感覚*/
}

.handicap_wrapper_member_main_img_flex img {
  height: 180px;
}

.handicap_wrapper_member_main_inf {
  font-size: .8rem;
  padding-top: 20px;
}

.handicap_wrapper_member_main_inf h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 6px auto 18px auto;
  padding-left: 0px;
}

.handicap_wrapper_member_main_inf p {
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.handicap_wrapper_member_main_inf_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.handicap_wrapper_member_main_inf_flex div:nth-child(1) {
  margin-right: 30px;
}

.workbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1%;
  background-color: #67c474;
}

.workbox p {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: .1em;
}

.balloon-003 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 63%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 15px;
  padding: .8em 1.2em;
  border-radius: 5px;
  background-color: #adf5ff;
  color: #333333;
  margin: 35px 0 35px auto;
  /*会話ボーダーの上下間隔*/
  font-size: .8rem;
  letter-spacing: .05em;
}

.balloon-003 p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: .05em;
  font-weight: bold;
  color: #333333;
  font-size: 1rem;
}

.balloon-003::before {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 30px;
  background-color: #f2f2f2;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: '';
}

.balloon-004 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 63%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 15px;
  padding: .8em 1.2em;
  border-radius: 5px;
  background-color: #bdf5c9;
  margin: 35px auto 35px 0;
  /*会話ボーダーの上下間隔*/
  font-size: .8rem;
}

.balloon-004 p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: .05em;
  font-weight: bold;
  color: #333333;
  font-size: 1rem;
}

.balloon-004::before {
  position: absolute;
  left: -15px;
  width: 15px;
  height: 30px;
  background-color: #f2f2f2;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}

.bcpink {
  background-color: #ffcef0;
}

.bcpink::before {
  background-color: #ffcef0;
}

.bcblue {
  background-color: #b3edff;
}

.bcblue::before {
  background-color: #b3edff;
}

.bcgreen {
  background-color: #9ae7b8;
}

.bcgreen::before {
  background-color: #9ae7b8;
}

.handicap_wrapper_title {
  width: 100%;
  height: 70px;
  margin: 100px auto;
  background-color: #fffeed;
  border: 10px ridge #fffccd;
  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;
}

.handicap_wrapper_title h3 {
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-align: center;
  vertical-align: center;
  font-weight: bold;
}

.handicap_wrapper_title h3 span {
  position: relative;
  content: "";
}

.handicap_wrapper_title h3 span::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pointballmen::before {
  display: block;
  content: "";
  background-color: #9ac5ff;
}

.pointballwomen::before {
  display: block;
  content: "";
  background-color: #ff97d7;
}

.handicap_wrapper_cm {
  width: 90%;
  height: auto;
  margin: auto;
}

.handicap_wrapper_cm_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.handicap_wrapper_cm_flex_img {
  width: 200px;
  display: inline-block;
  position: relative;
}

.handicap_wrapper_cm_flex_img_face {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.handicap_wrapper_cm_flex_img_face img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 88px;
  max-width: none;
  aspect-ratio: 1 / 1;
  margin-top: 50px;
  display: block;
  margin: auto;
}

.handicap_wrapper_cm_flex_img_face p {
  width: 100%;
  font-size: .9rem;
  text-align: center;
  margin: 1px auto;
  white-space: nowrap;
}

.ddddddd {
  width: 90%;
  margin: 0 auto;
}

.handicap_lastsub {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 100px auto;
}

.handicap_lastsub_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.handicap_lastsub_grid img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 250px;
}

.handicap_lastsub_textarea {
  background-color: #ffffffea;
  -webkit-box-shadow: 0px 0px 42px -5px #b3ffcd;
          box-shadow: 0px 0px 42px -5px #b3ffcd;
  border-radius: 10px;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 1%;
  font-size: 1.2rem;
  letter-spacing: .05em;
  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;
}

.handicap_lastsub_textarea p {
  width: 85%;
  margin: auto;
  text-align: center;
  line-height: 1.6rem;
}

@media screen and (max-width: 599px) {
  .handiheader-wrapper {
    margin-top: 0px;
    width: 100%;
    overflow: hidden;
    height: 250px;
    background: #eee;
    position: relative;
  }
  .handicap_titlearea {
    margin: 20px auto;
    width: 95%;
  }
  .handicap_titlearea_wrapper h2 {
    font-size: 1.1rem;
  }
  .handicap_titlearea_wrapper h2 span {
    color: #65c2ff;
  }
  .handicap_titlearea_wrapper p {
    margin-top: 25px;
    width: 100%;
    font-size: .9rem;
  }
  .handicap_titlearea_wrapper::before {
    top: -40%;
    left: 0;
    width: 150px;
  }
  .handicap_titlearea_wrapper::after {
    bottom: -40%;
    right: 0;
    width: 150px;
  }
  .handicap_titlereason {
    width: 95%;
    margin: 10px auto;
    display: -ms-grid;
    display: grid;
    gap: 60px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .handicap_titlereason_textarea {
    padding: 0px;
  }
  .handicap_titlereason_textarea h2 {
    position: relative;
    font-size: 2rem;
    color: #313131;
    padding-left: 0px;
    z-index: 2;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .handicap_titlereason_textarea h2::after {
    display: block;
    content: "";
    position: absolute;
    top: 30%;
    left: 2%;
    z-index: -1;
    width: 80%;
    height: 40px;
    background: #b0fff2;
    background: -webkit-gradient(linear, left top, right top, from(#b0fff2), to(#a0f2ca));
    background: linear-gradient(90deg, #b0fff2 0%, #a0f2ca 100%);
  }
  .handicap_titlereason_textarea p {
    font-size: .9rem;
  }
  .handicap_titlereason_imgarea img {
    margin-bottom: 25px;
  }
  .handitab {
    width: 100%;
    height: 100%;
    margin: 100px 0;
  }
  .handitab_area {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .handitab_area div {
    height: 60px;
    text-align: center;
    padding: 1% auto;
    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;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #2c2c2c;
    font-size: 1rem;
    letter-spacing: .05em;
  }
  .handitab_area div a {
    color: #292929;
  }
  .handitab_area div:hover {
    opacity: .7;
  }
  .handicap_wrapper {
    width: 90%;
    margin: 0 auto 20px auto;
    padding-bottom: 20px;
  }
  .handicap_wrapper_member_main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0px;
  }
  .handicap_wrapper_member_main_img {
    height: 200px;
    height: auto;
  }
  .handicap_wrapper_member_main_img img {
    height: 170px;
  }
  .handicap_wrapper_member_main_img_flex {
    gap: 8px;
    margin-top: 2px;
    /*写真と写真の感覚*/
  }
  .handicap_wrapper_member_main_img_flex img {
    height: 100px;
  }
  .handicap_wrapper_member_main_inf {
    font-size: .8rem;
    padding-top: 20px;
  }
  .handicap_wrapper_member_main_inf h3 {
    font-size: 1.3rem;
    margin: 8px auto 8px auto;
  }
  .handicap_wrapper_member_main_inf p {
    letter-spacing: .05em;
    font-size: .9rem;
  }
  .handicap_wrapper_member_main_inf_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .handicap_wrapper_member_main_inf_flex div:nth-child(1) {
    margin-right: 10px;
  }
  .workbox {
    height: 30px;
    padding: 2% 1%;
  }
  .workbox p {
    color: #ffffff;
    text-align: center;
    font-size: .9rem;
    letter-spacing: .1em;
  }
  .handicap_wrapper_title {
    height: 50px;
    margin: 20px auto;
  }
  .handicap_wrapper_title h3 {
    font-size: 1rem;
    letter-spacing: .05em;
    text-align: center;
    vertical-align: center;
    font-weight: bold;
  }
  .handicap_wrapper_title h3 span::before {
    width: 5px;
    top: -5px;
  }
  .handicap_wrapper_cm {
    width: 90%;
    height: auto;
    margin: auto;
  }
  .handicap_wrapper_cm_flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .handicap_wrapper_cm_flex_img {
    width: 70px;
    display: inline-block;
    position: relative;
  }
  .handicap_wrapper_cm_flex_img_face img {
    width: 60px;
    max-width: none;
  }
  .handicap_wrapper_cm_flex_img_face p {
    white-space: wrap;
    font-size: 0.6rem;
    line-height: 10px;
  }
  .handicap_wrapper_cm .balloon-003 {
    width: 63%;
    margin-left: 15px;
    padding: 0em 1.2em;
    color: #333333;
    margin: 15px 0 15px auto;
    /*会話ボーダーの上下間隔*/
    font-size: .8rem;
    letter-spacing: .05em;
  }
  .handicap_wrapper_cm .balloon-003 p {
    letter-spacing: .05em;
    font-weight: 400;
    color: #333333;
    font-size: .7rem;
  }
  .handicap_wrapper_cm .balloon-004 {
    width: 63%;
    margin-left: 15px;
    padding: 0em 1.2em;
    margin: 15px auto 15px 0;
    /*会話ボーダーの上下間隔*/
    font-size: .8rem;
  }
  .handicap_wrapper_cm .balloon-004 p {
    letter-spacing: .05em;
    font-weight: 400;
    color: #333333;
    font-size: .7rem;
  }
  .handicap_wrapper_cm .handimr {
    margin-right: 12%;
  }
  .handicap_wrapper_cm .handiml {
    margin-left: 10%;
  }
  .handicap_lastsub {
    margin: 20px auto 50px auto;
  }
  .handicap_lastsub_grid img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 180px;
  }
  .handicap_lastsub_textarea {
    display: block;
    background-color: #ffffffea;
    -webkit-box-shadow: 0px 0px 42px -5px #b3ffcd;
            box-shadow: 0px 0px 42px -5px #b3ffcd;
    border-radius: 10px;
    width: 80%;
    height: 70%;
    padding: 3%;
    font-size: .7rem;
    letter-spacing: .05em;
  }
  .pankuzuab {
    position: absolute;
    top: 450px;
    right: 1%;
  }
}
/*# sourceMappingURL=handicap.css.map */