@charset "UTF-8";
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 {
  padding: 0;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
pre, code {
  display: block;
}

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

a {
  text-decoration: none;
}

*:hover,
*:focus,
*:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* All */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/* Anchor */
a {
  text-decoration: none;
}

.linkBtn {
  color: #fff;
  background-color: #1b44f8;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 2px 10px;
  display: inline-block;
}

/* Figure */
figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
figure img,
figure amp-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Video */
.videoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

header video,
main video,
footer video {
  width: 100%;
  height: auto;
}

/* Table */
table {
  border-collapse: collapse;
}

/* Canvas */
canvas {
  vertical-align: bottom;
}

/* Source code */
pre, code {
  text-align: left;
}

code ol.linenums {
  list-style: inside;
}

code ol.linenums li {
  list-style-type: decimal-leading-zero;
}

pre {
  border-top: 2px solid #eeeeee;
  border-top-style: inset;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  border-left-style: inset;
  padding: 5px;
}

pre:not(:first-child) {
  margin-top: 30px;
}

address {
  font-style: normal;
}

@media only screen and (max-width: 1100px) {
  body {
    min-width: 320px;
  }
}
body .container {
  margin: 0 auto;
}
@media only screen and (min-width: 1100.1px) {
  body .container {
    width: 1100px;
  }
}
@media only screen and (max-width: 1100px) {
  body .container {
    width: 84%;
  }
}
@media only screen and (max-width: 1100px) {
  body .container {
    max-width: 750px;
  }
}

@font-face {
  font-family: "Koulen";
  src: url(../fonts/Koulen/Koulen-Regular.woff) format("woff");
  src: url(../fonts/Koulen/Koulen-Regular.ttf) format("ttf");
}
body, body a {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.004em;
  color: #2B2B2B;
}
@media only screen and (min-width: 1100.1px) {
  body, body a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  body, body a {
    font-size: 14px;
  }
}
body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.004em;
  color: #2B2B2B;
}
@media only screen and (min-width: 1100.1px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 14px;
  }
}

.red {
  color: #CD0000;
}

.black {
  font-weight: 900;
}

@media only screen and (min-width: 1100.1px) {
  br.sp,
img.sp,
span.sp {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  br.pc,
img.pc,
span.pc {
    display: none;
  }
}

form {
  width: 100%;
  margin: 0 auto;
}

fieldset {
  border: none;
}

label {
  display: inline-block;
}

input,
select,
button {
  font-size: 1em;
  -webkit-appearance: none;
  display: inline-block;
}

[type=radio],
[type=checkbox] {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
[type=radio] + label,
[type=checkbox] + label {
  padding-left: 55px;
  cursor: pointer;
}
[type=radio] + label::before, [type=radio] + label::after,
[type=checkbox] + label::before,
[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
[type=radio] + label::before,
[type=checkbox] + label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  left: 0;
}
[type=radio] + label::after,
[type=checkbox] + label::after {
  width: 14px;
  height: 14px;
  background-color: orange;
  border-radius: 50%;
  left: 8px;
  opacity: 0;
}
[type=radio]:checked + label::after,
[type=checkbox]:checked + label::after {
  opacity: 1;
}

textarea {
  resize: none;
}

.selectWrap select {
  width: 100%;
  cursor: pointer;
}
.selectWrap select::-ms-expand {
  display: none;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}

*::-webkit-input-placeholder {
  color: #C2BFBF;
}

*::-moz-placeholder {
  color: #C2BFBF;
}

*:-ms-input-placeholder {
  color: #C2BFBF;
}

*::-ms-input-placeholder {
  color: #C2BFBF;
}

*::placeholder {
  color: #C2BFBF;
}

*:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  box-shadow: 0 0 0 1000px #FFF inset;
}

[type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
  width: 100%;
  background-color: #F2F2F2;
  border: 1px solid #D8D8D8;
}
@media only screen and (min-width: 1100.1px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
    border-radius: 45px;
  }
}
@media only screen and (max-width: 1100px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 1100.1px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
    padding: 9px 28px;
  }
}
@media only screen and (max-width: 1100px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
    padding: 8px 26px;
  }
}

[type=checkbox] + label {
  padding-left: 39px;
}
[type=checkbox] + label::before {
  width: 24px;
  height: 24px;
  background-color: #F2F2F2;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}
[type=checkbox] + label::after {
  border-radius: 0;
  background: none;
  width: 12px;
  height: 20px;
  border-bottom: 3px solid #CD0000;
  border-right: 3px solid #CD0000;
  -webkit-transform: rotate(45deg) translate(-2px, -2px);
  transform: rotate(45deg) translate(-2px, -2px);
}

.headline .en {
  text-align: center;
}
.headline .en span {
  font-family: "Koulen", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  background: -webkit-gradient(linear, left top, right top, from(#3C30A5), to(#A54652));
  background: -webkit-linear-gradient(left, #3C30A5, #A54652);
  background: linear-gradient(to right, #3C30A5, #A54652);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (min-width: 1100.1px) {
  .headline .en span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .headline .en span {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .headline .en span {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 1100px) {
  .headline .en span {
    line-height: 1;
  }
}
.headline .en::after {
  content: "";
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#473BD0), to(#CF5767));
  background: -webkit-linear-gradient(left, #473BD0, #CF5767);
  background: linear-gradient(to right, #473BD0, #CF5767);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 1100.1px) {
  .headline .en::after {
    width: 92px;
  }
}
@media only screen and (max-width: 1100px) {
  .headline .en::after {
    width: 45px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .headline .en::after {
    bottom: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .headline .en::after {
    bottom: -15px;
  }
}
.headline .jp {
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 1100.1px) {
  .headline .jp {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .headline .jp {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .headline .jp {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .headline .jp {
    margin-top: 32px;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
header .container {
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  header .container {
    max-width: initial;
  }
}
@media only screen and (min-width: 1100.1px) {
  header .container {
    height: 90px;
  }
}
@media only screen and (max-width: 1100px) {
  header .container {
    height: 65px;
  }
}
@media only screen and (min-width: 1100.1px) {
  header .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0 0 31px 30px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  header .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  header .container {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1100.1px) {
  header + main {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1100px) {
  header + main {
    padding-top: 65px;
  }
}
header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 1100.1px) {
  header .logo {
    width: 186px;
  }
}
@media only screen and (max-width: 1100px) {
  header .logo {
    width: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  header .logo {
    width: 150px;
  }
}
@media only screen and (min-width: 1100.1px) {
  header nav {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1100px) {
  header nav {
    width: 100%;
    height: calc(100vh - 65px);
    height: calc(100svh - 65px);
    position: absolute;
    top: 100%;
    left: 0;
    overflow-y: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 1100.1px) {
  header nav .navInner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1100px) {
  header nav .navInner {
    background-color: #FED36D;
    padding: 35px 30px 70px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 1100.1px) {
  header nav .navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1100px) {
  header nav .navList > li {
    text-align: center;
    border-bottom: 1px solid #2B2B2B;
    padding: 35px 0;
  }
}
@media only screen and (min-width: 1100.1px) {
  header nav .navList > li:not(:first-child) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  header nav .navList > li:not(:first-child) {
    margin-left: 15px;
  }
}
header nav .navList > li a {
  letter-spacing: 0;
}
@media only screen and (min-width: 1100.1px) {
  header nav .navList > li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  header nav .navList > li a {
    font-size: 20px;
  }
}
header nav .navList > li a:hover {
  color: #CD0000;
}
@media only screen and (min-width: 1100.1px) {
  header nav .link {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  header nav .link {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  header nav .link {
    margin-left: 20px;
  }
}
header nav .link a {
  letter-spacing: 0.005em;
}
@media only screen and (min-width: 1100.1px) {
  header nav .link a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  header nav .link a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1100.1px) {
  header nav .link a {
    height: 100%;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#473BD0), to(#CF5767));
    background: -webkit-linear-gradient(left, #473BD0, #CF5767);
    background: linear-gradient(to right, #473BD0, #CF5767);
    border-radius: 0 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 34px;
  }
  header nav .link a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#473BD0), to(#CF5767));
    background: -webkit-linear-gradient(right, #473BD0, #CF5767);
    background: linear-gradient(to left, #473BD0, #CF5767);
    border-radius: 0 0 0 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header nav .link a:hover::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 1100px) {
  header nav .link a {
    max-width: 330px;
    height: 76px;
    font-size: 24px;
    color: #CD0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #CD0000;
    background-color: #fff;
    border-radius: 130px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  header nav .link a {
    font-size: 16px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1100.1px) {
  header .menuBtn {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: -99999;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1100px) {
  header .menuBtn {
    width: 64px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#473BD0), to(#CF5767));
    background: -webkit-linear-gradient(left, #473BD0, #CF5767);
    background: linear-gradient(to right, #473BD0, #CF5767);
    margin-left: auto;
    cursor: pointer;
  }
  header .menuBtn span {
    width: 22px;
    height: 1px;
    font-size: 0;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .menuBtn span:nth-child(1) {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  header .menuBtn span:nth-child(2) {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@media only screen and (max-width: 1100px) {
  body.navOpen header {
    height: 100vh;
    height: 100svh;
    z-index: 9999;
  }
  body.navOpen header .menuBtn span {
    height: 2px;
  }
  body.navOpen header .menuBtn span:nth-child(1) {
    -webkit-transform: translateY(0) rotate(-30deg);
    transform: translateY(0) rotate(-30deg);
  }
  body.navOpen header .menuBtn span:nth-child(2) {
    -webkit-transform: translateY(0) rotate(30deg);
    transform: translateY(0) rotate(30deg);
  }
  body.navOpen header nav {
    height: calc(100svh - 65px);
    height: calc(100vh - 65px);
    overflow: auto;
  }
  body.navOpen header nav .navInner {
    opacity: 1;
  }
  body.navOpen main, body.navOpen footer {
    opacity: 0;
  }
  body:not(.navOpen) header nav {
    height: 0;
  }
  body:not(.navOpen) header nav .navInner {
    opacity: 0;
  }
}
footer {
  text-align: center;
}
@media only screen and (min-width: 1100.1px) {
  footer {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1100px) {
  footer {
    padding: 15px 0;
  }
}
footer small {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.section#kv {
  background-color: #FED36D;
  overflow: hidden;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv {
    border-radius: 0 0 50px 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv {
    border-radius: 0 0 30px 30px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv {
    padding: 70px 0 90px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv {
    padding: 40px 0 30px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section#kv .container .txts {
    width: calc(100% - 430px - 120px);
  }
  .section#kv .container .formBox {
    width: 430px;
  }
}
.section#kv .txts .txt1 {
  line-height: 1.4;
  text-align: center;
  color: #CD0000;
  background-color: #fff;
  border: 2px solid #CD0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .txt1 {
    height: 81px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .txt1 {
    height: 61px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .txt1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .txt1 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .txt1 {
    border-radius: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .txt1 {
    border-radius: 61px;
  }
}
.section#kv .txts .txt2 figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .txt2 figure {
    width: 99px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .txt2 figure {
    width: 50px;
  }
}
.section#kv .txts .txt2 p {
  line-height: 1.3;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .txt2 p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .txt2 p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .txt2 p {
    padding-left: 111px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .txt2 p {
    padding-left: 58px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .txt2 p {
    margin-top: 33px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .txt2 p {
    margin-top: 26px;
  }
}
.section#kv .txts .logo {
  margin: 0 auto;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .logo {
    width: 505px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .logo {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .logo {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .logo {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .logo {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .logo {
    margin-left: 17px;
  }
}
.section#kv .txts .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points {
    height: 156px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points {
    height: 93px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points {
    margin-top: 40px;
  }
}
.section#kv .txts .points > li {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li {
    width: 260px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li {
    width: 46.818%;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li {
    border-radius: 18px;
  }
}
.section#kv .txts .points > li p {
  text-align: center;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li p {
    font-size: 16px;
  }
}
.section#kv .txts .points > li::before, .section#kv .txts .points > li::after {
  display: block;
  position: absolute;
}
.section#kv .txts .points > li:nth-child(1) p {
  line-height: 1.2;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(1) .large {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(1) .large {
    font-size: 24px;
  }
}
.section#kv .txts .points > li:nth-child(1)::before {
  content: "";
  background: url("../images/kv_icon01.png") no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(1)::before {
    width: 97.03px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(1)::before {
    width: 49.62px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(1)::before {
    height: 141.92px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(1)::before {
    height: 72.57px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(1)::before {
    bottom: -28.92px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(1)::before {
    bottom: -11.63px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(1)::before {
    left: -45px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(1)::before {
    left: -25.68px;
  }
}
.section#kv .txts .points > li:nth-child(1)::after {
  content: "";
  background: url("../images/kv_icon02.png") no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(1)::after {
    width: 78.26px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(1)::after {
    width: 41.85px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(1)::after {
    height: 163.98px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(1)::after {
    height: 87.68px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(1)::after {
    top: -26.98px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(1)::after {
    top: -24.24px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(1)::after {
    right: 19.99px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(1)::after {
    right: -3px;
  }
}
.section#kv .txts .points > li:nth-child(2) p {
  line-height: 1.45;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(2) .large {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(2) .large {
    font-size: 20px;
  }
}
.section#kv .txts .points > li:nth-child(2)::before {
  content: "";
  background: url("../images/kv_icon03.png") no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(2)::before {
    width: 155.52px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(2)::before {
    width: 84.68px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(2)::before {
    height: 115.2px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(2)::before {
    height: 63px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(2)::before {
    top: -68px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(2)::before {
    top: -43.24px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .txts .points > li:nth-child(2)::before {
    right: -49.52px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .txts .points > li:nth-child(2)::before {
    right: -19.18px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.section#kv .formBox .pane {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox .pane {
    height: 100%;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox .pane {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox .pane {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox .pane {
    padding: 60px 35px 67px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox .pane {
    padding: 27px 19px 32px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox .pane {
    margin: 0 auto;
  }
}
.section#kv .formBox .title {
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox .title {
    font-size: 18px;
  }
}
.section#kv .formBox .title span::before, .section#kv .formBox .title span::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.section#kv .formBox .title span::before {
  left: -15px;
}
.section#kv .formBox .title span::after {
  right: -15px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox form {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox form {
    margin-top: 18px;
  }
}
.section#kv .formBox form .error {
  font-weight: 700;
  color: red;
  display: block;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox form .error {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox form .error {
    font-size: 14px;
  }
}
.section#kv .formBox form .error:not(.on) {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox form .fields .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section#kv .formBox form .fields .field .label {
    width: calc(100% - 250px - 4px);
  }
  .section#kv .formBox form .fields .field .input {
    width: 250px;
    margin-left: 4px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox form .fields .field:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox form .fields .field:not(:first-child) {
    margin-top: 17px;
  }
}
.section#kv .formBox form .fields .field .label {
  font-size: 14px;
  letter-spacing: 0;
}
.section#kv .formBox form .fields .field .label.required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox form .fields .field .label.required {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.section#kv .formBox form .fields .field .label.required::after {
  content: "必須";
  width: 40px;
  height: 20px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  background-color: #CD0000;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox form .fields .field .label.required::after {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox form .fields .field .input {
    margin-top: 10px;
  }
}
.section#kv .formBox form .fields .field .input input {
  font-weight: 400;
}
.section#kv .formBox form .agree {
  text-align: center;
}
.section#kv .formBox form .agree [type=checkbox] + label {
  margin-top: 30px;
}
.section#kv .formBox form .agree [type=checkbox] + label, .section#kv .formBox form .agree [type=checkbox] + label a {
  font-size: 14px;
  line-height: 2.428;
  letter-spacing: 0;
}
.section#kv .formBox form .agree [type=checkbox] + label a {
  font-weight: 500;
  text-decoration: underline;
}
.section#kv .formBox form .agree [type=checkbox] + label a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox form .submit {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox form .submit {
    margin-top: 20px;
  }
}
.section#kv .formBox form .submit button {
  width: 100%;
  letter-spacing: 0.005em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#473BD0), to(#CF5767));
  background: -webkit-linear-gradient(left, #473BD0, #CF5767);
  background: linear-gradient(to right, #473BD0, #CF5767);
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox form .submit button {
    height: 70px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox form .submit button {
    height: 60px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox form .submit button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox form .submit button {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox form .submit button {
    border-radius: 70px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox form .submit button {
    border-radius: 60px;
  }
}
.section#kv .formBox form .submit button::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#473BD0), to(#CF5767));
  background: -webkit-linear-gradient(right, #473BD0, #CF5767);
  background: linear-gradient(to left, #473BD0, #CF5767);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 1100.1px) {
  .section#kv .formBox form .submit button::before {
    border-radius: 70px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#kv .formBox form .submit button::before {
    border-radius: 60px;
  }
}
.section#kv .formBox form .submit button:hover::before {
  opacity: 1;
}

@media only screen and (min-width: 1100.1px) {
  .section#about {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#about {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about {
    padding-bottom: 80px;
  }
}
.section#about .logo {
  margin: 0 auto;
}
@media only screen and (min-width: 1100.1px) {
  .section#about .logo {
    width: 490px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .logo {
    width: calc(100% - 8px);
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#about .logo {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .logo {
    margin-top: 30px;
  }
}
.section#about .desc {
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 1100.1px) {
  .section#about .desc {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#about .points {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .points {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#about .points > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section#about .points > li figure {
    width: 550px;
  }
  .section#about .points > li .txt {
    width: calc(100% - 550px - 54px);
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#about .points > li:not(:first-child) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .points > li:not(:first-child) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .points > li .txt {
    margin-top: 20px;
  }
}
.section#about .points > li .txt .num {
  font-family: "Koulen", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#473BD0), to(#CF5767));
  background: -webkit-linear-gradient(left, #473BD0, #CF5767);
  background: linear-gradient(to right, #473BD0, #CF5767);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1100.1px) {
  .section#about .points > li .txt .num {
    width: 138px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .points > li .txt .num {
    width: 119px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#about .points > li .txt .num {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .points > li .txt .num {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#about .points > li .txt .num {
    padding: 5px 0 1px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .points > li .txt .num {
    padding: 3px 0 3px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#about .points > li .txt .txt1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .points > li .txt .txt1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#about .points > li .txt .txt1 {
    line-height: 1.1875;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .points > li .txt .txt1 {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#about .points > li .txt .txt1 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .points > li .txt .txt1 {
    margin-top: 15px;
  }
}
.section#about .points > li .txt .txt2 {
  font-weight: 400;
}
@media only screen and (min-width: 1100.1px) {
  .section#about .points > li .txt .txt2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .points > li .txt .txt2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#about .points > li .txt .txt2 {
    line-height: 2;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .points > li .txt .txt2 {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#about .points > li .txt .txt2 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#about .points > li .txt .txt2 {
    margin-top: 15px;
  }
}

.section.cta {
  overflow: hidden;
}
.section.cta::before, .section.cta::after {
  content: "";
  display: block;
  position: absolute;
}
.section.cta::before {
  z-index: 1;
}
@media only screen and (min-width: 1100.1px) {
  .section.cta::before {
    background: url("../images/cta_icon01.png") no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta::before {
    background: url("../images/kv_icon01.png") no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta::before {
    width: 319.16px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta::before {
    width: 79px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta::before {
    height: 348px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta::before {
    height: 100px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta::before {
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(-267px);
    transform: translateX(-267px);
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta::before {
    bottom: -5px;
    left: 34.43px;
  }
}
.section.cta::after {
  background: url("../images/kv_icon03.png") no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 1100.1px) {
  .section.cta::after {
    width: 286px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta::after {
    width: 95px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta::after {
    height: 212px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta::after {
    height: 70px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta::after {
    top: 45px;
    left: 50%;
    -webkit-transform: translateX(267px);
    transform: translateX(267px);
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta::after {
    bottom: 16.53px;
    right: 29.43px;
  }
}
.section.cta .container {
  background-color: #FED36D;
}
@media only screen and (max-width: 1100px) {
  .section.cta .container {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .container {
    max-width: initial;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .container {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .container {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .container {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .container {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .container {
    width: calc(100% - 40px);
    border-radius: 50px;
  }
}
.section.cta .txt1 {
  text-align: center;
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .txt1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .txt1 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .txt1 {
    line-height: 1.4117647059;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .txt1 {
    line-height: 2.1818181818;
  }
}
.section.cta .txt2 {
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .txt2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .txt2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .txt2 {
    margin-top: 19px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .txt2 {
    margin-top: 10px;
  }
}
.section.cta .logo {
  margin: 0 auto;
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .logo {
    width: 374px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .logo {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .logo {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .logo {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .logo {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .link {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .link {
    margin-top: 20px;
  }
}
.section.cta .link a {
  color: #CD0000;
  background-color: #fff;
  border: 2px solid #CD0000;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .link a {
    width: 510px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .link a {
    width: 100%;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .link a {
    height: 90px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .link a {
    height: 80px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .link a {
    max-width: 330px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section.cta .link a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .section.cta .link a {
    font-size: 24px;
  }
}
.section.cta .link a:hover {
  color: #fff;
  background-color: #CD0000;
}

@media only screen and (min-width: 1100.1px) {
  .section#recommend {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend .cases {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases > li:not(:first-child) {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend .cases > li:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section#recommend .cases > li .fig {
    width: 180px;
  }
  .section#recommend .cases > li .txt {
    width: calc(100% - 180px - 37px);
  }
}
.section#recommend .cases > li .fig {
  margin: 0 auto;
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases > li .fig {
    width: 180px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend .cases > li .fig {
    width: 180px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases > li .fig {
    margin: 0;
  }
}
.section#recommend .cases > li .fig figure {
  z-index: 1;
}
.section#recommend .cases > li .fig .label {
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases > li .fig .label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend .cases > li .fig .label {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases > li .fig .label {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend .cases > li .fig .label {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend .cases > li .txt {
    margin-top: 33px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend .cases > li .txt > li:not(:first-child) {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases > li .txt > li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend .cases > li .txt > li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases > li .txt > li {
    line-height: 2.2;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend .cases > li .txt > li {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases > li .txt > li {
    padding-left: 67px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend .cases > li .txt > li {
    padding-left: 35px;
  }
}
.section#recommend .cases > li .txt > li::before {
  content: "";
  background: url("../images/recommend_icon_check.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases > li .txt > li::before {
    width: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend .cases > li .txt > li::before {
    width: 25px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases > li .txt > li::before {
    height: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#recommend .cases > li .txt > li::before {
    height: 25px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#recommend .cases > li .txt > li::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media only screen and (min-width: 1100.1px) {
  .section#users {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users {
    padding-bottom: 80px;
  }
}
.section#users .steps {
  margin: 0 auto;
}
@media only screen and (min-width: 1100.1px) {
  .section#users .steps {
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .steps {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section#users .steps > li {
    width: 350px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps > li:not(:first-child) {
    margin-top: 65px;
  }
}
.section#users .steps > li:not(:first-child)::before {
  content: "";
  background: url("../images/users_icon_arrow.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
}
@media only screen and (min-width: 1100.1px) {
  .section#users .steps > li:not(:first-child)::before {
    width: 39px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps > li:not(:first-child)::before {
    width: 25px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .steps > li:not(:first-child)::before {
    height: 77px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps > li:not(:first-child)::before {
    height: 50px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .steps > li:not(:first-child)::before {
    top: 104px;
    left: -5px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps > li:not(:first-child)::before {
    left: 0;
    right: 0;
    bottom: calc(100% + 10px);
    margin: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps > li:not(:first-child)::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.section#users .steps > li .num {
  font-family: "Koulen", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#473BD0), to(#CF5767));
  background: -webkit-linear-gradient(left, #473BD0, #CF5767);
  background: linear-gradient(to right, #473BD0, #CF5767);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 1100.1px) {
  .section#users .steps > li .num {
    width: 170px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps > li .num {
    width: 113px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .steps > li .num {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps > li .num {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .steps > li .num {
    padding: 7px 0 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps > li .num {
    padding: 7px 0 5px;
  }
}
.section#users .steps > li figure {
  z-index: 1;
}
@media only screen and (min-width: 1100.1px) {
  .section#users .steps > li figure {
    width: 220px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps > li figure {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps > li figure {
    max-width: 220px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .steps > li figure {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps > li figure {
    margin-top: -15px;
  }
}
.section#users .steps > li .txt {
  line-height: 1.6;
  text-align: center;
  color: #3C30A5;
  margin-top: 15px;
}
@media only screen and (min-width: 1100.1px) {
  .section#users .steps > li .txt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .steps > li .txt {
    font-size: 18px;
  }
}
.section#users .payment {
  border: 5px solid #D9D9D9;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .section#users .payment {
    border-width: 3px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .payment {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .payment {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .payment {
    padding: 32px 60px 53px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .payment {
    padding: 30px 22px 30px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .payment {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .payment {
    margin-top: 30px;
  }
}
.section#users .payment .label {
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 1100.1px) {
  .section#users .payment .label {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .payment .label {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .payment .fig {
    margin-top: 47px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .payment .fig {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .payment .fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .payment .fig figure {
    margin: 0;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .payment .fig figure:nth-child(1) {
    width: 538px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .payment .fig figure:nth-child(1) {
    width: 86.666%;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#users .payment .fig figure:nth-child(2) {
    width: calc(100% - 538px - 55px);
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .payment .fig figure:nth-child(2) {
    width: 71.515%;
  }
}
@media only screen and (max-width: 1100px) {
  .section#users .payment .fig figure:nth-child(2) {
    margin-top: 20px;
  }
}

.section#price {
  background-color: #F5F5F5;
}
@media only screen and (min-width: 1100.1px) {
  .section#price {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section#price .tables > li {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li:not(:first-child) {
    margin-top: 20px;
  }
}
.section#price .tables > li .label {
  text-align: center;
  color: #fff;
  background-color: #3C30A5;
  border-radius: 20px 20px 0 0;
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .label {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .label {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .label {
    line-height: 1.1875;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .label {
    line-height: 1.2083333333;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .label {
    padding: 47px 0 35px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .label {
    padding: 20px 0;
  }
}
.section#price .tables > li .desc {
  font-weight: 500;
  text-align: center;
  background-color: rgba(60, 48, 165, 0.1);
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .desc {
    line-height: 1.2222222222;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .desc {
    line-height: 1.1875;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .desc {
    padding: 27px 0 29px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .desc {
    padding: 20px 27px;
  }
}
.section#price .tables > li .prices > li {
  background-color: #fff;
}
.section#price .tables > li .prices > li:not(:first-child) {
  margin-top: 1px;
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section#price .tables > li .prices > li:last-child {
  border-radius: 0 0 20px 20px;
}
.section#price .tables > li .prices > li .mark {
  font-weight: 500;
  background-color: #FED36D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .prices > li .mark {
    width: 80px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li .mark {
    width: 57px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .prices > li .mark {
    height: 80px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li .mark {
    height: 57px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .prices > li .mark {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li .mark {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .prices > li .mark {
    line-height: 1.2222222222;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li .mark {
    line-height: 1.2142857143;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .prices > li .mark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li .mark {
    margin-right: 15px;
  }
}
.section#price .tables > li .prices > li .val {
  color: #3C30A5;
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .prices > li .val {
    line-height: 1.1714285714;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li .val {
    line-height: 1.1666666667;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .prices > li .val {
    padding: 34px 0 33px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li .val {
    padding: 24px 0;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .prices > li .val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .prices > li .val .valInner.withtxt {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li .val .valInner.withtxt {
    padding: 7px 0;
  }
}
.section#price .tables > li .prices > li .val .sign {
  display: inline-block;
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .prices > li .val .sign {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li .val .sign {
    font-size: 34px;
  }
}
.section#price .tables > li .prices > li .val .num {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  display: inline-block;
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .prices > li .val .num {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li .val .num {
    font-size: 48px;
  }
}
.section#price .tables > li .prices > li .val .txt {
  color: #2B2B2B;
  font-weight: 400;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
}
@media only screen and (min-width: 1100.1px) {
  .section#price .tables > li .prices > li .val .txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li .val .txt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .tables > li .prices > li .val .txt {
    top: calc(100% - 5px);
  }
}
.section#price .tables > li:nth-child(2) .label {
  background-color: #CD0000;
}
.section#price .tables > li:nth-child(2) .desc {
  background-color: rgba(205, 0, 0, 0.1);
}
.section#price .tables > li:nth-child(2) .prices > li .val {
  color: #CD0000;
}
.section#price .options {
  background-color: #fff;
}
@media only screen and (min-width: 1100.1px) {
  .section#price .options {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .options {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .options {
    padding: 34px 51px 39px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .options {
    padding: 20px 20px 24px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .options {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .options {
    margin-top: 20px;
  }
}
.section#price .options .label {
  border-bottom: 1px solid #DDD;
}
@media only screen and (min-width: 1100.1px) {
  .section#price .options .label {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .options .label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .options .label {
    line-height: 1.1818181818;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .options .label {
    line-height: 1.2222222222;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .options .label {
    padding-bottom: 11px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .options .label {
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .options .prices > li {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .options .prices > li {
    margin-top: 18px;
  }
}
.section#price .options .prices > li dl {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 1100.1px) {
  .section#price .options .prices > li dl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .options .prices > li dl {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .options .prices > li dl {
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .options .prices > li dl {
    line-height: 2.1428571429;
  }
}
.section#price .notes {
  font-weight: 500;
  text-align: right;
}
@media only screen and (min-width: 1100.1px) {
  .section#price .notes {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .notes {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#price .notes {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#price .notes {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1100.1px) {
  .section#step {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#step {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#step {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#step {
    padding-bottom: 60px;
  }
}
.section#step .desc {
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 1100.1px) {
  .section#step .desc {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#step .desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#step .desc {
    margin-top: 53px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#step .desc {
    margin-top: 15px;
  }
}
.section#step .desc span {
  border-top: 1px solid #CD0000;
  border-bottom: 1px solid #CD0000;
  display: inline-block;
  padding: 15px 0;
}
@media only screen and (min-width: 1100.1px) {
  .section#step .steps {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#step .steps {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#step .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section#step .steps > li {
    width: calc((100% - 198px) / 4);
  }
}
@media only screen and (max-width: 1100px) {
  .section#step .steps > li:not(:first-child) {
    margin-top: 65px;
  }
}
.section#step .steps > li:not(:first-child)::before {
  content: "";
  background: url("../images/users_icon_arrow.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
}
@media only screen and (min-width: 1100.1px) {
  .section#step .steps > li:not(:first-child)::before {
    width: 39px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#step .steps > li:not(:first-child)::before {
    width: 25px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#step .steps > li:not(:first-child)::before {
    height: 77px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#step .steps > li:not(:first-child)::before {
    height: 50px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#step .steps > li:not(:first-child)::before {
    top: 118px;
    right: calc(100% + 13px);
  }
}
@media only screen and (max-width: 1100px) {
  .section#step .steps > li:not(:first-child)::before {
    left: 0;
    right: 0;
    bottom: calc(100% + 10px);
    margin: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .section#step .steps > li:not(:first-child)::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.section#step .steps > li .num {
  font-family: "Koulen", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background-color: #3C30A5;
  border-radius: 10px 10px 0 0;
  padding: 11px 0;
}
@media only screen and (min-width: 1100.1px) {
  .section#step .steps > li .num {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#step .steps > li .num {
    font-size: 24px;
  }
}
.section#step .steps > li .fig {
  background-color: #F5F5F5;
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 1100.1px) {
  .section#step .steps > li .fig {
    min-height: 265px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#step .steps > li .fig {
    padding: 29px 0 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#step .steps > li .fig {
    padding: 29px 0 24px;
  }
}
.section#step .steps > li .fig::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 21px 0 21px;
  border-color: #3C30A5 transparent transparent transparent;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
.section#step .steps > li .fig .label {
  line-height: 1.4;
  text-align: center;
  color: #3C30A5;
}
@media only screen and (min-width: 1100.1px) {
  .section#step .steps > li .fig .label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#step .steps > li .fig .label {
    font-size: 20px;
  }
}
.section#step .steps > li .fig figure {
  width: 119px;
  margin-top: 16px;
}
.section#step .steps > li .txt {
  text-align: center;
  margin-top: 10px;
}
.section#step .steps > li .txt, .section#step .steps > li .txt a {
  font-weight: 400;
}
@media only screen and (min-width: 1100.1px) {
  .section#step .steps > li .txt, .section#step .steps > li .txt a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#step .steps > li .txt, .section#step .steps > li .txt a {
    font-size: 16px;
  }
}
.section#step .steps > li .txt a {
  color: #CD0000;
  text-decoration: underline;
}
.section#step .steps > li .txt a:hover {
  opacity: 0.7;
}
.section#step .steps > li:nth-child(2) .fig figure {
  width: 90px;
}
.section#step .steps > li:nth-child(3) .fig figure {
  width: 180px;
  margin-top: 33px;
}
.section#step .steps > li:nth-child(4) .fig figure {
  width: 200px;
  margin-top: 35px;
}

.section#aicamera {
  background-color: #F5F5F5;
}
@media only screen and (min-width: 1100.1px) {
  .section#aicamera {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#aicamera {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#aicamera {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#aicamera {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#aicamera .desc {
    margin-top: 58px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#aicamera .desc {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#aicamera .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section#aicamera .desc figure {
    width: 450px;
    margin: 0;
  }
  .section#aicamera .desc .txt {
    width: calc(100% - 450px - 100px);
  }
}
@media only screen and (max-width: 1100px) {
  .section#aicamera .desc figure {
    max-width: 280px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#aicamera .desc .txt {
    margin-top: 30px;
  }
}
.section#aicamera .desc .txt .txt1 {
  color: #3C30A5;
}
@media only screen and (min-width: 1100.1px) {
  .section#aicamera .desc .txt .txt1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#aicamera .desc .txt .txt1 {
    font-size: 24px;
  }
}
.section#aicamera .desc .txt .txt2 {
  font-weight: 400;
  margin-top: 30px;
}
@media only screen and (min-width: 1100.1px) {
  .section#aicamera .desc .txt .txt2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#aicamera .desc .txt .txt2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#aicamera .desc .txt .txt2 {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 1100px) {
  .section#aicamera .desc .txt .txt2 {
    line-height: 2;
  }
}

@media only screen and (min-width: 1100.1px) {
  .section#case {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#case {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section#case .caseList > li {
    width: calc((100% - 105px) / 2);
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList > li:not(:first-child) {
    margin-top: 40px;
  }
}
.section#case .caseList > li .label {
  line-height: 1.1875;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#473BD0), to(#CF5767));
  background: -webkit-linear-gradient(left, #473BD0, #CF5767);
  background: linear-gradient(to right, #473BD0, #CF5767);
  border-radius: 30px;
  display: inline-block;
  padding: 8px 20px 12px;
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList > li .label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList > li .label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList > li .label {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList > li .label {
    margin-top: 30px;
  }
}
.section#case .caseList > li .txt1 {
  line-height: 1.6;
  color: #3C30A5;
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList > li .txt1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList > li .txt1 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList > li .txt1 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList > li .txt1 {
    margin-top: 20px;
  }
}
.section#case .caseList > li .txt2 {
  font-weight: 400;
  line-height: 2;
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList > li .txt2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList > li .txt2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList > li .txt2 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList > li .txt2 {
    margin-top: 20px;
  }
}
.section#case .desc {
  text-align: center;
}
@media only screen and (min-width: 1100.1px) {
  .section#case .desc {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .desc {
    margin-top: 40px;
  }
}
.section#case .desc::before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#473BD0), to(#CF5767));
  background: -webkit-linear-gradient(left, #473BD0, #CF5767);
  background: linear-gradient(to right, #473BD0, #CF5767);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section#case .desc span {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#473BD0), to(#CF5767));
  background: -webkit-linear-gradient(left, #473BD0, #CF5767);
  background: linear-gradient(to right, #473BD0, #CF5767);
  border-radius: 100px;
  display: inline-block;
}
@media only screen and (min-width: 1100.1px) {
  .section#case .desc span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .desc span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#case .desc span {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .desc span {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList2 {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList2 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section#case .caseList2 > li {
    width: calc((100% - 110px) / 3);
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList2 > li:not(:first-child) {
    margin-top: 20px;
  }
}
.section#case .caseList2 > li .txt {
  text-align: center;
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList2 > li .txt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList2 > li .txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList2 > li .txt {
    line-height: 2;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList2 > li .txt {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#case .caseList2 > li .txt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#case .caseList2 > li .txt {
    margin-top: 15px;
  }
}
.section#case .caseList2 > li .txt .reg {
  font-weight: 400;
}

.section#faq {
  background-color: #F5F5F5;
}
@media only screen and (min-width: 1100.1px) {
  .section#faq {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section#faq .container .list {
    width: 800px;
    margin-left: 71px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .headline .en::after {
    content: none;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .headline .en span {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .headline .jp {
    margin-top: -8px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq .list {
    margin-top: 40px;
  }
}
.section#faq .list > li {
  background-color: #fff;
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .list > li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq .list > li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .list > li {
    line-height: 1.2222222222;
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq .list > li {
    line-height: 1.2142857143;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .list > li {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq .list > li {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .list > li {
    padding: 22px 48px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq .list > li {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .list > li:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq .list > li:not(:first-child) {
    margin-top: 10px;
  }
}
.section#faq .list > li .q, .section#faq .list > li .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.section#faq .list > li .q::before, .section#faq .list > li .a::before {
  font-family: "Koulen", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2px;
  padding-left: 2px;
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .list > li .q::before, .section#faq .list > li .a::before {
    width: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq .list > li .q::before, .section#faq .list > li .a::before {
    width: 40px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .list > li .q::before, .section#faq .list > li .a::before {
    height: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq .list > li .q::before, .section#faq .list > li .a::before {
    height: 40px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .list > li .q::before, .section#faq .list > li .a::before {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq .list > li .q::before, .section#faq .list > li .a::before {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .list > li .q::before, .section#faq .list > li .a::before {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq .list > li .q::before, .section#faq .list > li .a::before {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#faq .list > li .q span, .section#faq .list > li .a span {
    width: calc(100% - 60px - 19px);
  }
}
@media only screen and (max-width: 1100px) {
  .section#faq .list > li .q span, .section#faq .list > li .a span {
    width: calc(100% - 40px - 10px);
  }
}
.section#faq .list > li .q {
  color: #3C30A5;
  padding-bottom: 15px;
}
.section#faq .list > li .q::before {
  content: "Q";
  background-color: #3C30A5;
}
.section#faq .list > li .a {
  font-weight: 500;
  border-top: 1px solid #D9D9D9;
  padding-top: 15px;
}
.section#faq .list > li .a::before {
  content: "A";
  background-color: #C4C4C4;
}

@media only screen and (min-width: 1100.1px) {
  .section#message .container {
    width: 100%;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#message .container {
    padding-top: 266px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#message .container {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#message .container {
    padding-bottom: 286px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#message .container {
    padding-bottom: 60px;
  }
}
.section#message .txt {
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  z-index: 2;
}
@media only screen and (min-width: 1100.1px) {
  .section#message .txt {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#message .txt {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#message .txt {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 1100px) {
  .section#message .txt {
    line-height: 2;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#message .txt {
    padding-left: 35.29%;
  }
}
@media only screen and (max-width: 1100px) {
  .section#message .txt {
    text-align: center;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  .section#message .txt {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#message figure {
    width: 53.032%;
    max-width: 823px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
  }
}
@media only screen and (max-width: 1100px) {
  .section#message figure {
    margin-top: 20px;
  }
}

.section#thanks {
  text-align: center;
  background-color: #FFF8E7;
}
@media only screen and (min-width: 1100.1px) {
  .section#thanks {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#thanks {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#thanks {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#thanks {
    padding-bottom: 60px;
  }
}
.section#thanks .text1 {
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (min-width: 1100.1px) {
  .section#thanks .text1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#thanks .text1 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#thanks .text1 {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#thanks .text1 {
    margin-top: 30px;
  }
}
.section#thanks .text2 {
  font-weight: 400;
  line-height: 2;
}
@media only screen and (min-width: 1100.1px) {
  .section#thanks .text2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#thanks .text2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#thanks .text2 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#thanks .text2 {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#thanks .link {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#thanks .link {
    margin-top: 30px;
  }
}
.section#thanks .link a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#473BD0), to(#CF5767));
  background: -webkit-linear-gradient(left, #473BD0, #CF5767);
  background: linear-gradient(to right, #473BD0, #CF5767);
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1100.1px) {
  .section#thanks .link a {
    width: 300px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#thanks .link a {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .section#thanks .link a {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1100.1px) {
  .section#thanks .link a {
    height: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .section#thanks .link a {
    height: 60px;
  }
}
/*# sourceMappingURL=common.css.map */
