@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.line-btn {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.line-btn span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 13px 47px 10px 0px;
  height: 39px;
  -webkit-transition: padding 1s cubic-bezier(0.55, 0.085, 0, 0.99), height 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: padding 1s cubic-bezier(0.55, 0.085, 0, 0.99), height 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.line-btn span:hover:before {
  -webkit-animation: hover-anime01 1.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: hover-anime01 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.line-btn span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.line-btn span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.line-btn span:hover:after {
  -webkit-animation: hover-anime02 1.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: hover-anime02 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.line-btn:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 15px;
  background: url("../img/common/right-arrow-o.png") 0 0 no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 16px;
}

.line-btn:hover:after {
  -webkit-animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

@-webkit-keyframes hover-anime01 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes hover-anime01 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes hover-anime02 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes hover-anime02 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.index__hero__arrow {
  background-image: url("../img/common/right-arrow-b2.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 28px 15px;
  display: block;
  height: 6px;
  width: 100px;
  z-index: 2;
}

.arrow-link:hover .index__hero__arrow {
  -webkit-animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

@-webkit-keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
.line-btn.contact {
  color: #FFF;
  position: relative;
  font-size: 22px;
}
.line-btn.contact span {
  padding-left: 37px;
  padding-right: 60px;
  height: 49px;
}

.line-btn.contact:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -21px;
  width: 31px;
  height: 31px;
  display: block;
  background: url("../img/common/mail-f.png") 0 0 no-repeat;
  background-size: cover;
}

.line-btn.contact:after {
  content: "";
  position: absolute;
  width: 43px;
  height: 23px;
  background: url("../img/common/right-arrow-o.png") 0 0 no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 21px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .mod-btn {
    border: 2px solid #DF1707;
    background: #DF1707;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 0 auto;
  }
  .mod-btn a {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    color: #FFF;
  }
  .mod-btn:hover {
    background: #FFF;
    border: 2px solid #DF1707;
  }
  .mod-btn:hover a {
    color: #DF1707;
  }
}
.wrapper {
  background: url("../img/contact/bg-pc.jpg") 0 133px no-repeat;
  background-size: cover;
  margin-bottom: 250px;
}

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

.left-colmn {
  width: 42%;
  margin-right: 6.2%;
  padding-top: 200px;
  font-size: 16px;
  line-height: 2em;
}
.left-colmn > span {
  padding-top: 15px;
  display: block;
  font-size: 14px;
}
.left-colmn > span span {
  color: #FF0000;
}

.right-colmn {
  width: 51.8%;
  margin-top: 89px;
  background: #FFF;
  padding: 80px 90px;
  margin-bottom: -100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right-colmn .hissu {
  color: #FF0000;
  padding-left: 6px;
}
.right-colmn ul li {
  margin-bottom: 40px;
}
.right-colmn ul li dl dt {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}




input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/*追加スタイル*/
/*
form {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
}
*/
input,
button,
select,
textarea {
  font-size: 0.8em;
}

input[type=text], input[type=email], textarea {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}

input[type=text], input[type=email] {
  padding: 13px;
}

input[type=text], input[type=email] {
  width: 100%;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
  background: #FDFBF8;
  border: 1px solid #DF1707;
}

.radio label {
  position: relative;
  padding-left: 1.25em;
  margin-right: 1em;
}

.radio label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  border-radius: 50%;
  background: #eee;
}

input[type=radio] {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 5px;
}

.radio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #F5A518;
  border-radius: 50%;
}

select {
  width: 100%;
  padding: 16px;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
}

.select {
  position: relative;
}

.select:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 19px;
  top: 13px;
  background: url("../img/common/bottom-arrow-g.png") 0 0 no-repeat;
  background-size: contain;
}

textarea {
  margin: 10px 0 0;
  padding: 5px;
  width: 100%;
  height: 133px;
}

.button {
  text-align: center;
  position: relative;
}

.button input {
  background: #171717;
  width: 100%;
  padding: 25px 30px;
  color: #fff;
  border: none;
  text-align: left;
  border-radius: 0px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}

/*
.button input:hover {
  opacity: 0.7;
  cursor: pointer;
}*/
.button:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 28px;
  height: 15px;
  right: 32px;
  top: 27px;
  background: url("../img/common/right-arrow-o.png") 0 0 no-repeat;
  background-size: contain;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
  padding: 20px;
  color: #ff0000;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
  color: #ff0000;
}


/* チェックが入った入力のラベル */
input:checked + label {
  color: red;
}

input[type="radio"]{
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
/* チェックが入ったラジオボタン */
input[type="radio"]:checked {
    accent-color: red;
}

/* チェックが入ったチェックボックス */
input[type="checkbox"]:checked {
  box-shadow: 0 0 0 3px hotpink;
}

/* 選択されたオプション */
option:checked {
 accent-color: red;
  color: red;
}

.wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0em;
}

.wpcf7-form li .small{
  display: block;
  padding-top: 5px;
  font-size: 11px;
}

.upload{
  margin-top: 10px;
}


/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .wrapper {
    background: url("../img/contact/bg-sp.jpg") 0 92px no-repeat;
    background-size: cover;
    margin-bottom: 150px;
    padding-bottom: 100px;
  }
  .wrapper .inner-s {
    width: 92%;
  }
  .content-wrap {
    display: block;
  }
  .left-colmn {
    width: 100%;
    margin-right: 0%;
    padding-top: 80px;
    font-size: 16px;
    line-height: 2em;
  }
  .left-colmn > span {
    padding-top: 15px;
    display: block;
    font-size: 14px;
  }
  .left-colmn > span span {
    color: #FF0000;
  }
  .left-colmn br {
    display: none;
  }
  .right-colmn {
    width: 100%;
    margin-top: 75px;
    background: #FFF;
    padding: 50px 30px 0px 30px;
    margin-bottom: -130px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .right-colmn .hissu {
    color: #FF0000;
    padding-left: 6px;
  }
  .right-colmn ul li {
    margin-bottom: 40px;
  }
  .right-colmn ul li dl dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .wpcf7-radio{
    font-size: 13px;
  }
}
.wpcf7-not-valid-tip {
  padding-top: 10px;
}

@media only screen and (min-width: 1920px) {
  .wrapper > .inner-s {
    width: 1766px !important;
  }
}