@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  background: #fff;
  color: #3B4043;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  word-break: break-word; }

@media screen and (max-width: 767px) {
  body {
    line-height: 30px; } }
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0; }

/* =============================================
 * Custom
*=============================================*/
.h-18 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px; }

.h-20 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px; }

.h-22 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px; }

.h-24 {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px; }

.h-26 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px; }

.h-30 {
  font-weight: 700;
  font-size: 30px;
  line-height: 44px; }

.h-32 {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px; }

.h-36 {
  font-weight: 700;
  font-size: 36px;
  line-height: 52px; }

.h-40 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px; }

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 30px;
    line-height: 45px; }
    .h2 .sub {
      font-size: 16px; }

  .h-18 {
    font-size: 16px;
    line-height: 24px; }

  .h-20,
  .h-22,
  .h-24 {
    font-size: 18px;
    line-height: 26px; }

  .h-26,
  .h-30 {
    font-size: 20px;
    line-height: 30px; }

  .h-32 {
    font-size: 26px;
    line-height: 37px; }

  .h-36 {
    font-size: 24px;
    line-height: 35px; }

  .h-40 {
    font-size: 25px;
    line-height: 35px; } }
/* button */
.button {
  position: relative; }

.button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 74px;
  background: url("../img/common/btn-bg.png") no-repeat center top/cover;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 24px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  padding: 0 20px; }
  .button a:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 24px;
    transition: all 0.3s;
    transform: translate(0px, -50%); }
  .button a.icon-1:after {
    background: url("../img/common/btn-arrow-1.png") no-repeat center top/cover; }
  .button a.icon-2:after {
    background: url("../img/common/btn-arrow-2.png") no-repeat center top/cover; }
  .button a:hover {
    background-color: #7B7B7B;
    color: #fff;
    opacity: 1; }
    .button a:hover:after {
      transform: translate(5px, -50%); }

@media screen and (max-width: 767px) {
  .button {
    text-align: center; } }
/* -- -- */
.txt-udl {
  text-decoration: underline; }

a.txt-udl:hover {
  text-decoration: none; }

.txt-c {
  text-align: center; }

.txt-j {
  text-align: justify; }

.txt-r {
  text-align: right; }

.cl-blue {
  color: #71C2F8; }

.cl-green {
  color: #00973D; }

.cl-red {
  color: #BD3A43; }

.cl-yellow {
  color: #FFB357; }

.cl-black {
  color: #4B4B4B; }

.cl-white {
  color: #fff; }

.cl-orange {
  color: #F97C00; }

.cl-pink {
  color: #FF8888; }

.udl01 {
  background-image: linear-gradient(#AE0615, #AE0615);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.udl02 {
  background-image: linear-gradient(#002A7D, #002A7D);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-700 {
  font-weight: 700; }

.fw-900 {
  font-weight: 900; }

.bdra-10 {
  border-radius: 10px; }

.bdra-20 {
  border-radius: 20px; }

.bdra-30 {
  border-radius: 30px; }

.img_shadow {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }

.img-obj {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 767px) {
  .bdra-20 {
    border-radius: 10px; }

  .bdra-30 {
    border-radius: 15px; } }
/* -- --*/
.w600 {
  max-width: 600px;
  margin: 0 auto; }

.w800 {
  max-width: 800px;
  margin: 0 auto; }

.w900 {
  max-width: 900px;
  margin: 0 auto; }

/* -- --*/
.section-space {
  padding: 100px 0; }

.pt80 {
  padding-top: 80px; }

.pt120 {
  padding-top: 120px; }

.pb80 {
  padding-bottom: 80px; }

.pb100 {
  padding-bottom: 100px; }

.pb120 {
  padding-bottom: 120px; }

.pb200 {
  padding-bottom: 200px; }

@media screen and (max-width: 1080px) {
  .section-space {
    padding-right: 0;
    padding-left: 0; } }
@media screen and (max-width: 767px) {
  .section-space {
    padding: 50px 0; }

  .pt80 {
    padding-top: 40px; }

  .pt120 {
    padding-top: 60px; }

  .pb80 {
    padding-bottom: 40px; }

  .pb100 {
    padding-bottom: 50px; }

  .pb120 {
    padding-bottom: 60px; }

  .pb200 {
    padding-bottom: 100px; } }
/* -- --*/
.bg-cl01 {
  background-color: #77D1A0; }

.bg-cl02 {
  background-color: #F3F7F8; }

/* -- -- */
.img-zoom,
.img-zoom figure {
  display: block;
  overflow: hidden; }

.img-zoom .img,
.img-zoom .img-obj {
  transition: 0.6s ease-in-out; }

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
  transform: scale(1.07); }

/* -- --*/
.photo-full img {
  width: 100%;
  max-width: inherit; }

@media screen and (max-width: 767px) {
  .photo-full {
    width: 100%;
    height: 50vw; }

  .photo-full img {
    height: 100%;
    object-fit: cover; } }
/* -- --*/
hr {
  border: 0;
  border-bottom: 1px solid #fff; }

/* -- --*/
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 15px; }
  .slick-dots li {
    width: 8px;
    height: 8px; }
  .slick-dots button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #C0C0C0;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    cursor: pointer; }
    .slick-dots button:hover {
      background-color: #FF7C7A; }
  .slick-dots .slick-active button {
    background-color: #FF7C7A; }

/*=============================================
 * <header>
 *=============================================*/
header {
  width: 100%;
  padding: 20px 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  transition: all 0.3s; }
  header .wrap {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    max-width: 100%;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
    padding: 0 30px; }
  header .logo {
    flex: 1 0 0; }
    header .logo a {
      display: block;
      max-width: 207px; }

.navbar {
  font-weight: 700;
  line-height: 20px; }
  .navbar .nav {
    display: flex;
    align-items: center;
    gap: 40px; }
    .navbar .nav a {
      display: block; }
    .navbar .nav > li > a,
    .navbar .nav .sub-menu > p > a {
      padding: 20px 0 20px 30px;
      position: relative; }
      .navbar .nav > li > a:before,
      .navbar .nav .sub-menu > p > a:before {
        content: '';
        width: 20px;
        height: 100%;
        background: url("../img/common/nav-icon.png") no-repeat center left/100% auto;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s;
        opacity: 0; }
      .navbar .nav > li > a:hover, .navbar .nav > li > a.current,
      .navbar .nav .sub-menu > p > a:hover,
      .navbar .nav .sub-menu > p > a.current {
        opacity: 1; }
        .navbar .nav > li > a:hover:before, .navbar .nav > li > a.current:before,
        .navbar .nav .sub-menu > p > a:hover:before,
        .navbar .nav .sub-menu > p > a.current:before {
          opacity: 1; }

@media screen and (max-width: 1023px) {
  header .wrap {
    gap: 10px; }

  .navbar .nav {
    gap: 10px; } }
@media screen and (max-width: 767px) {
  header {
    padding: 0;
    position: sticky; }
    header .wrap {
      height: 90px;
      box-shadow: none;
      border-radius: 0; }

  .navbar {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 90px 10px;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
    .navbar .nav {
      flex-direction: column;
      gap: 0; }
      .navbar .nav > li {
        width: 100%; }
        .navbar .nav > li > a {
          padding: 20px 30px; }
      .navbar .nav .sub-menu > p {
        position: relative; }
        .navbar .nav .sub-menu > p i {
          width: 50%;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 1; }
          .navbar .nav .sub-menu > p i:before {
            content: '';
            width: 10px;
            height: 11px;
            background: url("../img/common/arrow-down.png") no-repeat center right/10px auto;
            position: absolute;
            top: 50%;
            right: 30px;
            transition: all 0.3s;
            transform: translateY(-50%); }
        .navbar .nav .sub-menu > p > a {
          padding: 20px 30px; }
      .navbar .nav .sub-menu ol {
        display: none;
        padding: 0 30px; }
        .navbar .nav .sub-menu ol li + li {
          padding-top: 10px; }
        .navbar .nav .sub-menu ol a {
          display: inline-block;
          position: relative;
          padding-left: 15px; }
          .navbar .nav .sub-menu ol a:before {
            content: '・';
            color: #FF8888;
            position: absolute;
            top: 0;
            left: 0; }
      .navbar .nav .sub-menu.is-active > p > i:before {
        transform: translateY(-50%) rotate(-180deg); }

  .navOpen .navbar {
    opacity: 1;
    visibility: visible; } }
@media screen and (min-width: 768px) {
  .navbar {
    height: auto !important; }
    .navbar .nav .sub-menu {
      position: relative; }
      .navbar .nav .sub-menu > p > a {
        padding-right: 17px;
        pointer-events: none; }
        .navbar .nav .sub-menu > p > a:after {
          content: '';
          width: 7px;
          height: 6px;
          background: url("../img/common/arrow-down.png") no-repeat center top/cover;
          position: absolute;
          top: 53%;
          right: 0;
          transform: translateY(-50%); }
      .navbar .nav .sub-menu ol {
        width: max-content;
        min-width: 220px;
        background-color: #fff;
        border-radius: 10px;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px 20px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s; }
        .navbar .nav .sub-menu ol li + li {
          padding-top: 12px; }
        .navbar .nav .sub-menu ol a {
          display: inline-block;
          position: relative;
          padding-left: 15px; }
          .navbar .nav .sub-menu ol a:before {
            content: '・';
            color: #FF8888;
            position: absolute;
            top: 0;
            left: 0; }
      .navbar .nav .sub-menu:hover ol {
        opacity: 1;
        visibility: visible; } }
@media screen and (min-width: 1024px) {
  .navbar .sub-menu > p > a {
    pointer-events: auto; } }
/*=============================================
 * <footer>
 *=============================================*/
footer:before {
  content: '';
  width: 100%;
  padding-top: 4.1%;
  background: url("../img/common/footer-bg.png") no-repeat center top/cover;
  position: absolute;
  bottom: 99.8%;
  left: 0;
  z-index: 1; }
footer .row-1 {
  padding: 130px 0 100px; }
  footer .row-1 .wrap {
    display: flex;
    justify-content: space-between; }
  footer .row-1 .logo {
    width: 207px; }
  footer .row-1 .button {
    padding-top: 45px; }
    footer .row-1 .button a {
      width: 212px;
      height: 54px; }
      footer .row-1 .button a:after {
        right: 15px; }
  footer .row-1 nav {
    font-weight: 700;
    line-height: 24px;
    color: #7B7B7B; }
    footer .row-1 nav a {
      display: inline-block;
      position: relative;
      padding-left: 25px; }
      footer .row-1 nav a:before {
        content: "＞";
        position: absolute;
        top: 0;
        left: 0; }
      footer .row-1 nav a:hover {
        text-decoration: underline; }
    footer .row-1 nav > div + div {
      padding-top: 20px; }
    footer .row-1 nav ul {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 20px;
      font-size: 14px;
      letter-spacing: 0.1em;
      color: #A7A7A7;
      padding: 5px 0 0 25px; }
      footer .row-1 nav ul a {
        text-indent: -15px;
        padding-left: 15px; }
        footer .row-1 nav ul a:before {
          display: none; }
footer .row-2 {
  max-width: 1500px;
  background-color: #7B7B7B;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  padding: 13px 0; }
  footer .row-2 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  footer .row-2 address {
    text-align: left;
    font-weight: 700; }
  footer .row-2 a:hover {
    text-decoration: underline; }

@media screen and (max-width: 1023px) {
  footer .row-1 nav {
    width: 400px; } }
@media screen and (max-width: 767px) {
  footer {
    margin-top: 12%; }
    footer:before {
      background-image: url("../img/common/footer-bg_sp.png");
      padding-top: 23.7%; }
    footer .row-1 {
      padding: 0 0 70px; }
      footer .row-1 .wrap {
        flex-direction: column;
        align-items: center;
        gap: 30px; }
      footer .row-1 .button {
        padding-top: 30px; }
      footer .row-1 nav {
        width: 100%; }
    footer .row-2 .wrap {
      flex-direction: column-reverse;
      gap: 6px; } }
/*=============================================
 * 
 *=============================================*/
.ft-fixed {
  width: 172px;
  position: fixed;
  bottom: 46px;
  right: 30px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
  .ft-fixed.fixed {
    opacity: 1;
    visibility: visible; }

@media screen and (max-width: 767px) {
  .ft-fixed {
    width: 120px;
    right: 10px;
    bottom: 60px; } }
/*=============================================
 * footer common 
 *=============================================*/
#facilities {
  background-image: linear-gradient(to right, #C5E6FC 50%, #FFDDDD 50%);
  border-radius: 130px 130px 0 0;
  position: relative;
  padding: 150px 0 100px; }
  #facilities:before {
    content: '';
    width: 100%;
    height: 455px;
    background-color: #FEF8E4;
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply; }
  #facilities .wrap {
    display: flex;
    justify-content: center;
    gap: 0 270px;
    max-width: 100%;
    padding-bottom: 75px; }
    #facilities .wrap:before {
      content: '';
      width: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      top: 440px;
      bottom: 0;
      left: 0; }
  #facilities .col {
    width: 412px; }
  #facilities h3 {
    padding-top: 35px;
    position: relative; }
    #facilities h3 span {
      display: inline-block;
      padding-bottom: 10px; }
    #facilities h3 img {
      max-height: 27px; }
  #facilities .button {
    padding-top: 25px;
    position: relative; }

@media screen and (max-width: 1200px) {
  #facilities .wrap {
    gap: 0 100px; } }
@media screen and (max-width: 1023px) {
  #facilities {
    background: transparent;
    border-radius: 0;
    padding: 0; }
    #facilities:before {
      display: none; }
    #facilities .wrap {
      flex-direction: column;
      align-items: center;
      gap: 0;
      max-width: 100%;
      padding: 0; }
      #facilities .wrap:before {
        display: none; }
    #facilities .col {
      width: 100%;
      border-radius: 130px 130px 0 0;
      padding: 30px 35px 140px;
      position: relative;
      box-sizing: border-box; }
      #facilities .col:before {
        content: '';
        width: 100%;
        height: 310px;
        background-color: #fff;
        position: absolute;
        bottom: 105px;
        left: 0; }
    #facilities h2 {
      width: auto;
      height: 118px;
      margin-bottom: -15px; }
      #facilities h2 img {
        max-height: 100%; }
    #facilities figure {
      position: relative; }
    #facilities .hanao {
      background-color: #C5E6FC; }
      #facilities .hanao:after {
        content: '';
        width: 100%;
        height: 130px;
        background: #C5E6FC;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1; }
    #facilities .hanako {
      background-color: #FFDDDD; } }
@media screen and (max-width: 767px) {
  #facilities .col {
    border-radius: 65px 65px 0 0; }
  #facilities h2 {
    height: 80px;
    margin-bottom: -5px; } }
@media screen and (min-width: 1024px) {
  #facilities h2 {
    width: 145px;
    position: absolute;
    top: 30px;
    z-index: 1; }
  #facilities .hanao h2 {
    left: 20px; }
  #facilities .hanako h2 {
    right: 20px; } }
/* -- -- */
#recruit {
  background: url("../img/common/recruit-deco.webp") no-repeat center top 90px;
  background-color: #FEF8E4;
  padding: 140px 0 130px;
  overflow: hidden; }
  #recruit .wrap {
    padding-top: 75px;
    padding-bottom: 45px; }
  #recruit .photo-1 {
    width: 348px;
    position: absolute;
    top: 0;
    left: calc(50% + 205px); }
  #recruit .photo-2 {
    width: 411px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 600px); }
  #recruit .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("../img/common/recruit-box-bg.webp") no-repeat center top/100% auto;
    width: 764px;
    height: 686px;
    margin: 0 auto;
    box-sizing: border-box; }
  #recruit h2 {
    max-width: 238px;
    margin: 0 auto; }
  #recruit .txt {
    line-height: 42px;
    padding-top: 40px; }
  #recruit .button {
    padding-top: 60px; }

@media screen and (max-width: 1023px) {
  #recruit .photo-1 {
    left: calc(50% + 145px); }
  #recruit .photo-2 {
    left: calc(50% - 520px); } }
@media screen and (max-width: 767px) {
  #recruit {
    background: url("../img/common/recruit-deco_sp.webp") no-repeat center top/cover;
    padding: 70px 0 105px; }
    #recruit .wrap {
      padding-top: 214px;
      padding-bottom: 196px; }
    #recruit .photo-1 {
      width: 283px;
      right: -30px;
      left: auto;
      z-index: 1; }
    #recruit .photo-2 {
      width: 323px;
      left: -40px;
      z-index: 1; }
    #recruit .box {
      background: transparent;
      width: 100%;
      position: relative; }
      #recruit .box:before {
        content: '';
        width: 764px;
        height: 100%;
        background: url("../img/common/recruit-box-bg.webp") no-repeat center top/cover;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      #recruit .box .txt {
        position: relative; } }
/* -- -- */
.f-slider {
  background-color: #FEF8E4; }
  .f-slider .swiper-wrapper {
    transition-timing-function: linear; }
  .f-slider .swiper-slide {
    width: 375px;
    margin-right: 38px; }
    .f-slider .swiper-slide img {
      border-radius: 20px; }

@media screen and (max-width: 767px) {
  .f-slider .swiper-slide {
    width: 152px;
    margin-right: 15px; } }
/*=============================================
 * KV
 *=============================================*/
#kv {
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(to right, #C5E6FC 50%, #FFD3D3 50%);
  width: 100%;
  height: 495px;
  position: relative; }
  #kv .page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/common/kv-bg.png") no-repeat center top/auto 100%;
    width: 100%;
    height: 275px; }
    #kv .page-title h1 .en,
    #kv .page-title h2 .en {
      display: inline-block; }
      #kv .page-title h1 .en img[src*='privacy-h1'],
      #kv .page-title h2 .en img[src*='privacy-h1'] {
        max-height: 113px; }
      #kv .page-title h1 .en img[src*='contact-h1'],
      #kv .page-title h2 .en img[src*='contact-h1'] {
        max-height: 125px; }
      #kv .page-title h1 .en img[src*='about-h1'],
      #kv .page-title h2 .en img[src*='about-h1'] {
        max-height: 88px; }
      #kv .page-title h1 .en img[src*='infomation-h1'],
      #kv .page-title h2 .en img[src*='infomation-h1'] {
        max-height: 100px; }
      #kv .page-title h1 .en img[src*='recruit-h1'],
      #kv .page-title h2 .en img[src*='recruit-h1'] {
        max-height: 95px; }

@media screen and (max-width: 767px) {
  #kv {
    height: 200px; }
    #kv .page-title {
      align-items: flex-end;
      background-size: 120% 100%;
      height: 120px; }
      #kv .page-title h1 .en img[src*='privacy-h1'],
      #kv .page-title h2 .en img[src*='privacy-h1'] {
        max-height: 60px; }
      #kv .page-title h1 .en img[src*='contact-h1'],
      #kv .page-title h2 .en img[src*='contact-h1'] {
        max-height: 75px; }
      #kv .page-title h1 .en img[src*='about-h1'],
      #kv .page-title h2 .en img[src*='about-h1'] {
        max-height: 50px; }
      #kv .page-title h1 .en img[src*='infomation-h1'],
      #kv .page-title h2 .en img[src*='infomation-h1'] {
        max-height: 60px; }
      #kv .page-title h1 .en img[src*='recruit-h1'],
      #kv .page-title h2 .en img[src*='recruit-h1'] {
        max-height: 60px; } }
/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
  position: relative; }

/* =============================================
 * 404
 *=============================================*/
#content-404 {
  padding: 145px 0; }
  #content-404 .txt {
    padding-top: 30px; }

#content-404 .button {
  text-align: center;
  padding-top: 40px; }

@media screen and (max-width: 767px) {
  #content-404 {
    padding: 50px 0; }
    #content-404 .wrap {
      text-align: justify; }
    #content-404 .txt {
      padding-top: 20px; }

  #content-404 .button {
    padding-top: 30px; } }
/*=============================================
 * wpcf7
 *=============================================*/
.wpcf7 {
  position: relative; }

.wpcf7 .select {
  display: flex;
  align-items: flex-start;
  width: 50%;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap {
  display: block;
  flex: 1;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 5px 4px 0 4px;
  border-color: #66D5EB transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 22px;
  right: 15px; }

.wpcf7 .select select {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 8px;
  line-height: 30px;
  padding: 7px 20px;
  cursor: pointer; }

.wpcf7 .select select::-ms-expand {
  display: none; }

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 8px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 7px 20px;
  line-height: 30px; }

.wpcf7 textarea {
  height: 296px;
  resize: vertical; }

.wpcf7 input[type="date"] {
  padding-right: 40px; }

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-position: top 13px right 15px;
  background-size: 18px auto;
  position: absolute;
  top: 0;
  left: 0; }

.wpcf7 ::-webkit-input-placeholder {
  color: #909090; }

.wpcf7 ::-moz-placeholder {
  color: #909090; }

.wpcf7 :-ms-input-placeholder {
  color: #909090; }

.wpcf7 :-moz-placeholder {
  color: #909090; }

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 56px; }

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
  cursor: pointer; }

.wpcf7-checkbox input,
.wpcf7-radio input {
  display: none; }

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  display: inline-grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 12px;
  cursor: pointer; }

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
  content: '';
  grid-area: 1/1;
  margin: auto;
  border-radius: 50%;
  width: 20px;
  height: 20px; }

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  background-color: #fff;
  border: 1px solid #C6C6C6;
  box-sizing: border-box;
  position: relative; }

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
  background: #C6C6C6;
  position: relative;
  display: none; }

.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
  display: block; }

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #E50012; }

.wpcf7 .result-txt {
  display: block;
  word-break: break-all;
  white-space: pre-wrap; }

@media screen and (max-width: 767px) {
  .wpcf7 .select {
    width: 100%; }

  .wpcf7-checkbox,
  .wpcf7-radio {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px; } }

/*# sourceMappingURL=shared.css.map */
