@charset "UTF-8";

/*============================================================
    reset
=============================================================*/
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: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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 {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Noto Sans";
  -webkit-text-size-adjust: 100%;
  max-height: 100%;
}

/*============================================================
    共通CSS
=============================================================*/
.pc {
  display: none;
}

.pcIn {
  display: none;
}

.sp {
  display: block;
}

.spIn {
  display: inline;
}

.wrapper {
  padding: 0 30px;
  margin: 0 auto;
  margin-top: 30px;
  color: #404040;
}

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


/*============================================================
    header
=============================================================*/
.header-wrapper {
  background: #ececec;
}

.header .flex-conteiner {
  display: block;
}

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

.no-bg {
  background: #fff;
}

@charset "UTF-8";

/*============================================================
    reset
=============================================================*/
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: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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 {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Noto Sans";
  -webkit-text-size-adjust: 100%;
  max-height: 100%;
}

/*============================================================
    共通CSS
=============================================================*/
.pc {
  display: block;
}

.pcIn {
  display: inline;
}

.sp {
  display: none;
}

.spIn {
  display: none;
}

.body {
  min-width: 1280px;
}

.wrapper {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 30px;
  color: #404040;
}

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

/* 
.title {
  font-family: "YuGothic";
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
}

.border {
  margin: 0 auto;
  margin-top: 10px;
  height: 3px;
  width: 38px;
  background: #DA7961;
}

.description {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 42px;
} */

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*============================================================
    header
=============================================================*/
.header {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}

@media screen and (min-width: 1000px) {
  .header {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto 30px;
    padding-top: 30px;
  }
}

.header-wrap {
  background: #ececec;
  /*background: -webkit-gradient(linear, left top, right top, from(#E47B61), to(#DE3D3D));
  background: linear-gradient(to right, #E47B61, #DE3D3D);*/
}


.header-logo img {
  width: 400px;

  @media screen and (max-width: 1000px) {
    width: 100%;
  }
}

.header-btn {
  margin: auto 0;
  margin-left: auto;
}

.header a {
  text-decoration: none;
}

.shadow {
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

.header-download {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#DA7961), to(#DA6161));
  background: linear-gradient(to right, #DA7961, #DA6161);
  padding: 16px 48px;
  border-radius: 3px;
  font-weight: 700;
}

.header-application {
  color: #DA7A61;
  border: 1px solid #DA7A61;
  padding: 16px 48px;
  margin-left: 24px;
  border-radius: 3px;
  font-weight: 700;
  background-color: #fff;
}


/*============================================================
    other
=============================================================*/
.other {
  width: 100%;
  height: 1000px;
  position: relative;
  background-size: 300px;
  background-position: left bottom;
}

.other-back {
  width: 100%;
  height: 100%;
}

.formrun-embed iframe {
  display: block;
  width: 100%;
  border: 0;
}

@media screen and (min-width: 1000px) {
  .other .formrun-embed {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}