<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*=================================
  reset css
=================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

body {
  line-height: 1.75;
  font-family: Yu Gothic,YuGothic,-apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ヒラギノ丸ゴ Pro,Hiragino Maru Gothic Pro,ＭＳ Ｐゴシック,Lucida Grande,Lucida Sans Unicode,Arial,Verdana,sans-serif;
  word-break: break-all;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="text"], input[type="tel"], input[type="mail"], input[type="submit"], input[type="age"], input[type="station"], textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

.slick-slide:focus {
  outline: none;
}

/*=================================
  definition
=================================*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

header .wrap {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

header .wrap .logo {
  width: 150px;
}

@media screen and (max-width: 768px) {
  header .wrap .logo {
    width: 100px;
  }
}

header .wrap .logo a {
  display: block;
}

header .wrap .logo img {
  width: 100%;
}

header .wrap .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b7272d;
}

@media screen and (max-width: 768px) {
  header .wrap .right {
    display: none;
  }
}

header .wrap .right .text {
  line-height: 1.2rem;
  font-size: .9rem;
}

header .wrap .right .ico {
  width: 60px;
  margin: 0 10px;
}

header .wrap .right .ico img {
  width: 100%;
}

header .wrap .right .tel a {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: bold;
  color: #b7272d;
}

header .wrap .right .tel span {
  display: block;
  font-size: .8rem;
  line-height: 1rem;
  letter-spacing: 1px;
}

header .wrap .spRight {
  width: 150px;
}

@media screen and (min-width: 769px) {
  header .wrap .spRight {
    display: none;
  }
}

header .wrap .spRight a {
  display: block;
}

header .wrap .spRight img {
  width: 100%;
}

.imgMain {
  width: 100%;
  height: 550px;
  background: url("/recruit_page/common/images/bg_main.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .imgMain {
    height: 520px;
  }
}

.imgMain .wrap {
  width: 90%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .imgMain .wrap {
    width: 100%;
  }
}

.imgMain h1 {
  width: 500px;
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .imgMain h1 {
    width: 90%;
    max-width: 320px;
    top: 60px;
    right: 0;
    margin: auto;
  }
}

.imgMain h1 img {
  width: 100%;
}

.imgMain .img {
  width: 750px;
  position: absolute;
  right: -180px;
  top: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .imgMain .img {
    width: 100%;
    right: 0;
    top: 220px;
  }
}

.imgMain .img img {
  width: 100%;
}

.ouboLink {
  background: #eaeaea;
  padding: 20px 0;
}

.ouboLink p {
  max-width: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .ouboLink p {
    width: 90%;
  }
}

.ouboLink p a {
  color: #ffffff;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #009fe8), to(#0072c6));
  background: -webkit-linear-gradient(left, #009fe8 0, #0072c6);
  background: -o-linear-gradient(left, #009fe8 0, #0072c6);
  background: linear-gradient(90deg, #009fe8 0, #0072c6);
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .ouboLink p a {
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding: 16px 40px;
  }
}

.ouboLink p a span {
  width: 30px;
  height: 30px;
  background: #ffffff;
  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;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
}

.ouboLink p a span img {
  width: 50%;
}

.cont01 {
  padding: 120px 0 80px 0;
  background: url("/common/images/bg_cont01.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .cont01 {
    padding: 70px 0 70px 0;
  }
}

.cont01 .wrap {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.cont01 .wrap h2 {
  color: #b7272d;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .cont01 .wrap h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}

.cont01 .wrap h2::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 162px;
  background: url("/common/images/bg_tit.png") center center no-repeat;
  background-size: cover;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .cont01 .wrap h2::before {
    width: 100px;
    height: 108px;
    top: -30px;
  }
}

@media screen and (min-width: 769px) {
  .cont01 .wrap h2 br {
    display: none;
  }
}

.cont01 .wrap .text {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cont01 .wrap .text {
    font-size: .8rem;
  }
}

.cont01 .wrap .img {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}

.cont01 .wrap .img img {
  width: 100%;
}

.cont01 .wrap ul {
  border: 2px solid #b7272d;
  padding: 20px;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .cont01 .wrap ul {
    margin: 40px auto 0;
  }
}

.cont01 .wrap ul li {
  font-size: .9rem;
}

@media screen and (max-width: 768px) {
  .cont01 .wrap ul li {
    font-size: .8rem;
  }
}

.cont01 .wrap ul li span {
  color: #b7272d;
  padding-right: 5px;
}

.cont02 {
  padding: 120px 0 240px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .cont02 {
    padding: 70px 0 70px 0;
  }
}

.cont02 span.bg {
  position: absolute;
  width: 130px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .cont02 span.bg {
    display: none;
  }
}

.cont02 span.bg img {
  width: 100%;
}

.cont02 span.bg01 {
  right: 20px;
  top: 300px;
  -webkit-transform: rotate(95deg);
      -ms-transform: rotate(95deg);
          transform: rotate(95deg);
}

.cont02 span.bg02 {
  left: 20px;
  top: 600px;
  -webkit-transform: rotate(185deg);
      -ms-transform: rotate(185deg);
          transform: rotate(185deg);
}

.cont02 span.bg03 {
  right: 0;
  bottom: 200px;
  -webkit-transform: rotate(365deg);
      -ms-transform: rotate(365deg);
          transform: rotate(365deg);
}

.cont02 span.bg04 {
  left: 30%;
  bottom: 80px;
  -webkit-transform: rotate(285deg);
      -ms-transform: rotate(285deg);
          transform: rotate(285deg);
}

.cont02 .wrap {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.cont02 .wrap h2 {
  color: #b7272d;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .cont02 .wrap h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}

.cont02 .wrap h2::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 162px;
  background: url("/common/images/bg_tit.png") center center no-repeat;
  background-size: cover;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .cont02 .wrap h2::before {
    width: 100px;
    height: 108px;
    top: -30px;
  }
}

.cont02 .wrap .img {
  width: 100%;
  padding-top: 30px;
  z-index: 0;
  position: relative;
}

.cont02 .wrap .img img {
  width: 100%;
}

.cont02 .wrap .operation {
  border-bottom: 1px solid #b7272d;
  margin-top: -80px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cont02 .wrap .operation {
    margin-top: 0;
  }
}

.cont02 .wrap .operation h3 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  color: #b7272d;
  border-top: 1px solid #b7272d;
  border-bottom: 1px solid #b7272d;
  padding: 15px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cont02 .wrap .operation h3 {
    font-size: 1rem;
  }
}

.cont02 .wrap .operation .innerText {
  padding: 30px 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2.5rem;
}

@media screen and (max-width: 768px) {
  .cont02 .wrap .operation .innerText {
    padding: 20px 5%;
    line-height: 1.2rem;
    font-size: .8rem;
  }
}

.cont02 .wrap h4 {
  color: #b7272d;
  text-align: center;
  margin: 30px 0;
  font-weight: bold;
}

.cont02 .wrap .message {
  line-height: 2.5rem;
}

@media screen and (max-width: 768px) {
  .cont02 .wrap .message {
    line-height: 1.2rem;
    font-size: .8rem;
  }
}

.imgArea {
  width: 100%;
  background: url("/common/images/bg_img.jpg") no-repeat center top/100% auto;
  background-size: cover;
  overflow: hidden;
}

.imgArea p {
  width: 100%;
  margin: 70px 0;
}

@media screen and (max-width: 768px) {
  .imgArea p {
    margin: 40px 0;
  }
}

.imgArea p img {
  width: 110%;
  margin-left: -5%;
}

@media screen and (max-width: 768px) {
  .imgArea p img {
    width: 200%;
    margin-left: -50%;
  }
}

.cont03 {
  padding: 120px 0 120px 0;
}

@media screen and (max-width: 768px) {
  .cont03 {
    padding: 70px 0 70px 0;
  }
}

.cont03 .wrap {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.cont03 .wrap h2 {
  color: #b7272d;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 80px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .cont03 .wrap h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}

.cont03 .wrap h2::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 162px;
  background: url("/common/images/bg_tit.png") center center no-repeat;
  background-size: cover;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .cont03 .wrap h2::before {
    width: 100px;
    height: 108px;
    top: -30px;
  }
}

@media screen and (max-width: 768px) {
  .cont03 .wrap h2 {
    margin-bottom: 70px;
  }
}

.cont03 .wrap .table {
  width: 100%;
  border-top: 2px solid #b7272d;
  border-bottom: 2px solid #b7272d;
}

.cont03 .wrap .table .tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c2c2c2;
}

@media screen and (max-width: 768px) {
  .cont03 .wrap .table .tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}

.cont03 .wrap .table .tr:last-child {
  border-bottom: none;
}

.cont03 .wrap .table .tr p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 20px;
}

.cont03 .wrap .table .tr p:first-child {
  background: #eaeaea;
  width: 25%;
  color: #b7272d;
}

@media screen and (max-width: 768px) {
  .cont03 .wrap .table .tr p:first-child {
    width: 100%;
    padding: 10px 15px;
    font-weight: bold;
    font-size: .9rem;
  }
}

.cont03 .wrap .table .tr p:last-child {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .cont03 .wrap .table .tr p:last-child {
    width: 100%;
    line-height: 1.2rem;
    font-size: .8rem;
    padding: 15px 0 30px;
  }
}

#form {
  background-color: #bf272d;
  position: relative;
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  #form {
    padding: 70px 0;
  }
}

#form::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("/common/images/bg_form.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: 0;
}

#form .wrap {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#form .wrap h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #form .wrap h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    letter-spacing: 0;
  }
}

#form .wrap .text {
  color: #ffffff;
  text-align: center;
  margin: 30px auto 80px;
}

@media screen and (max-width: 768px) {
  #form .wrap .text {
    line-height: 1.2rem;
    font-size: .8rem;
    margin: 30px auto 40px;
  }
}

#form .wrap form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#form .wrap form div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #form .wrap form div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

#form .wrap form input, #form .wrap form textarea {
  background: #ffffff;
  width: 80%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #form .wrap form input, #form .wrap form textarea {
    width: 100%;
  }
}

#form .wrap form textarea {
  min-height: 100px;
}

#form .wrap form .textarea-large {
  min-height: 200px;
}

#form .wrap form label {
  color: #ffffff;
  width: 20%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #form .wrap form label {
    width: 100%;
    font-size: .9rem;
  }
}

#form .wrap form label span {
  color: #ffeb3f;
}

#form .wrap .caution {
  color: #ffffff;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #form .wrap .caution {
    line-height: 1.2rem;
    font-size: .8rem;
    margin-bottom: 30px;
  }
}

#form .wrap .caution span {
  color: #ffeb3f;
}

#form .submitButton {
  max-width: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #form .submitButton {
    width: 100%;
  }
}

#form .submitButton button {
  color: #ffffff;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #009fe8), to(#0072c6));
  background: -webkit-linear-gradient(left, #009fe8 0, #0072c6);
  background: -o-linear-gradient(left, #009fe8 0, #0072c6);
  background: linear-gradient(90deg, #009fe8 0, #0072c6);
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #form .submitButton button {
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding: 16px 40px;
  }
}

#form .submitButton span {
  width: 30px;
  height: 30px;
  background: #ffffff;
  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;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
}

#form .submitButton span img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 50%;
}

.copy {
  padding: 10px 0;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copy {
    font-size: .8rem;
    line-height: 1.1rem;
  }
}

.mainImg {
  width: 100%;
}

.mainImg img {
  width: 100%;
}

#formConfilm {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #formConfilm {
    padding: 40px 0 70px;
  }
}

#formConfilm .wrap {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

#formConfilm .wrap h2 {
  color: #b7272d;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #formConfilm .wrap h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}

#formConfilm .wrap form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#formConfilm .wrap form div {
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #formConfilm .wrap form div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#formConfilm .wrap form div label {
  background: #e8e8e8;
  width: 25%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #formConfilm .wrap form div label {
    width: 100%;
    padding: 10px 15px;
  }
}

#formConfilm .wrap form div p {
  width: 75%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #formConfilm .wrap form div p {
    width: 100%;
    line-height: 1.2rem;
    font-size: .8rem;
    padding: 10px 15px 20px;
  }
}

#formConfilm .wrap form .fst {
  border-top: 1px solid #b7272d;
}

#formConfilm .wrap form .last {
  border-bottom: 1px solid #b7272d !important;
}

#formConfilm .wrap form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  margin: 80px auto 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #formConfilm .wrap form ul {
    width: 100%;
    margin: 40px auto 0;
  }
}

#formConfilm .wrap form ul li:last-child button {
  color: #ffffff;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #009fe8), to(#0072c6));
  background: -webkit-linear-gradient(left, #009fe8 0, #0072c6);
  background: -o-linear-gradient(left, #009fe8 0, #0072c6);
  background: linear-gradient(90deg, #009fe8 0, #0072c6);
  padding: 15px 70px 15px 40px;
  border-radius: 50px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #formConfilm .wrap form ul li:last-child button {
    font-size: .8rem;
    line-height: 1.1rem;
    padding: 16px 50px 16px 20px;
  }
}

@media screen and (max-width: 320px) {
  #formConfilm .wrap form ul li:last-child button {
    padding: 16px 45px 16px 10px;
  }
}

#formConfilm .wrap form ul li:last-child button span {
  width: 30px;
  height: 30px;
  background: #ffffff;
  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;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
}

#formConfilm .wrap form ul li:last-child button span img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 50%;
}

#formConfilm .wrap form ul li:first-child a {
  color: #ffffff;
  font-weight: 600;
  background: #4d4d4d;
  padding: 15px 50px 15px 80px;
  border-radius: 50px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #formConfilm .wrap form ul li:first-child a {
    font-size: .8rem;
    line-height: 1.1rem;
    padding: 16px 20px 16px 50px;
  }
}

@media screen and (max-width: 320px) {
  #formConfilm .wrap form ul li:first-child a {
    padding: 16px 10px 16px 45px;
  }
}

#formConfilm .wrap form ul li:first-child a span {
  width: 30px;
  height: 30px;
  background: #ffffff;
  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;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
}

#formConfilm .wrap form ul li:first-child a span img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 50%;
}

#formConfilm .text {
  text-align: center;
  padding: 50px 0 120px;
}

@media screen and (max-width: 768px) {
  #formConfilm .text {
    text-align: left;
    padding: 0 0 60px;
    font-size: .9rem;
  }
}

#formConfilm .text span {
  font-weight: bold;
  color: #b7272d;
}

#formConfilm .telArea {
  color: #b7272d;
  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;
}

@media screen and (max-width: 768px) {
  #formConfilm .telArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#formConfilm .telArea p:first-child {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #b7272d;
  padding: 5px 10px;
  font-size: .7rem;
  line-height: 1rem;
  margin-right: 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #formConfilm .telArea p:first-child {
    margin: 0 auto 20px;
  }
}

#formConfilm .telArea p:last-child {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
}

#formConfilm .telArea p:last-child span {
  font-size: 2rem;
  line-height: 2rem;
}

.ff {
  color: #fff;
  margin: auto;
  text-align: center;
  font-size: 13px;
  margin: 20px 0 -50px 0;
}
.ff a {
  color:#fff;
}</pre></body></html>