@charset "UTF-8";
/* ================== お問い合わせフォーム ================= */

:root{
  --p-black:#0f232d;
  --bg-gray:#f5f5f5;
  --pch:#999999;
  --yl:#f8e16c;
  --hissu-txt:#05a2a8;
}

body{
  color: var(--p-black);
}

.inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
  /* @media screen and (max-width: 834px) {
    #cm-mv .inner {
      width: 100%;
      padding: 0 5%;
    }
  } */

  .c-ttl04 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.07em;
  }
  @media screen and (max-width: 1200px) {
    .c-ttl04 {
      font-size: 21px;
      font-size: 2.1rem;
    }
  }
  @media screen and (max-width: 834px) {
    .c-ttl04 {
      font-size: 18px;
      font-size: 1.8rem;
    }
  }

  .c-al__c {
    text-align: center !important;
  }
  @media screen and (min-width: 835px) {
    .c-al__c--pc {
      text-align: center !important;
    }
  }

  @media screen and (max-width: 834px) {
    .pc {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 835px) {
    .sp {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 640px) {
    .pc-sm {
      display: none;
    }
  }
  
  @media screen and (min-width: 641px) {
    .sp-sm {
      display: none;
    }
  }
  
  @media screen and (max-width: 990px) {
    .pc-lg {
      display: none;
    }
  }
  
  @media screen and (min-width: 991px) {
    .sp-lg {
      display: none;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .pc-xl {
      display: none;
    }
  }
  
  @media screen and (min-width: 1201px) {
    .sp-xl {
      display: none;
    }
  }

  .c-txt02 {
    font-size: 16px;
    font-size: 1.2rem;
    line-height: 1.875;
  }
  @media screen and (max-width: 834px) {
    .c-txt02 {
      font-size: 1rem;
    }
  }
  @media screen and (max-width: 374px) {
    .c-txt02 {
      font-size: 12px;
      font-size: 1.2rem;
    }
  }

  .c-fc__or {
    color: #e94638;
  }

  .c-fw__bd {
    font-weight: 700 !important;
  }

  .c-ft__en {
    font-family: "Oswald", sans-serif;
  }

  .c-fw__sbd {
    font-weight: 600 !important;
  }

  .c-fw__rg {
    font-weight: 400 !important;
  }

  .c-fc__bl {
    color: #141414;
  }

  .c-fc__gra {
    color: #666666;
  }

  .c-btn03 {
    /* font-family: "Shippori Mincho", serif; */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 18px;
    /* font-size: 1.8rem; */
    font-weight: 600;
    cursor: pointer;
    /* background: #e94638; */
    color: white;
    /* border: 1px solid #e94638; */
    border-radius: 5px;
    min-height: 69px;
    padding: 8px 5px 5px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  @media screen and (max-width: 834px) {
    .c-btn03 {
      font-size: 15px;
      font-size: 1.1rem;
      min-height: 56px;
    }
  }
  .c-btn03--gray {
    background: #7c7c7c;
    border-color: #7c7c7c;
  }
  .c-btn03--blue {
    background: #00317a;
    border-color: #00317a;
    font-size: 24px;
    font-size: 1.3rem;
  }
  @media screen and (max-width: 834px) {
    .c-btn03--blue {
      font-size: 20px;
      font-size: 1.2rem;
    }
  }
  .c-btn03:hover {
    opacity: 0.7;
  }

.sec-contact {
    padding: 100px 0 137px;
  }
  @media screen and (max-width: 1200px) {
    .sec-contact {
      padding: 60px 0 80px;
    }
  }
  @media screen and (max-width: 834px) {
    .sec-contact {
      padding: 40px 0 30px;
    }
  }
  
  .contact-ttl {
    font-size: 24px;
    font-size: 1.2rem;
    letter-spacing: 0;
    margin: 0 0 4px;
  }
  @media screen and (max-width: 834px) {
    .contact-ttl {
      font-size: 18px;
      font-size: 1.8rem;
    }
  }
  @media screen and (max-width: 640px) {
    .contact-ttl {
      font-size: 16px;
      font-size: 1.1rem;
    }
  }
  .contact-ttl:last-child {
    margin-bottom: 0;
  }
  .contact-note {
    margin: 0 0 39px;
  }
  @media screen and (max-width: 834px) {
    .contact-note {
      margin: 0 0 30px;
    }
  }
  .contact-step {
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .contact-step .item{
    width: 31%;
    height: 52.5px;
    background-image: url(./img/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
    padding-top: 3px;
  }
  .contact-step .item.active{
    background-image: url(./img/bg-green.png);
  }
  .contact-step .item .txt{
    font-size: 16px;
    color: #cdcdcd;
  }
  .contact-step .item.active .txt{
    color: #fff;
  }
  .contact-step .item .num{
    color: #cdcdcd;
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
  }
  .contact-step .item.active .num{
    color: #fff;
  }
  .contact-list, .contact-info {
    font-size: 14px;
    /* font-size: 1.4rem; */
    font-size: 1rem;
    line-height: 2.1428571429;
    letter-spacing: 0.1em;
  }
  .contact-item {
    margin: 0 0 25px;
  }
  @media screen and (max-width: 834px) {
    .contact-item {
      margin: 0 0 15px;
    }
  }
  .contact-item:last-child {
    margin-bottom: 0;
  }
  .contact-lbl {
    margin: 0 0 13px;
  }
  @media screen and (max-width: 834px) {
    .contact-lbl {
      margin: 0 0 5px;
    }
  }
  .contact-cnt .pure-list {
    margin: -10px 0 0 -2px;
    padding: 0 0 2px;
  }
  .contact-f {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-f .item-02 {
    width: 41.8%;
    margin-right: 2.45%;
  }
  @media screen and (max-width: 834px) {
    .contact-f .item-02 {
      width: 49%;
      margin-right: 2%;
    }
  }
  @media screen and (max-width: 374px) {
    .contact-f .item-02:last-child {
      margin-bottom: 0;
    }
  }
  .contact-f .item-02:nth-child(even) {
    margin-right: 0;
  }
  .contact-f .item-04 {
    width: 269px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  @media screen and (max-width: 1024px) {
    .contact-f .item-04 {
      width: 33.33%;
    }
  }
  @media screen and (max-width: 834px) {
    .contact-f .item-04 {
      width: 50%;
      margin-bottom: 10px;
    }
    .contact-f .item-04:first-child {
      width: 100%;
    }
  }
  @media screen and (max-width: 374px) {
    .contact-f .item-04 {
      margin: 0 0 10px;
    }
  }
  .contact-f .item-04 .form-control {
    width: 202px;
    margin: 0 20px 0 0;
  }
  @media screen and (max-width: 1024px) {
    .contact-f .item-04 .form-control {
      width: calc(100% - 35px);
      margin: 0;
    }
  }
  .contact-f .item-04 .txt {
    margin: 0 0 2px;
    color: #8c8c8c;
  }
  @media screen and (max-width: 1024px) {
    .contact-f .item-04 .txt {
      width: 35px;
      padding: 0 0 0 5px;
    }
  }
  .contact-f--02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-f--02 .txt-f {
    width: 34px;
  }
  .contact-f--02 .txt-line {
    width: 19px;
    text-align: center;
    padding: 0 0 6px;
  }
  .contact-f--02 .txt-l {
    padding: 0 0 2px 46px;
    letter-spacing: 0.125em;
  }
  @media screen and (max-width: 834px) {
    .contact-f--02 .txt-l {
      width: 100%;
      padding: 0;
    }
  }
  .contact-list {
    margin: 0 0 60px;
  }
  @media screen and (max-width: 834px) {
    .contact-list {
      margin: 0 0 40px;
    }
  }
  .contact-txt {
    letter-spacing: 0.13em;
    margin: 0 0 3px;
  }
  @media screen and (max-width: 640px) {
    .contact-txt {
      letter-spacing: 0;
    }
  }
  .contact-txt a {
    display: inline-block;
    position: relative;
    margin: 0 0 0 44px;
  }
  @media screen and (max-width: 834px) {
    .contact-txt a {
      margin: 0;
    }
  }
  .contact-txt a:before {
    position: absolute;
    content: "";
    height: 1px;
    bottom: 1px;
    left: 0;
    right: 0;
    background: #141414;
  }
  .contact-txt a img {
    margin: 0 4px 0 2px;
    position: relative;
    top: -2px;
  }
  .contact-privacy {
    margin: 0 0 40px;
  }
  @media screen and (max-width: 834px) {
    .contact-privacy {
      margin: 0 0 15px;
    }
  }
  .contact-privacy .pure-input span {
    padding-left: 30px;
    letter-spacing: 0.115em;
    margin-top: 25px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: bold;
  }
  @media screen and (max-width: 640px) {
    .contact-privacy .pure-input span {
      padding-left: 2.3em;
      letter-spacing: 0.05em;
    }
  }
  .contact-privacy .pure-input span:before {
    left: 0px;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    margin-right: 10px;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .contact-privacy .pure-input span:before {
      margin-top: -4px;
    }
  }
  @media screen and (max-width: 640px) {
    .contact-privacy .pure-input span:before {
      left: 0;
    }
  }
  .contact-privacy .pure-input span:after {
    left: 5px !important;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .contact-privacy .pure-input span:after {
      margin-top: -1px !important;
      left: 46px !important;
    }
  }
  /* .contact-btn > * {
    width: 46.4%;
    max-width: 300px;
    margin: 0 1.8%;
  } */
  @media screen and (max-width: 640px) {
    .contact-btn > * {
      width: 100%;
      margin-bottom: 10px;
    }
    .contact-btn > *:last-child {
      margin-bottom: 0;
    }
  }
  .contact-info {
    max-width: 1198px;
    margin: 0 auto 100px;
    /* border: 1px solid #b4b4b4; */
  }
  @media screen and (max-width: 1200px) {
    .contact-info {
      margin: 0 auto 100px;
    }
  }
  @media screen and (max-width: 834px) {
    .contact-info {
      margin: 0 auto 50px;
    }
  }
  .contact-info dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    color: var(--p-black);
  }
  .contact-info dl:last-child {
    border-bottom: none;
  }
  .contact-info dl dt {
    width: 32.35%;
    /* border-right: 1px solid #b4b4b4; */
    padding: 20px 17px 19px 37px;
    background: #f9f9f9;
    font-weight: bold;
  }
  @media screen and (max-width: 834px) {
    /* .contact-info dl dt {
      width: 100%;
      padding: 10px;
      border-right:none;
    } */
    .contact-info dl dt {
      width: 100%;
      padding: 10px;
      border-right: none;
  }
  }
  .contact-info dl dd {
    width: 67.65%;
    word-wrap: break-word;
    padding: 20px 30px 19px 58px;
  }
  @media screen and (max-width: 834px) {
    /* .contact-info dl dd {
      width: 100%;
      padding: 10px;
    } */
    .contact-info dl dd {
      width: 100%;
      padding: 10px;
      border-bottom: none;
  }
  .contact-info dl {
    font-size: 15px;
  }
  }
  .contact-txt02 {
    margin: 0 0 104px;
  }
  @media screen and (max-width: 834px) {
    .contact-txt02 {
      margin: 0 0 50px;
    }
  }
  
  .msg-error {
    color: red;
    display: block;
  }

  .form-control {
    display: block;
    width: 100%;
    background: white;
    border: none;
    font-weight: 500;
    padding: 15px 20px;
    font-size: 16px;
    font-size: 1rem;
    outline: none;
    resize: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .form-control::-ms-expand {
    display: none;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .form-control--select {
    max-width: 363px;
    position: relative;
    padding: 0;
  }
  .form-control--select:before, .form-control--select:after {
    position: absolute;
    content: "";
  }
  .form-control--select:before {
    top: 0;
    bottom: 0;
    right: 0;
    background: #dcdcdc;
    width: 50px;
  }
  .form-control--select:after {
    border-top: 8px solid #8c8c8c;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 50%;
    right: 19px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form-control--select select {
    font-size: 1rem;
    display: block;
    position: relative;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 5px 60px 6px 9px;
    letter-spacing: 0.13em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    background: transparent;
  }
  .form-control--select select::-ms-expand {
    display: none;
  }
  .form-control--text {
    height: 182px;
  }
  .form-control.sm-03 {
    height: 51px;
    max-width: 70px;
    border-width: 1px;
  }
  .form-control.sm-04 {
    height: 51px;
    max-width: 80px;
    border-width: 1px;
  }

  .pure-list > * {
    margin: 0 0 -2px;
    list-style: none;
  }
  .pure-list > *:last-child {
    margin-bottom: 0;
  }
  .pure-input input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .pure-input input[type=checkbox] + span:after {
    background-color: transparent;
    top: 50%;
    left: 5px;
    width: 10px;
    height: 5px;
    margin-top: -6px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0 0 2px 2px;
    -o-border-image: none;
       border-image: none;
    -webkit-transform: rotate(-45deg) scale(0);
        -ms-transform: rotate(-45deg) scale(0);
            transform: rotate(-45deg) scale(0);
  }
  .pure-input input[type=checkbox]:checked + span:after {
    content: "";
    -webkit-transform: rotate(-45deg) scale(1);
        -ms-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  }
  .pure-input input[type=checkbox]:checked + span:before {
    -webkit-animation: borderscale 200ms ease-in;
            animation: borderscale 200ms ease-in;
    background: #8c8c8c;
  }
  .pure-input input[type=radio] + span:after, .pure-input input[type=radio] + span:before {
    border-radius: 50%;
  }
  .pure-input input[type=radio]:checked + span:before {
    -webkit-animation: borderscale 300ms ease-in;
            animation: borderscale 300ms ease-in;
    background-color: white;
  }
  .pure-input input[type=radio]:checked + span:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .pure-input span {
    position: relative;
    padding: 2px 5px 2px 2.3em;
    letter-spacing: 0.13em;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .pure-input span:before {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    content: "";
    color: #4F8196;
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 19px;
    margin-top: -9px;
    border: 1px solid #8c8c8c;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pure-input span:after {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    content: "";
    background-color: #8c8c8c;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 13px;
    height: 13px;
    margin-top: -5px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  }

  .page__mv{
    width: 100%;
    height: 440px;
    background-image: url(./img/mv-bg.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    padding-top: 50px;
  }
  .page__title{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .page__title .en{
    font-size: 120px;
    font-family: 'Crimson Text', serif;
    color: #f4f4f4;
    display: block;
    line-height: 0.9;
  }
  .page__title .ja{
    font-size: 24px;
    font-family: 'Zen Old Mincho', serif;
    color: #ffffff;
  }  
  @media screen and (min-width: 835px) {
    a[href^=tel] {
      pointer-events: none;
    }
  }
  @media screen and (min-width: 835px) and (-ms-high-contrast: none), screen and (min-width: 835px) and (-ms-high-contrast: active) {
    a[href^=tel] {
      display: inline-block;
    }
  }
  
/* 20230104__add */
.contact__en-title{
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  width: fit-content;
  padding: 30px 100px;
  border-bottom: 1px solid #e4dcd7;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  line-height: 1;
  white-space: nowrap;
}

.contact__en-title::after {
  width: 80px;
  height: 1px;
  background-color: #321809;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,100%);
  display: block;
  content: "";
  position: absolute;
}
.align-center_sp-left{
  text-align: center;
}
@media screen and (max-width: 834px) {
  .align-center_sp-left{
    text-align: left;
  }
}
.contact__main-txt-bl p{
  text-align: center;
  color: var(--p-black);
  margin-bottom: 70px;
  font-weight: 500;
  font-size: 16px;
}
.hissu-main-txt{
  text-align: center;
  padding: 60px 0;
  font-size: 14px;
}
.hissu {
  background-color: var(--yl);
  padding: 2px 17px 0;
  border-radius: 50px;
  font-size: 13px;
  color: var(--hissu-txt);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.contact-list.inner,
.privacy__bl.inner{
  width: 820px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.contact-info.inner{
  width: 1100px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #eeeeee;
}
.contact-item{
  display: flex;
}

.contact-lbl{
  width: 270px;
  font-size: 16px;
  font-weight: bold;
  color: var(--p-black);
  display: flex;
  align-items: center;
  position: relative;
}

.contact-cnt{
  width: calc(100% - 270px);
}
.contact-cnt input[type="text"],
.contact-cnt input[type="email"],
.contact-cnt textarea{
  width: 100%;
  background-color: var(--bg-gray);
  border-radius: 5px;
}
.contact-cnt input[type="text"].zip-input{
  width: 50%;
  margin-right: 25px;
}
.contact-list, .contact-info {
  font-size: 18px;
}
.msg-error {
  font-size: 14px;
}
input::placeholder,
textarea::placeholder {
  font-size: 16px;
  color: var(--pch);
  padding-top: 3px;
  display: inline-block;
  transform: translateY(1px);
}
.contact-cnt.p1{
  display: flex;
  justify-content: space-between;
}
.box2{
  width: 48.5%;
}
.ajaxzip3 {
  color: var(--p-black);
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 43px;
  font-size: 14px;
  padding-top: 3px;
}

.contact-cnt.koumoku{
  width: 497px;
  display: flex;
  flex-wrap: wrap;
}

.contact-cnt.koumoku input[type="radio"]{
  margin-right: 7px;
}

.input-harf{
  min-width: 34%;
  display: inline-block;
}
.sonota-bl{
  display: flex;
  width: 100%;
}

.sonota-bl input[type="text"] {
  width: calc(100% - 90px);
  margin-left: 10px;
  transform: translateY(5px);
  padding: 5px 10px;
}

.privacy__main-title{
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.privacy__slide-bl{
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  height: 430px;
  overflow-y: scroll;
  padding: 50px 40px;
}

.privacy__title {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.privacy__txt{
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.privacy__middle-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.form-control {
  font-size: 16px;
}

.material-icons {
  color: #fff;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  z-index: 5;
  width: 17px;
  font-size: 17px;
}

.sp-only{
  display: none;
}

.privacy__slide-bl::-webkit-scrollbar{
  width: 20px;
}

.privacy__slide-bl::-webkit-scrollbar-track{
  background-color: transparent;
}

.privacy__slide-bl::-webkit-scrollbar-thumb{
  background-color: #eeeeee;
  border-radius: 50px;
  border: 6.5px solid transparent;
  background-clip: content-box;
}

/* 確認ページ */
.confirm-page .contact-step .item:last-of-type{
  margin-right: 0;
  margin-left: 0;
}

.confirm-page .contact-step .item:nth-child(3n+2){
  transform: translate(0,0);
}

.confirm-page .contact-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

button[name="back"] {
  background-color: transparent;
  border: none;
  background-image: url(./img/return-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 476px;
  height: 105px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  max-width: 49%;
}

.confirm-page .send-btn{
  margin-left: 0;
  margin-right: 0;
  max-width: 49%;
}

/* .confirm-page button[type="submit"]{
  width: 48.5%;
} */

button[name="back"] .material-icons {
  right: auto;
  left: 40px!important;
  transform: rotate(180deg) translateY(50%)!important;
}

/* サンクスページ */
.page-entry_form_thanks .contact-step{
  height: 46px;
}

.page-entry_form_thanks .contact-step .item.active:nth-of-type(2){
  left: 50%;
  transform: translate(-45%,-5px);
}

.page-entry_form_thanks .contact-step .item.active:last-of-type{
  right: 0;
}

.page-entry_form_thanks .contact-txt02 {
  margin: 60px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.page-entry_form_thanks .thanks-link{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  height: auto;
  background: transparent;
  font-size: 16px;
  display: block;
  color: var(--p-black);
  font-weight: bold;
  display: flex;
  align-items: center;
}

.page-entry_form_thanks .thanks-link .icon{
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.page-entry_form_thanks .thanks-link .txt{
  border-bottom: 1px solid var(--p-black);
  line-height: 1.6;
}

.send-btn {
  background-image: url(./img/send-btn.png);
  background-size: contain;
  width: 476px;
  height: 105px;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  transition-duration: 0.3s;
  border: none;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  max-width: 100%;
}

.send-btn:hover{
  opacity: 0.8;
  transition-duration: 0.3s;
}

.page-entry_form_thanks .sec-contact{
  min-height: calc(100vh - 518px);
}

@media screen and (max-width: 1200px) {
  .contact-cnt.koumoku {
    width: 450px;
    max-width: 100%;
}
.contact-list, .contact-info {
  font-size: 16px;
}
}

@media screen and (max-width: 834px) {
  .contact-item {
    display: flex;
    flex-direction: column;
  }
  .contact-list{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .contact-lbl {
    width: 100%;
    font-size: 15px;
}
.contact-cnt {
  width: 100%;
}
.privacy__slide-bl {
  padding: 25px 4px 25px 20px;
}
.privacy__title {
  font-size: 20px;
  margin-bottom: 20px;
}
.privacy__txt {
  font-size: 15px;
}
.privacy__middle-title {
  font-size: 17px;
}
.privacy__title {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.contact-list.inner,
.privacy__bl.inner,
.contact-info.inner {
  max-width: 100%;
  padding: 0;
}
.contact__en-title {
  font-size: 40px;
  padding: 30px 50px 20px;
}
.sec-contact {
  padding: 30px 20px 60px;
}
.sp-only{
  display: inline-block;
}
.input-harf {
  min-width: 150px;
}
.confirm-page .contact-btn {
  flex-direction: column-reverse;
  flex-wrap: wrap;
  width: 320px;
  max-width: 100%;
}
button[name="back"]{
  margin-top: 15px;
}
/* .page-entry_form_thanks .thanks-link{
  width: 300px;
  height: 80px;
} */
.inner {
  width: 100%;
}
.hissu {
  padding: 2px 15px 0;
  line-height: 1.8;
  font-size: 11px;
  position: relative;
  top: 0;
  transform: translateY(0);
  right: 0;
  margin-left: 10px;
}
.form-control {
  padding: 10px 15px;
}
.contact-cnt input[type="text"].zip-input {
  margin-right: 13px;
}
.contact__main-txt-bl p {
  margin-bottom: 45px;
}
.contact-step {
  margin-bottom: 40px;
}
.page__title .en {
  font-size: 70px;
  line-height: 0.6;
}
.page__title .ja {
  font-size: 17px;
}
.page__mv {
  height: 280px;
}
.confirm-page button[name="back"],
.confirm-page .send-btn {
  height: 72px;
  font-size: 17px;
  max-width: 100%;
}
.page-entry_form_thanks .sec-contact{
  min-height: calc(100vh - 355px);
}
}


@media screen and (max-width: 640px) {
.contact-step .item .en {
  /* position: relative; */
  line-height: 0.7;
}
.contact__en-title {
  font-size: 36px;
  padding: 30px 25px 20px;
}
.contact__main-txt-bl {
  padding: 0;
}
.hissu-main-txt {
  padding: 40px 0 20px;
}
/* button[type="submit"] {
  width: 300px;
  height: 80px;
} */
.send-btn {
  font-size: 17px;
}
.contact-step .item {
  padding-right: 19px;
}
.contact-step .item .num {
  font-size: 15px;
  margin-right: 12px;
}
.contact-step .item .txt {
  font-size: 14px;
}
.contact-step .item {
  width: 32%;
}
.privacy__slide-bl {
  height: 300px;
}
}

@media screen and (max-width: 500px) {
.contact__main-txt-bl p {
  text-align: left;
}
.page-entry_form_thanks .contact-txt02 {
  margin: 60px 0;
  font-size: 15px;
  text-align: left;
}
}

@media screen and (max-width: 400px) {
  .cm-page-ttl {
    bottom: 60px;
}
}

a,button { -webkit-tap-highlight-color:rgba(0, 0, 0, 0)!important; }

@media only screen and (max-width: 768px){

}
