/*=============================================
 * body
 *=============================================*/
body {
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  position: relative; }

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

/*=============================================
 * <header>
 *=============================================*/
header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 100;
  padding: 0 130px;
  transition: all 0.3s; }
  header .logo {
    flex: 1 0 0; }
    header .logo a {
      display: block;
      transition: all 0.3s; }
  header .logo-1 {
    width: 160px;
    position: absolute;
    top: 20px;
    left: 20px; }
  header .logo-2 {
    width: 216px;
    opacity: 0; }
  header.fixed {
    background: linear-gradient(to bottom, #000000, #000E2B); }
    header.fixed .logo-1 {
      opacity: 0; }
    header.fixed .logo-2 {
      opacity: 1; }

.navbar {
  display: flex;
  align-items: center;
  gap: 30px; }
  .navbar .nav {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px; }
    .navbar .nav a {
      border-bottom: 1px solid transparent; }
      .navbar .nav a:hover {
        border-bottom-color: #fff; }
  .navbar .btn-shop {
    width: 148px; }
    .navbar .btn-shop a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 36px;
      background-color: #F6C31F;
      color: #1A1A1A;
      text-align: center;
      border-radius: 50px;
      font-size: 15px;
      padding-top: 2px; }
      .navbar .btn-shop a:hover {
        background-color: #fff;
        opacity: 1; }

@media screen and (max-width: 1250px) {
  header {
    padding: 0 50px; } }
@media screen and (max-width: 1100px) {
  header {
    padding: 0 40px; }

  .navbar {
    gap: 15px; }
    .navbar .nav {
      gap: 15px; } }
@media screen and (max-width: 1023px) {
  header {
    height: 70px;
    padding: 0 20px; }
    header .logo-1 {
      opacity: 0;
      pointer-events: none; }
    header .logo-2 {
      width: 160px;
      opacity: 1; }

  .hamburger {
    display: block; }

  .navbar {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, #000000, #000E2B);
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 100px 20px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear; }
    .navbar .nav {
      flex-direction: column;
      gap: 30px; }

  .navOpen #navbar {
    opacity: 1;
    visibility: visible; } }
@media screen and (min-width: 1024px) {
  .navbar {
    height: auto !important; } }
/*=============================================
 * <footer>
 *=============================================*/
footer nav {
  display: grid;
  grid-template-columns: repeat(4, 300px);
  justify-content: center;
  gap: 30px 10px;
  background: url("../img/common/footer-bg.jpg") no-repeat center top/cover;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 45px 20px; }
  footer nav a {
    border-bottom: 1px solid transparent; }
    footer nav a:hover {
      border-bottom-color: #fff; }
footer .box {
  padding: 15px 0; }
  footer .box .in {
    display: flex;
    justify-content: center;
    align-items: center; }
footer .logo {
  width: 121px;
  padding: 0 40px; }
footer .txt,
footer .tel,
footer .btn-inq {
  border-left: 1px solid #fff;
  padding: 0 40px; }
footer .tel {
  padding-top: 3px;
  padding-bottom: 3px; }
  footer .tel a {
    display: inline-block;
    background: url("../img/common/icon-tel.svg") no-repeat center left/24px auto;
    padding-left: 29px; }
footer .btn-inq {
  padding-top: 3px;
  padding-bottom: 3px; }
  footer .btn-inq a {
    display: inline-block;
    background: url("../img/common/icon-email.svg") no-repeat center left/24px auto;
    padding-left: 29px; }
footer .gmap {
  width: 100%;
  height: 400px; }
  footer .gmap iframe {
    display: block;
    width: 100%;
    height: 100%; }

footer address {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 0; }

@media screen and (max-width: 1440px) {
  footer nav {
    grid-template-columns: repeat(4, 1fr); } }
@media screen and (max-width: 1023px) {
  footer .box .in {
    flex-wrap: wrap;
    gap: 10px 0; }
  footer .logo {
    width: 100%; }
    footer .logo a {
      display: block;
      width: 121px;
      margin: 0 auto; }
  footer .txt,
  footer .tel,
  footer .btn-inq {
    padding: 0 20px; }
  footer .txt {
    border-left: 0; } }
@media screen and (max-width: 767px) {
  footer nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 30px 0; }
  footer .txt {
    width: 100%;
    padding: 0;
    text-align: center; }
  footer .tel,
  footer .btn-inq {
    width: 50%;
    box-sizing: border-box; }
  footer .tel {
    border-left: 0; }
  footer .gmap {
    height: 300px; } }
/* -- -- */
.ft-fixed {
  position: fixed;
  bottom: -100%;
  right: 30px;
  z-index: 9;
  transition: 0.5s; }

.ft-fixed ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90px; }

.ft-fixed ul a img {
  transition: all 0.3s; }

.ft-fixed ul a:hover img {
  transform: scale(1.05); }

.ft-fixed.fixed {
  bottom: 35px; }

#pagetop {
  width: 70px; }

@media screen and (max-width: 1023px) {
  .ft-fixed {
    right: 10px;
    bottom: 10px; }
    .ft-fixed ul {
      gap: 10px;
      width: 80px; } }
@media screen and (max-width: 767px) {
  .ft-fixed ul {
    width: 60px; }

  #pagetop {
    width: 40px; } }
/* -- -- */
*::selection {
  background-color: #010B33;
  color: #fff; }

/*=============================================
 * <section>
 *=============================================*/
#kv {
  display: flex;
  align-items: center;
  background: url("../img/common/kv-bg-img.jpg") no-repeat center/cover;
  width: 100%;
  height: 520px;
  position: relative;
  box-sizing: border-box;
  padding: 120px; }
  #kv .kv-img {
    position: absolute;
    top: 0;
    left: 0; }
  #kv .kv-border {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    #kv .kv-border span {
      display: block;
      transform: scale(0);
      transition: 1s ease-in-out; }
    #kv .kv-border .top {
      width: 100%;
      border-top: 1px solid #ccc;
      position: absolute;
      top: 100px;
      left: 0;
      transform-origin: top left; }
    #kv .kv-border .right {
      height: 100%;
      border-left: 1px solid #ccc;
      position: absolute;
      top: 0;
      right: 100px;
      transform-origin: bottom center; }
    #kv .kv-border .bottom {
      width: 100%;
      border-top: 1px solid #ccc;
      position: absolute;
      bottom: 100px;
      left: 0;
      transform-origin: bottom right; }
    #kv .kv-border .left {
      height: 100%;
      border-left: 1px solid #ccc;
      position: absolute;
      top: 0;
      left: 100px;
      transform-origin: top center; }
  #kv .page-title {
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 0.2em;
    line-height: 80px;
    text-transform: uppercase; }
    #kv .page-title .sub {
      display: block;
      letter-spacing: 0.1em;
      padding-top: 10px; }
  #kv.is-active .kv-border span {
    transform: scale(1); }

@media screen and (max-width: 1250px) {
  #kv {
    padding: 120px 50px; }
    #kv .kv-border .right {
      right: 25px; }
    #kv .kv-border .left {
      left: 25px; } }
@media screen and (max-width: 1100px) {
  #kv {
    padding: 120px 40px; }
    #kv .kv-border .right {
      right: 20px; }
    #kv .kv-border .left {
      left: 20px; } }
@media screen and (max-width: 1023px) {
  #kv {
    padding: 90px 20px 20px; }
    #kv .kv-border .top {
      top: 70px; }
    #kv .kv-border .right {
      right: 10px; }
    #kv .kv-border .bottom {
      bottom: 10px; }
    #kv .kv-border .left {
      left: 10px; } }
@media screen and (max-width: 767px) {
  #kv {
    height: 250px;
    padding: 90px 10px 20px; }
    #kv .page-title {
      font-size: 40px;
      line-height: 40px; } }
@media screen and (min-width: 1441px) {
  #kv .wrap {
    max-width: 1400px; } }
/* -- --*/
.breadcrumbs {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 100px;
  padding: 20px 0; }

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .breadcrumbs ul li {
    position: relative; }
    .breadcrumbs ul li + li {
      padding-left: 32px; }
      .breadcrumbs ul li + li:before {
        content: '...';
        position: absolute;
        top: 0;
        left: 0; }

.breadcrumbs .home a {
  display: block;
  background: url("../img/common/icon-home.svg") no-repeat top 2px left/16px auto;
  padding-left: 20px; }

.breadcrumbs span {
  word-break: break-all; }

.breadcrumbs a:hover {
  text-decoration: underline; }

@media screen and (max-width: 1080px) {
  .breadcrumbs {
    padding: 30px 0; } }
@media screen and (max-width: 1023px) {
  .breadcrumbs {
    font-size: 12px;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 30px; }

  .breadcrumbs .wrap {
    gap: 10px;
    width: max-content;
    max-width: inherit;
    background-color: transparent;
    margin: 0;
    padding: 0; }

  .breadcrumbs .wrap > span {
    position: relative;
    top: 1px; } }
/* -- --*/
.filter-gray {
  filter: grayscale(100%);
  cursor: pointer;
  transition: all 0.3s; }

.filter-gray:hover {
  filter: grayscale(0); }

/* =============================================
 * 404
 *=============================================*/
#content-404 {
  padding: 160px 0 100px; }
  #content-404 .txt {
    padding-top: 40px; }

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

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

  #content-404 .button {
    padding-top: 30px; }
    #content-404 .button a {
      width: auto; } }
/* =============================================
 * keyframes
*=============================================*/
@keyframes homeTileAnimation {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-120%); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(1turn); } }
/* =============================================
 * Animation
*=============================================*/
.img_effect {
  display: inline-block;
  overflow: hidden;
  position: relative; }

.img_effect:after {
  content: "";
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff; }

.img_effect[style*="visible"]:after {
  animation-name: homeTileAnimation; }

/* =============================================
 * Custom
*=============================================*/
/* -- heading -- */
.h2 {
  font-weight: 400;
  font-size: 70px;
  letter-spacing: 0.2em;
  line-height: 94px; }
  .h2 .sub {
    display: block;
    color: #FFB357;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 31px;
    padding-bottom: 10px; }

.h2-1 {
  font-weight: 400;
  font-size: 110px;
  letter-spacing: 0.1em;
  line-height: 149px;
  color: rgba(255, 255, 255, 0.2);
  position: relative; }
  .h2-1 .sub {
    font-weight: 500;
    font-size: 29px;
    letter-spacing: 0.1em;
    line-height: 41px;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0; }

.h-18 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px; }

.h-20 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 26px; }

.h-22 {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px; }

.h-24 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 35px; }

.h-26 {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 36px; }

.h-28 {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 40px; }

.h-30 {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 44px; }

.h-32 {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 46px; }

.h-36 {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 54px; }

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

  .h2-1 {
    font-size: 50px;
    line-height: 60px; }
    .h2-1 .sub {
      font-size: 18px;
      line-height: 26px;
      bottom: 0; }

  .h-18 {
    font-size: 15px; }

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

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

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

  .h-36 {
    font-size: 26px;
    line-height: 36px; } }
/* button */
.button {
  position: relative; }

.button a {
  display: inline-flex;
  min-width: 265px;
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 0 25px 95px;
  position: relative;
  z-index: 1; }

.button a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  transition: all 0.3s;
  color: #5A3E3F;
  background-color: #fff;
  border: 2px solid #DCDCDC;
  box-sizing: border-box; }

.button a i:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../img/common/icon-arrow-right.svg") no-repeat 0px center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s; }

.button a i:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../img/common/icon-arrow-right.svg") no-repeat 30px center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s; }

.button a svg {
  transform: rotate(-90deg);
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transition: 0.3s linear;
  pointer-events: none;
  fill: transparent;
  stroke: #FFB357;
  stroke-width: 2;
  stroke-dasharray: 0 360;
  z-index: 9; }

.button a:hover {
  opacity: 1;
  padding-left: 100px;
  color: #FFB357; }

.button a:hover i:before {
  background-position: -30px center; }

.button a:hover i:after {
  background-position: 0px center; }

.button a:hover svg {
  border-color: #008459;
  stroke-dasharray: 360 360; }

/* -- -- */
.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: #3D9FCA; }

.cl-green {
  color: #2E8B57; }

.cl-red {
  color: #BD3A43; }

.cl-yellow {
  color: #FFB357; }

.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-r {
  font-weight: 400; }

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

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

.fw-black {
  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: #E5EAEB; }

.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); }

/* -- --*/
.tb-style {
  position: relative; }

.tb-style dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  line-height: 24px; }

.tb-style dl dt,
.tb-style dl dd {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #fff;
  padding: 30px 20px; }

.tb-style dl:first-child dt,
.tb-style dl:first-child dd {
  padding-top: 0; }

.tb-style dl dt {
  width: 180px;
  position: relative;
  top: 1px;
  border-bottom-width: 3px; }

.tb-style dl dd {
  padding-left: 40px; }

.tb-style .dot {
  text-indent: -18px;
  padding-left: 18px; }
.tb-style .num {
  text-indent: -18px;
  padding-left: 18px; }
.tb-style .p + .p {
  padding-top: 30px; }

@media screen and (max-width: 767px) {
  .tb-style dl dt,
  .tb-style dl dd {
    padding: 20px 0; }
  .tb-style dl dt {
    width: 80px; }
  .tb-style dl dd {
    padding-left: 10px; }

  .tb-style .dot {
    text-indent: -15px;
    padding-left: 15px; }
  .tb-style .num {
    text-indent: -15px;
    padding-left: 15px; }
  .tb-style .p + .p {
    padding-top: 20px; } }
/* -- --*/
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }

.cursor {
  width: 8px;
  height: 8px;
  background-color: #55adb6;
  z-index: 1001;
  mix-blend-mode: multiply; }

@media (max-width: 767px) {
  .cursor {
    display: none; } }
.follower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #e4d35f;
  z-index: 1000;
  -webkit-transition: -webkit-transform ease .4s;
  transition: -webkit-transform ease .4s;
  -o-transition: transform ease .4s;
  transition: transform ease .4s;
  transition: transform ease .4s, -webkit-transform ease .4s;
  text-align: center;
  mix-blend-mode: multiply; }

.follower.is-active {
  -webkit-transform: scale(2.2);
  -ms-transform: scale(2.2);
  transform: scale(2.2); }

@media (max-width: 767px) {
  .follower {
    display: none; } }
/* -- -- */
.swiper-fade .swiper-slide {
  opacity: 0; }

.swiper-fade .swiper-slide-active {
  opacity: 1; }

.swiper-controls {
  display: flex;
  align-items: center;
  gap: 20px; }

.swiper-button-next,
.swiper-button-prev {
  width: 7px;
  height: 14px;
  position: static;
  margin: 0;
  color: #002B3D; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px; }

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #53B075;
  opacity: 1; }

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
  position: static;
  margin: 0;
  padding-right: 10px; }

.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 30px;
  margin: 0; }

.swiper-pagination .swiper-pagination-bullet-active {
  color: #53B075; }

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

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

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

/*=============================================
 * wpcf7
 *=============================================*/
.wpcf7 {
  position: relative; }

.wpcf7 .select {
  position: relative; }

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

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

.wpcf7 .select .wpcf7-form-control-wrap::after {
  content: '';
  width: 15px;
  height: 8px;
  background: url("../img/common/icon-angle-down.png") no-repeat center top/cover;
  position: absolute;
  top: 19px;
  right: 20px; }

.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 #ccc;
  border-radius: 4px;
  line-height: 30px;
  padding: 7px 50px 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 #ccc;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 7px 20px;
  line-height: 30px; }

.wpcf7 textarea {
  height: 240px;
  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 22px right 15px;
  background-size: 18px auto;
  position: absolute;
  top: 0;
  left: 0; }

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

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

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

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

.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 24px; }

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

.wpcf7-checkbox input {
  display: none; }

.wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-grid;
  grid-template-columns: 16px 1fr;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer; }

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after {
  content: '';
  grid-area: 1/1;
  margin: auto; }

.wpcf7-checkbox .wpcf7-list-item-label:before {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 2px;
  box-sizing: border-box; }

.wpcf7-checkbox .wpcf7-list-item-label:after {
  width: 16px;
  height: 16px;
  background: url("../img/common/icon-checked.png") no-repeat center top/cover;
  display: none; }

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

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  line-height: 28px; }

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

.wpcf7-radio input {
  display: none; }

.wpcf7-radio .wpcf7-list-item-label {
  display: inline-grid;
  grid-template-columns: 28px 1fr;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer; }

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

.wpcf7-radio .wpcf7-list-item-label:before {
  width: 28px;
  height: 28px;
  background-color: #fff; }

.wpcf7-radio .wpcf7-list-item-label:after {
  width: 16px;
  height: 16px;
  background-color: #020C45;
  display: none; }

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

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 22px;
  color: #E50012; }

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

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